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

Bug#554979: FTBFS with binutils-gold



Source: kdelibs
Version: 4:3.5.10.dfsg.1-2.1
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.

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++  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -g -O2 -g -Wall -O2 -DDEBIAN_VERSION=4:3.5.10.dfsg.1-2.1 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common  -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION    -o dcop dcop.o -lqt-mt ../libDCOP.la 
mkdir .libs
g++ -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -g -O2 -g -Wall -O2 -DDEBIAN_VERSION=4:3.5.10.dfsg.1-2.1 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -o .libs/dcop dcop.o  /usr/lib/libqt-mt.so ../.libs/libDCOP.so 
/usr/bin/ld: dcop.o: in function sendUserTime(char const*):/home/peter/rebuild/build/kdelibs/kdelibs-3.5.10.dfsg.1/./dcop/client/dcop.cpp:435: error: undefined reference to 'XOpenDisplay'
/usr/bin/ld: dcop.o: in function sendUserTime(char const*):/home/peter/rebuild/build/kdelibs/kdelibs-3.5.10.dfsg.1/./dcop/client/dcop.cpp:438: error: undefined reference to 'XCreateSimpleWindow'
/usr/bin/ld: dcop.o: in function sendUserTime(char const*):/home/peter/rebuild/build/kdelibs/kdelibs-3.5.10.dfsg.1/./dcop/client/dcop.cpp:439: error: undefined reference to 'XSelectInput'
/usr/bin/ld: dcop.o: in function sendUserTime(char const*):/home/peter/rebuild/build/kdelibs/kdelibs-3.5.10.dfsg.1/./dcop/client/dcop.cpp:441: error: undefined reference to 'XChangeProperty'
/usr/bin/ld: dcop.o: in function sendUserTime(char const*):/home/peter/rebuild/build/kdelibs/kdelibs-3.5.10.dfsg.1/./dcop/client/dcop.cpp:443: error: undefined reference to 'XWindowEvent'
/usr/bin/ld: dcop.o: in function sendUserTime(char const*):/home/peter/rebuild/build/kdelibs/kdelibs-3.5.10.dfsg.1/./dcop/client/dcop.cpp:445: error: undefined reference to 'XDestroyWindow'
collect2: ld returned 1 exit status
make[5]: *** [dcop] Error 1



Reply to: