Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 827849 - x11-terms/rxvt-unicode-9.30[24-bit-color]: missing dependency to autoconf-2.71
Summary: x11-terms/rxvt-unicode-9.30[24-bit-color]: missing dependency to autoconf-2.71
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Marek Szuba
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 827470
  Show dependency tree
 
Reported: 2021-11-29 16:09 UTC by Rolf Eike Beer
Modified: 2021-11-29 16:27 UTC (History)
0 users

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 Rolf Eike Beer archtester 2021-11-29 16:09:11 UTC
>>> Emerging (1 of 1) x11-terms/rxvt-unicode-9.30::gentoo
 * rxvt-unicode-9.30.tar.bz2 BLAKE2B SHA512 size ;-) ...                                                                                                                                                                                                          [ ok ]
 * rxvt-unicode-9.29_24-bit-color_aur-9.26-20210712.patch.xz BLAKE2B SHA512 size ;-) ...                                                                                                                                                                          [ ok ]
>>> Unpacking source...
>>> Unpacking rxvt-unicode-9.30.tar.bz2 to /var/tmp/portage/x11-terms/rxvt-unicode-9.30/work
>>> Unpacking rxvt-unicode-9.29_24-bit-color_aur-9.26-20210712.patch.xz to /var/tmp/portage/x11-terms/rxvt-unicode-9.30/work
>>> Source unpacked in /var/tmp/portage/x11-terms/rxvt-unicode-9.30/work
>>> Preparing source in /var/tmp/portage/x11-terms/rxvt-unicode-9.30/work/rxvt-unicode-9.30 ...
 * Applying rxvt-unicode-9.06-case-insensitive-fs.patch ...                                                                                                                                                                                                       [ ok ]
 * Applying rxvt-unicode-9.21-xsubpp.patch ...                                                                                                                                                                                                                    [ ok ]
 * Applying rxvt-unicode-9.29_24-bit-color_aur-9.26-20210712.patch ...                                                                                                                                                                                            [ ok ]
 * Running eautoreconf in '/var/tmp/portage/x11-terms/rxvt-unicode-9.30/work/rxvt-unicode-9.30' ...
 * Running 'autoconf --force' ...                                                                                                                                                                                                                                 [ !! ]

 * Failed running 'autoconf'!


And the log says:

***** autoconf *****
***** PWD: /var/tmp/portage/x11-terms/rxvt-unicode-9.30/work/rxvt-unicode-9.30
***** autoconf --force

configure.ac:6: error: Autoconf version 2.71 or higher is required
configure.ac:6: the top level
autom4te-2.69: /usr/bin/m4 failed with exit status: 63
Comment 1 Marek Szuba archtester gentoo-dev 2021-11-29 16:18:50 UTC
Meh, autotools.eclass WANT_AUTOCONF=latest logic still hasn't been updated for this autoconf version. Will put a workaround in the ebuild.
Comment 2 Larry the Git Cow gentoo-dev 2021-11-29 16:27:42 UTC
The bug has been closed via the following commit(s):

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

commit c31a92478a45993c16ea5160a7fb39a7f812abd9
Author:     Marek Szuba <marecki@gentoo.org>
AuthorDate: 2021-11-29 16:25:57 +0000
Commit:     Marek Szuba <marecki@gentoo.org>
CommitDate: 2021-11-29 16:27:35 +0000

    x11-terms/rxvt-unicode: bdepend on >=sys-devel/autoconf
    
    WANT_AUTOCONF=latest in autotools.eclass does not enforce that version
    yet.
    
    Closes: https://bugs.gentoo.org/827849
    Signed-off-by: Marek Szuba <marecki@gentoo.org>

 x11-terms/rxvt-unicode/rxvt-unicode-9.30.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)