From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#36882: QEMU 4 fails to build for x86_64-linux Date: Fri, 23 Aug 2019 14:58:22 +0200 Message-ID: <8736hs6ntd.fsf@gnu.org> References: <20190731200334.GA29724@jasmine.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:35851) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i199j-0006zd-JN for bug-guix@gnu.org; Fri, 23 Aug 2019 08:59:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i199i-0007i4-Mo for bug-guix@gnu.org; Fri, 23 Aug 2019 08:59:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:58715) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i199i-0007hn-J4 for bug-guix@gnu.org; Fri, 23 Aug 2019 08:59:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1i199i-0004Lr-GX for bug-guix@gnu.org; Fri, 23 Aug 2019 08:59:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20190731200334.GA29724@jasmine.lan> (Leo Famulari's message of "Wed, 31 Jul 2019 16:03:34 -0400") 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: Leo Famulari Cc: 36882@debbugs.gnu.org Hi, Leo Famulari skribis: > While testing the upgrade of our QEMU package to 4.0.0 or 4.1.0-rc3 on > x86_64-linux, the build fails when the header 'gnu/stubs-32.h' can't be > found: > > ------ > In file included from /gnu/store/h90vnqw0nwd0hhm1l5dgxsdrigddfmq4-glibc-2= .28/include/features.h:452:0, > from /gnu/store/h90vnqw0nwd0hhm1l5dgxsdrigddfmq4-glibc-2= .28/include/bits/libc-header-start.h:33, > from /gnu/store/h90vnqw0nwd0hhm1l5dgxsdrigddfmq4-glibc-2= .28/include/stdint.h:26, > from linuxboot_dma.c:65: > /gnu/store/h90vnqw0nwd0hhm1l5dgxsdrigddfmq4-glibc-2.28/include/gnu/stubs.= h:7:27: fatal error: gnu/stubs-32.h: No such file or directory > compilation terminated. > make[1]: *** [/tmp/guix-build-qemu-4.1.0-rc3.drv-0/qemu-4.1.0-rc3/rules.m= ak:69: linuxboot_dma.o] Error 1 > make[1]: Leaving directory '/tmp/guix-build-qemu-4.1.0-rc3.drv-0/qemu-4.1= .0-rc3/pc-bios/optionrom' > make: *** [Makefile:519: pc-bios/optionrom/all] Error 2 > ------ > > And of course, this header is not installed by glibc when it is built > for 64-bit systems. That=E2=80=99s a =E2=80=9Cmultilib header=E2=80=9D, which our =E2=80=98glib= c=E2=80=99 package doesn=E2=80=99t provide. Normally it=E2=80=99s only needed when doing =E2=80=9Cgcc -m32=E2=80=9D on = x86_64 or similar. Can you show the GCC command that leads to this error? Thanks, Ludo=E2=80=99.