Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 951291 - x11-libs/xtrans: Missing dependency on LIBTOOL_DEPEND
Summary: x11-libs/xtrans: Missing dependency on LIBTOOL_DEPEND
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-03-13 13:14 UTC by Damian Dudycz
Modified: 2025-03-13 13:18 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,1.82 KB, application/octet-stream)
2025-03-13 13:14 UTC, Damian Dudycz
Details
emerge --info (emerge-info.txt,5.48 KB, text/plain)
2025-03-13 13:14 UTC, Damian Dudycz
Details
environment (environment,83.11 KB, text/plain)
2025-03-13 13:14 UTC, Damian Dudycz
Details

Note You need to log in before you can comment on or make changes to this bug.
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(-)