https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: net-fs/autofs-5.1.8-r1 installs pre-stripped files. Discovered on: amd64 (internal ref: ci)
Created attachment 761947 [details] build.log build log and emerge --info
oops, I thought I've fixed this.. just dug a little bit further.. so the "STRIP" variable is globally set? as show in "emerge --info" and there is a weak assignment in file Makefile.rules which doesn't really take effect ifdef DONTSTRIP STRIP ?= : else ... endif so this is the problem..
during the -native-symlink build it is set per package.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ef45c528f7d3945514fc3a2e3bb97f48e449e4f commit 2ef45c528f7d3945514fc3a2e3bb97f48e449e4f Author: Yixun Lan <dlan@gentoo.org> AuthorDate: 2022-01-12 08:21:11 +0000 Commit: Yixun Lan <dlan@gentoo.org> CommitDate: 2022-01-12 08:22:13 +0000 net-fs/autofs: fix strip symbol issue Closes: https://bugs.gentoo.org/831052 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Yixun Lan <dlan@gentoo.org> net-fs/autofs/autofs-5.1.8-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
let me know if this is fixed for you? I've tested locally which kind of work fine (just fixed without revision bump..)
yes, it worked for me