From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D278D385840F; Mon, 8 Jan 2024 14:28:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D278D385840F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1704724114; bh=Yfv2Z2pLsgTd+QQxKX0vFUgDUHtR9NFM93t4TF2qj/4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=BNEGOvl2UCRuu0NgVmHFMUprUTk7kqCheJdFOPSfjaSrkaVKlAE+PdLItx02mE2Ee SQQTT0M50+8ov80P4+t51S35i3d60ldD+pAHeEJ+FWP0nNLmyxCmob/t83E3hnwgTN v0S+ZRjm63tPaDCw1AWZz1IfTKtPHFRKv7WOdF0w= From: "stli at linux dot ibm.com" To: glibc-bugs@sourceware.org Subject: [Bug build/31196] glibc-2.38 (tip of release branch) fails to build on s390 (gcc-13 to blame?) Date: Mon, 08 Jan 2024 14:28:34 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed 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: stli at linux dot ibm.com 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: security- X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: 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 Stefan Liebler changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |stli at linux dot ibm.com --- Comment #2 from Stefan Liebler --- I've also tried with 2.38 release branch (cfe121910013a46e2477562282c56ae8062089aa) with gcc 13 (5d0d592c486c31bd9c26af0d1f0a7b6a3d68c22b) and I don't get a build fail. If you manually run the gcc-compile-command producing strchrnul-c.os in /string/ with -save-temps, the strchrnul-c.i file should have included /string/strchrnul.c with __strchrnul_c instead of __strchrnul. Then the internal symbol __GI___strchrnul should be __strchrnul_c (See your error-message from /sysdeps/s390/strchrnul-c.c). The weak_alias should be the IFUNC __strchrnul (See /sysdeps/s390/strchrnul.c) --=20 You are receiving this mail because: You are on the CC list for the bug.=