Package: alltray Version: 0.69-1 Severity: normal 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.
x86_64-linux-gnu-gcc -Wall -Wall -g -O2 -o alltray main.o parent.o child.o utils.o trayicon.o balloon_message.o xmms.o clickmode.o binreloc.o grab.o gnome_theme.o kde.o clientwin.o shortcut.o eventfilter.o -L/usr/X11R6/lib /usr/lib/libgtk- x11-2.0.so /usr/lib/libatk-1.0.so /usr/lib/libpangoft2-1.0.so /usr/lib/libfreetype.so -lz -lfontconfig /usr/lib/libgdk- x11-2.0.so /usr/lib/libpangocairo-1.0.so /usr/lib/libgio-2.0.so /usr/lib/libpango-1.0.so /usr/lib/libcairo.so /usr/lib/libgconf-2.so /usr/lib/libgdk_pixbuf_xlib-2.0.so /usr/lib/libgdk_pixbuf-2.0.so -lm /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so /usr/lib/libglib-2.0.so -lpthread -Wl,--rpath -Wl,/usr/lib -Wl,--rpath -Wl,/usr/lib /usr/bin/ld: main.o: in function command_line_init:main.c:309: error: undefined reference to 'XParseGeometry' /usr/bin/ld: main.o: in function main:main.c:409: error: undefined reference to 'XGetWMHints' /usr/bin/ld: main.o: in function main:main.c:418: error: undefined reference to 'XSetWMHints' /usr/bin/ld: main.o: in function main:main.c:419: error: undefined reference to 'XFree' /usr/bin/ld: main.o: in function main:main.c:435: error: undefined reference to 'XCreateSimpleWindow' /usr/bin/ld: main.o: in function main:main.c:438: error: undefined reference to 'XAllocClassHint' /usr/bin/ld: main.o: in function main:main.c:441: error: undefined reference to 'XSetClassHint' /usr/bin/ld: main.o: in function main:main.c:442: error: undefined reference to 'XFree' /usr/bin/ld: main.o: in function main:main.c:444: error: undefined reference to 'XAllocWMHints' /usr/bin/ld: main.o: in function main:main.c:448: error: undefined reference to 'XSetWMHints' /usr/bin/ld: main.o: in function main:main.c:449: error: undefined reference to 'XFree' /usr/bin/ld: main.o: in function main:main.c:452: error: undefined reference to 'XGetWMNormalHints' /usr/bin/ld: main.o: in function main:main.c:468: error: undefined reference to 'XSetWMProtocols' /usr/bin/ld: main.o: in function main:main.c:470: error: undefined reference to 'XChangeProperty' /usr/bin/ld: main.o: in function main:main.c:474: error: undefined reference to 'XChangeProperty' /usr/bin/ld: main.o: in function main:main.c:480: error: undefined reference to 'XReparentWindow' /usr/bin/ld: main.o: in function main:main.c:481: error: undefined reference to 'XSync' /usr/bin/ld: main.o: in function main:main.c:483: error: undefined reference to 'XMapWindow' /usr/bin/ld: main.o: in function main:main.c:484: error: undefined reference to 'XSync' /usr/bin/ld: main.o: in function main:main.c:461: error: undefined reference to 'XSetWMNormalHints' /usr/bin/ld: parent.o: in function parse_arguments:parent.c:340: error: undefined reference to 'XParseGeometry' /usr/bin/ld: parent.o: in function parent_window_filter:parent.c:186: error: undefined reference to 'XSendEvent' /usr/bin/ld: parent.o: in function parent_window_filter:parent.c:174: error: undefined reference to 'XSetInputFocus' /usr/bin/ld: child.o: in function child_window_filter:child.c:616: error: undefined reference to 'XSelectInput' /usr/bin/ld: child.o: in function withdrawn:child.c:466: error: undefined reference to 'XGetWindowProperty' /usr/bin/ld: child.o: in function withdrawn:child.c:480: error: undefined reference to 'XFree' /usr/bin/ld: child.o: in function withdraw_window:child.c:531: error: undefined reference to 'XDefaultScreen' /usr/bin/ld: child.o: in function withdraw_window:child.c:531: error: undefined reference to 'XWithdrawWindow' /usr/bin/ld: child.o: in function withdraw_window:child.c:532: error: undefined reference to 'XSync' /usr/bin/ld: child.o: in function liballtraynomap_filter:child.c:240: error: undefined reference to 'XGetClassHint' /usr/bin/ld: child.o: in function exec_and_wait_for_window:child.c:381: error: undefined reference to 'XCreateSimpleWindow' /usr/bin/ld: child.o: in function exec_and_wait_for_window:child.c:437: error: undefined reference to 'XDestroyWindow' /usr/bin/ld: child.o: in function exec_and_wait_for_window:child.c:419: error: undefined reference to 'XDestroyWindow' /usr/bin/ld: child.o: in function window_match:child.c:83: error: undefined reference to 'XGetWindowAttributes' /usr/bin/ld: child.o: in function window_match:child.c:140: error: undefined reference to 'XGetClassHint' /usr/bin/ld: utils.o: in function deiconify_window:utils.c:1728: error: undefined reference to 'XGetWMHints' /usr/bin/ld: utils.o: in function deiconify_window:utils.c:1733: error: undefined reference to 'XSetWMHints' /usr/bin/ld: utils.o: in function get_window_pixmap:utils.c:668: error: undefined reference to 'XGetWMHints' /usr/bin/ld: utils.o: in function assert_window:utils.c:97: error: undefined reference to 'XGetWindowAttributes' /usr/bin/ld: utils.o: in function close_window:utils.c:1535: error: undefined reference to 'XSendEvent' /usr/bin/ld: utils.o: in function send_skip_message:utils.c:1302: error: undefined reference to 'XSendEvent' /usr/bin/ld: utils.o: in function send_skip_message:utils.c:1305: error: undefined reference to 'XSync' /usr/bin/ld: utils.o: in function to_desktop:utils.c:439: error: undefined reference to 'XSendEvent' /usr/bin/ld: utils.o: in function _wnck_get_text_property:utils.c:1416: error: undefined reference to 'XGetTextProperty' /usr/bin/ld: utils.o: in function window_type_is_normal:utils.c:328: error: undefined reference to 'XGetWindowProperty' /usr/bin/ld: utils.o: in function get_pid:utils.c:295: error: undefined reference to 'XGetWindowProperty' /usr/bin/ld: utils.o: in function get_current_desktop:utils.c:223: error: undefined reference to 'XGetWindowProperty' /usr/bin/ld: utils.o: in function try_wm_hints:utils.c:715: error: undefined reference to 'XGetGeometry' /usr/bin/ld: utils.o: in function try_wm_hints:utils.c:715: error: undefined reference to 'XGetGeometry' /usr/bin/ld: utils.o: in function one_under_root:utils.c:613: error: undefined reference to 'XQueryTree' /usr/bin/ld: utils.o: in function get_window_position:utils.c:564: error: undefined reference to 'XGetGeometry' /usr/bin/ld: utils.o: in function destroy_all_and_exit:utils.c:1608: error: undefined reference to 'XGetWMHints' /usr/bin/ld: utils.o: in function destroy_all_and_exit:utils.c:1611: error: undefined reference to 'XSetWMHints' /usr/bin/ld: utils.o: in function destroy_all_and_exit:utils.c:1619: error: undefined reference to 'XSelectInput' /usr/bin/ld: utils.o: in function destroy_all_and_exit:utils.c:1620: error: undefined reference to 'XReparentWindow' /usr/bin/ld: utils.o: in function destroy_all_and_exit:utils.c:1621: error: undefined reference to 'XMoveWindow' /usr/bin/ld: utils.o: in function destroy_all_and_exit:utils.c:1625: error: undefined reference to 'XNextEvent' /usr/bin/ld: utils.o: in function destroy_all_and_exit:utils.c:1692: error: undefined reference to 'XDestroyWindow' /usr/bin/ld: utils.o: in function destroy_all_and_exit:utils.c:1635: error: undefined reference to 'XGetWindowAttributes' /usr/bin/ld: utils.o: in function destroy_all_and_exit:utils.c:1641: error: undefined reference to 'XMapWindow' /usr/bin/ld: utils.o: in function destroy_all_and_exit:utils.c:1646: error: undefined reference to 'XNextEvent' /usr/bin/ld: utils.o: in function xlib_window_is_viewable:utils.c:539: error: undefined reference to 'XQueryTree' /usr/bin/ld: utils.o: in function xlib_window_is_viewable:utils.c:529: error: undefined reference to 'XGetWindowAttributes' /usr/bin/ld: utils.o: in function display_window_id:utils.c:502: error: undefined reference to 'XFetchName' /usr/bin/ld: utils.o: in function show_hide_window:utils.c:1932: error: undefined reference to 'XIconifyWindow' /usr/bin/ld: utils.o: in function show_hide_window:utils.c:1883: error: undefined reference to 'XMapWindow' /usr/bin/ld: utils.o: in function show_hide_window:utils.c:1876: error: undefined reference to 'XGetGeometry' /usr/bin/ld: utils.o: in function atom_init:utils.c:108: error: undefined reference to 'XInternAtom' /usr/bin/ld: utils.o: in function atom_init:utils.c:109: error: undefined reference to 'XInternAtom' /usr/bin/ld: utils.o: in function atom_init:utils.c:110: error: undefined reference to 'XInternAtom' /usr/bin/ld: utils.o: in function atom_init:utils.c:111: error: undefined reference to 'XInternAtom' /usr/bin/ld: utils.o: in function atom_init:utils.c:138: error: undefined reference to 'XDefaultScreenOfDisplay' /usr/bin/ld: utils.o: in function atom_init:utils.c:140: error: undefined reference to 'XScreenNumberOfScreen' /usr/bin/ld: trayicon.o: in function get_manager_window:trayicon.c:272: error: undefined reference to 'XGrabServer' /usr/bin/ld: trayicon.o: in function get_manager_window:trayicon.c:274: error: undefined reference to 'XGetSelectionOwner' /usr/bin/ld: trayicon.o: in function get_manager_window:trayicon.c:276: error: undefined reference to 'XUngrabServer' /usr/bin/ld: trayicon.o: in function get_manager_window:trayicon.c:277: error: undefined reference to 'XFlush' /usr/bin/ld: balloon_message.o: in function show_balloon:balloon_message.c:181: error: undefined reference to 'XTranslateCoordinates' /usr/bin/ld: xmms.o: in function deiconify_xmms_windows:xmms.c:83: error: undefined reference to 'XMapWindow' /usr/bin/ld: grab.o: in function kde_close_window_grap:grab.c:237: error: undefined reference to 'XGrabPointer' /usr/bin/ld: grab.o: in function kde_close_window_grap:grab.c:276: error: undefined reference to 'XUngrabPointer' /usr/bin/ld: grab.o: in function kde_close_window_grap:grab.c:248: error: undefined reference to 'XAllowEvents' /usr/bin/ld: grab.o: in function kde_close_window_grap:grab.c:249: error: undefined reference to 'XWindowEvent' /usr/bin/ld: grab.o: in function grap_pointer_:grab.c:73: error: undefined reference to 'XCreateFontCursor' /usr/bin/ld: grab.o: in function grap_pointer_:grab.c:80: error: undefined reference to 'XGrabPointer' /usr/bin/ld: grab.o: in function grap_pointer_:grab.c:134: error: undefined reference to 'XUngrabPointer' /usr/bin/ld: grab.o: in function grap_pointer_:grab.c:93: error: undefined reference to 'XAllowEvents' /usr/bin/ld: grab.o: in function grap_pointer_:grab.c:94: error: undefined reference to 'XWindowEvent' /usr/bin/ld: grab.o: in function grap_pointer_:grab.c:87: error: undefined reference to 'XFreeCursor' /usr/bin/ld: grab.o: in function grab_done:grab.c:369: error: undefined reference to 'XUngrabPointer' /usr/bin/ld: kde.o: in function get_button_number:kde.c:242: error: undefined reference to 'XCreateFontCursor' /usr/bin/ld: kde.o: in function get_button_number:kde.c:244: error: undefined reference to 'XGrabPointer' /usr/bin/ld: kde.o: in function get_button_number:kde.c:253: error: undefined reference to 'XAllowEvents' /usr/bin/ld: kde.o: in function get_button_number:kde.c:254: error: undefined reference to 'XWindowEvent' /usr/bin/ld: kde.o: in function get_button_number:kde.c:292: error: undefined reference to 'XUngrabPointer' /usr/bin/ld: kde.o: in function get_button_number:kde.c:293: error: undefined reference to 'XFreeCursor' /usr/bin/ld: kde.o: in function get_button_list:kde.c:141: error: undefined reference to 'XQueryTree' /usr/bin/ld: kde.o: in function get_kwin_window:kde.c:72: error: undefined reference to 'XQueryTree' /usr/bin/ld: kde.o: in function get_kwin_window:kde.c:82: error: undefined reference to 'XGetClassHint' /usr/bin/ld: shortcut.o: in function shortcut_done:shortcut.c:209: error: undefined reference to 'XUngrabKey' /usr/bin/ld: shortcut.o: in function shortcut_init:shortcut.c:189: error: undefined reference to 'XGrabKey' /usr/bin/ld: shortcut.o: in function check_if_pointer_is_over_button:shortcut.c:175: error: undefined reference to 'XWarpPointer' /usr/bin/ld: shortcut.o: in function parse_shortcut:shortcut.c:71: error: undefined reference to 'XStringToKeysym' /usr/bin/ld: shortcut.o: in function parse_shortcut:shortcut.c:71: error: undefined reference to 'XKeysymToKeycode' /usr/bin/ld: shortcut.o: in function parse_shortcut:shortcut.c:125: error: undefined reference to 'XStringToKeysym' /usr/bin/ld: shortcut.o: in function parse_shortcut:shortcut.c:125: error: undefined reference to 'XKeysymToKeycode' collect2: ld returned 1 exit status -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org