Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 334593 - net-mail/ripmime does not respect LDFLAGS
Summary: net-mail/ripmime does not respect LDFLAGS
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High QA (vote)
Assignee: Net-Mail Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: ldflags
  Show dependency tree
 
Reported: 2010-08-26 14:40 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2010-11-07 21:29 UTC (History)
0 users

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


Attachments
Build log (ripmime-1.4.0.9:20100826-073544.log,3.61 KB, text/plain)
2010-08-26 14:41 UTC, Diego Elio Pettenò (RETIRED)
Details
Patch to ripmime Makefile to respect LDFLAGS, improve parallelism, and ease maintenance (ripmime-makefile.patch,1.03 KB, patch)
2010-08-26 21:39 UTC, Kevin Pyle
Details | Diff
Patch to ripmime-1.4.0.9.ebuild to apply prior patch and to improve parallelism (ripmime-1.4.0.9.ebuild.patch,853 bytes, patch)
2010-08-26 21:42 UTC, Kevin Pyle
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-08-26 14:40:54 UTC
See attached build log.

(Please do not complain about the need for looking at the build log until you can provide an easy way to open bugs with the correct data picked out of a tinderbox log. Thanks.)
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2010-08-26 14:41:10 UTC
Created attachment 244697 [details]
Build log
Comment 2 Kevin Pyle 2010-08-26 21:39:26 UTC
Created attachment 244791 [details, diff]
Patch to ripmime Makefile to respect LDFLAGS, improve parallelism, and ease maintenance

This patch addresses the problem reported in summary.  Next, I will attach a patch to the ebuild to make use of this patch.
Comment 3 Kevin Pyle 2010-08-26 21:42:24 UTC
Created attachment 244793 [details, diff]
Patch to ripmime-1.4.0.9.ebuild to apply prior patch and to improve parallelism

Attachment #244791 [details, diff] renames the libripmime target to reflect that it generates a file named libripmime.a.  For reasons not documented in the current ebuild, nor in the ChangeLog, the ebuild uses -j1.  However, this is not needed.  This patch converts the ebuild to let the user build in parallel, adjusts the reference to libripmime, and applies the preceding patch.
Comment 4 Tim Harder gentoo-dev 2010-11-07 21:29:12 UTC
Fixed in CVS.