Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 379661 - x11-misc/parcellite fails because of underlinking
Summary: x11-misc/parcellite fails because of underlinking
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Highest normal (vote)
Assignee: Desktop Misc. Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: underlinking
  Show dependency tree
 
Reported: 2011-08-18 06:37 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2012-07-31 22:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
B (parcellite-1.0.2_rc3:20110818-042520.log,34.23 KB, text/plain)
2011-08-18 06:37 UTC, Diego Elio Pettenò (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Elio Pettenò (RETIRED) gentoo-dev 2011-08-18 06:37:58 UTC
Created attachment 283715 [details]
B

Hello there!

You're getting this bug because the package in Summary failed to build in my tinderbox using the gold link editor from binutils. Before closing the bug as INVALID let me explain why this is still important!

The gold link editor does not support underlinking of shared objects, which is something I have described in my blog post:

http://blog.flameeyes.eu/2010/11/26/it-s-not-all-gold-that-shines-why-underlinking-is-a-bad-thing

Even the basic link editor (ld.bfd) has an option to support this but it is a heck to enable and get passed, so linking with gold is simply quicker.

Fixing underlinking provides optimized --as-needed builds (because the "softer" version no longer need to recover libraries that are underlinked), so it is a Good Thing To Do.

Thank you very much for the attention!
Comment 1 Julian Ospald 2012-07-31 22:42:33 UTC
+  31 Jul 2012; Julian Ospald <hasufell@gentoo.org> parcellite-0.9.1.ebuild,
+  parcellite-1.0.1.ebuild:
+  fix underlinking wrt #379661



parcellite-1.0.2_rc5 is not affected afais. Otherwise reopen