From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9281E3858C53; Thu, 28 Dec 2023 18:34:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9281E3858C53 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1703788445; bh=w6eDuAVkluF73uNzpKdOH4QEBNmChyHE29TpqC3ADGU=; h=From:To:Subject:Date:From; b=ob5/Dk7okrgig9cmnvMJcfIj6j7Gu04LdPbrSLs0aDNeHPC8Fc5enjYwFcHXYD9ct 9XN88ffLW/Fta7eSoG1EJtTeFMahhvryUsyIMbqKEQ0BABkRhNAZDq6d6ZOdg/8lyk /wC9Nud2X2BSnyiKXX/FtkrLxiSuPlJm5toEbm5U= From: "dilfridge at gentoo dot org" To: glibc-bugs@sourceware.org Subject: [Bug build/31196] New: glibc-2.38 (tip of release branch) fails to build on s390 (gcc-13 to blame?) Date: Thu, 28 Dec 2023 18:34:04 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: build X-Bugzilla-Version: 2.38 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dilfridge 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 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 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31196 Bug ID: 31196 Summary: glibc-2.38 (tip of release branch) fails to build on s390 (gcc-13 to blame?) Product: glibc Version: 2.38 Status: NEW Severity: normal Priority: P2 Component: build Assignee: unassigned at sourceware dot org Reporter: dilfridge at gentoo dot org CC: carlos at redhat dot com Target Milestone: --- This is a clone of https://bugs.gentoo.org/920899 Observed during 32bit s390 stage build (but the code has not really changed= , so maybe a gcc-13 update is at fault?): s390-ibm-linux-gnu-gcc -pipe -O2 -Wl,-O1 -Wl,--as-needed ../sysdeps/s390/strchrnul-c.c -c -std=3Dgnu11 -fgnu89-inline -pipe -O2 -Wa= ll -Wwrite-strings -Wundef -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3D3 -Wstrict-prototypes -Wold-style-definition -fmath-errno -mlong-double-128= =20 -fPIC -ftls-model=3Dinitial-exec -I../include -I/var/tmp/portage/sys-libs/glibc-2.38-r8/work/build-s390-s390-ibm-linux-gn= u-nptl/string -I/var/tmp/portage/sys-libs/glibc-2.38-r8/work/build-s390-s390-ibm-linux-gn= u-nptl -I../sysdeps/unix/sysv/linux/s390/s390-32=20 -I../sysdeps/unix/sysv/linux/s390/fpu -I../sysdeps/s390/fpu=20 -I../sysdeps/unix/sysv/linux/s390 -I../sysdeps/s390/nptl=20 -I../sysdeps/ieee754/ldbl-64-128 -I../sysdeps/ieee754/ldbl-opt=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/s390/s390-32 -I../sysdeps/wordsize-32=20 -I../sysdeps/s390 -I../sysdeps/ieee754/ldbl-128 -I../sysdeps/ieee754/dbl-= 64=20 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I= .. -I../libio -I. -nostdinc -isystem /usr/lib/gcc/s390-ibm-linux-gnu/13/include -isystem /usr/lib/gcc/s390-ibm-linux-gnu/13/include-fixed -isystem /usr/inc= lude -D_LIBC_REENTRANT -include /var/tmp/portage/sys-libs/glibc-2.38-r8/work/build-s390-s390-ibm-linux-gnu-= nptl/libc-modules.h -DMODULE_NAME=3Dlibc -include ../include/libc-symbols.h -DPIC -DSHARED=20= =20=20=20 -DTOP_NAMESPACE=3Dglibc -o /var/tmp/portage/sys-libs/glibc-2.38-r8/work/build-s390-s390-ibm-linux-gnu-= nptl/string/strchrnul-c.os -MD -MP -MF /var/tmp/portage/sys-libs/glibc-2.38-r8/work/build-s390-s390-ibm-linux-gnu-= nptl/string/strchrnul-c.os.dt -MT /var/tmp/portage/sys-libs/glibc-2.38-r8/work/build-s390-s390-ibm-linux-gnu-= nptl/string/strchrnul-c.os s390-ibm-linux-gnu-gcc -pipe -O2 -Wl,-O1 -Wl,--as-needed ../sysdeps/s390/strrchr-vx.S -c -I../include -I/var/tmp/portage/sys-libs/glibc-2.38-r8/work/build-s390-s390-ibm-linux-gn= u-nptl/string -I/var/tmp/portage/sys-libs/glibc-2.38-r8/work/build-s390-s390-ibm-linux-gn= u-nptl -I../sysdeps/unix/sysv/linux/s390/s390-32=20 -I../sysdeps/unix/sysv/linux/s390/fpu -I../sysdeps/s390/fpu=20 -I../sysdeps/unix/sysv/linux/s390 -I../sysdeps/s390/nptl=20 -I../sysdeps/ieee754/ldbl-64-128 -I../sysdeps/ieee754/ldbl-opt=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/s390/s390-32 -I../sysdeps/wordsize-32=20 -I../sysdeps/s390 -I../sysdeps/ieee754/ldbl-128 -I../sysdeps/ieee754/dbl-= 64=20 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I= .. -I../libio -I. -nostdinc -isystem /usr/lib/gcc/s390-ibm-linux-gnu/13/include -isystem /usr/lib/gcc/s390-ibm-linux-gnu/13/include-fixed -isystem /usr/inc= lude -D_LIBC_REENTRANT -include /var/tmp/portage/sys-libs/glibc-2.38-r8/work/build-s390-s390-ibm-linux-gnu-= nptl/libc-modules.h -DMODULE_NAME=3Dlibc -include ../include/libc-symbols.h -DPIC -DSHARED=20= =20=20=20 -DTOP_NAMESPACE=3Dglibc -DASSEMBLER -Werror=3Dundef -Wa,--noexecstack=20 -Werror=3Dundef -Wa,--noexecstack -o /var/tmp/portage/sys-libs/glibc-2.38-r8/work/build-s390-s390-ibm-linux-gnu-= nptl/string/strrchr-vx.os -MD -MP -MF /var/tmp/portage/sys-libs/glibc-2.38-r8/work/build-s390-s390-ibm-linux-gnu-= nptl/string/strrchr-vx.os.dt -MT /var/tmp/portage/sys-libs/glibc-2.38-r8/work/build-s390-s390-ibm-linux-gnu-= nptl/string/strrchr-vx.os In file included from : ../sysdeps/s390/strchrnul-c.c:28:49: error: =E2=80=98__strchrnul_c=E2=80=99= undeclared here (not in a function); did you mean =E2=80=98__strchrnul=E2=80=99? 28 | __hidden_ver1 (__strchrnul_c, __GI___strchrnul, __strchrnul_c); | ^~~~~~~~~~~~~ ./../include/libc-symbols.h:470:27: note: in definition of macro =E2=80=98__hidden_ver2=E2=80=99 470 | extern thread __typeof (name) __EI_##name \ | ^~~~ ../sysdeps/s390/strchrnul-c.c:28:1: note: in expansion of macro =E2=80=98__= hidden_ver1=E2=80=99 28 | __hidden_ver1 (__strchrnul_c, __GI___strchrnul, __strchrnul_c); | ^~~~~~~~~~~~~ ./../include/libc-symbols.h:472:33: error: =E2=80=98__EI___strchrnul_c=E2= =80=99 aliased to undefined symbol =E2=80=98__strchrnul_c=E2=80=99 472 | extern thread __typeof (name) __EI_##name \ | ^~~~~ ./../include/libc-symbols.h:468:3: note: in expansion of macro =E2=80=98__h= idden_ver2=E2=80=99 468 | __hidden_ver2 (, local, internal, name) | ^~~~~~~~~~~~~ ../sysdeps/s390/strchrnul-c.c:28:1: note: in expansion of macro =E2=80=98__= hidden_ver1=E2=80=99 28 | __hidden_ver1 (__strchrnul_c, __GI___strchrnul, __strchrnul_c); | ^~~~~~~~~~~~~ make[2]: *** [/var/tmp/portage/sys-libs/glibc-2.38-r8/work/build-s390-s390-ibm-linux-gnu= -nptl/sysd-rules:603: /var/tmp/portage/sys-libs/glibc-2.38-r8/work/build-s390-s390-ibm-linux-gnu-= nptl/string/strchrnul-c.os] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: Leaving directory '/var/tmp/portage/sys-libs/glibc-2.38-r8/work/glibc-2.38/string' make[1]: *** [Makefile:485: string/subdir_lib] Error 2 make[1]: Leaving directory '/var/tmp/portage/sys-libs/glibc-2.38-r8/work/glibc-2.38' make: *** [Makefile:9: all] Error 2 --=20 You are receiving this mail because: You are on the CC list for the bug.=