Your message dated Sat, 02 Apr 2011 13:51:04 +0000
with message-id <[email protected]>
and subject line Bug#556714: fixed in xnee 3.09-1
has caused the Debian Bug report #556714,
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.)
--
556714: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=556714
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: xnee
Version: 3.02-2.1
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 libxnee.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=CC --mode=link cc -I../include
-I../../libxnee/include -g -DUSE_VERBOSE -DNO_BUF_VERBOSE -g -O2 -g
-Wall -O2 -o cnee cnee_fake.o cnee_printer.o cnee_strings.o cnee_demo.o
main.o parse.o -L../../libxnee/src -lxnee -lX11 -lXtst
mkdir .libs
cc -I../include -I../../libxnee/include -g -DUSE_VERBOSE -DNO_BUF_VERBOSE -g
-O2 -g -Wall -O2 -o .libs/cnee cnee_fake.o cnee_printer.o cnee_strings.o
cnee_demo.o main.o parse.o
-L/home/peter/rebuild/build/xnee/xnee-3.02/libxnee/src
/home/peter/rebuild/build/xnee/xnee-3.02/libxnee/src/.libs/libxnee.so -lX11
-lXtst
/usr/bin/ld:
/home/peter/rebuild/build/xnee/xnee-3.02/libxnee/src/.libs/libxnee.so: error:
undefined reference to 'dlerror'
/usr/bin/ld:
/home/peter/rebuild/build/xnee/xnee-3.02/libxnee/src/.libs/libxnee.so: error:
undefined reference to 'dlclose'
/usr/bin/ld:
/home/peter/rebuild/build/xnee/xnee-3.02/libxnee/src/.libs/libxnee.so: error:
undefined reference to 'dlsym'
/usr/bin/ld:
/home/peter/rebuild/build/xnee/xnee-3.02/libxnee/src/.libs/libxnee.so: error:
undefined reference to 'dlopen'
collect2: ld returned 1 exit status
make[5]: *** [cnee] Error 1
--- End Message ---
--- Begin Message ---
Source: xnee
Source-Version: 3.09-1
We believe that the bug you reported is fixed in the latest version of
xnee, which is due to be installed in the Debian FTP archive:
cnee_3.09-1_amd64.deb
to main/x/xnee/cnee_3.09-1_amd64.deb
gnee_3.09-1_amd64.deb
to main/x/xnee/gnee_3.09-1_amd64.deb
libxnee-dbg_3.09-1_amd64.deb
to main/x/xnee/libxnee-dbg_3.09-1_amd64.deb
libxnee-dev_3.09-1_amd64.deb
to main/x/xnee/libxnee-dev_3.09-1_amd64.deb
libxnee0_3.09-1_amd64.deb
to main/x/xnee/libxnee0_3.09-1_amd64.deb
pnee_3.09-1_amd64.deb
to main/x/xnee/pnee_3.09-1_amd64.deb
xnee-doc_3.09-1_all.deb
to main/x/xnee/xnee-doc_3.09-1_all.deb
xnee_3.09-1.debian.tar.gz
to main/x/xnee/xnee_3.09-1.debian.tar.gz
xnee_3.09-1.dsc
to main/x/xnee/xnee_3.09-1.dsc
xnee_3.09-1_all.deb
to main/x/xnee/xnee_3.09-1_all.deb
xnee_3.09.orig.tar.gz
to main/x/xnee/xnee_3.09.orig.tar.gz
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Vincent Bernat <[email protected]> (supplier of updated xnee package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sat, 02 Apr 2011 14:06:51 +0200
Source: xnee
Binary: xnee libxnee0 libxnee-dev libxnee-dbg xnee-doc cnee gnee pnee
Architecture: source all amd64
Version: 3.09-1
Distribution: unstable
Urgency: low
Maintainer: Vincent Bernat <[email protected]>
Changed-By: Vincent Bernat <[email protected]>
Description:
cnee - X event recorder/replayer - command-line flavor
gnee - X event recorder/replayer - GUI flavor
libxnee-dbg - X event recorder/replayer - debugging symbols
libxnee-dev - X event recorder/replayer - development files
libxnee0 - X event recorder/replayer - library
pnee - X event recorder/replayer - GNOME panel applet
xnee - X event recorder/replayer - metapackage
xnee-doc - X event recorder/replayer - documentation
Closes: 556714 592778 605666 605667 613237
Changes:
xnee (3.09-1) unstable; urgency=low
.
* New upstream release. Closes: #613237.
+ Now compile fine with binutils-gold. Closes: #556714.
+ Enable documentation compilation.
* Bump Standards-Version.
* Fix a typo in description of libxnee0. Closes: #592778.
* Fix xnee.info. Closes: #605666, #605667.
Checksums-Sha1:
8349dbbd2fa1ab9297d8e424fc284cc27fe6ecd0 1388 xnee_3.09-1.dsc
e7605bb7904be361d103a606b55c6c95a4e903ca 1764093 xnee_3.09.orig.tar.gz
444f2f259f96f3457ba820fcd2dd4e9e213d57c4 5498 xnee_3.09-1.debian.tar.gz
fab44e1156c2968a73b3299398a09ea6296adfbf 30988 xnee_3.09-1_all.deb
610a1b28be6b55c243297798e6b25b1e2dc80909 628970 xnee-doc_3.09-1_all.deb
cddd0eb8433fe712389b96ec8cc169557042a871 123224 libxnee0_3.09-1_amd64.deb
e0002690f620e7f93433d763ab79449d8cc16b51 165844 libxnee-dev_3.09-1_amd64.deb
4e3f63c739b30f1b69bd05ee6b0e02a2ce9f737d 374188 libxnee-dbg_3.09-1_amd64.deb
af7060a261d09ad8132f6596066824d61df5fb94 49956 cnee_3.09-1_amd64.deb
f41e3d8ce3827e24bfff64ae228e535244b98690 91348 gnee_3.09-1_amd64.deb
c23b8ddcb86bf0bba44088c826229f5ca139e503 71092 pnee_3.09-1_amd64.deb
Checksums-Sha256:
6b8cd3317f5e7a628871a6385d15c7d12b38cde9704e6c59591a05c8b39343f3 1388
xnee_3.09-1.dsc
464cd8b802d8a3fb0d59693dab126f3a1acd2508e38ceb99bf20f80e074a62b3 1764093
xnee_3.09.orig.tar.gz
6aba0739735cae9fc2854c667af0fe0eb2c0aa0da88028ad5b3b926f81ea1297 5498
xnee_3.09-1.debian.tar.gz
6aa26301faf014027c87f363e9ef23fcc2c8afa5acce98c5fc9392b69ff4f626 30988
xnee_3.09-1_all.deb
4a49e68806c036209c04b04208db25627cc689b9be00758bb98a8bea371c8cc7 628970
xnee-doc_3.09-1_all.deb
9faf68f23430bc0ba46db92a192c2d830d525b0288f0fb10d2832e20944e01f5 123224
libxnee0_3.09-1_amd64.deb
4e45fcca91fa8ee4e28ab5a2ececbaf46648fb50f932ea7810d5ebcde98c2af1 165844
libxnee-dev_3.09-1_amd64.deb
028ee511402272d0b3bc5fd5cd24a4b3a8bc23615e1773f5931dad69c183d5ab 374188
libxnee-dbg_3.09-1_amd64.deb
14ae7081991060074ee8f85baf4520b1cb8b555f3d14509be22b91e0dd833682 49956
cnee_3.09-1_amd64.deb
3f6491e2e5f8238f1786f4fc6feddf505dfec6daea117097b6d657c2a4adf351 91348
gnee_3.09-1_amd64.deb
ed97844dae5dd32ad535389c481dbbd4afbb3d7e7b590890267848af7172bc1e 71092
pnee_3.09-1_amd64.deb
Files:
e6fed209897d65acbf5b4cbab4057909 1388 x11 optional xnee_3.09-1.dsc
b369715248c1f436ea5dbdea27310e68 1764093 x11 optional xnee_3.09.orig.tar.gz
ab63bbe015cc33701b98ad84a5fdf084 5498 x11 optional xnee_3.09-1.debian.tar.gz
6a9baa73554b6aceb9ddaee38505dc5a 30988 x11 optional xnee_3.09-1_all.deb
832641fabd6854c1c9bf2ce956ee12de 628970 doc optional xnee-doc_3.09-1_all.deb
7ce86923f8ac021e0ac1be949d2c3c70 123224 libs optional libxnee0_3.09-1_amd64.deb
a07fec09937b6d4cf028b2cfa87db5e1 165844 libdevel optional
libxnee-dev_3.09-1_amd64.deb
bfa9971caa719ff29b2b13699b91f80f 374188 debug extra
libxnee-dbg_3.09-1_amd64.deb
b92da4d6c21d4ea63592f136d5edc2a1 49956 x11 optional cnee_3.09-1_amd64.deb
27eb4ead961d3469b921164735355222 91348 x11 optional gnee_3.09-1_amd64.deb
99f4d4a3fb4a27b5b510e95696cbfd83 71092 x11 optional pnee_3.09-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEARECAAYFAk2XJwoACgkQKFvXofIqeU45xACgkmhl4bUSwvPCRhyBh4qZg9Fj
gE0Anj4rBkPHCZ3VURpRh0PYBIzlTI67
=nKfr
-----END PGP SIGNATURE-----
--- End Message ---