too long lines were shrinked: x86_64-pc-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -pipe -march=native -fno-diagnostics-color -fcommon -I/usr/include/wcs -I. -I../../Montage -I../../lib/include -c mGridExec.c x86_64-pc-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -pipe -march=native -fno-diagnostics-color -fcommon -I/usr/include/wcs -I. -I../../Montage -I../../lib/include -c mNotify.c x86_64-pc-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -pipe -march=native -fno-diagnostics-color -fcommon -I/usr/include/wcs -I. -I../../Montage -I../../lib/include -c mPresentation.c x86_64-pc-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o mConcatFit mConcatFit.o \ ../../Montage/checkFile.o -L../../lib -lwcstools -lcfitsio -lcoord -lmtbl -lsvc -lboundaries -lm mPresentation.c: In function main: mPresentation.c:54:4: error: implicit declaration of function strcpy [-Wimplicit-function-declaration] 54 | strcpy(urlbase, argv[1]); | ^~~~~~ ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.1-20231215-225005 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-10 [2] x86_64-pc-linux-gnu-14 * clang/llvm (if any): clang version 17.0.6 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/lib/llvm/17/bin Configuration file: /etc/clang/x86_64-pc-linux-gnu-clang.cfg /usr/lib/llvm/17 17.0.6 Python 3.11.7 Available Ruby profiles: (none found) Available Rust versions: [1] rust-bin-1.74.1 * The following VMs are available for generation-2: 1) Eclipse Temurin JDK 17.0.8.1_p1 [openjdk-bin-17] *) Eclipse Temurin JDK 21.0.1_p12 [openjdk-bin-21] 3) Eclipse Temurin JDK 8.382_p05 [openjdk-bin-8] Available Java Virtual Machines: [1] openjdk-bin-8 [2] openjdk-bin-17 [3] openjdk-bin-21 system-vm The Glorious Glasgow Haskell Compilation System, version 9.2.8 php cli (if any): go version go1.21.5 linux/amd64 HEAD of ::gentoo commit e48f8df06f16edf273fc78476bb7407771305ac6 Author: Repository mirror & CI <repomirrorci@gentoo.org> Date: Tue Dec 19 06:16:58 2023 +0000 2023-12-19 06:16:57 UTC emerge -qpvO sci-astronomy/montage [ebuild N ] sci-astronomy/montage-5.0 USE="-doc -mpi"
Created attachment 879948 [details] emerge-info.txt
Created attachment 879949 [details] emerge-history.txt
Created attachment 879950 [details] environment
Created attachment 879951 [details] etc.clang.tar.xz
Created attachment 879952 [details] etc.portage.tar.xz
Created attachment 879953 [details] logs.tar.xz
Created attachment 879954 [details] qlist-info.txt.xz
Created attachment 879955 [details] sci-astronomy:montage-5.0:20231219-073754.log
Created attachment 879956 [details] temp.tar.xz
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(+)