public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/12892] New: unexpected symbol lookup error on Xilinx implementation tools.
@ 2011-06-15  9:59 pluto at agmk dot net
  2011-07-21 12:39 ` [Bug libc/12892] " enofish at gmail dot com
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: pluto at agmk dot net @ 2011-06-15  9:59 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=12892

           Summary: unexpected symbol lookup error on Xilinx
                    implementation tools.
           Product: glibc
           Version: 2.14
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: drepper.fsp@gmail.com
        ReportedBy: pluto@agmk.net


Hi all,

i've found another problem with new glibc-2.14 and www.xilinx.com
implementation tools. for all my fpga projects at the end of processing
the xilinx mapper dies with following error:

(...long path...)/xilinx_13.1/ISE_DS/ISE/bin/lin64/unwrapped/map:
symbol lookup error: (...long
path...)/xilinx_13.1/ISE_DS/ISE//lib/lin64/libXst_Core.so: undefined symbol:
_ZN5antlr6BitSetD1Ev

i've checked dynamic deps and everything looks good.

_ZN5antlr6BitSetD1Ev export:

$ readelf -sW libAntlr.so|grep _ZN5antlr6BitSetD1Ev
   533: 0000000000018650    65 FUNC    GLOBAL DEFAULT   10 _ZN5antlr6BitSetD1Ev

_ZN5antlr6BitSetD1Ev import:

$ readelf -sW libXst_Core.so|grep _ZN5antlr6BitSetD1Ev
  6060: 0000000000000000    65 FUNC    GLOBAL DEFAULT  UND _ZN5antlr6BitSetD1Ev

and binding:

$ readelf -dW libXst_Core.so|grep Antlr
 0x0000000000000001 (NEEDED)             Shared library: [libAntlr.so]

on 2.13 it works fine. for 2.14 ugly workaround is LD_BIND_NOW=1.

looks like some kind of regression for 3rd-party binaries.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

end of thread, other threads:[~2014-06-27 13:08 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-15  9:59 [Bug libc/12892] New: unexpected symbol lookup error on Xilinx implementation tools pluto at agmk dot net
2011-07-21 12:39 ` [Bug libc/12892] " enofish at gmail dot com
2011-08-09 13:45 ` pluto at agmk dot net
2011-08-09 18:02 ` carlos at systemhalted dot org
2011-08-09 19:54 ` enofish at gmail dot com
2011-08-09 20:03 ` enofish at gmail dot com
2011-08-10  0:02 ` pluto at agmk dot net
2011-08-13 16:01 ` pluto at agmk dot net
2011-09-21 10:00 ` pluto at agmk dot net
2011-10-13 10:08 ` spoyarek at redhat dot com
2011-10-20 10:08 ` schwab@linux-m68k.org
2011-10-20 18:01 ` pluto at agmk dot net
2011-10-20 19:10 ` pluto at agmk dot net
2014-06-27 13:08 ` fweimer at redhat 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).