Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 941718

Summary: media-libs/hamlib-4.6.1 - [ncurses-6.5] [libtool] [gcc-15] Failed running aclocal!
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Thomas Beierlein <tomjbe>
Status: CONFIRMED ---    
Severity: normal CC: alexandref75, eschwartz, gentoo, ionen, kripton, tomjbe
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=941845
https://github.com/autoconf-archive/autoconf-archive/pull/288
https://github.com/autoconf-archive/autoconf-archive/pull/313
https://github.com/autoconf-archive/autoconf-archive/pull/318
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge-info.txt
emerge-history.txt
environment
etc.clang.tar.xz
etc.portage.tar.xz
media-libs:hamlib-4.5.5-r3:20241017-174820.log
qlist-info.txt.xz
temp.tar.xz

Description Toralf Förster gentoo-dev 2024-10-17 17:49:25 UTC
 * Running eautoreconf in '/var/tmp/portage/media-libs/hamlib-4.5.5-r3/work/hamlib-4.5.5' ...
 * Running 'libtoolize --install --copy --force --automake' ...
 [ ok ]
 * Running 'aclocal -I macros --install --system-acdir=/var/tmp/portage/media-libs/hamlib-4.5.5-r3/temp/aclocal' ...
 [ !! ]

 * Failed running 'aclocal'!
 * 
 * Include in your bug report the contents of:

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 23.0_desktop_systemd-20241015-011513

  UNMASKED:
  <sys-devel/gcc-15.0.9999:15
    Issues involving opaque types / incomplete typedefs should block bug 930805
  >=sys-libs/ncurses-6.5

  Block bug #351559 if this looks like a parallel build issue.

  The attached etc.portage.tar.xz has all details.
  -------------------------------------------------------------------

GNUMAKEFLAGS="$GNUMAKEFLAGS --shuffle"
gcc-config -l:
 [1] x86_64-pc-linux-gnu-15 *
clang version 19.1.2
llvm-config: 19.1.2
Python 3.12.7
go version go1.23.1 linux/amd64
  [1]   php8.3 *
Available Ruby profiles:
  (none found)
Available Rust versions:
  [1]   rust-bin-1.81.0 *
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 17.0.12_p7 [openjdk-bin-17]
*)	Eclipse Temurin JDK 21.0.4_p7 [openjdk-bin-21]
3)	Eclipse Temurin JDK 8.422_p05 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-17 
  [3]   openjdk-bin-21  system-vm


  HEAD of ::gentoo
commit 1928a3c8c5f75717cd0291215e2b7bbf59989f01
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Thu Oct 17 17:18:29 2024 +0000

    2024-10-17 17:18:28 UTC

emerge -qpvO =media-libs/hamlib-4.5.5-r3
[ebuild  N    ] media-libs/hamlib-4.5.5-r3  USE="-doc -perl -python -tcl" PYTHON_SINGLE_TARGET="python3_12 -python3_10 -python3_11"
Comment 1 Toralf Förster gentoo-dev 2024-10-17 17:49:26 UTC
Created attachment 906186 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2024-10-17 17:49:28 UTC
Created attachment 906187 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2024-10-17 17:49:29 UTC
Created attachment 906188 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2024-10-17 17:49:30 UTC
Created attachment 906189 [details]
etc.clang.tar.xz
Comment 5 Toralf Förster gentoo-dev 2024-10-17 17:49:31 UTC
Created attachment 906190 [details]
etc.portage.tar.xz
Comment 6 Toralf Förster gentoo-dev 2024-10-17 17:49:31 UTC
Created attachment 906191 [details]
media-libs:hamlib-4.5.5-r3:20241017-174820.log
Comment 7 Toralf Förster gentoo-dev 2024-10-17 17:49:32 UTC
Created attachment 906192 [details]
qlist-info.txt.xz
Comment 8 Toralf Förster gentoo-dev 2024-10-17 17:49:33 UTC
Created attachment 906193 [details]
temp.tar.xz
Comment 9 Ionen Wolkens gentoo-dev 2024-10-20 01:58:30 UTC
This does not depend on autoconf-archive, but it seems to optionally use it when it's installed and fails with autoconf-archive-2024-10-16:

configure.ac:641: error: AM_COND_IF: no such condition "LUAJIT"
/usr/share/aclocal-1.17/cond-if.m4:23: AM_COND_IF is expanded from...
/usr/share/aclocal/ax_lua.m4:199: AX_PROG_LUA is expanded from...

Haven't looked further, so don't know if it is a bug in autoconf-archive or this package. Likely related to [1].

[1] https://github.com/autoconf-archive/autoconf-archive/commit/1eeb8c70a6dc8df17825260a22f9d9ee7115735d
Comment 10 Ionen Wolkens gentoo-dev 2024-10-20 02:01:32 UTC
(ftr this is a different issue than bug #941845, but see also'ed for reference given both are issues with that autoconf-archive version)
Comment 11 Eli Schwartz gentoo-dev 2024-10-20 02:04:59 UTC
I didn't touch that macro. It looks more related to https://github.com/autoconf-archive/autoconf-archive/pull/288 as that's the commit which modified ax_lua.m4 and added the LUAJIT condition.
Comment 12 Thomas Beierlein gentoo-dev 2024-10-20 09:02:31 UTC
Thanks for the pointer to autoconf-archive as reason for failure.

I would suggest to not rush for a fix here but to wait at least for a reaction in response to your comment at https://github.com/autoconf-archive/autoconf-archive/pull/288.
Comment 13 Eli Schwartz gentoo-dev 2024-11-10 01:23:54 UTC
The fix for luajit is taking a while, so upstream is tentatively considering to simply revert it for now: https://github.com/autoconf-archive/autoconf-archive/pull/318
Comment 14 Agostino Sarubbo gentoo-dev 2025-01-22 11:15:06 UTC
ci has reproduced this issue with version 4.6.1 - Updating summary.