From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Marusich Subject: Re: Binaries for Rust, QEMU and QtWebKit Date: Sun, 05 May 2019 20:15:33 -0700 Message-ID: <871s1cz31m.fsf@gmail.com> References: <177de9a4ed4798fb09cf11542a426313@disroot.org> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([209.51.188.92]:57473) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hNU6P-0004LO-Gg for help-guix@gnu.org; Sun, 05 May 2019 23:15:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hNU6N-0001Of-IC for help-guix@gnu.org; Sun, 05 May 2019 23:15:41 -0400 Received: from mail-pl1-x644.google.com ([2607:f8b0:4864:20::644]:46862) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hNU6L-0001Mx-JA for help-guix@gnu.org; Sun, 05 May 2019 23:15:39 -0400 Received: by mail-pl1-x644.google.com with SMTP id bi2so5612124plb.13 for ; Sun, 05 May 2019 20:15:37 -0700 (PDT) In-Reply-To: <177de9a4ed4798fb09cf11542a426313@disroot.org> (Raghav Gururajan's message of "Wed, 24 Apr 2019 05:14:30 +0000") 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: Raghav Gururajan Cc: help-guix@gnu.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable "Raghav Gururajan" 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=3Dmanifest.scm=20 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=3D1000' 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. =2D-=20 Chris --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEy/WXVcvn5+/vGD+x3UCaFdgiRp0FAlzPptUACgkQ3UCaFdgi Rp1r/A//bxWM8Kp7mO+sQ0UZnynSpTt0sS2qUuRtPI+5IjIzsM6FUMcWCKncZtdm s2iElDbw8N4z7w7Byjs9N4hunRJl6wYLuTQoupYYkrjEcnJbW4C+8Dd18wJIZc8o 0bglaSCwzB7nTSwWtHl3S7jHckRPsWIOUaGOUPf0RcQ9Pr1gpERf4q/uLXbjqmTP 5EKqpqHBRZOx32USrTaT0pkKV5vfMqLKHgZ6M4A7PTTVwKcZNuF3cEo0Vuuj6NrR yszr+J3/10ZVP5jAs4uByO+symCku71GAl58n69lz4FaTabxXBPNVuuq+NjTt9os 59i9J38Ao4MIX+YPaRtSybwwz0tR2cuf8LdEY9McC1enNNAPEiLZah2wffIGhfj6 mkyD4baxBjhpO3dEvpDQueKc8VJVcO5hSCutOpCkrmVtszYsttVXojLvtWwgV9MP we7SXL84wg4PeBGwTzlYwDoZgUiQ4oHxbqM2dCZSKS+8iV4c+pFv9IMVTnhNBr1B 5z4SIwMU8Fg9H8kVLjnSXfnK4TpeUQPlnVDiL+MuCeeaWNGtPUDmB7iIN1qjrsp3 FKQ3UZyCxMQWDc0Bl58jxh4l+4Q35zbEO6CCW4iYhAj4U8zgZQXXEPJFd5cfuAHr Kx0cfdnefbBoAxZJAT6toryIQaDerAAzsVBXzghFgtmTOm+2Ozs= =jgvT -----END PGP SIGNATURE----- --=-=-=--