From debbugs-submit-bounces@debbugs.gnu.org Wed Mar 11 16:21:12 2020 Received: (at 39208-done) by debbugs.gnu.org; 11 Mar 2020 20:21:12 +0000 Received: from localhost ([127.0.0.1]:55605 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jC7qq-0000oK-2M for submit@debbugs.gnu.org; Wed, 11 Mar 2020 16:21:12 -0400 Received: from eggs.gnu.org ([209.51.188.92]:54208) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jC7qo-0000o6-5x for 39208-done@debbugs.gnu.org; Wed, 11 Mar 2020 16:21:10 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:40128) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1jC7qj-0000w1-35 for 39208-done@debbugs.gnu.org; Wed, 11 Mar 2020 16:21:05 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=39120 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jC7qi-0007Lj-Hp for 39208-done@debbugs.gnu.org; Wed, 11 Mar 2020 16:21:04 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: bug#39208: [3.0.0] Segfault while building on ARMv7 References: <87a76igk9f.fsf@gnu.org> Date: Wed, 11 Mar 2020 21:21:03 +0100 In-Reply-To: <87a76igk9f.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Mon, 20 Jan 2020 17:33:48 +0100") Message-ID: <87y2s6fxsg.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 39208-done Cc: 39208-done@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: -0.5 (/) Hi, Ludovic Court=C3=A8s skribis: > Building 3.0.0 with Guix on ARMv7 reproducibly fails: > > BOOTSTRAP GUILEC language/cps/loop-instrumentation.go > wrote `language/cps/loop-instrumentation.go' > BOOTSTRAP GUILEC language/cps/peel-loops.go > wrote `language/cps/effects-analysis.go' > BOOTSTRAP GUILEC language/cps/prune-top-level-scopes.go > wrote `language/cps/licm.go' > BOOTSTRAP GUILEC language/cps/reify-primitives.go > wrote `language/cps/prune-top-level-scopes.go' > BOOTSTRAP GUILEC language/cps/renumber.go > wrote `language/cps/peel-loops.go' > BOOTSTRAP GUILEC language/cps/rotate-loops.go > wrote `language/cps/reify-primitives.go' > BOOTSTRAP GUILEC language/cps/optimize.go > wrote `language/cps/renumber.go' > BOOTSTRAP GUILEC language/cps/simplify.go > wrote `language/cps/rotate-loops.go' > BOOTSTRAP GUILEC language/cps/self-references.go > wrote `language/cps/optimize.go' > BOOTSTRAP GUILEC language/cps/slot-allocation.go > wrote `language/cps/self-references.go' > BOOTSTRAP GUILEC language/cps/spec.go > wrote `language/cps/simplify.go' > BOOTSTRAP GUILEC language/cps/specialize-primcalls.go > wrote `language/cps/spec.go' > BOOTSTRAP GUILEC language/cps/specialize-numbers.go > /gnu/store/nvkn00kq4x4g5wjjjvjj6rhzs0ihihxl-bash-minimal-5.0.7/bin/bash: = line 6: 23019 Segmentation fault (core dumped) GUILE_AUTO_COMPILE=3D0 = ../meta/build-env guild compile --target=3D"arm-unknown-linux-gnueabihf" -O= 1 -Oresolve-primitives -L "/tmp/guix-build-guile-next-3.0.0.drv-0/guile-3.0= .0/module" -L "/tmp/guix-build-guile-next-3.0.0.drv-0/guile-3.0.0/guile-rea= dline" -o "language/cps/specialize-primcalls.go" "../module/language/cps/sp= ecialize-primcalls.scm" > make[2]: *** [Makefile:1931: language/cps/specialize-primcalls.go] Error = 139 > make[2]: *** Waiting for unfinished jobs.... > wrote `language/cps/slot-allocation.go' > wrote `language/cps/specialize-numbers.go' > make[2]: Leaving directory '/tmp/guix-build-guile-next-3.0.0.drv-0/guile-= 3.0.0/bootstrap' > make[1]: *** [Makefile:1849: all-recursive] Error 1 This also is fixed by commit 7c17655cd3d859bf0c5a86d9782a7788205fc05a (). \o/ Ludo=E2=80=99.