| Bug#: 105035 | Product: Gentoo Linux | Version: unspecified | Platform: All |
| OS/Version: Linux | Status: RESOLVED | Severity: normal | Priority: P2 |
| Resolution: FIXED | Assigned To: robbat2@gentoo.org | Reported By: 4nykey@gmail.com | |
| Component: Applications | |||
| URL: | |||
| Summary: app-admin/testdisk-5.9 fails to merge with static useflag | |||
| Keywords: | |||
| Status Whiteboard: | |||
| Opened: 2005-09-06 09:15 0000 | |||
| Description: | Opened: 2005-09-06 09:15 0000 |
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
Created an attachment (id=67747) [details]
a diff to ebuild
uses 'static' instead of 'smallstatic', as latter additionally tries to strip
and upx binaries
fixed in version 6.2 that I just added. Thankyou. Sorry I took so long.