Your message dated Sat, 14 May 2011 09:55:40 +0000
with message-id <[email protected]>
and subject line Bug#626619: Removed package(s) from unstable
has caused the Debian Bug report #555171,
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 [email protected]
immediately.)
--
555171: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=555171
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libdc1394
Version: 1.1.0-5
Severity: minor
User: [email protected]
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 libdc1394_control.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 --mode=link gcc -g -O2 -Wall -Wunused -o
dc1394_vloopback dc1394_vloopback.o affine.o -lm
../libdc1394/libdc1394_control.la -lraw1394 -lraw1394
mkdir .libs
gcc -g -O2 -Wall -Wunused -o .libs/dc1394_vloopback dc1394_vloopback.o affine.o
-lm ../libdc1394/.libs/libdc1394_control.so /usr/lib/libraw1394.so
/usr/bin/ld: ../libdc1394/.libs/libdc1394_control.so: error: undefined
reference to 'raw1394_start_iso_rcv'
/usr/bin/ld: ../libdc1394/.libs/libdc1394_control.so: error: undefined
reference to 'raw1394_set_iso_handler'
/usr/bin/ld: ../libdc1394/.libs/libdc1394_control.so: error: undefined
reference to 'raw1394_stop_iso_rcv'
collect2: ld returned 1 exit status
make[3]: *** [dc1394_vloopback] Error 1
--- End Message ---
--- Begin Message ---
Version: 1.1.0-5+rm
Dear submitter,
as the package libdc1394 has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see http://bugs.debian.org/626619
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)
--- End Message ---