all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Leo Famulari <leo@famulari.name>
To: znavko@tutanota.com
Cc: Help Guix <help-guix@gnu.org>
Subject: Re: how define why qtwebkit compiles every time i ru update?
Date: Wed, 27 Feb 2019 14:09:12 -0500	[thread overview]
Message-ID: <20190227190912.GA8559@jasmine.lan> (raw)
In-Reply-To: <LZk3v-9--3-1@tutanota.com>

[-- Attachment #1: Type: text/plain, Size: 1685 bytes --]

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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

  reply	other threads:[~2019-02-27 19:09 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-27 17:49 how define why qtwebkit compiles every time i ru update? znavko
2019-02-27 19:09 ` Leo Famulari [this message]
2019-02-28  4:06   ` znavko
2019-02-28  9:44     ` Andreas Enge

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190227190912.GA8559@jasmine.lan \
    --to=leo@famulari.name \
    --cc=help-guix@gnu.org \
    --cc=znavko@tutanota.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.