Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 334593

Summary: net-mail/ripmime does not respect LDFLAGS
Product: Gentoo Linux Reporter: Diego Elio Pettenò (RETIRED) <flameeyes>
Component: New packagesAssignee: Net-Mail Packages <net-mail+disabled>
Status: RESOLVED FIXED    
Severity: QA    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 331933    
Attachments: Build log
Patch to ripmime Makefile to respect LDFLAGS, improve parallelism, and ease maintenance
Patch to ripmime-1.4.0.9.ebuild to apply prior patch and to improve parallelism

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.