Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 948125 - dev-libs/icu-76.1-r1 requires >=dev-build/autoconf-2.72, but does not depend on it
Summary: dev-libs/icu-76.1-r1 requires >=dev-build/autoconf-2.72, but does not depend ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2025-01-15 01:12 UTC by Mark Wagner
Modified: 2025-02-17 21:52 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Wagner 2025-01-15 01:12:35 UTC
dev-libs/icu-76.1-r1 fails to build if autoconf-2.72 is not already installed.

Reproducible: Always

Steps to Reproduce:
1. Install dev-build/autoconf-2.71
2. emerge dev-libs/icu-76.1-r1

Actual Results:  
The emerge fails with the following aclocal.out:

***** aclocal *****
***** PWD: /var/tmp/portage/dev-libs/icu-76.1-r1/work/icu/source
***** aclocal --system-acdir=/var/tmp/portage/dev-libs/icu-76.1-r1/temp/aclocal

configure.ac:11: error: Autoconf version 2.72 or higher is required
configure.ac:11: the top level
autom4te-2.71: error: /usr/bin/m4 failed with exit status: 63
aclocal-1.16: error: autom4te failed with exit status: 63


Expected Results:  
Emerge schedules dev-build/autoconf-2.72 to be installed before dev-libs/icu-76.1-r1
Comment 1 Mike Gilbert gentoo-dev 2025-01-15 03:21:26 UTC
The _LATEST_AUTOCONF variable in autotools.eclass needs an update.
Comment 2 Larry the Git Cow gentoo-dev 2025-02-17 21:52:46 UTC
The bug has been closed via the following commit(s):

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

commit e914e98d160c0fe6945bb576f59c3fd427e8028c
Author:     Mike Gilbert <floppym@gentoo.org>
AuthorDate: 2025-01-17 18:57:02 +0000
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2025-02-17 21:52:20 +0000

    autotools.eclass: simplify WANT_AUTOCONF logic
    
    Update WANT_AUTOMAKE atoms to match.
    Drop 2.71 from _LATEST_AUTOCONF since 2.72 is stable.
    
    Closes: https://bugs.gentoo.org/948125
    Signed-off-by: Mike Gilbert <floppym@gentoo.org>

 eclass/autotools.eclass | 21 ++++-----------------
 1 file changed, 4 insertions(+), 17 deletions(-)