After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 600998 - Fails to build with binutils-gold
Fails to build with binutils-gold
Status: RESOLVED FIXED
Product: gnome-disk-utility
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-disk-utility-maint
Depends on:
Blocks:
 
 
Reported: 2009-11-06 19:29 UTC by Michael Biebl
Modified: 2009-12-04 14:06 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Link against libX11 for Xkb* functions (1.57 KB, patch)
2009-11-06 19:29 UTC, Michael Biebl
none Details | Review
Remove unused libs and cflags (1016 bytes, patch)
2009-11-06 19:29 UTC, Michael Biebl
none Details | Review
configure.ac cleanup (3.19 KB, patch)
2009-11-06 19:30 UTC, Michael Biebl
none Details | Review
Link against libX11 for Xkb* functions (1.61 KB, patch)
2009-12-03 23:57 UTC, Michael Biebl
none Details | Review
configure.ac cleanup (3.35 KB, patch)
2009-12-03 23:58 UTC, Michael Biebl
none Details | Review

Description Michael Biebl 2009-11-06 19:29:05 UTC
Created attachment 147124 [details] [review]
Link against libX11 for Xkb* functions

binutils-gold is an alternative linker, which is supposedly faster and also
more strict. g-d-u fails to build with binutils-gold [1], as it use functions
from libX11 without linking against it explicitely.
Patch 0001 fixes that.

Patch 0002 and 0003 are some general build system cleanup patches which you
might want to consider.



http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=554650
Comment 1 Michael Biebl 2009-11-06 19:29:33 UTC
Created attachment 147125 [details] [review]
Remove unused libs and cflags
Comment 2 Michael Biebl 2009-11-06 19:30:46 UTC
Created attachment 147126 [details] [review]
configure.ac cleanup
Comment 3 Michael Biebl 2009-12-03 23:57:22 UTC
Created attachment 149059 [details] [review]
Link against libX11 for Xkb* functions
Comment 4 Michael Biebl 2009-12-03 23:58:01 UTC
Created attachment 149060 [details] [review]
configure.ac cleanup
Comment 5 David Zeuthen (not reading bugmail) 2009-12-04 14:06:57 UTC
Committed both patches with one change

 1. Please prepend patch subject with "Bug <number> — "