Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 311989 - app-i18n/tomoe-0.6.0: doesn't respect LDFLAGS and installs static libraries
Summary: app-i18n/tomoe-0.6.0: doesn't respect LDFLAGS and installs static libraries
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: CJK Team
URL: https://sourceforge.net/tracker/?func...
Whiteboard:
Keywords:
Depends on:
Blocks: ldflags
  Show dependency tree
 
Reported: 2010-03-29 20:31 UTC by Kacper Kowalik (Xarthisius) (RETIRED)
Modified: 2011-05-26 22:45 UTC (History)
1 user (show)

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


Attachments
updating ebuild (tomoe-0.6.0.diff,1.15 KB, patch)
2010-03-29 20:35 UTC, Kacper Kowalik (Xarthisius) (RETIRED)
Details | Diff
respecting LDFLAGS (tomoe-0.6.0-ldflags.patch,647 bytes, patch)
2010-03-29 20:35 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 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