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
Created attachment 906334 [details] build.log build log and emerge --info
Created attachment 906335 [details] 1-aclocal.out 1-aclocal.out
Error(s) that match a know pattern in addition to what has been reported in the summary: * Failed running 'aclocal'! * Failed running 'aclocal'!
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.
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
(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.
CC eli given the commit author, is this failure expected?
It is *not*. For ax_check_gl, it's supposed to be an internal selftest, even. Submitted a proposed fix.
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(-)
Yeah, sorry, peti seemed to be repeatedly on the verge of tagging a new release and it still hasn't happened.
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(+)