From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 204453858C2D; Sun, 13 Mar 2022 22:45:11 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 204453858C2D From: "sam at gentoo dot org" To: glibc-bugs@sourceware.org Subject: [Bug libc/28960] New: Failure to build on HPPA in swapcontext ({standard input}:15: Error: CFI instruction used without previous .cfi_startproc) Date: Sun, 13 Mar 2022 22:45:10 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: libc X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: sam at gentoo dot org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc target_milestone attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: glibc-bugs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Glibc-bugs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Mar 2022 22:45:11 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D28960 Bug ID: 28960 Summary: Failure to build on HPPA in swapcontext ({standard input}:15: Error: CFI instruction used without previous .cfi_startproc) Product: glibc Version: unspecified Status: NEW Severity: normal Priority: P2 Component: libc Assignee: unassigned at sourceware dot org Reporter: sam at gentoo dot org CC: danglin at gcc dot gnu.org, drepper.fsp at gmail dot com Target Milestone: --- Created attachment 14014 --> https://sourceware.org/bugzilla/attachment.cgi?id=3D14014&action=3Ded= it build.log Using release/2.34/master up to 6c9c2307657529e52c5fa7037618835f2a50b916 (https://sourceware.org/git/?p=3Dglibc.git;a=3Dcommit;h=3D6c9c2307657529e52= c5fa7037618835f2a50b916), I get the following build failure on HPPA: ``` hppa2.0-unknown-linux-gnu-gcc -pipe -march=3D2.0 -O2 -Wl,-O1 -Wl,--as-need= ed ../sysdeps/unix/sysv/linux/hppa/swapcontext.c -c -std=3Dgnu11 -fgnu89-inlin= e=20 -pipe -march=3D2.0 -O2 -Wall -Wwrite-strings -Wundef -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -ftls-model=3Dinitial-exec=20=20 -U_FORTIFY_SOURCE -DGENTOO_USE_CLONE3 -I../include -I/var/tmp/portage/sys-libs/glibc-2.34-r10/work/build-hppa-hppa2.0-unknown-= linux-gnu-nptl/stdlib -I/var/tmp/portage/sys-libs/glibc-2.34-r10/work/build-hppa-hppa2.0-unknown-= linux-gnu-nptl -I../sysdeps/unix/sysv/linux/hppa -I../sysdeps/hppa/nptl=20 -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux=20 -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu=20 -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix=20 -I../sysdeps/posix -I../sysdeps/hppa/hppa1.1 -I../sysdeps/wordsize-32=20 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/hppa= /fpu -I../sysdeps/hppa -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../l= ibio -I. -nostdinc -isystem /usr/lib/gcc/hppa2.0-unknown-linux-gnu/11.2.1/include -isystem /usr/lib/gcc/hppa2.0-unknown-linux-gnu/11.2.1/include-fixed -isyst= em /usr/include -D_LIBC_REENTRANT -include /var/tmp/portage/sys-libs/glibc-2.34-r10/work/build-hppa-hppa2.0-unknown-li= nux-gnu-nptl/libc-modules.h -DMODULE_NAME=3Dlibc -include ../include/libc-symbols.h -DPIC=20=20=20=20 -DTOP_NAMESPACE=3Dglibc -o /var/tmp/portage/sys-libs/glibc-2.34-r10/work/build-hppa-hppa2.0-unknown-li= nux-gnu-nptl/stdlib/swapcontext.o -MD -MP -MF /var/tmp/portage/sys-libs/glibc-2.34-r10/work/build-hppa-hppa2.0-unknown-li= nux-gnu-nptl/stdlib/swapcontext.o.dt -MT /var/tmp/portage/sys-libs/glibc-2.34-r10/work/build-hppa-hppa2.0-unknown-li= nux-gnu-nptl/stdlib/swapcontext.o {standard input}: Assembler messages: {standard input}:15: Error: CFI instruction used without previous .cfi_startproc {standard input}:24: Error: CFI instruction used without previous .cfi_startproc {standard input}:36: Error: CFI instruction used without previous .cfi_startproc make[2]: *** [/var/tmp/portage/sys-libs/glibc-2.34-r10/work/build-hppa-hppa2.0-unknown-l= inux-gnu-nptl/sysd-rules:9: /var/tmp/portage/sys-libs/glibc-2.34-r10/work/build-hppa-hppa2.0-unknown-li= nux-gnu-nptl/stdlib/swapcontext.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: Leaving directory '/var/tmp/portage/sys-libs/glibc-2.34-r10/work/glibc-2.34/stdlib' make[1]: *** [Makefile:479: stdlib/subdir_lib] Error 2 make[1]: Leaving directory '/var/tmp/portage/sys-libs/glibc-2.34-r10/work/glibc-2.34' make: *** [Makefile:9: all] Error 2 make: Leaving directory '/var/tmp/portage/sys-libs/glibc-2.34-r10/work/build-hppa-hppa2.0-unknown-l= inux-gnu-nptl' * ERROR: sys-libs/glibc-2.34-r10::gentoo failed (compile phase): * emake failed ``` --=20 You are receiving this mail because: You are on the CC list for the bug.=