Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 220094 - QA: x11-misc/icecc-2.9 generates pre-stripped files
Summary: QA: x11-misc/icecc-2.9 generates pre-stripped files
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Patrick Kursawe (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-03 09:31 UTC by Peter Alfredsen (RETIRED)
Modified: 2008-05-08 12:57 UTC (History)
0 users

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


Attachments
iceccstrip.patch (iceccstrip.patch,470 bytes, patch)
2008-05-03 09:32 UTC, Peter Alfredsen (RETIRED)
Details | Diff
iceccQA.patch (iceccQA.patch,1.44 KB, patch)
2008-05-07 15:17 UTC, Peter Alfredsen (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Alfredsen (RETIRED) gentoo-dev 2008-05-03 09:31:26 UTC
>>> Install icecc-2.9 into /var/tmp/portage/x11-misc/icecc-2.9/image/ category x11-misc
cp -f "icecc" "/var/tmp/portage/x11-misc/icecc-2.9/image//usr/bin/icecc"
strip "/var/tmp/portage/x11-misc/icecc-2.9/image//usr/bin/icecc"
cp -f -r "themes/Control Panel" "/var/tmp/portage/x11-misc/icecc-2.9/image//usr/share/icecc/themes/"
cp -f -r "themes/Simple" "/var/tmp/portage/x11-misc/icecc-2.9/image//usr/share/icecc/themes/"
cp -f "help/icecc_desk.png" "/var/tmp/portage/x11-misc/icecc-2.9/image//usr/share/icecc/help/default/"
cp -f "help/index-1.html" "/var/tmp/portage/x11-misc/icecc-2.9/image//usr/share/icecc/help/default/"
cp -f "help/index-2.html" "/var/tmp/portage/x11-misc/icecc-2.9/image//usr/share/icecc/help/default/"
cp -f "help/index-3.html" "/var/tmp/portage/x11-misc/icecc-2.9/image//usr/share/icecc/help/default/"
cp -f "help/index-4.html" "/var/tmp/portage/x11-misc/icecc-2.9/image//usr/share/icecc/help/default/"
cp -f "help/index-5.html" "/var/tmp/portage/x11-misc/icecc-2.9/image//usr/share/icecc/help/default/"
cp -f "help/index-6.html" "/var/tmp/portage/x11-misc/icecc-2.9/image//usr/share/icecc/help/default/"
cp -f "help/index.html" "/var/tmp/portage/x11-misc/icecc-2.9/image//usr/share/icecc/help/default/"
cp -f "help/index.sgml" "/var/tmp/portage/x11-misc/icecc-2.9/image//usr/share/icecc/help/default/"
cp -f "icecchelp" "/var/tmp/portage/x11-misc/icecc-2.9/image//usr/bin/"
strip "/var/tmp/portage/x11-misc/icecc-2.9/image//usr/bin/icecchelp"
strip: /var/tmp/portage/x11-misc/icecc-2.9/image//usr/bin/icecchelp: File format not recognized
make: [install_helpbin] Error 1 (ignored)
dodoc: README does not exist
dodoc: TODO does not exist
cp: cannot stat `theme/*': No such file or directory
>>> Completed installing icecc-2.9 into /var/tmp/portage/x11-misc/icecc-2.9/image/



 * QA Notice: Pre-stripped files found:
 * /var/tmp/portage/x11-misc/icecc-2.9/image/usr/bin/icecc
Comment 1 Peter Alfredsen (RETIRED) gentoo-dev 2008-05-03 09:32:22 UTC
Created attachment 151674 [details, diff]
iceccstrip.patch

Fixes the problem.
Comment 2 Peter Alfredsen (RETIRED) gentoo-dev 2008-05-07 15:17:21 UTC
Created attachment 152293 [details, diff]
iceccQA.patch

Looked at this again. Realized this was only the QA tip.

strip "/var/tmp/portage/x11-misc/icecc-2.9/image//usr/bin/icecchelp"
strip: /var/tmp/portage/x11-misc/icecc-2.9/image//usr/bin/icecchelp: File format not recognized
make: [install_helpbin] Error 1 (ignored)
dodoc: README does not exist
dodoc: TODO does not exist
cp: cannot stat `theme/*': No such file or directory
Comment 3 Patrick Kursawe (RETIRED) gentoo-dev 2008-05-08 12:32:58 UTC
I think I found a workaround, but do you know of a way how to prevent qmake from generating the "strip" instruction in the generated makefiles?
Comment 4 Patrick Kursawe (RETIRED) gentoo-dev 2008-05-08 12:57:49 UTC
Similar problems for some other icewm-tools, working on it...