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

Bug 311989

Summary: app-i18n/tomoe-0.6.0: doesn't respect LDFLAGS and installs static libraries
Product: Gentoo Linux Reporter: Kacper Kowalik (Xarthisius) (RETIRED) <xarthisius>
Component: Current packagesAssignee: CJK Team <cjk>
Status: RESOLVED FIXED    
Severity: normal CC: esigra
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://sourceforge.net/tracker/?func=detail&aid=3045194&group_id=193138&atid=944219
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 331933    
Attachments: updating ebuild
respecting LDFLAGS

Description Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2010-03-29 20:31:52 UTC
strip: x86_64-pc-linux-gnu-strip --strip-unneeded -R .comment
   usr/lib64/tomoe/module/recognizer/simple.so
   usr/lib64/tomoe/module/dict/unihan.so
   usr/lib64/tomoe/module/dict/mysql.so
   usr/lib64/tomoe/module/dict/xml.so
   usr/lib64/libtomoe.so.0.1.0
   usr/lib64/python2.6/site-packages/tomoe.so
   usr/lib64/libtomoe.a
   usr/lib64/tomoe/module/recognizer/simple.a
   usr/lib64/tomoe/module/dict/unihan.a
   usr/lib64/tomoe/module/dict/mysql.a
   usr/lib64/tomoe/module/dict/xml.a
   usr/lib64/python2.6/site-packages/tomoe.a

 * QA Notice: Files built without respecting LDFLAGS have been detected
 *  Please include the following list of files in your report:
 * /usr/lib64/tomoe/module/recognizer/simple.so
 * /usr/lib64/tomoe/module/dict/unihan.so
 * /usr/lib64/tomoe/module/dict/xml.so
Comment 1 Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2010-03-29 20:35:21 UTC
Created attachment 225727 [details, diff]
updating ebuild

I allowed myself to do the following:
 * bump to EAPI=2
 * add epatch to respect LDFLAGS
 * add IUSE="static-libs" to allow user to choose whether he wants static libs
 * inherit base to simplify src_install
Comment 2 Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2010-03-29 20:35:46 UTC
Created attachment 225729 [details, diff]
respecting LDFLAGS
Comment 3 MATSUU Takuto (RETIRED) gentoo-dev 2011-05-26 22:45:09 UTC
Fixed in cvs