all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Binaries for Rust, QEMU and QtWebKit
@ 2019-04-24  5:14 Raghav Gururajan
  2019-05-06  3:15 ` Chris Marusich
  0 siblings, 1 reply; 2+ messages in thread
From: Raghav Gururajan @ 2019-04-24  5:14 UTC (permalink / raw)
  To: help-guix

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

Hello Geeks!

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.

Thanks you!

Regards,
RG.

[-- Attachment #2: Type: text/html, Size: 425 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Binaries for Rust, QEMU and QtWebKit
  2019-04-24  5:14 Binaries for Rust, QEMU and QtWebKit Raghav Gururajan
@ 2019-05-06  3:15 ` Chris Marusich
  0 siblings, 0 replies; 2+ messages in thread
From: Chris Marusich @ 2019-05-06  3:15 UTC (permalink / raw)
  To: Raghav Gururajan; +Cc: help-guix

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-05-06  3:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-24  5:14 Binaries for Rust, QEMU and QtWebKit Raghav Gururajan
2019-05-06  3:15 ` Chris Marusich

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.