Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 951291

Summary: x11-libs/xtrans: Missing dependency on LIBTOOL_DEPEND
Product: Gentoo Linux Reporter: Damian Dudycz <damiandudycz>
Component: Current packagesAssignee: Gentoo X packagers <x11>
Status: RESOLVED FIXED    
Severity: normal CC: damiandudycz
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log
emerge --info
environment

Description Damian Dudycz 2025-03-13 13:14:09 UTC
Created attachment 920702 [details]
build.log

xtrans fails to build if elt-patches were not installed before it. I believe this is because of missing BDEPEND="${LIBTOOL_DEPEND}" entry in ebuild.
Comment 1 Damian Dudycz 2025-03-13 13:14:24 UTC
Created attachment 920703 [details]
emerge --info
Comment 2 Damian Dudycz 2025-03-13 13:14:36 UTC
Created attachment 920704 [details]
environment
Comment 3 Larry the Git Cow gentoo-dev 2025-03-13 13:18:37 UTC
The bug has been closed via the following commit(s):

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

commit aba106695eda9ab637305e3035a85175a323357e
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2025-03-13 13:17:01 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2025-03-13 13:17:01 +0000

    xorg-3.eclass: depend on elt-patches where appropriate
    
    Since 2b5a13c5a6b9f6e8d8fba44a1ad6577a35198459, autotools.eclass with
    AUTOTOOLS_AUTO_DEPEND=no won't always depend on elt-patches.
    
    Explicitly add it when not eautoreconf-ing to match what src_prepare
    does (for how it decides to call elibtoolize).
    
    Closes: https://bugs.gentoo.org/951291
    Signed-off-by: Sam James <sam@gentoo.org>

 eclass/xorg-3.eclass | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)