Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 320349 - mail-client/balsa: fails with forced --as-needed
Summary: mail-client/balsa: fails with forced --as-needed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High QA (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL: https://bugzilla.gnome.org/show_bug.c...
Whiteboard:
Keywords: Inclusion
Depends on:
Blocks: as-needed
  Show dependency tree
 
Reported: 2010-05-18 10:29 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2010-06-29 16:04 UTC (History)
2 users (show)

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


Attachments
Build log (balsa-2.4.7:20100518-023348.log,23.35 KB, text/plain)
2010-05-18 10:29 UTC, Diego Elio Pettenò (RETIRED)
Details
adding epatch and autotools (balsa-2.4.7.diff,508 bytes, patch)
2010-05-18 12:59 UTC, Kacper Kowalik (Xarthisius) (RETIRED)
Details | Diff
fixing as-needed issues (balsa-2.4.7-asneeded.patch,216 bytes, patch)
2010-05-18 12:59 UTC, Kacper Kowalik (Xarthisius) (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Elio Pettenò (RETIRED) gentoo-dev 2010-05-18 10:29:44 UTC
I'm reporting this bug because the package in summary fails to build when forcing --as-needed on through spec files (check out http://blog.flameeyes.eu/2008/11/14/problems-and-mitigation-strategies-for-as-needed for details).

Please note that this bug _might_ apply to -Wl,--as-needed in LDFLAGS as well; in both cases it should be fixed. Also, if this is due to the package in question not respecting user-defined LDFLAGS, you should get to fix that too.

Check the attached build log.

Thanks,
Diego
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2010-05-18 10:29:56 UTC
Created attachment 231919 [details]
Build log
Comment 2 Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2010-05-18 12:59:27 UTC
Created attachment 231969 [details, diff]
adding epatch and autotools
Comment 3 Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2010-05-18 12:59:41 UTC
Created attachment 231971 [details, diff]
fixing as-needed issues
Comment 4 Gilles Dartiguelongue (RETIRED) gentoo-dev 2010-05-18 13:04:02 UTC
misses a call to intltoolize and add gtk-doc-am to DEPEND, othewise, good for inclusion in a -r1 not delaying on going stabilization.
Comment 5 Samuli Suominen (RETIRED) gentoo-dev 2010-06-29 16:04:38 UTC
+  29 Jun 2010; Samuli Suominen <ssuominen@gentoo.org> balsa-2.4.7.ebuild,
+  +files/balsa-2.4.7-asneeded.patch:
+  Fix building with -Wl,--as-needed wrt #320349 by Kacper Kowalik.