Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 105035 - app-admin/testdisk-5.9 fails to merge with static useflag
Summary: app-admin/testdisk-5.9 fails to merge with static useflag
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-06 09:15 UTC by 4nykey
Modified: 2005-11-07 03:54 UTC (History)
1 user (show)

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


Attachments
a diff to ebuild (testdisk-5.9.ebuild.diff,888 bytes, patch)
2005-09-06 09:18 UTC, 4nykey
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description 4nykey 2005-09-06 09:15:00 UTC
Merging of testdisk-5.9 fails, as a 'small' target in Makefile includes
> $(STRIP) -s $(sbin_PROGRAMS) $(bin_PROGRAMS)
but no STRIP defined somehow.

Reproducible: Always
Steps to Reproduce:
1. USE=static emerge testdisk

Actual Results:  
emerge fails with

make[1]: Leaving directory `/var/tmp/portage/testdisk-5.9/work/testdisk-5.9-WIP'
(cd src && make small) || exit 1;
make[1]: Entering directory
`/var/tmp/portage/testdisk-5.9/work/testdisk-5.9-WIP/src'
s testdisk photorec
make[1]: s: Command not found
Comment 1 4nykey 2005-09-06 09:18:09 UTC
Created attachment 67747 [details, diff]
a diff to ebuild

uses 'static' instead of 'smallstatic', as latter additionally tries to strip
and upx binaries
Comment 2 Daniel Black (RETIRED) gentoo-dev 2005-11-07 03:54:59 UTC
fixed in version 6.2 that I just added. Thankyou. Sorry I took so long.