public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug build/27080] New: Upstream glibc configure braeks with latest nm package in Fedora
@ 2020-12-16 10:08 joao.moreira at intel dot com
  2020-12-16 10:12 ` [Bug build/27080] " joao.moreira at intel dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: joao.moreira at intel dot com @ 2020-12-16 10:08 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=27080

            Bug ID: 27080
           Summary: Upstream glibc configure braeks with latest nm package
                    in Fedora
           Product: glibc
           Version: unspecified
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: build
          Assignee: unassigned at sourceware dot org
          Reporter: joao.moreira at intel dot com
                CC: carlos at redhat dot com
  Target Milestone: ---

Upstream glibc configure breaks when invoked with GNU nm version
2.35.50.0.1.20201215, which is the latest Fedora 33 version for nm. Invoking nm
over a manually compiled test will result in the following output, which seems
to be the cause of the error in configure:

bfd plugin: No register_all_symbols_read hook

Error message during configure is:

checking for __builtin_trap with no external dependencies... configure: error:
confusing output from nm -u

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug build/27080] Upstream glibc configure braeks with latest nm package in Fedora
  2020-12-16 10:08 [Bug build/27080] New: Upstream glibc configure braeks with latest nm package in Fedora joao.moreira at intel dot com
@ 2020-12-16 10:12 ` joao.moreira at intel dot com
  2020-12-16 10:16 ` joao.moreira at intel dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: joao.moreira at intel dot com @ 2020-12-16 10:12 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=27080

Joao Moreira <joao.moreira at intel dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |joao.moreira at intel dot com

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug build/27080] Upstream glibc configure braeks with latest nm package in Fedora
  2020-12-16 10:08 [Bug build/27080] New: Upstream glibc configure braeks with latest nm package in Fedora joao.moreira at intel dot com
  2020-12-16 10:12 ` [Bug build/27080] " joao.moreira at intel dot com
@ 2020-12-16 10:16 ` joao.moreira at intel dot com
  2020-12-16 10:17 ` schwab@linux-m68k.org
  2020-12-16 10:20 ` joao.moreira at intel dot com
  3 siblings, 0 replies; 5+ messages in thread
From: joao.moreira at intel dot com @ 2020-12-16 10:16 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=27080

--- Comment #1 from Joao Moreira <joao.moreira at intel dot com> ---
FTR, applying the below diff to configure works as a temporary workaround for
the bug (but is hardly a solution).

-libc_undefs=`$NM -u conftest.o |
+libc_undefs=`$NM -u conftest.o | grep -v bfd |

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug build/27080] Upstream glibc configure braeks with latest nm package in Fedora
  2020-12-16 10:08 [Bug build/27080] New: Upstream glibc configure braeks with latest nm package in Fedora joao.moreira at intel dot com
  2020-12-16 10:12 ` [Bug build/27080] " joao.moreira at intel dot com
  2020-12-16 10:16 ` joao.moreira at intel dot com
@ 2020-12-16 10:17 ` schwab@linux-m68k.org
  2020-12-16 10:20 ` joao.moreira at intel dot com
  3 siblings, 0 replies; 5+ messages in thread
From: schwab@linux-m68k.org @ 2020-12-16 10:17 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=27080

Andreas Schwab <schwab@linux-m68k.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |MOVED
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #2 from Andreas Schwab <schwab@linux-m68k.org> ---
This is a binutils bug.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug build/27080] Upstream glibc configure braeks with latest nm package in Fedora
  2020-12-16 10:08 [Bug build/27080] New: Upstream glibc configure braeks with latest nm package in Fedora joao.moreira at intel dot com
                   ` (2 preceding siblings ...)
  2020-12-16 10:17 ` schwab@linux-m68k.org
@ 2020-12-16 10:20 ` joao.moreira at intel dot com
  3 siblings, 0 replies; 5+ messages in thread
From: joao.moreira at intel dot com @ 2020-12-16 10:20 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=27080

--- Comment #3 from Joao Moreira <joao.moreira at intel dot com> ---
Thanks, I'll report it there.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-12-16 10:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-16 10:08 [Bug build/27080] New: Upstream glibc configure braeks with latest nm package in Fedora joao.moreira at intel dot com
2020-12-16 10:12 ` [Bug build/27080] " joao.moreira at intel dot com
2020-12-16 10:16 ` joao.moreira at intel dot com
2020-12-16 10:17 ` schwab@linux-m68k.org
2020-12-16 10:20 ` joao.moreira at intel dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).