From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#22010: Python 2.7.10 not deterministic Date: Sun, 13 Dec 2015 19:17:54 +0100 Message-ID: <87r3iqusa5.fsf@gnu.org> References: <871tbef8jl.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]:51033) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a8BEh-0006Ur-Dv for bug-guix@gnu.org; Sun, 13 Dec 2015 13:19:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a8BEc-0005rt-Dl for bug-guix@gnu.org; Sun, 13 Dec 2015 13:19:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:42860) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a8BEc-0005ro-Ag for bug-guix@gnu.org; Sun, 13 Dec 2015 13:19:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1a8BEc-0002DI-73 for bug-guix@gnu.org; Sun, 13 Dec 2015 13:19:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <871tbef8jl.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Wed, 25 Nov 2015 15:38:54 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: 22010@debbugs.gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > As of v0.9.0-238-gd7572b4 (currently =E2=80=98tk-update=E2=80=99), Python= 2.7.10 is not > reproducible: > > $ diff -r --no-dereference /gnu/store/q405y94pbnx028mygranaww5pnbqhnq1-py= thon-2.7.10 ,py > Binary files /gnu/store/q405y94pbnx028mygranaww5pnbqhnq1-python-2.7.10/li= b/libpython2.7.so.1.0 and ,py/lib/libpython2.7.so.1.0 differ > diff -r --no-dereference /gnu/store/q405y94pbnx028mygranaww5pnbqhnq1-pyth= on-2.7.10/lib/python2.7/config/Makefile ,py/lib/python2.7/config/Makefile > 31,32c31,32 > < abs_srcdir=3D /tmp/nix-build-python-2.7.10.drv-0/Python-2.7.10 > < abs_builddir=3D /tmp/nix-build-python-2.7.10.drv-0/Python-2.7.10 > --- >> abs_srcdir=3D /gnu/tmp/nix-build-python-2.7.10.drv-0/Python-2.7.10 >> abs_builddir=3D /gnu/tmp/nix-build-python-2.7.10.drv-0/Python-2.7.10 This problem is sidestepped with commit cb96010, where the daemon always use /tmp/nix-build*.drv-0 inside the build environment. It will disappear when we have upgraded the daemon on the build machines. Ludo=E2=80=99.