Your message dated Sat, 04 Dec 2010 13:51:14 +0100
with message-id <4cfa3942.6080...@ubuntu.com>
and subject line Re: FTBFS with binutils-gold
has caused the Debian Bug report #555282,
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.)


-- 
555282: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=555282
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libkml
Version: 1.0.1-3
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 libkmldom.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

/bin/bash ../../libtool --tag=CXX   --mode=link g++ -Wall -ansi -pedantic 
-fno-rtti -g -O2 -g -Wall -O2   -o balloonwalker balloonwalker.o 
../../src/kml/engine/libkmlengine.la ../../src/kml/dom/libkmldom.la 
../../src/kml/base/libkmlbase.la 
libtool: link: g++ -Wall -ansi -pedantic -fno-rtti -g -O2 -g -Wall -O2 -o 
.libs/balloonwalker balloonwalker.o  ../../src/kml/engine/.libs/libkmlengine.so 
../../src/kml/dom/.libs/libkmldom.so ../../src/kml/base/.libs/libkmlbase.so
/usr/bin/ld: ../../src/kml/dom/.libs/libkmldom.so: error: undefined reference 
to 'XML_StopParser'
collect2: ld returned 1 exit status
make[4]: *** [balloonwalker] Error 1



--- End Message ---
--- Begin Message ---
Version: 1.2.0-1

This seems to be fixed


--- End Message ---
_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

Reply via email to