all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Chris Marusich <cmmarusich@gmail.com>
To: Raghav Gururajan <rvgn@disroot.org>
Cc: help-guix@gnu.org
Subject: Re: Binaries for Rust, QEMU and QtWebKit
Date: Sun, 05 May 2019 20:15:33 -0700	[thread overview]
Message-ID: <871s1cz31m.fsf@gmail.com> (raw)
In-Reply-To: <177de9a4ed4798fb09cf11542a426313@disroot.org> (Raghav Gururajan's message of "Wed, 24 Apr 2019 05:14:30 +0000")

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

"Raghav Gururajan" <rvgn@disroot.org> writes:

> Are there binaries available for Rust, QEMU and QtWebKit? These three
> take hell of a time to build, every time I run guix package -u.

You can check by running a command like the following:

  guix weather manifest.scm

where manifest.scm is a file that looks like this:

  (use-modules (gnu packages))

  (specifications->manifest
   '(
     "rust"
     "qemu"
     "qtwebkit"
     ))

Here is what I see when I run the command:

  $ guix weather --manifest=manifest.scm 
  computing 3 package derivations for x86_64-linux...
  looking for 5 store items on https://ci.guix.info...
  updating substitutes from 'https://ci.guix.info'... 100.0%
  https://ci.guix.info
    20.0% substitutes available (1 out of 5)
    137.0 MiB of nars (compressed)
    503.9 MiB on disk (uncompressed)
    0.252 seconds per request (1.3 seconds in total)
    3.0 requests per second
    'https://ci.guix.info/api/queue?nr=1000' returned 504 ("Gateway Time-out")

Looks like only one of those is available right now for the version of
Guix I'm using.  Maybe for your version, substitutes will be available.
Try it out and see!

For more information on the "guix weather" command, see section
"Invoking guix weather" in the manual:

https://www.gnu.org/software/guix/manual/en/html_node/Invoking-guix-weather.html

As with everything in Guix, there are also ways to check
programmatically, but the CLI interface is pretty easy to use.

-- 
Chris

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

      reply	other threads:[~2019-05-06  3:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-24  5:14 Binaries for Rust, QEMU and QtWebKit Raghav Gururajan
2019-05-06  3:15 ` Chris Marusich [this message]

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=871s1cz31m.fsf@gmail.com \
    --to=cmmarusich@gmail.com \
    --cc=help-guix@gnu.org \
    --cc=rvgn@disroot.org \
    /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.