From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: python-conda: Build is not reproducible Date: Fri, 07 Jul 2017 14:03:46 +0200 Message-ID: <87lgo0a1y5.fsf@gnu.org> References: 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]:59256) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dTRzE-00072k-7c for guix-devel@gnu.org; Fri, 07 Jul 2017 08:03:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dTRzB-0006JN-53 for guix-devel@gnu.org; Fri, 07 Jul 2017 08:03:52 -0400 In-Reply-To: (Frederick Muriithi's message of "Thu, 6 Jul 2017 14:42:02 +0300") 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: Frederick Muriithi Cc: guix-devel@gnu.org Hello, Frederick Muriithi skribis: > I defined a new package, python-conda, and tried to build with the > command `./pre-inst-env guix build --rounds=3D3 python-conda` > > I expected that the package would have built successfully, instead, > the build fails with the message: > > output =E2=80=98/gnu/store/302bb93kq3170xr57vijil7cya2s74ir-python-conda-= 4.3.16=E2=80=99 > of =E2=80=98/gnu/store/wgih8s8x0bpgxyk7vwyxr4r3wl0y1vfa-python-conda-4.3.= 16.drv=E2=80=99 > differs from =E2=80=98/gnu/store/302bb93kq3170xr57vijil7cya2s74ir-python-= conda-4.3.16-check=E2=80=99 > from previous round > @ build-failed /gnu/store/wgih8s8x0bpgxyk7vwyxr4r3wl0y1vfa-python-conda-4= .3.16.drv > - 1 output =E2=80=98/gnu/store/302bb93kq3170xr57vijil7cya2s74ir-python-co= nda-4.3.16=E2=80=99 > of =E2=80=98/gnu/store/wgih8s8x0bpgxyk7vwyxr4r3wl0y1vfa-python-conda-4.3.= 16.drv=E2=80=99 > differs from =E2=80=98/gnu/store/302bb93kq3170xr57vijil7cya2s74ir-python-= conda-4.3.16-check=E2=80=99 > from previous round > guix build: error: build failed: build of > `/gnu/store/wgih8s8x0bpgxyk7vwyxr4r3wl0y1vfa-python-conda-4.3.16.drv' > failed This is most likely a consequence of . Can you run: diff -ru --no-dereference \ /gnu/store/302bb93kq3170xr57vijil7cya2s74ir-python-conda-4.3.16{,-check} to confirm that only Python object files are affected? Thanks, Ludo=E2=80=99.