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

Bug#556696: FTBFS with binutils-gold



Source: xenwatch
Version: 0.5.4-2
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

  LD	  xenwatch
/usr/bin/ld: apps-x11.o: in function detect_desktop:apps-x11.c:77: error: undefined reference to 'XInternAtom'
/usr/bin/ld: apps-x11.o: in function detect_desktop:apps-x11.c:78: error: undefined reference to 'XInternAtom'
/usr/bin/ld: apps-x11.o: in function detect_desktop:apps-x11.c:59: error: undefined reference to 'XGetWindowProperty'
/usr/bin/ld: apps-x11.o: in function detect_desktop:apps-x11.c:59: error: undefined reference to 'XGetWindowProperty'
/usr/bin/ld: x11.o: in function x11_destroy_ximage:x11.c:185: error: undefined reference to 'XShmDetach'
/usr/bin/ld: x11.o: in function x11_create_ximage:x11.c:158: error: undefined reference to 'XCreateImage'
/usr/bin/ld: x11.o: in function x11_create_ximage:x11.c:107: error: undefined reference to 'XSetErrorHandler'
/usr/bin/ld: x11.o: in function x11_create_ximage:x11.c:110: error: undefined reference to 'XShmCreateImage'
/usr/bin/ld: x11.o: in function x11_create_ximage:x11.c:133: error: undefined reference to 'XShmAttach'
/usr/bin/ld: x11.o: in function x11_create_ximage:x11.c:134: error: undefined reference to 'XSync'
/usr/bin/ld: x11.o: in function x11_create_ximage:x11.c:149: error: undefined reference to 'XSetErrorHandler'
/usr/bin/ld: x11.o: in function x11_create_ximage:x11.c:149: error: undefined reference to 'XSetErrorHandler'
/usr/bin/ld: x11.o: in function x11_create_pixmap:x11.c:206: error: undefined reference to 'XCreatePixmap'
/usr/bin/ld: x11.o: in function x11_create_pixmap:x11.c:210: error: undefined reference to 'XCreateGC'
/usr/bin/ld: x11.o: in function x11_create_pixmap:x11.c:221: error: undefined reference to 'XPutImage'
/usr/bin/ld: x11.o: in function x11_create_pixmap:x11.c:224: error: undefined reference to 'XFreeGC'
/usr/bin/ld: x11.o: in function x11_create_pixmap:x11.c:221: error: undefined reference to 'XShmPutImage'
/usr/bin/ld: x11.o: in function x11_create_pixmap:x11.c:213: error: undefined reference to 'XFreePixmap'
/usr/bin/ld: x11.o: in function x11_create_pixmap:x11.c:214: error: undefined reference to 'XFreeGC'
/usr/bin/ld: x11.o: in function x11_color_init:x11.c:72: error: undefined reference to 'XDefaultScreen'
/usr/bin/ld: x11.o: in function x11_color_init:x11.c:73: error: undefined reference to 'XVisualIDFromVisual'
/usr/bin/ld: x11.o: in function x11_color_init:x11.c:75: error: undefined reference to 'XGetVisualInfo'
/usr/bin/ld: x11.o: in function x11_color_init:x11.c:77: error: undefined reference to 'XShmQueryExtension'
collect2: ld returned 1 exit status
make[1]: *** [xenwatch] Error 1



Reply to: