Your message dated Tue, 8 May 2012 01:08:10 +0200
with message-id <20120507230809.gh3...@home.lan>
and subject line Fixed ages ago
has caused the Debian Bug report #556508,
regarding FTBFS with binutils-gold
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
556508: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=556508
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: tulip
Version: 3.1.2-2
Severity: minor
User: peter.fritzs...@gmx.de
Usertags: no-add-needed

Tried to build your package and it fails to build with GNU binutils-gold. The
important difference is that --no-add-needed is the default behavior of of GNU
binutils-gold. Please provide all needed libraries to the linker when building
your executables.

It is maybe better in your case that libtulip.so gets linked against
the needed libraries to fix that problem. You can use --no-undefined (or
respective -Wl,--no-undefined when linking with g++ or gcc) to check your
libraries if they still have symbols which doesn't get resolved by them.

dpkg-shlibdeps will also print warnings about unresolved symbols when it gets
run in your debian/rules.

More informations can be found at
 
http://wiki.debian.org/qa.debian.org/FTBFS#A2009-11-02Packagesfailingbecausebinutils-gold.2BAC8-indirectlinking

g++ -DNDEBUG -O3 -funroll-loops -pipe -o .libs/tlprender tlprender.o Shape.o 
GlHTMLFeedBackBuilder.o ImageWriter.o PNGWriter.o JPEGWriter.o  
../../../library/tulip-ogl/src/.libs/libtulip-ogl.so 
../../../thirdparty/ftgl/.libs/libftgl.a -L/usr/lib64 -lgle 
-L/home/peter/rebuild/build/tulip/tulip-3.1.2/BUILD/library/tulip/src 
/home/peter/rebuild/build/tulip/tulip-3.1.2/BUILD/library/tulip/src/.libs/libtulip.so
 -lOSMesa -lGLEW -lGLU -lGL /usr/lib/libfreetype.so -lz /usr/lib/libxml2.so 
-lpng /usr/lib/libjpeg.so 
/usr/bin/ld: 
/home/peter/rebuild/build/tulip/tulip-3.1.2/BUILD/library/tulip/src/.libs/libtulip.so:
 error: undefined reference to 'dlopen'
/usr/bin/ld: 
/home/peter/rebuild/build/tulip/tulip-3.1.2/BUILD/library/tulip/src/.libs/libtulip.so:
 error: undefined reference to 'dlerror'
collect2: ld returned 1 exit status
make[5]: *** [tlprender] Error 1



--- End Message ---
--- Begin Message ---
Version: 3.3.1-1

The build issue with --no-add-needed is OK since 3.3, packaged in June
2010 (although only 3.6.0 showed up in the archive since then)


--- End Message ---

Reply via email to