Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 851816 - sys-apps/noexec-1.1.0-r1 installs libtool files (.la) without corresponding static libraries
Summary: sys-apps/noexec-1.1.0-r1 installs libtool files (.la) without corresponding s...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-06-14 06:47 UTC by Agostino Sarubbo
Modified: 2022-10-15 20:07 UTC (History)
0 users

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


Attachments
build.log (build.log,51.05 KB, text/plain)
2022-06-14 06:47 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-06-14 06:47:29 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sys-apps/noexec-1.1.0-r1 installs libtool files (.la) without corresponding static libraries.
Discovered on: amd64 (internal ref: tinderbox)
Comment 1 Agostino Sarubbo gentoo-dev 2022-06-14 06:47:31 UTC
Created attachment 784712 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2022-10-15 20:07:18 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=421bfb8a74b3b56e5c13cc0d4539bac9df51eb3a

commit 421bfb8a74b3b56e5c13cc0d4539bac9df51eb3a
Author:     Ionen Wolkens <ionen@gentoo.org>
AuthorDate: 2022-10-15 18:18:54 +0000
Commit:     Ionen Wolkens <ionen@gentoo.org>
CommitDate: 2022-10-15 20:06:46 +0000

    sys-apps/noexec: EAPI6->8, fix runtime, run eautoreconf for clang16
    
    wrt runtime, lacked $(get_libdir):
    
        ld.so: object '/usr/lib/libnoexec.so' from LD_PRELOAD
        cannot be preloaded
    
    (no bug, assume nobody actually use this)
    
    Don't think the glibc dependency makes sense, but given LD_PRELOAD
    tricks I would rather leave alone without inspecting and trying musl.
    
    Also GPL-2 -> GPL-2+, put glibc in RDEPEND too fwiw, and remove .la.
    
    Closes: https://bugs.gentoo.org/851816
    Closes: https://bugs.gentoo.org/874426
    Signed-off-by: Ionen Wolkens <ionen@gentoo.org>

 sys-apps/noexec/noexec-1.1.0-r1.ebuild | 14 --------------
 sys-apps/noexec/noexec-1.1.0-r2.ebuild | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+), 14 deletions(-)