From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 22 12:19:09 2018 Received: (at 30879) by debbugs.gnu.org; 22 Mar 2018 16:19:09 +0000 Received: from localhost ([127.0.0.1]:48066 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ez2vl-0007aa-2W for submit@debbugs.gnu.org; Thu, 22 Mar 2018 12:19:09 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]:34452) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ez2vj-0007aT-R9 for 30879@debbugs.gnu.org; Thu, 22 Mar 2018 12:19:08 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id AA92612B29; Thu, 22 Mar 2018 17:19:06 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id v6Fo8eZyQZ9u; Thu, 22 Mar 2018 17:19:05 +0100 (CET) Received: from ribbon (vpn-0-27.aquilenet.fr [IPv6:2a0c:e300:4:27::]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 052F412B24; Thu, 22 Mar 2018 17:19:04 +0100 (CET) From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Eric Bavier Subject: Re: bug#30879: Commit bc499b113 broke guix on guile@2.0.14, improper field initialization References: <20180320154302.GL105827@pe06.us.cray.com> <877eq6ibp9.fsf@gnu.org> <20180321151642.GN105827@pe06.us.cray.com> <87y3ildttr.fsf@gnu.org> <20180321211403.GO105827@pe06.us.cray.com> <87r2oddo9l.fsf@gnu.org> <20180322144538.GP105827@pe06.us.cray.com> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 2 Germinal an 226 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Thu, 22 Mar 2018 17:19:04 +0100 In-Reply-To: <20180322144538.GP105827@pe06.us.cray.com> (Eric Bavier's message of "Thu, 22 Mar 2018 09:45:38 -0500") Message-ID: <878takgk1z.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 30879 Cc: 30879@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) Hello, Eric Bavier skribis: > Oh, so it loks like .go files from the system-installed guix are being > picked up: > > 53692 openat(AT_FDCWD, "/usr/local/lib/guile/2.0/site-ccache/gnu/system.g= o", O_RDONLY|O_CLOEXEC) =3D 10 > > I hadn't expected that, but I suppose it makes sense. Running make > under ./pre-inst-env does not help. From my Guix build and source tree, I see this: --8<---------------cut here---------------start------------->8--- $ rm gnu/system.go $ ./pre-inst-env strace -o log guile --no-auto-compile -c '(use-modules (g= nu system))' ;;; note: source file /home/ludo/src/guix/gnu/system.scm ;;; newer than compiled /run/current-system/profile/lib/guile/2.2/sit= e-ccache/gnu/system.go ;;; note: source file /home/ludo/src/guix/gnu/system.scm ;;; newer than compiled /run/current-system/profile/lib/guile/2.2/sit= e-ccache/gnu/system.go ;;; note: source file /home/ludo/src/guix/gnu/system.scm ;;; newer than compiled /run/current-system/profile/lib/guile/2.2/sit= e-ccache/gnu/system.go $ grep open.*gnu/system.go log $ echo $? 1 --8<---------------cut here---------------end--------------->8--- Don=E2=80=99t you get a similar message? Thanks, Ludo=E2=80=99.