Your message dated Tue, 19 Apr 2011 07:34:30 +0000
with message-id <[email protected]>
and subject line Bug#556495: fixed in tntnet 1.6.3-4.1
has caused the Debian Bug report #556495,
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.)
--
556495: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=556495
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: tntnet
Version: 1.6.3-4
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.
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++
-DTNTNET_CONF=\"/etc/tntnet/tntnet.conf\" -DTNTNET_PID=\"/var/tntnet.pid\" -g
-O2 -g -Wall -O2 -lpthread -o tntnet tntnet-main.o tntnet-process.o
../../framework/common/libtntnet.la -lpthread
libtool: link: g++ -DTNTNET_CONF=\"/etc/tntnet/tntnet.conf\"
-DTNTNET_PID=\"/var/tntnet.pid\" -g -O2 -g -Wall -O2 -o .libs/tntnet
tntnet-main.o tntnet-process.o ../../framework/common/.libs/libtntnet.so
-lpthread
/usr/bin/ld: tntnet-main.o: in function getLogger():main.cpp:31: error:
undefined reference to
'cxxtools::Logger::getCategoryLogger(std::basic_string<char,
std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: tntnet-main.o: in function
tnt::TntnetProcess::initializeLogging():main.cpp:97: error: undefined reference
to 'log_init_cxxtools()'
/usr/bin/ld: tntnet-main.o: in function
tnt::TntnetProcess::initializeLogging():main.cpp:104: error: undefined
reference to 'log_init_cxxtools(std::basic_string<char, std::char_traits<char>,
std::allocator<char> > const&)'
/usr/bin/ld: tntnet-main.o: in function
main:/usr/include/cxxtools/log/cxxtools.h:110: error: undefined reference to
'cxxtools::Logger::enabled'
/usr/bin/ld: tntnet-main.o: in function main:main.cpp:151: error: undefined
reference to 'cxxtools::LogMessage::LogMessage(cxxtools::Logger*, char const*)'
/usr/bin/ld: tntnet-main.o: in function main:main.cpp:151: error: undefined
reference to 'cxxtools::LogMessage::out()'
/usr/bin/ld: tntnet-main.o: in function main:main.cpp:151: error: undefined
reference to 'cxxtools::LogMessage::flush()'
/usr/bin/ld: tntnet-main.o: in function main:main.cpp:151: error: undefined
reference to 'cxxtools::LogMessage::~LogMessage()'
/usr/bin/ld: tntnet-main.o: in function main:main.cpp:151: error: undefined
reference to 'cxxtools::LogMessage::~LogMessage()'
/usr/bin/ld: tntnet-main.o: in function
tnt::Poller::~Poller():../../framework/common/tnt/poller.h:46: error: undefined
reference to 'cxxtools::AttachedThread::~AttachedThread()'
/usr/bin/ld: tntnet-main.o: in function
tnt::Poller::~Poller():../../framework/common/tnt/poller.h:46: error: undefined
reference to 'cxxtools::AttachedThread::~AttachedThread()'
/usr/bin/ld: tntnet-main.o: in function
tnt::Jobqueue::~Jobqueue():../../framework/common/tnt/job.h:114: error:
undefined reference to 'cxxtools::Condition::~Condition()'
/usr/bin/ld: tntnet-main.o: in function
tnt::Jobqueue::~Jobqueue():../../framework/common/tnt/job.h:114: error:
undefined reference to 'cxxtools::Condition::~Condition()'
/usr/bin/ld: tntnet-main.o: in function
tnt::Jobqueue::~Jobqueue():../../framework/common/tnt/job.h:114: error:
undefined reference to 'cxxtools::Mutex::~Mutex()'
/usr/bin/ld: tntnet-main.o: in function
tnt::Jobqueue::~Jobqueue():../../framework/common/tnt/job.h:114: error:
undefined reference to 'cxxtools::Condition::~Condition()'
/usr/bin/ld: tntnet-main.o: in function
tnt::Jobqueue::~Jobqueue():../../framework/common/tnt/job.h:114: error:
undefined reference to 'cxxtools::Mutex::~Mutex()'
/usr/bin/ld: tntnet-main.o: in function
tnt::Jobqueue::~Jobqueue():../../framework/common/tnt/job.h:114: error:
undefined reference to 'cxxtools::Condition::~Condition()'
/usr/bin/ld: tntnet-main.o: in function
tnt::Dispatcher::~Dispatcher():../../framework/common/tnt/dispatcher.h:99:
error: undefined reference to 'cxxtools::RWLock::~RWLock()'
/usr/bin/ld: tntnet-main.o: in function
tnt::Dispatcher::~Dispatcher():../../framework/common/tnt/dispatcher.h:99:
error: undefined reference to 'cxxtools::RWLock::~RWLock()'
/usr/bin/ld: tntnet-main.o: in function
tnt::Tntnet::~Tntnet():../../framework/common/tnt/scopemanager.h:35: error:
undefined reference to 'cxxtools::Mutex::~Mutex()'
/usr/bin/ld: tntnet-main.o: in function
tnt::Tntnet::~Tntnet():../../framework/common/tnt/scopemanager.h:35: error:
undefined reference to 'cxxtools::Mutex::~Mutex()'
/usr/bin/ld: tntnet-main.o: in function
tnt::Tntnet::~Tntnet():../../framework/common/tnt/dispatcher.h:99: error:
undefined reference to 'cxxtools::RWLock::~RWLock()'
/usr/bin/ld: tntnet-main.o: in function
tnt::Tntnet::~Tntnet():../../framework/common/tnt/poller.h:46: error: undefined
reference to 'cxxtools::AttachedThread::~AttachedThread()'
/usr/bin/ld: tntnet-main.o: in function
tnt::Tntnet::~Tntnet():../../framework/common/tnt/dispatcher.h:99: error:
undefined reference to 'cxxtools::RWLock::~RWLock()'
/usr/bin/ld: tntnet-main.o: in function
tnt::Tntnet::~Tntnet():../../framework/common/tnt/poller.h:46: error: undefined
reference to 'cxxtools::AttachedThread::~AttachedThread()'
/usr/bin/ld: tntnet-process.o: in function getLogger():process.cpp:32: error:
undefined reference to
'cxxtools::Logger::getCategoryLogger(std::basic_string<char,
std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: tntnet-process.o: in function (anonymous
namespace)::closeStdHandles():process.cpp:143: error: undefined reference to
'cxxtools::SysError::SysError(char const*)'
/usr/bin/ld: tntnet-process.o: in function (anonymous
namespace)::closeStdHandles():process.cpp:146: error: undefined reference to
'cxxtools::SysError::SysError(char const*)'
/usr/bin/ld: tntnet-process.o: in function (anonymous
namespace)::closeStdHandles():process.cpp:149: error: undefined reference to
'cxxtools::SysError::SysError(char const*)'
/usr/bin/ld: tntnet-process.o: in function (anonymous
namespace)::setDir(std::basic_string<char, std::char_traits<char>,
std::allocator<char> > const&):/usr/include/cxxtools/log/cxxtools.h:110: error:
undefined reference to 'cxxtools::Logger::enabled'
/usr/bin/ld: tntnet-process.o: in function (anonymous
namespace)::setDir(std::basic_string<char, std::char_traits<char>,
std::allocator<char> > const&):process.cpp:80: error: undefined reference to
'cxxtools::LogMessage::LogMessage(cxxtools::Logger*, char const*)'
/usr/bin/ld: tntnet-process.o: in function (anonymous
namespace)::setDir(std::basic_string<char, std::char_traits<char>,
std::allocator<char> > const&):process.cpp:80: error: undefined reference to
'cxxtools::LogMessage::out()'
/usr/bin/ld: tntnet-process.o: in function (anonymous
namespace)::setDir(std::basic_string<char, std::char_traits<char>,
std::allocator<char> > const&):process.cpp:80: error: undefined reference to
'cxxtools::LogMessage::flush()'
/usr/bin/ld: tntnet-process.o: in function (anonymous
namespace)::setDir(std::basic_string<char, std::char_traits<char>,
std::allocator<char> > const&):process.cpp:80: error: undefined reference to
'cxxtools::LogMessage::~LogMessage()'
/usr/bin/ld: tntnet-process.o: in function (anonymous
namespace)::setDir(std::basic_string<char, std::char_traits<char>,
std::allocator<char> > const&):process.cpp:82: error: undefined reference to
'cxxtools::SysError::SysError(char const*)'
/usr/bin/ld: tntnet-process.o: in function (anonymous
namespace)::setDir(std::basic_string<char, std::char_traits<char>,
std::allocator<char> > const&):process.cpp:32: error: undefined reference to
'cxxtools::Logger::getCategoryLogger(std::basic_string<char,
std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: tntnet-process.o: in function (anonymous
namespace)::setDir(std::basic_string<char, std::char_traits<char>,
std::allocator<char> > const&):process.cpp:80: error: undefined reference to
'cxxtools::LogMessage::~LogMessage()'
/usr/bin/ld: tntnet-process.o: in function
tnt::Process::initWorker():/usr/include/cxxtools/log/cxxtools.h:110: error:
undefined reference to 'cxxtools::Logger::enabled'
/usr/bin/ld: tntnet-process.o: in function
tnt::Process::initWorker():process.cpp:257: error: undefined reference to
'cxxtools::LogMessage::LogMessage(cxxtools::Logger*, char const*)'
/usr/bin/ld: tntnet-process.o: in function
tnt::Process::initWorker():process.cpp:257: error: undefined reference to
'cxxtools::LogMessage::out()'
/usr/bin/ld: tntnet-process.o: in function
tnt::Process::initWorker():process.cpp:257: error: undefined reference to
'cxxtools::LogMessage::flush()'
/usr/bin/ld: tntnet-process.o: in function
tnt::Process::initWorker():/usr/include/cxxtools/log/cxxtools.h:110: error:
undefined reference to 'cxxtools::Logger::enabled'
/usr/bin/ld: tntnet-process.o: in function
tnt::Process::initWorker():process.cpp:262: error: undefined reference to
'cxxtools::LogMessage::LogMessage(cxxtools::Logger*, char const*)'
/usr/bin/ld: tntnet-process.o: in function
tnt::Process::initWorker():process.cpp:262: error: undefined reference to
'cxxtools::LogMessage::out()'
/usr/bin/ld: tntnet-process.o: in function
tnt::Process::initWorker():process.cpp:262: error: undefined reference to
'cxxtools::LogMessage::flush()'
/usr/bin/ld: tntnet-process.o: in function
tnt::Process::initWorker():process.cpp:32: error: undefined reference to
'cxxtools::Logger::getCategoryLogger(std::basic_string<char,
std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: tntnet-process.o: in function
tnt::Process::runMonitor(cxxtools::Pipe&):/usr/include/cxxtools/pipe.h:38:
error: undefined reference to 'cxxtools::Pipe::create()'
/usr/bin/ld: tntnet-process.o: in function
tnt::Process::runMonitor(cxxtools::Pipe&):process.cpp:230: error: undefined
reference to 'cxxtools::Pipe::closeWriteFd()'
/usr/bin/ld: tntnet-process.o: in function
tnt::Process::runMonitor(cxxtools::Pipe&):process.cpp:235: error: undefined
reference to 'cxxtools::Pipe::read(void*, unsigned long)'
/usr/bin/ld: tntnet-process.o: in function
tnt::Process::runMonitor(cxxtools::Pipe&):process.cpp:178: error: undefined
reference to 'cxxtools::Pipe::~Pipe()'
/usr/bin/ld: tntnet-process.o: in function
tnt::Process::runMonitor(cxxtools::Pipe&):process.cpp:178: error: undefined
reference to 'cxxtools::Pipe::~Pipe()'
/usr/bin/ld: tntnet-process.o: in function
tnt::Process::runMonitor(cxxtools::Pipe&):process.cpp:189: error: undefined
reference to 'cxxtools::Pipe::closeReadFd()'
/usr/bin/ld: tntnet-process.o: in function
tnt::Process::runMonitor(cxxtools::Pipe&):/usr/include/cxxtools/pipe.h:57:
error: undefined reference to 'cxxtools::Pipe::write(void const*, unsigned
long)'
/usr/bin/ld: tntnet-process.o: in function
tnt::Process::runMonitor(cxxtools::Pipe&):process.cpp:197: error: undefined
reference to 'cxxtools::Pipe::closeWriteFd()'
/usr/bin/ld: tntnet-process.o: in function
tnt::Process::runMonitor(cxxtools::Pipe&):/usr/include/cxxtools/pipe.h:57:
error: undefined reference to 'cxxtools::Pipe::write(void const*, unsigned
long)'
/usr/bin/ld: tntnet-process.o: in function
tnt::Process::runMonitor(cxxtools::Pipe&):process.cpp:178: error: undefined
reference to 'cxxtools::Pipe::~Pipe()'
/usr/bin/ld: tntnet-process.o: in function
tnt::Process::run():/usr/include/cxxtools/pipe.h:38: error: undefined reference
to 'cxxtools::Pipe::create()'
/usr/bin/ld: tntnet-process.o: in function tnt::Process::run():process.cpp:306:
error: undefined reference to 'cxxtools::Pipe::closeWriteFd()'
/usr/bin/ld: tntnet-process.o: in function tnt::Process::run():process.cpp:309:
error: undefined reference to 'cxxtools::Pipe::read()'
/usr/bin/ld: tntnet-process.o: in function tnt::Process::run():process.cpp:321:
error: undefined reference to 'cxxtools::Pipe::~Pipe()'
/usr/bin/ld: tntnet-process.o: in function tnt::Process::run():process.cpp:318:
error: undefined reference to 'cxxtools::Pipe::closeReadFd()'
collect2: ld returned 1 exit status
make[2]: *** [tntnet] Error 1
make[2]: Leaving directory
`/home/peter/rebuild/build/tntnet/tntnet-1.6.3/framework/runtime'
--- End Message ---
--- Begin Message ---
Source: tntnet
Source-Version: 1.6.3-4.1
We believe that the bug you reported is fixed in the latest version of
tntnet, which is due to be installed in the Debian FTP archive:
libtntnet-dev_1.6.3-4.1_i386.deb
to main/t/tntnet/libtntnet-dev_1.6.3-4.1_i386.deb
libtntnet8_1.6.3-4.1_i386.deb
to main/t/tntnet/libtntnet8_1.6.3-4.1_i386.deb
tntnet-demos_1.6.3-4.1_i386.deb
to main/t/tntnet/tntnet-demos_1.6.3-4.1_i386.deb
tntnet-doc_1.6.3-4.1_all.deb
to main/t/tntnet/tntnet-doc_1.6.3-4.1_all.deb
tntnet-runtime_1.6.3-4.1_i386.deb
to main/t/tntnet/tntnet-runtime_1.6.3-4.1_i386.deb
tntnet_1.6.3-4.1.diff.gz
to main/t/tntnet/tntnet_1.6.3-4.1.diff.gz
tntnet_1.6.3-4.1.dsc
to main/t/tntnet/tntnet_1.6.3-4.1.dsc
tntnet_1.6.3-4.1_i386.deb
to main/t/tntnet/tntnet_1.6.3-4.1_i386.deb
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.
Andreas Metzler <[email protected]> (supplier of updated tntnet 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: RIPEMD160
Format: 1.8
Date: Sat, 16 Apr 2011 09:07:42 +0200
Source: tntnet
Binary: tntnet tntnet-doc tntnet-demos libtntnet8 libtntnet-dev tntnet-runtime
Architecture: source all i386
Version: 1.6.3-4.1
Distribution: unstable
Urgency: low
Maintainer: Kari Pahula <[email protected]>
Changed-By: Andreas Metzler <[email protected]>
Description:
libtntnet-dev - Tntnet library development headers
libtntnet8 - Tntnet libraries
tntnet - modular, multithreaded web application server for C++
tntnet-demos - demo web applications for Tntnet
tntnet-doc - documentation for Tntnet
tntnet-runtime - Tntnet runtime system
Closes: 556495 610237
Changes:
tntnet (1.6.3-4.1) unstable; urgency=low
.
* Non-maintainer upload.
* [debian/patches/ftbfs_gold.diff] Fix FTBFS with
--no-copy-dt-needed-entries. Closes: #556495
* Stop shipping libtool la files in binary packages. Closes: #610237
http://wiki.debian.org/ReleaseGoals/LAFileRemoval
Checksums-Sha1:
1101756acb2a12de717ecc7cc74c848a122eb95e 1164 tntnet_1.6.3-4.1.dsc
f775f5b324902532a51398b947c8d54dacdb1c72 8468 tntnet_1.6.3-4.1.diff.gz
d621beec7d84f6c5c49a9c503c2d732faff8ae28 1368564 tntnet-doc_1.6.3-4.1_all.deb
282466b693d136bf8703c1f1c3326423c2c0331b 45604 tntnet_1.6.3-4.1_i386.deb
7d2fff96930cb0c00061e8c81c09ada17fcffbbe 180370 tntnet-demos_1.6.3-4.1_i386.deb
76f3e7b397949511ca2f4244f6ea93a157c36b26 326782 libtntnet8_1.6.3-4.1_i386.deb
aca49bbad33f02af7f4f819f4fdb732c5b647644 122670
libtntnet-dev_1.6.3-4.1_i386.deb
17f4694c0a669957227cdf385feea04aa2cb9e5e 32684
tntnet-runtime_1.6.3-4.1_i386.deb
Checksums-Sha256:
81061fce65308a649e6413256566a5713022c97a57e39b7691e17d94713ab134 1164
tntnet_1.6.3-4.1.dsc
4deb9ae0c330ba9fcc6c34336e3f04d4b7127e32303e9666650e2c910aae925d 8468
tntnet_1.6.3-4.1.diff.gz
9f67de151644feda172b3e4efc5820324d0d70c2db97bac81f26287df4d64e50 1368564
tntnet-doc_1.6.3-4.1_all.deb
f32783d194c0d5b09276bd24ae3ed6d4754cd3735f26db84d1c59feefc3a45e6 45604
tntnet_1.6.3-4.1_i386.deb
f47d7ef1f9b9ff7eacff46251ed05acfb83bde8e8ca2f72abd57b0c5c3c61d71 180370
tntnet-demos_1.6.3-4.1_i386.deb
0703098e293faf4094c15619b6d95f7d2b5361e08af85bcebf770fb04541b9c8 326782
libtntnet8_1.6.3-4.1_i386.deb
976fb7c3ff860a5b76c86a3ae50d4cebca3190e712966492e95c71f8f6291ccf 122670
libtntnet-dev_1.6.3-4.1_i386.deb
3321a1ed7b98cdb75c7c38c710df49285f32fdc08bbb5ed9b31ffcaf95d9e5da 32684
tntnet-runtime_1.6.3-4.1_i386.deb
Files:
844a67b6db57026459b4ef3387572690 1164 web extra tntnet_1.6.3-4.1.dsc
eed981d9b7cc924c3cc89b7be9ddc0bb 8468 web extra tntnet_1.6.3-4.1.diff.gz
855e7c6831f98eaea32fa741d2fa771e 1368564 doc extra tntnet-doc_1.6.3-4.1_all.deb
0a28e43652cd5a09a0d6c6ab57928167 45604 web extra tntnet_1.6.3-4.1_i386.deb
3384aca61c0ef855cd0b5d1b62653d05 180370 doc extra
tntnet-demos_1.6.3-4.1_i386.deb
318177a062c12e913ebf9303921bf63f 326782 libs extra
libtntnet8_1.6.3-4.1_i386.deb
cdca7c37fb0c4fe51f085536068c4e1d 122670 libdevel extra
libtntnet-dev_1.6.3-4.1_i386.deb
31fec23cdbc8d5512ed535f06e1eac9c 32684 web extra
tntnet-runtime_1.6.3-4.1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEAREDAAYFAk2pQbcACgkQHTOcZYuNdmNbIwCbBFo2AdP8zYcaU8WWCXKtSJy1
CJUAn0Vqa0HLrjX2EYdVA9fRnzOqy4+C
=W4Ct
-----END PGP SIGNATURE-----
--- End Message ---