From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marius Bakke Subject: bug#36238: Problems cross-compiling on core-updates Date: Sun, 16 Jun 2019 09:45:00 +0200 Message-ID: <87a7ei3rer.fsf@devup.no> References: Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:51542) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hcPra-00044V-5b for bug-guix@gnu.org; Sun, 16 Jun 2019 03:46:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hcPrY-0002mu-8o for bug-guix@gnu.org; Sun, 16 Jun 2019 03:46:06 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54324) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hcPrW-0002lO-Aj for bug-guix@gnu.org; Sun, 16 Jun 2019 03:46:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hcPrW-0006Il-4B for bug-guix@gnu.org; Sun, 16 Jun 2019 03:46:02 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: 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" To: Carl Dong , 36238-done@debbugs.gnu.org --=-=-= Content-Type: text/plain Carl Dong writes: > Hi all, > > I noticed that cross-compiling isn't working on the core-updates branch. I'm on > commit cfd4e4d06e3cda0f3eed8d6b9277ce53e55404b8 and all you need to reproduce is > to invoke: > > ./pre-inst-env guix build --target=aarch64-linux-gnu coreutils > > Attached is the build log. Including the plain text for posterity: --8<---------------cut here---------------start------------->8--- starting phase `build' LEX examples/c/reccalc/scan.stamp GEN lib/alloca.h GEN lib/fcntl.h GEN lib/configmake.h GEN lib/limits.h GEN lib/inttypes.h GEN lib/textstyle.h GEN lib/math.h GEN lib/signal.h GEN lib/spawn.h GEN lib/stdio.h GEN lib/stdlib.h GEN lib/string.h GEN lib/sys/resource.h GEN lib/time.h GEN lib/unitypes.h GEN lib/sys/time.h GEN lib/unistd.h GEN lib/sys/times.h GEN lib/sys/types.h GEN lib/sys/wait.h GEN lib/uniwidth.h GEN lib/wchar.h GEN lib/wctype.h make[1]: Entering directory '/tmp/guix-build-bison-3.4.1.drv-0/bison-3.4.1' make[1]: Entering directory '/tmp/guix-build-bison-3.4.1.drv-0/bison-3.4.1' LEX examples/c/reccalc/scan.stamp LEX examples/c/reccalc/scan.stamp make[1]: Leaving directory '/tmp/guix-build-bison-3.4.1.drv-0/bison-3.4.1' mv: cannot stat 'examples/c/reccalc/scan.stamp.tmp': No such file or directory make[1]: *** [Makefile:6855: examples/c/reccalc/scan.stamp] Error 1 make[1]: Leaving directory '/tmp/guix-build-bison-3.4.1.drv-0/bison-3.4.1' make: *** [Makefile:6847: examples/c/reccalc/scan.c] Error 2 command "make" "-j" "48" failed with status 2 --8<---------------cut here---------------end--------------->8--- This looks like a parallelism issue, and should be fixed in b1593c1c4fd8f4fc6df4c43cab51334426e3aa76. Thanks! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl0F830ACgkQoqBt8qM6 VPqzpwgA09i/5sfWFmvLqRXON/xSTo8p7HIppzk287ZfOW9h+1cDkzCXG8pFdNeA 5zdfvpzwG0Kuqw2jHw9J5dYxpMvjfCRXtXJdeKiQcT9d4Yhr8K5EeB6dz5lFGFci Z9u166hVgqE6XcHgvc7mVi3WUqXJBjiX5Y8Ni/h5XbU11S83KexFLFVCDgI948e1 wRCEzbtBVyswERDZAQukvF3okTIVRxw7+WBJMfYI8PlM9Vap22ublYQBQofTLbP7 Wz1GIYiPQ2gG/HCH4594u/dXXNv1sqtNT7omkOeQZJpNRGQvEHZsUSmx+pZD1Rv6 EeMSFrCeA32lDrK6TRw/vHiftBY59A== =bxxi -----END PGP SIGNATURE----- --=-=-=--