https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: media-gfx/gimp-2.10.38-r1 fails to compile. Discovered on: arm64 (internal ref: tinderbox_arm64) 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 910981 [details] build.log build log and emerge --info
Configured same issue in 3.0.0-RC2, upstreamed bug in hopes it will get noticed before 3.0.0 becomes stable.
Thanks. I'm going to add a workaround just for 2.x for now, given an upstream MR seems to exist as well now.
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3d83c6a06a57241395a389970cf2fb8495a36ba commit d3d83c6a06a57241395a389970cf2fb8495a36ba Author: Sam James <sam@gentoo.org> AuthorDate: 2025-02-11 15:30:29 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2025-02-12 04:59:33 +0000 media-gfx/gimp: add gnu17 for 2.x Not bothering for 3.x as immolo reported it upstream already & there's an MR pending, so it should be fixed there soon. Bug: https://bugs.gentoo.org/944284 Signed-off-by: Sam James <sam@gentoo.org> media-gfx/gimp/gimp-2.10.38-r1.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-)
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abafcded6b538a32c608eeeae45b541a42f6e671 commit abafcded6b538a32c608eeeae45b541a42f6e671 Author: Sam James <sam@gentoo.org> AuthorDate: 2025-02-19 18:25:29 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2025-02-19 18:25:29 +0000 media-gfx/gimp: forward-port -std=gnu17 to 3.x too In d3d83c6a06a57241395a389970cf2fb8495a36ba, I said I wasn't going to do this, but it hasn't been merged upstream yet still, so whatever. Let's avoid an unnecessary build failure for people. Closes: https://bugs.gentoo.org/944284 Signed-off-by: Sam James <sam@gentoo.org> media-gfx/gimp/gimp-3.0.0_rc1.ebuild | 7 +++++-- media-gfx/gimp/gimp-3.0.0_rc2.ebuild | 7 +++++-- media-gfx/gimp/gimp-9999.ebuild | 5 ++++- 3 files changed, 14 insertions(+), 5 deletions(-)
Thanks, I'll monitor upstream and revert when/if the MR is pushed.