Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
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.