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--