Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 941845 - media-sound/cava-0.10.2 fails to compile with autoconf-archive-2024.10.16: Failed running aclocal!
Summary: media-sound/cava-0.10.2 fails to compile with autoconf-archive-2024.10.16: Fa...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Ionen Wolkens
URL: https://github.com/karlstav/cava/issu...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-10-19 12:16 UTC by Agostino Sarubbo
Modified: 2024-11-21 19:02 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,48.63 KB, text/plain)
2024-10-19 12:16 UTC, Agostino Sarubbo
Details
1-aclocal.out (1-aclocal.out,841 bytes, text/plain)
2024-10-19 12:16 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 2024-10-19 12:16:05 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: media-sound/cava-0.10.2 fails to compile.
Discovered on: amd64 (internal ref: gcc15_tinderbox)
System: GCC-15-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#GCC-15)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Comment 1 Agostino Sarubbo gentoo-dev 2024-10-19 12:16:06 UTC
Created attachment 906334 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-10-19 12:16:06 UTC
Created attachment 906335 [details]
1-aclocal.out

1-aclocal.out
Comment 3 Agostino Sarubbo gentoo-dev 2024-10-19 12:16:07 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


 *   Failed running 'aclocal'!
 * Failed running 'aclocal'!
Comment 4 Ionen Wolkens gentoo-dev 2024-10-19 12:41:29 UTC
Haven't had time to look at why it's failing with it yet, but it's due to the new autoconf-archive-2024.10.16.
Comment 5 Ionen Wolkens gentoo-dev 2024-10-19 22:56:50 UTC
Well, seems to be due to [1] which implies the problem is likely in cava rather than autoconf-archive.

[1] https://github.com/autoconf-archive/autoconf-archive/commit/753493bf7e251997f02559b98fc599d4a337d8cd
Comment 6 Ionen Wolkens gentoo-dev 2024-10-19 23:07:55 UTC
(In reply to Ionen Wolkens from comment #5)
> Well, seems to be due to [1] which implies the problem is likely in cava
> rather than autoconf-archive.
Or does it? cava doesn't seem to be doing anything too special there, then again I never really wrote autoconf stuff so I wouldn't know.
Comment 7 Ionen Wolkens gentoo-dev 2024-10-19 23:14:30 UTC
CC eli given the commit author, is this failure expected?
Comment 8 Eli Schwartz gentoo-dev 2024-10-20 02:13:36 UTC
It is *not*. For ax_check_gl, it's supposed to be an internal selftest, even.

Submitted a proposed fix.
Comment 9 Larry the Git Cow gentoo-dev 2024-11-15 22:25:04 UTC
The bug has been closed via the following commit(s):

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

commit 06f462555fe7acf69ec61ed98a437cc74530e203
Author:     Ionen Wolkens <ionen@gentoo.org>
AuthorDate: 2024-11-15 22:00:12 +0000
Commit:     Ionen Wolkens <ionen@gentoo.org>
CommitDate: 2024-11-15 22:24:50 +0000

    media-sound/cava: add bounds for broken autoconf-archive
    
    Was trying to bump this and had kind of forgot this still was neither
    fixed nor masked downstream, so limit the version (and allow the next
    one by assuming that this will be fixed so that this will not need
    further attention/revbump).
    
    Closes: https://bugs.gentoo.org/941845
    Signed-off-by: Ionen Wolkens <ionen@gentoo.org>

 media-sound/cava/cava-0.10.2.ebuild | 12 +++++++++++-
 media-sound/cava/cava-0.10.3.ebuild | 12 +++++++++++-
 2 files changed, 22 insertions(+), 2 deletions(-)
Comment 10 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-11-16 07:26:44 UTC
Yeah, sorry, peti seemed to be repeatedly on the verge of tagging a new release and it still hasn't happened.
Comment 11 Larry the Git Cow gentoo-dev 2024-11-21 19:02:49 UTC
The bug has been closed via the following commit(s):

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

commit 741216acbbaf4475643dfde1fe57f7a3310b5860
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2024-11-21 19:01:10 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-11-21 19:01:10 +0000

    dev-build/autoconf-archive: fix various issues after 2024.10.16 release
    
    Create a pseudo-snapshot to fix issues after the last release. I was hoping
    a new release would've been made by now but it hasn't happened.
    
    Use patchset generated by:
    `git format-patch 241f7ae5f857b0c9bab7866b79b4e47587126b96~1..HEAD --no-cover-letter -- m4/`
    
    Closes: https://bugs.gentoo.org/941845
    Closes: https://bugs.gentoo.org/941943
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-build/autoconf-archive/Manifest                |  1 +
 .../autoconf-archive-2024.10.16-r1.ebuild          | 25 ++++++++++++++++++++++
 2 files changed, 26 insertions(+)