From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BF91F385DDE2; Tue, 25 Jun 2024 15:06:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BF91F385DDE2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1719328017; bh=MC5VXecmloz6U1nKvZZSXXY6/Kd048sIjcraQwKRXZA=; h=From:To:Subject:Date:From; b=fY6hUTslJNWkZpiib89gsKco9f9hPesmfGwAmAXddPJnmbsNcSckk9mNv90eyFQKI rkc5OZbhZRATMY/nI+hCZSNag4TSHh777L2loobPIxwZUqt6bsKOfDgAxdt9Mtg0lW SbiNAPp3yk8BJz7RhkpthwTfem6aCjoL3ZvZtBzM= From: "simon.chopin at canonical dot com" To: glibc-bugs@sourceware.org Subject: [Bug build/31928] New: glibc doesn't compile if the compiler already define _FORTIFY_SOURCE Date: Tue, 25 Jun 2024 15:06:57 +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.39 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: simon.chopin at canonical dot com X-Bugzilla-Status: UNCONFIRMED 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=3D31928 Bug ID: 31928 Summary: glibc doesn't compile if the compiler already define _FORTIFY_SOURCE Product: glibc Version: 2.39 Status: UNCONFIRMED Severity: normal Priority: P2 Component: build Assignee: unassigned at sourceware dot org Reporter: simon.chopin at canonical dot com CC: carlos at redhat dot com Target Milestone: --- In Ubuntu, GCC has been modified to define _FORTIFY_SOURCE in the preproces= sor driver, resulting in failures to build glibc, with the following error (with --disable-werror): syslog.c: In function =E2=80=98__vsyslog_internal=E2=80=99: syslog.c:95:30: error: inlining failed in call to =E2=80=98always_inline=E2= =80=99 =E2=80=98syslog=E2=80=99: function not inlinable 95 | ldbl_strong_alias (__syslog, syslog) We're shipping a patch to adress this in 2.39, I still need to rebase it and clean it up: https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/glibc/tree/debian= /patches/ubuntu/fix-fortify-source.patch --=20 You are receiving this mail because: You are on the CC list for the bug.=