Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 831052 - net-fs/autofs-5.1.8-r1 installs pre-stripped files
Summary: net-fs/autofs-5.1.8-r1 installs pre-stripped files
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Yixun Lan
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-12 07:40 UTC by Agostino Sarubbo
Modified: 2022-01-12 08:30 UTC (History)
0 users

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


Attachments
build.log (build.log,72.10 KB, text/plain)
2022-01-12 07:40 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2022-01-12 07:40:39 UTC
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)
Comment 1 Agostino Sarubbo gentoo-dev 2022-01-12 07:40:41 UTC
Created attachment 761947 [details]
build.log

build log and emerge --info
Comment 2 Yixun Lan archtester gentoo-dev 2022-01-12 08:12:50 UTC
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..
Comment 3 Agostino Sarubbo gentoo-dev 2022-01-12 08:20:24 UTC
during the -native-symlink build it is set per package.
Comment 4 Larry the Git Cow gentoo-dev 2022-01-12 08:22:27 UTC
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(-)
Comment 5 Yixun Lan archtester gentoo-dev 2022-01-12 08:23:57 UTC
let me know if this is fixed for you? I've tested locally which kind of work fine
(just fixed without revision bump..)
Comment 6 Agostino Sarubbo gentoo-dev 2022-01-12 08:30:46 UTC
yes, it worked for me