https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: sci-astronomy/montage-5.0 fails to compile. Discovered on: amd64 (internal ref: tinderbox) NOTE: This machine uses a clang/LLVM toolchain. If you think that this issue is strictly related to clang/LLVM please block bug 408963. If you think that this issue is strictly related to the LLD linker, please block bug 731004. This machine uses also GLIBC-2.32. If you think that this issue is strictly related to GLIBC please block bug 736174.
Created attachment 659078 [details] build.log build log and emerge --info
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de2495100b0829f5e8e74e76c13791ead6630781 commit de2495100b0829f5e8e74e76c13791ead6630781 Author: NHOrus <jy6x2b32pie9@yahoo.com> AuthorDate: 2025-03-02 20:00:34 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2025-03-10 01:34:52 +0000 sci-astronomy/montage: update EAPI 7 -> 8, fix build with GCC-15 Uses hand-written, badly-recursive Makefile that swallows errors and replaces makefiles of vendored dependencies. Parallel builds exhibit random, unpredictable failures, so they are disabled. Most of Makefiles pass -std=c99, for case where they don't limit C version globally to C17 with GNU extensions. Remove an unused function from vendored dependency, add missing include to main component. Fix deprecated dependency. Closes: https://bugs.gentoo.org/920316 Bug: https://bugs.gentoo.org/942753 Bug: https://bugs.gentoo.org/888553 Closes: https://bugs.gentoo.org/741080 Bug: https://bugs.gentoo.org/832708 Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com> Closes: https://github.com/gentoo/gentoo/pull/40854 Signed-off-by: Sam James <sam@gentoo.org> sci-astronomy/montage/files/montage-5.0-c23.patch | 34 +++++++++++ sci-astronomy/montage/montage-5.0-r1.ebuild | 74 +++++++++++++++++++++++ 2 files changed, 108 insertions(+)
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68cb773bf11b4362726d37bdb162c2198144fdcc commit 68cb773bf11b4362726d37bdb162c2198144fdcc Author: Alexey Sokolov <alexey+gentoo@asokolov.org> AuthorDate: 2025-02-20 23:17:50 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2025-03-14 08:10:33 +0000 sci-astronomy/montage: add 6.1 I have to drop IUSE=mpi because it cannot possibly compile due to lack of definitions of some functions: tsave() and trestore(), which are declared. https://github.com/Caltech-IPAC/Montage/issues/25 is closed without fixing, but has more context. Closes: https://bugs.gentoo.org/710420 Closes: https://bugs.gentoo.org/725282 Closes: https://bugs.gentoo.org/727974 Closes: https://bugs.gentoo.org/741080 Closes: https://bugs.gentoo.org/888553 Closes: https://bugs.gentoo.org/920316 Closes: https://bugs.gentoo.org/940310 Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org> Signed-off-by: Sam James <sam@gentoo.org> sci-astronomy/montage/Manifest | 1 + .../montage/files/montage-6.1-montagelib-dep.patch | 30 +++ .../files/montage-6.1-presentation-strcpy.patch | 21 ++ .../montage/files/montage-6.1-prototypes.patch | 283 +++++++++++++++++++++ .../montage/files/montage-6.1-tcol-cntr.patch | 22 ++ sci-astronomy/montage/montage-6.1.ebuild | 71 ++++++ 6 files changed, 428 insertions(+)