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

Bug#553650: marked as done ([alltray] FTBFS with binutils-gold)



Your message dated Wed, 10 Mar 2010 13:33:22 +0000
with message-id <E1NpM2M-0002tJ-Ms@ries.debian.org>
and subject line Bug#553650: fixed in alltray 0.71a-1
has caused the Debian Bug report #553650,
regarding [alltray] 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.)


-- 
553650: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=553650
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
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



--- End Message ---
--- Begin Message ---
Source: alltray
Source-Version: 0.71a-1

We believe that the bug you reported is fixed in the latest version of
alltray, which is due to be installed in the Debian FTP archive:

alltray_0.71a-1.debian.tar.gz
  to main/a/alltray/alltray_0.71a-1.debian.tar.gz
alltray_0.71a-1.dsc
  to main/a/alltray/alltray_0.71a-1.dsc
alltray_0.71a-1_i386.deb
  to main/a/alltray/alltray_0.71a-1_i386.deb
alltray_0.71a.orig.tar.gz
  to main/a/alltray/alltray_0.71a.orig.tar.gz



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 553650@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ignace Mouzannar <mouzannar@gmail.com> (supplier of updated alltray 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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sun, 07 Mar 2010 11:15:16 +0000
Source: alltray
Binary: alltray
Architecture: source i386
Version: 0.71a-1
Distribution: unstable
Urgency: low
Maintainer: Ignace Mouzannar <mouzannar@gmail.com>
Changed-By: Ignace Mouzannar <mouzannar@gmail.com>
Description: 
 alltray    - Dock any program into the system tray
Closes: 449598 524683 553650 566880
Changes: 
 alltray (0.71a-1) unstable; urgency=low
 .
   * New upstream version:
     - Fixes Alltray trayicons use their owntooltip theme bug. (Closes: #524683)
     - Fixes FTBFS when building against binutils-gold. (Closes: #553650)
   * New maintainer. (Closes: #566880)
   * debian/control:
     - Bumped Standards-Version to 3.8.4.
     - Updated Maintainer field.
     - Added the Vcs-Browser address.
     - Added Build-Depends on bash-completion.
   * debian/rule:
     - Added "--with bash_completion" to include installation of the
       bash-completion file.
   * debian/copyright:
     - Updated copyright format, as it contained boilerplate from older
       versions of dh_make.
     - Mentioned the copyright of the debian/ folder
   * debian/patches:
     - 01_minor_type.diff: corrects typo errors in source files.
   * debian/alltray.menu:
     - Added menu file. (Closes: #449598)
   * debian/alltray.symbols:
     - Added symbols file.
   * debian/alltray.bash-completion:
     - This file adds the possibility for bash to complete the alltray command
       with the list of all available applications.
Checksums-Sha1: 
 127179ac6ada9862872317ac485af57e56c4e361 1556 alltray_0.71a-1.dsc
 c327ec2c2a752178e53caaf56ce9865ea7fb7d25 352536 alltray_0.71a.orig.tar.gz
 3d769d01fdd86cbb458caeb1ce4bf22e82106e76 4593 alltray_0.71a-1.debian.tar.gz
 4a84e3d262af6bf683033d50889933a6fb19bdcf 56350 alltray_0.71a-1_i386.deb
Checksums-Sha256: 
 6ac821588c0bbb8877e336300b918b746026d1c4769490d39ed559cbfb599b15 1556 alltray_0.71a-1.dsc
 c0251368485863d1576691b453f8e71c2bc71732d7ce7a03b2bfc053bdc2ae57 352536 alltray_0.71a.orig.tar.gz
 e176fd1af4e59b5d93eed4b687b6d4eaeb5fcc4a744d177aae834683618928f8 4593 alltray_0.71a-1.debian.tar.gz
 7f83d209e1e11e1cc85d5cea527810b21917458ad54c91089875e43ab43c58ac 56350 alltray_0.71a-1_i386.deb
Files: 
 f26ce9165b9436781e89650e0d6295b7 1556 x11 optional alltray_0.71a-1.dsc
 39a81402c258d41e2538f7ca8df58fac 352536 x11 optional alltray_0.71a.orig.tar.gz
 a778a4185c8e58364e9126838d9cd12e 4593 x11 optional alltray_0.71a-1.debian.tar.gz
 c1435ea3939415fda32beb37a1d82bbb 56350 x11 optional alltray_0.71a-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Signed by Raphael Hertzog

iQEcBAEBCAAGBQJLl5pRAAoJEAOIHavrwpq5Xn4H/iWDuD5FKcW1eyrtICi/OH8d
ldTBqwpa/aa4sFQk+JF4o1Rn9pkDclJHlWoQHhdWQgNP54MEa7moLTM6wBT0jobc
McDycMFwml2HdNXZwt39fSpj8vH2SS2V/1Yi4zmKB/JgBjaKDV3XWlBn+iLV2Ko9
vbb9vvlRjuBVyPJ+eZrhz3iPISeO+fMnK67vzE2wwzwj1U/Iw3lD8AqLW/+nGXs3
hwzq30qjJxDEw3eOXx3Nj+i+aR8N3LtqmjvTJ66u+DMDZmpa43ksxX69eWfmyIcn
qBpkXorGMLM6c7Q1ElzW5lh7nqZJLylDri3vOjnZ951S3oON18fA2nJVZPSmICE=
=4ElV
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: