Your message dated Thu, 28 Jul 2011 16:17:34 +0000
with message-id <e1qmthc-0004x0...@franck.debian.org>
and subject line Bug#555576: fixed in lxsession 0.4.6-1
has caused the Debian Bug report #555576,
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 ow...@bugs.debian.org
immediately.)
--
555576: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=555576
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: lxsession
Version: 0.3.8+svn20090521-1
Severity: minor
User: peter.fritzs...@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
x86_64-linux-gnu-gcc -D_REENTRANT -I/usr/include/gtk-2.0
-I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo
-I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2
-I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/dbus-1.0
-I/usr/lib/dbus-1.0/include -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\"
-DPACKAGE_DATA_DIR=\"/usr/share\" -g -O2 -Wl,-z,defs -o lxsession-logout
lxsession_logout-gdm-logout-action.o lxsession_logout-main.o -lgtk-x11-2.0
-lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0
-lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0
-lgmodule-2.0 -lglib-2.0 -ldbus-1 -lpthread -lrt
/usr/bin/ld: lxsession_logout-gdm-logout-action.o: in function
gdm_init_protocol_connection:gdm-logout-action.c:197: error: undefined
reference to 'XauFileName'
/usr/bin/ld: lxsession_logout-gdm-logout-action.o: in function
gdm_init_protocol_connection:gdm-logout-action.c:216: error: undefined
reference to 'XauDisposeAuth'
/usr/bin/ld: lxsession_logout-gdm-logout-action.o: in function
gdm_init_protocol_connection:gdm-logout-action.c:206: error: undefined
reference to 'XauReadAuth'
/usr/bin/ld: lxsession_logout-gdm-logout-action.o: in function
gdm_init_protocol_connection:gdm-logout-action.c:223: error: undefined
reference to 'XauDisposeAuth'
collect2: ld returned 1 exit status
make[3]: *** [lxsession-logout] Error 1
--- End Message ---
--- Begin Message ---
Source: lxsession
Source-Version: 0.4.6-1
We believe that the bug you reported is fixed in the latest version of
lxsession, which is due to be installed in the Debian FTP archive:
lxsession-dbg_0.4.6-1_amd64.deb
to main/l/lxsession/lxsession-dbg_0.4.6-1_amd64.deb
lxsession_0.4.6-1.debian.tar.bz2
to main/l/lxsession/lxsession_0.4.6-1.debian.tar.bz2
lxsession_0.4.6-1.dsc
to main/l/lxsession/lxsession_0.4.6-1.dsc
lxsession_0.4.6-1_amd64.deb
to main/l/lxsession/lxsession_0.4.6-1_amd64.deb
lxsession_0.4.6.orig.tar.gz
to main/l/lxsession/lxsession_0.4.6.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 555...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Andrew Lee (李健秋) <ajq...@debian.org> (supplier of updated lxsession 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 ftpmas...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Thu, 28 Jul 2011 03:27:37 +0800
Source: lxsession
Binary: lxsession lxsession-dbg
Architecture: source amd64
Version: 0.4.6-1
Distribution: unstable
Urgency: low
Maintainer: Debian LXDE Packaging Team
<pkg-lxde-maintain...@lists.alioth.debian.org>
Changed-By: Andrew Lee (李健秋) <ajq...@debian.org>
Description:
lxsession - default session manager for LXDE
lxsession-dbg - default session manager for LXDE - debug package
Closes: 555576
Changes:
lxsession (0.4.6-1) unstable; urgency=low
.
[ Julien Lavergne ]
* debian/dirs: Remove.
* debian/control: Add a debug package.
* debian/lxsession.install: Add.
* debian/rules: Add dh_strip for debug package.
* debian/patches/06_lX11_liking.patch: Add -lX11 to fix FTBFS
with gold. (Closes: #555576)
.
[ Andrew Lee (李健秋) ]
* Use debhelper 8
* Sorting build-depends.
* Wapping build-depends.
* Removing useless whitespaces at EOL and EOF.
* Updating Vcs-Browser and Vcs-Git tags.
* Sorting depends.
* Sorting suggests, provides, replaces and conflicts.
* Removing empty NEWS in debian/docs.
* Added debian/source/options file.
* Compacting watch file.
* Merging upstream version 0.4.6:
- Add support for not launching autostart programs (patch from ID 3103281)
- Add some improvement to build system, inspired by patch from ID: 3005712
- Add information of man pages support
- Add additional flags for maintainer mode
- Link directly to X11
- Add link to x11 for lxsession-logout
- Add option to compile with GTK3
- Use helper shell script to lock the screen
* Removed patch 03_screenlock.patch: Included in upstream.
* refresh 04_fix-ltsp-shutdown-reboot.patch.
* refresh 02_gdm3.patch.
* refresh 06_lX11_liking.patch.
* Sorting debian/patches/series.
* Removing 01_upower.patch: Included in upstream.
* Disabling dh_auto_test: Incompelete in po/.
* Apply 10_fix_start.patch from Julien Lavergne <gi...@ubuntu.com>.
* Sorting debian/patches/series.
* refresh 04_fix-ltsp-shutdown-reboot.patch.
* Set priority to extra for debuging package.
* Fix description synopsis starts with article for lxsession-dbg.
* Install lintian-overrides for lxlock: this should only be execute
by lxsession-logout.
Checksums-Sha1:
ff005b8e4fee14309f7344f279d8048c0369e901 1374 lxsession_0.4.6-1.dsc
5f1dd16b15265484554a7a6be4ce0649474f4bdd 407058 lxsession_0.4.6.orig.tar.gz
88d69c73f84bfc508d18aa1650fd235699240299 6448 lxsession_0.4.6-1.debian.tar.bz2
a2b8a91504ebfbc58fff5b5b0b102d172c7d35b0 68022 lxsession_0.4.6-1_amd64.deb
8fc67c674fd0d477811f2b24b449fc749b2234b3 59644 lxsession-dbg_0.4.6-1_amd64.deb
Checksums-Sha256:
8fb50d3749069baf94e9d07b7a0275c57ebffde745330c0f08255bc58ff32a24 1374
lxsession_0.4.6-1.dsc
0abc8884be26641c9057bb21676c56e05ed076ef17ca863b429c5f27caf75eaf 407058
lxsession_0.4.6.orig.tar.gz
798a02607b386168a52191816966abcd5cc602c7f33a407cbf26e383e8275c8e 6448
lxsession_0.4.6-1.debian.tar.bz2
96cf51d73402f40e19b7c3418dc2172ae375932d681fc44d88fe927b73b457ba 68022
lxsession_0.4.6-1_amd64.deb
f59db6e3d18bdf6c9cb3aec93216d6e61751b3ac1cbfc9fcb28074ac8ac1115c 59644
lxsession-dbg_0.4.6-1_amd64.deb
Files:
8d01ac3368d7e1653bddcd4b376a072c 1374 x11 optional lxsession_0.4.6-1.dsc
73f71c8a07059c82682467c08d07aa48 407058 x11 optional
lxsession_0.4.6.orig.tar.gz
d5d8ec7eac61543c0c6e31c9d2c82e20 6448 x11 optional
lxsession_0.4.6-1.debian.tar.bz2
927dfa41b569ebc91b25b40c06bc2b2f 68022 x11 optional lxsession_0.4.6-1_amd64.deb
fb4f64f44ec3e22849045378885569c8 59644 debug extra
lxsession-dbg_0.4.6-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEARECAAYFAk4wZyIACgkQnQYz4bYlCYV4kgCgh6viAB7C4yfkqodndaycpN5E
oY4AoOmYZcdn8BSbimNywFFH1SiYyzcm
=5tV5
-----END PGP SIGNATURE-----
--- End Message ---