https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: media-gfx/imagemagick-7.1.1.22 fails to compile (GCC-14-SYSTEM). Discovered on: amd64 (internal ref: gcc14_tinderbox) NOTE: (GCC-14-SYSTEM) in the summary means that the bug was found on a machine that runs gcc-14 but this bug MAY or MAY NOT BE related to the new compiler
Created attachment 880295 [details] build.log build log and emerge --info
Created attachment 880296 [details] 1-autoconf.out 1-autoconf.out
Error(s) that match a know pattern in addition to what has been reported in the summary: * Failed running 'autoconf'! * Failed running 'autoconf'!
./lib/autoconf/c.m4:1676: AC_PROG_GCC_TRADITIONAL is expanded from... configure.ac:932: the top level configure:11706: error: possibly undefined macro: _AC_SYS_LARGEFILE_MACRO_VALUE If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation.
https://github.com/ImageMagick/ImageMagick/blob/57ff82753e8de6eff1b2143dcd24f7613a448a2f/m4/ac_func_fseeko.m4#L57
i have the same problem
(In reply to some guy from comment #6) > i have the same problem Yeah, I've fixed it upstream already, I'll pull the fix in shortly.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ec87ded9b4e59132694ac31b0547c01cc418fd5 commit 8ec87ded9b4e59132694ac31b0547c01cc418fd5 Author: Sam James <sam@gentoo.org> AuthorDate: 2023-12-27 22:15:58 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2023-12-27 22:22:20 +0000 media-gfx/imagemagick: add 7.1.1.24 Closes: https://bugs.gentoo.org/920684 Signed-off-by: Sam James <sam@gentoo.org> media-gfx/imagemagick/Manifest | 1 + media-gfx/imagemagick/imagemagick-7.1.1.24.ebuild | 252 ++++++++++++++++++++++ 2 files changed, 253 insertions(+) Additionally, it has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddf993fbed863d7ee3310752a8b230910e14f5a1 commit ddf993fbed863d7ee3310752a8b230910e14f5a1 Author: Sam James <sam@gentoo.org> AuthorDate: 2023-12-27 22:10:11 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2023-12-27 22:22:19 +0000 media-gfx/imagemagick: add 6.9.13.2 Bug: https://bugs.gentoo.org/920684 Signed-off-by: Sam James <sam@gentoo.org> media-gfx/imagemagick/Manifest | 1 + media-gfx/imagemagick/imagemagick-6.9.13.2.ebuild | 242 ++++++++++++++++++++++ 2 files changed, 243 insertions(+)
(In reply to Sam James from comment #7) > (In reply to some guy from comment #6) > > i have the same problem > > Yeah, I've fixed it upstream already, I'll pull the fix in shortly. thanks