From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CFCB8385800F; Sat, 6 Nov 2021 12:20:51 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CFCB8385800F From: "ps.report at gmx dot net" To: gdb-prs@sourceware.org Subject: [Bug build/28555] New: uclibc compile failure since commit 4655f8509fd44e6efabefa373650d9982ff37fd6 Date: Sat, 06 Nov 2021 12:20:51 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: build X-Bugzilla-Version: 11.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ps.report at gmx dot net 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 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 X-BeenThere: gdb-prs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-prs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Nov 2021 12:20:51 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D28555 Bug ID: 28555 Summary: uclibc compile failure since commit 4655f8509fd44e6efabefa373650d9982ff37fd6 Product: gdb Version: 11.1 Status: UNCONFIRMED Severity: normal Priority: P2 Component: build Assignee: unassigned at sourceware dot org Reporter: ps.report at gmx dot net Target Milestone: --- The buildroot cross-compile of gdb with uclibc fails for 11.1 since commit 4655f8509fd44e6efabefa373650d9982ff37fd6 ([1]), see [2] for details: ../../gdbserver/../gdb/nat/linux-personality.c: In constructor =E2=80=98maybe_disable_address_space_randomization::maybe_disable_address_s= pace_randomization(int)=E2=80=99: ../../gdbserver/../gdb/nat/linux-personality.c:36:48: error: =E2=80=98ADDR_NO_RANDOMIZE=E2=80=99 was not declared in this scope 36 | if (errno =3D=3D 0 && !(m_personality_orig & ADDR_NO_RANDOMIZE)) | ^~~~~~~~~~~~~~= ~~~ ../../gdbserver/../gdb/nat/linux-personality.c:42:37: error: =E2=80=98ADDR_NO_RANDOMIZE=E2=80=99 was not declared in this scope 42 | && !(personality (0xffffffff) & ADDR_NO_RANDOMIZE))) | ^~~~~~~~~~~~~~~~~ >>From the commit changelog: [...] If for some odd reason, some remotely modern system still needs a configure check, then we can revert this commit but drop the AC_RUN_IFELSE in favor of always doing the AC_LINK_IFELSE cross-compile fallback. [...] [1] https://sourceware.org/git/?p=3Dbinutils-gdb.git;a=3Dcommitdiff;h=3D4655f85= 09fd44e6efabefa373650d9982ff37fd6 [2] http://lists.busybox.net/pipermail/buildroot/2021-November/627651.html --=20 You are receiving this mail because: You are on the CC list for the bug.=