From mboxrd@z Thu Jan 1 00:00:00 1970 From: Subject: how define why qtwebkit compiles every time i ru update? Date: Wed, 27 Feb 2019 18:49:52 +0100 (CET) Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_10685_612500314.1551289792378" Return-path: Received: from eggs.gnu.org ([209.51.188.92]:59051) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gz3LN-0006vA-L4 for help-guix@gnu.org; Wed, 27 Feb 2019 12:50:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gz3LM-0008Sa-76 for help-guix@gnu.org; Wed, 27 Feb 2019 12:50:09 -0500 Received: from w1.tutanota.de ([81.3.6.162]:14612) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gz3LL-00086t-5b for help-guix@gnu.org; Wed, 27 Feb 2019 12:50:07 -0500 Received: from w2.tutanota.de (unknown [192.168.1.163]) by w1.tutanota.de (Postfix) with ESMTP id 5DD66FA062C for ; Wed, 27 Feb 2019 17:49:52 +0000 (UTC) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Help Guix ------=_Part_10685_612500314.1551289792378 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Hello! I have several questions about guix package options: 1. How to see info about installed package? I think `guix package -s regexp` shows everything it find in repository. Also `guix package --show=element` does the same but for exact element name. So these show info from repository. Which command let me know info about installed package? I did not found it in guix reference card and manual. 2. How to determine why qtwebkit compiles every time I run `guix pull && guix package --substitute-urls=https://ci.guix.info -u` ? I think I have some problems in my system (may be for that I've installed blender 2.80 from my own declaration file?) 3. And the last: is ci.guix.info substitution server by default or I need to type it in --substitute-urls option? By the way no any speed advantages when I type it. My last 4 updates was continuing for 2 days. And I need your help. Thank you! ------=_Part_10685_612500314.1551289792378 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hello! I have several questions abo= ut guix package options:

1. How to see in= fo about installed package?
I think `guix package -s regexp` shows everything it find in reposito= ry. Also `guix package --show=3Delement` does the same but for exact elemen= t name. So these show info from repository. Which command let me know info = about installed package? I did not found it in guix reference card and manu= al.

2. How to determine why qtwebkit compiles = every time I run `guix pull && guix package --substitute-urls=3Dhttps://ci.guix.info -u` ?<= /b>
I think I have some pr= oblems in my system (may be for that I've installed blender 2.80 from my ow= n declaration file?)

<= /div>
3. And the last: is ci.guix= .info substitution server by default or I need to type it in --substitute-u= rls option?
By the wa= y no any speed advantages when I type it. My last 4 updates was continuing = for 2 days. And I need your help.


Thank you!

------=_Part_10685_612500314.1551289792378-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: how define why qtwebkit compiles every time i ru update? Date: Wed, 27 Feb 2019 14:09:12 -0500 Message-ID: <20190227190912.GA8559@jasmine.lan> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="/04w6evG8XlLl3ft" Return-path: Received: from eggs.gnu.org ([209.51.188.92]:49192) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gz4aB-0004gk-QY for help-guix@gnu.org; Wed, 27 Feb 2019 14:09:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gz4a7-0005rX-GW for help-guix@gnu.org; Wed, 27 Feb 2019 14:09:30 -0500 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:52665) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gz4a0-0005kd-EJ for help-guix@gnu.org; Wed, 27 Feb 2019 14:09:23 -0500 Content-Disposition: inline In-Reply-To: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: znavko@tutanota.com Cc: Help Guix --/04w6evG8XlLl3ft Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Feb 27, 2019 at 06:49:52PM +0100, znavko@tutanota.com wrote: > 1. How to see info about installed package? > I think `guix package -s regexp` shows everything it find in repository. = Also `guix package --show=3Delement` does the same but for exact element na= me. So these show info from repository. Which command let me know info abou= t installed package? I did not found it in guix reference card and manual. You can use `guix package --list-installed`. > 2. How to determine why qtwebkit compiles every time I run `guix pull && = guix package --substitute-urls=3Dhttps://ci.guix.info -u` ? > I think I have some problems in my system (may be for that I've installed= blender 2.80 from my own declaration file?) Basically, because one of your installed packages depends on qtwebkit but qtwebkit has not been built on the build farm. Blender does not depend on qtwebkit. You can see what packages depend on qtwebkit like this: $ guix graph --type=3Dreverse-package qtwebkit | dot -Tsvg > ~/tmp/out.svg `dot` is from graphviz. Then view ~/tmp/out.svg however you like, for example with Inkscape. > 3. And the last: is ci.guix.info substitution server by default or I need= to type it in --substitute-urls option?=20 > By the way no any speed advantages when I type it. My last 4 updates was = continuing for 2 days. And I need your help. The default substitute server for new installations is . If you installed 0.16.0 or later, it is the default. If you installed before 0.16.0, you can choose to add it based on these instructions: https://www.gnu.org/software/guix/manual/en/html_node/Substitutes.html --/04w6evG8XlLl3ft Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAlx24FUACgkQJkb6MLrK fwj5Ow//dvjkF7y2cu8gu5/nQIlN3in80WjkvPg3h9wRiUYN0mimAaZSTOUYR5O3 uz5mvZ5OkHY1aD235wG3+kvFWanGsksMLT/s2NSvJlQiByYSbkaLMWoS/9icsJL5 dLDdYgxuF/O3Mf0MnKAch3UFBgBc6maMZhql69/Gx6q7OqsWT2aKcrhokMPF29HG BIck9EF2N0z64pJBTUO32TDmgXxCcPztjJLZrKnVUBYpTEcMrZM3wkR3mZqlXd58 6jbeHqCzFdqvgaCRoSyDhtb9K+bSnVjwvkKEYSaZNoLAFGKEAwjydWqCOrit0+kz 8QVN04WUVZQVxru+zdrN/KwMww7eXodlUZNZyL9ow5snLPLx5y4sT9YSWp5EEK9N j3O/v012OzlpLQjpw9mFgJZOvHhMYN8RGAMrI4B6y7/+dqQm6BeziBE1ypopRiQF Qce9HCvKH7Xg5fuqI6AQ/NaJ2xYhXghgjn04UzZUqHQnFHD1SdkYUYELwvbvbmeR oOZ3MMiieQsFgEI34liOi1dXxp1jpzuRiYaRQ29DCf/zuHH2VUO0jK0ujZHuyCqv 9Y9KI3xeqUOZbXCZL+Sh4sE9RAKETDF4O+fK4gL03lSGHVwAfgCDZJeknreeBmXX TZSuaVv+KjBsKF0v04q7raMXLwyIHJ2guu2SECaP+6VEd0IfabM= =cPY7 -----END PGP SIGNATURE----- --/04w6evG8XlLl3ft-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Subject: Re: how define why qtwebkit compiles every time i ru update? Date: Thu, 28 Feb 2019 05:06:02 +0100 (CET) Message-ID: References: <> <20190227190912.GA8559@jasmine.lan> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_23453_1377536731.1551326763096" Return-path: Received: from eggs.gnu.org ([209.51.188.92]:48269) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gzCxZ-0002ZY-Ni for help-guix@gnu.org; Wed, 27 Feb 2019 23:06:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gzCxX-0000UT-9t for help-guix@gnu.org; Wed, 27 Feb 2019 23:06:13 -0500 Received: from w1.tutanota.de ([81.3.6.162]:60534) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gzCxV-0000Lx-Lz for help-guix@gnu.org; Wed, 27 Feb 2019 23:06:11 -0500 Received: from w2.tutanota.de (unknown [192.168.1.163]) by w1.tutanota.de (Postfix) with ESMTP id 18F8EFA01DA for ; Thu, 28 Feb 2019 04:06:03 +0000 (UTC) In-Reply-To: <20190227190912.GA8559@jasmine.lan> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Leo Famulari Cc: Help Guix ------=_Part_23453_1377536731.1551326763096 Content-Type: multipart/alternative; boundary="----=_Part_23454_1505427379.1551326763096" ------=_Part_23454_1505427379.1551326763096 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Thank you. how to look version of installed dependency, like qtwebkit? it does not appear in `guix package -I`. I see qtwebkit is necessary for openshot, ok I let it here. I have guix 0.16, but I installed it from 0.14 and updated every time. Please, how to check really that ci.guix.info is using? When I run `guix package -u` it download from ci.guix.info, but I think there is more efficient way to check if guix-daemon is using substitute server? Feb 27, 2019, 7:09 PM by leo@famulari.name: > On Wed, Feb 27, 2019 at 06:49:52PM +0100, > znavko@tutanota.com > wrote: > >> 1. How to see info about installed package? >> I think `guix package -s regexp` shows everything it find in repository. Also `guix package --show=element` does the same but for exact element name. So these show info from repository. Which command let me know info about installed package? I did not found it in guix reference card and manual. >> > > You can use `guix package --list-installed`. > >> 2. How to determine why qtwebkit compiles every time I run `guix pull && guix package --substitute-urls=>> https://ci.guix.info >> <>> https://ci.guix.info >> > -u` ? >> I think I have some problems in my system (may be for that I've installed blender 2.80 from my own declaration file?) >> > > Basically, because one of your installed packages depends on qtwebkit > but qtwebkit has not been built on the build farm. > > Blender does not depend on qtwebkit. > > You can see what packages depend on qtwebkit like this: > > $ guix graph --type=reverse-package qtwebkit | dot -Tsvg > ~/tmp/out.svg > > `dot` is from graphviz. > > Then view ~/tmp/out.svg however you like, for example with Inkscape. > >> 3. And the last: is ci.guix.info substitution server by default or I need to type it in --substitute-urls option? >> By the way no any speed advantages when I type it. My last 4 updates was continuing for 2 days. And I need your help. >> > > The default substitute server for new installations is > <> https://ci.guix.info > >. If you installed 0.16.0 or later, it is the > default. > > If you installed before 0.16.0, you can choose to add it based on these > instructions: > > https://www.gnu.org/software/guix/manual/en/html_node/Substitutes.html > ------=_Part_23454_1505427379.1551326763096 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Thank you. how to look version of i= nstalled dependency, like qtwebkit? it does not appear in `guix package -I`= .

I see qtwebkit is necessary for openshot, ok I le= t it here.

I have guix 0.16, but I installed it fro= m 0.14 and updated every time. Please, how to check really that ci.guix.inf= o is using? When I run `guix package -u` it download from ci.guix.info, but= I think there is more efficient way to check if guix-daemon is using subst= itute server?


Feb 27, 2019, 7:09 PM by leo@famulari.name:
On= Wed, Feb 27, 2019 at 06:49:52PM +0100, znavko@tutanota.com w= rote:
1. How t= o see info about installed package?
I think `guix package -s regexp` shows everything it find in repo= sitory. Also `guix package --show=3Delement` does the same but for exact el= ement name. So these show info from repository. Which command let me know i= nfo about installed package? I did not found it in guix reference card and = manual.

<= /div>
You can use `guix package --li= st-installed`.
2. How to determine why qtwebkit compiles every time I run `guix pull &= ;& guix package --substitute-urls=3Dhttps://ci.guix.info <https://ci.guix.info> -u` ?
I think I have some problems in my system (may be for that I've = installed blender 2.80 from my own declaration file?)

Basically, because one of your installed packages depends o= n qtwebkit
but qtwebkit ha= s not been built on the build farm.

Blender does no= t depend on qtwebkit.

=
You can see what packages dep= end on qtwebkit like this:

$ guix graph --type=3Dre= verse-package qtwebkit | dot -Tsvg > ~/tmp/out.svg

`dot` is from graphviz.

Then view ~/tmp/out.sv= g however you like, for example with Inkscape.
3. And the last: is ci.guix.info substitut= ion server by default or I need to type it in --substitute-urls option?
By the way no any speed adva= ntages when I type it. My last 4 updates was continuing for 2 days. And I n= eed your help.

The default substitute = server for new installations is
<https://ci.guix.info>. If you installed 0.16.0 or late= r, it is the
default.
<= /div>

If you installed before 0.16.0, you can choose to add i= t based on these
instructi= ons:


=
------=_Part_23454_1505427379.1551326763096-- ------=_Part_23453_1377536731.1551326763096 Content-Type: image/svg+xml; name=out.svg Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=out.svg Guix reverse-package 45791680 qtwebkit@5.212.0-alpha2 48668672 qutebrowser@0.11.0 45791680->48668672 30359104 ghostwriter@1.6.2 45791680->30359104 40379136 texmaker@5.0.2 45791680->40379136 34330496 qsyncthingtray@0.5.8 45791680->34330496 44153088 aseba@1.6.0-0.3b35de8 45791680->44153088 45748416 python-pyqt@5.11.3 45791680->45748416 45793024 python2-pyqt@5.11.3 45791680->45793024 35802688 kdevplatform@5.1.2 45791680->35802688 35045376 kdevelop@5.1.2 45791680->35045376 35045760 libksysguard@5.15.1 45791680->35045760 48935488 kdesignerplugin@5.55.0 45791680->48935488 48935104 kdewebkit@5.55.0 45791680->48935104 35048064 luminance-hdr@2.4.0 45791680->35048064 45748416->48668672 42984576 openshot@2.4.3 45748416->42984576 34868416 onionshare@1.3.2 45748416->34868416 45792256 python-pyqt+qscintilla@5.11.3 45748416->45792256 45792448 python-qscintilla@2.10.8 45748416->45792448 43034496 python-poppler-qt5@0.24.2 45748416->43034496 42417344 frescobaldi@3.0.0 45748416->42417344 42414464 picard@2.0.4 45748416->42414464 44866176 python-trezor@0.11.1 45748416->44866176 44610880 electrum@3.3.3 45748416->44610880 44610688 electron-cash@3.3.5 45748416->44610688 44865792 python2-trezor@0.11.1 45748416->44865792 23717568 hplip@3.18.9 45748416->23717568 42401536 calibre@3.35.0 45793024->42401536 35802688->35045376 35045760->35045376 49070080 kdelibs4support@5.55.0 48935488->49070080 48935104->48935488 46532864 openmolar@1.0.15-gd81f9e5 45792256->46532864 45792448->45792256 43034496->42417344 44864832 trezor-agent@0.10.0 44866176->44864832 ------=_Part_23453_1377536731.1551326763096-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: how define why qtwebkit compiles every time i ru update? Date: Thu, 28 Feb 2019 10:44:38 +0100 Message-ID: <20190228094438.GA8816@jurong> References: <20190227190912.GA8559@jasmine.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([209.51.188.92]:50248) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gzITp-0007VX-Gf for help-guix@gnu.org; Thu, 28 Feb 2019 04:59:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gzIFR-0000YB-W5 for help-guix@gnu.org; Thu, 28 Feb 2019 04:45:03 -0500 Received: from hera.aquilenet.fr ([2a0c:e300::1]:40756) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gzIFH-0000Rx-L0 for help-guix@gnu.org; Thu, 28 Feb 2019 04:44:54 -0500 Content-Disposition: inline In-Reply-To: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: znavko@tutanota.com Cc: Help Guix Hello, On Thu, Feb 28, 2019 at 05:06:02AM +0100, znavko@tutanota.com wrote: > I have guix 0.16, but I installed it from 0.14 and updated every time. Please, > how to check really that ci.guix.info is using? When I run `guix package -u` it > download from ci.guix.info, but I think there is more efficient way to check if > guix-daemon is using substitute server? for this I use ps -ef | grep guix-daemon It shows the full command line with which the daemon is started (in my case, on top of Debian via systemd): /var/guix/profiles/per-user/root/guix-profile/bin/guix-daemon --build-users-group=guixbuild --substitute-urls=https://hydra.gnu.org/ https://ci.guix.info/ Andreas