[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#554923: marked as done (FTBFS with binutils-gold)



Your message dated Sun, 05 Sep 2010 15:20:26 +0000
with message-id <E1OsH18-0001Av-CU@merkel.debian.org>
and subject line Package ivtools has been removed from Debian
has caused the Debian Bug report #554923,
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 owner@bugs.debian.org
immediately.)


-- 
554923: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=554923
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: ivtools
Version: 1.2.6-1+nmu1
Severity: minor
User: peter.fritzsche@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.

You must link your C++ object files/files generated from C++ source code with
g++ to resolve these symbols.

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

gcc  -gdwarf-2 -O2    -o a.out *.o -L/home/peter/rebuild/build/ivtools/ivtools-1.2.6/src/ComTerp/LINUX -lComTerp -L/home/peter/rebuild/build/ivtools/ivtools-1.2.6/src/Attribute/LINUX -lAttribute -L/home/peter/rebuild/build/ivtools/ivtools-1.2.6/src/ComUtil/LINUX -lComUtil -L/home/peter/rebuild/build/ivtools/ivtools-1.2.6/src/Unidraw-common/LINUX -lUnidraw-common -L/home/peter/rebuild/build/ivtools/ivtools-1.2.6/src/IV-common/LINUX -lIV-common          -lm
/usr/bin/ld: main.o: in function global constructors keyed to type_names:/usr/include/c++/4.3/iostream:77: error: undefined reference to 'std::ios_base::Init::Init()'
/usr/bin/ld: main.o: in function global constructors keyed to type_names:/usr/include/c++/4.3/iostream:77: error: undefined reference to 'std::ios_base::Init::~Init()'
/usr/bin/ld: main.o: in function main:/usr/include/c++/4.3/ostream:514: error: undefined reference to 'std::cout'
/usr/bin/ld: main.o: in function main:/usr/include/c++/4.3/ostream:514: error: undefined reference to 'std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
/usr/bin/ld: main.o: in function main:/usr/include/c++/4.3/ostream:514: error: undefined reference to 'std::cout'
/usr/bin/ld: main.o: in function main:/usr/include/c++/4.3/ostream:514: error: undefined reference to 'std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
/usr/bin/ld: main.o: in function main:/usr/include/c++/4.3/ostream:514: error: undefined reference to 'std::cout'
/usr/bin/ld: main.o: in function main:/usr/include/c++/4.3/ostream:514: error: undefined reference to 'std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
/usr/bin/ld: main.o: in function main:/usr/include/c++/4.3/ostream:514: error: undefined reference to 'std::cout'
/usr/bin/ld: main.o: in function main:/usr/include/c++/4.3/ostream:514: error: undefined reference to 'std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
/usr/bin/ld: main.o: in function main:/usr/include/c++/4.3/ostream:543: error: undefined reference to 'std::basic_ostream<char, std::char_traits<char> >::put(char)'
/usr/bin/ld: main.o: in function main:/usr/include/c++/4.3/ostream:564: error: undefined reference to 'std::basic_ostream<char, std::char_traits<char> >::flush()'
/usr/bin/ld: main.o: in function main:/usr/include/c++/4.3/bits/basic_ios.h:152: error: undefined reference to 'std::basic_ios<char, std::char_traits<char> >::clear(std::_Ios_Iostate)'
/usr/bin/ld: main.o: in function main:/usr/include/c++/4.3/bits/basic_ios.h:152: error: undefined reference to 'std::basic_ios<char, std::char_traits<char> >::clear(std::_Ios_Iostate)'
/usr/bin/ld: main.o: in function main:/usr/include/c++/4.3/ostream:543: error: undefined reference to 'std::basic_ostream<char, std::char_traits<char> >::put(char)'
/usr/bin/ld: main.o: in function main:/usr/include/c++/4.3/ostream:564: error: undefined reference to 'std::basic_ostream<char, std::char_traits<char> >::flush()'
/usr/bin/ld: main.o: in function main:/home/peter/rebuild/build/ivtools/ivtools-1.2.6/src/comtest/LINUX/../main.c:66: error: undefined reference to 'std::cerr'
/usr/bin/ld: main.o: in function main:/home/peter/rebuild/build/ivtools/ivtools-1.2.6/src/comtest/LINUX/../main.c:66: error: undefined reference to 'std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)'
/usr/bin/ld: main.o: in function main:/usr/include/c++/4.3/bits/basic_ios.h:152: error: undefined reference to 'std::basic_ios<char, std::char_traits<char> >::clear(std::_Ios_Iostate)'
/usr/bin/ld: main.o: in function main:/usr/include/c++/4.3/bits/basic_ios.h:152: error: undefined reference to 'std::basic_ios<char, std::char_traits<char> >::clear(std::_Ios_Iostate)'
/usr/bin/ld: main.o: in function main:/usr/include/c++/4.3/bits/basic_ios.h:54: error: undefined reference to 'std::__throw_bad_cast()'
/usr/bin/ld: main.o: in function main:/usr/include/c++/4.3/bits/basic_ios.h:54: error: undefined reference to 'std::__throw_bad_cast()'
/usr/bin/ld: main.o:(.eh_frame+0x6b): error: undefined reference to '__gxx_personality_v0'
collect2: ld returned 1 exit status
make[5]: *** [a.out] Error 1



--- End Message ---
--- Begin Message ---
Version: 1.2.6-1+nmu3+rm

You filed the bug http://bugs.debian.org/554923 in Debian BTS
against the package ivtools. I'm closing it at *unstable*, but it will
remain open for older distributions.

For more information about this package's removal, read
http://bugs.debian.org/595612. That bug might give the reasons why
this package was removed and suggestions of possible replacements.

Don't hesitate to reply to this mail if you have any question.

Thank you for your contribution to Debian.

--
Luca Falavigna


--- End Message ---

Reply to: