Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 239206 - www-client/arora-0.3 prestrips binaries
Summary: www-client/arora-0.3 prestrips binaries
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Ben de Groot (RETIRED)
URL:
Whiteboard:
Keywords: QAcanfix
Depends on:
Blocks:
 
Reported: 2008-09-30 23:51 UTC by Peter Alfredsen (RETIRED)
Modified: 2008-10-01 18:59 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 Peter Alfredsen (RETIRED) gentoo-dev 2008-09-30 23:51:29 UTC
* QA Notice: Pre-stripped files found:
 * /var/tmp/portage/www-client/arora-0.3/image/usr/bin/arora

Adding this little snippet to the end of src_compile fixes this Qmake "feature":
        sed -i \
                -e "/strip/d" \
                src/Makefile || die "404, file not found."
Comment 1 Ben de Groot (RETIRED) gentoo-dev 2008-10-01 18:59:31 UTC
Fixed in 0.4 (0.3 will be dropped and won't go stable anyway)