From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: =?utf-8?Q?It=E2=80=99s?= building! Date: Sun, 15 Jan 2017 23:32:58 +0100 Message-ID: <87h950dkdh.fsf@gnu.org> References: <8737goz2ba.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45068) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cStMF-0004Nv-V4 for guix-devel@gnu.org; Sun, 15 Jan 2017 17:33:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cStMC-0001LR-T4 for guix-devel@gnu.org; Sun, 15 Jan 2017 17:33:04 -0500 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:42583) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cStMC-0001LH-Oo for guix-devel@gnu.org; Sun, 15 Jan 2017 17:33:00 -0500 Received: from reverse-83.fdn.fr ([80.67.176.83]:43648 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1cStMC-0007ca-5L for guix-devel@gnu.org; Sun, 15 Jan 2017 17:33:00 -0500 In-Reply-To: <8737goz2ba.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Thu, 12 Jan 2017 17:10:49 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org Hello Guix! ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > The machine was initially installed using substitutes from > hydra.gnu.org, but ever since it has been building stuff on its own (it > does not offload to any other machine at this point). Thus it can be > used to check for reproducibility issues: > > guix challenge gdk-pixbuf \ > --substitute-urls=3D"https://mirror.hydra.gnu.org https://bayfront.gu= ixsd.org" As mentioned in another thread, this is now summarized here: https://www.gnu.org/software/guix/packages/reproducibility.html The code for this page uses the API of =E2=80=98guix challenge=E2=80=99: http://git.savannah.gnu.org/cgit/guix/guix-artwork.git/tree/website/www/p= ackages.scm#n467 Although for many packages we can=E2=80=99t tell anything because bayfront hasn=E2=80=99t built them yet, we can already see that a number of packages= have reproducibility issues, some of which were already filed at . Let=E2=80=99s address these! To investigate reproducibility issues, you need to extract the nars linked from the page above with =E2=80=98guix archive -x=E2=80=99, as shown= at: https://www.gnu.org/software/guix/manual/html_node/Invoking-guix-challeng= e.html (Remember that those from hydra.gnu.org are bzip2-compressed, while those from bayfront are gzipped.) Ludo=E2=80=99.