Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 240325 - Add strip RESTRICTION to mythtv plugins
Summary: Add strip RESTRICTION to mythtv plugins
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Television related Applications in Gentoo's Portage
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-06 22:29 UTC by Steve Dibb (RETIRED)
Modified: 2009-01-10 14:00 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Dibb (RETIRED) gentoo-dev 2008-10-06 22:29:36 UTC
Throws a warning about pre-stripped files on installation.

Cardoe mentioned something online about changing some build parameter.
Comment 1 Steve Dibb (RETIRED) gentoo-dev 2008-11-12 00:20:33 UTC
<Cardoe> we gotta pass type=profile or some such
<Cardoe> in the eclass
<Cardoe> the myth eclass does it already
<Cardoe> the plugins one needs it
<beandog> oh yah? okay
<Cardoe>     if use debug; then
<Cardoe>         myconf="${myconf} --compile-type=debug"
<Cardoe>     else
<Cardoe>         myconf="${myconf} --compile-type=profile"
<Cardoe>     fi
<Cardoe> I'm 99% sure that the plugins take that now as well
<Cardoe> I provided a patch for that years ago
<Cardoe>     if use debug; then
<Cardoe>         sed -e 's!CONFIG += release!CONFIG += debug!' \
<Cardoe>         -i 'settings.pro' || die "switching to debug build failed"
<Cardoe>     fi
<Cardoe> is what the mythtv-plugins.eclass has
<Cardoe> but I think it should have the above
<beandog> the same sed?
<beandog> er
<beandog> debug also just flips on nostrip in features
<beandog> myth.eclass:            FEATURES="${FEATURES} nostrip"
<Cardoe> we don't use that eclass anymore
<Cardoe> it's deprecated
<Cardoe> hasn't been used since the 0.15 series
<beandog> ah okay, so just mythtv{,-plugins}
<beandog> hmm
* beandog pokes around
<beandog> so wha twould I have to change
<beandog> if not using debug, change release to profile?
<Cardoe> yeah
Comment 2 Steve Dibb (RETIRED) gentoo-dev 2009-01-10 14:00:24 UTC
updated eclass