Created attachment 273253 [details] Build log 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!
*** Bug 443604 has been marked as a duplicate of this bug. ***
https://forums.gentoo.org/viewtopic-p-7800218.html#7800218 ERROR: dev-dotnet/libgdiplus-3.12::gentoo failed because of gold linker. workaround: binutils-config --linker ld.bfd * Setting default linker to ld.bfd for x86_64-pc-linux-gnu-2.25.1 ... The ebuild should be changed so it uses this other linker instead of gold. This is the only ebuild in my box which fails to build because of gold linker.
commit 530f6e7150e1294c662583316d56bc9ac435f4be Author: Justin Lecher <jlec@gentoo.org> Date: Tue Aug 18 11:27:20 2015 +0200 dev-dotnet/libgdiplus: Fix for ld.gold; enhance various QA problems * underlinking fix: https://github.com/mono/libgdiplus/pull/33 * drop removed configure option --with-cairo * call default() functions as often as possible Gentoo-Bug: https://bugs.gentoo.org/367345 Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher <jlec@gentoo.org> https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=530f6e7150e1294c662583316d56bc9ac435f4be
I have observed an issue like this with libgdiplus-5.6.1 again. It fails to build with gold but works with bfd.