Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 924244 - False positive warning about pre-stripped files (seen with app-editors/e3-2.8.2 on x86)
Summary: False positive warning about pre-stripped files (seen with app-editors/e3-2.8...
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Ebuild Support (show other bugs)
Hardware: x86 Linux
: Normal normal
Assignee: Emacs project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-02-10 20:35 UTC by Agostino Sarubbo
Modified: 2024-02-14 13:00 UTC (History)
0 users

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


Attachments
build.log (build.log,41.10 KB, text/plain)
2024-02-10 20:35 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 2024-02-10 20:35:46 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-editors/e3-2.8.2 installs pre-stripped files.
Discovered on: x86 (internal ref: tinderbox_x86)
System: GCC-14-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#GCC-14)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#QA0020
Comment 1 Agostino Sarubbo gentoo-dev 2024-02-10 20:35:48 UTC
Created attachment 884696 [details]
build.log

build log and emerge --info
Comment 2 Ulrich Müller gentoo-dev 2024-02-11 08:29:23 UTC
False positive?

$ file /tmp/portage/app-editors/e3-2.8.2/work/e3-2.82/e3
/tmp/portage/app-editors/e3-2.8.2/work/e3-2.82/e3: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked, with debug_info, not stripped
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-02-11 09:19:54 UTC
I don't think there's really much we can do about this. It checks for missing .symtab. There is no .symtab for something produced by nasm.

Just set QA_PRESTRIPPED in the ebuild with a comment?
Comment 4 Ulrich Müller gentoo-dev 2024-02-11 09:25:01 UTC Comment hidden (obsolete)
Comment 5 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-02-11 09:26:23 UTC Comment hidden (obsolete)
Comment 6 Larry the Git Cow gentoo-dev 2024-02-14 13:00:09 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76480eb12412e13a6f9b105bde10fd7a98b137a6

commit 76480eb12412e13a6f9b105bde10fd7a98b137a6
Author:     Ulrich Müller <ulm@gentoo.org>
AuthorDate: 2024-02-14 12:55:14 +0000
Commit:     Ulrich Müller <ulm@gentoo.org>
CommitDate: 2024-02-14 12:59:48 +0000

    app-editors/e3: Suppress false positive warning for prestripped
    
    Make the build fail if the arch is unknown; update to EAPI 8 for
    two-argument usev.
    
    Closes: https://bugs.gentoo.org/924244
    Bug: https://bugs.gentoo.org/924353
    Signed-off-by: Ulrich Müller <ulm@gentoo.org>

 app-editors/e3/e3-2.8.2.ebuild | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)