From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E51AF3858D20; Tue, 8 Aug 2023 16:22:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E51AF3858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1691511727; bh=8OJUeJ1kul7jc8AX7ycUAIsAxeJPodNv0mCSNJhWkWo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=l+p2uPTebqfPkrlBVmbAueZ+Svlt9G81aRft6ZxKz2d5X8f+3bGJwHcVhjlzOKQdj Ang62MYW+GfumEYQrtVy+N4DFnU3Y735H8RpOYxJ6l42DAgUKYdRdp2VdHXjp+Fv2E JW/ALx4Xl0tTDiqq7ljDE1wn1Sd8KPMULgidtzl8= From: "siddhesh at sourceware dot org" To: glibc-bugs@sourceware.org Subject: [Bug libc/30721] 2.38 build fails for --disable-multiarch --enable-fortify-source , undefined reference to `__GI___memset_chk' and others Date: Tue, 08 Aug 2023 16:22:07 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: libc X-Bugzilla-Version: 2.38 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: siddhesh at sourceware 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: 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=3D30721 --- Comment #1 from Siddhesh Poyarekar --- I can't reproduce this on my Fedora box using: ../configure CFLAGS=3D"-march=3Dnocona -mtune=3Dnative -O2 -pipe" --prefix= =3D/usr --disable-multiarch --enable-fortify-source OR even ../configure CFLAGS=3D"-march=3Dnocona -mtune=3Dnative -O2 -pipe" CC=3D"gcc= -m32" CXX=3D"g++ -m32" --enable-stack-protector=3Dstrong --disable-cet --enable-kernel=3D3.2.0 --without-selinux --disable-werror --enable-bind-now --enable-fortify-source --build=3Di686-pc-linux-gnu --host=3Di686-pc-linux-= gnu --disable-profile --without-gd --with-headers=3D/usr/include --prefix=3D/usr --disable-crypt --disable-multi-arch --disable-systemtap --disable-nscd ac_cv_path_PERL=3Dno libc_cv_aarch64_sve_asm=3Dyes --disable-timezone-tools Maybe the gentoo compiler driver is injecting something that I need to add = to this mix? --=20 You are receiving this mail because: You are on the CC list for the bug.=