too long lines were shrinked: x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -Icii/include -g -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -U_XOPEN_SOURCE -Inana/src -DNDEBUG=1 -DWITHOUT_NANA=1 -std=c17 -DSHAREDIR=/usr/local/share/eisl -c syntax.c -o syntax.o x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -Icii/include -g -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -U_XOPEN_SOURCE -Inana/src -DNDEBUG=1 -DWITHOUT_NANA=1 -std=c17 -DSHAREDIR=/usr/local/share/eisl -c link.c -o link.o x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -Icii/include -g -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -U_XOPEN_SOURCE -Inana/src -DNDEBUG=1 -DWITHOUT_NANA=1 -std=c17 -DSHAREDIR=/usr/local/share/eisl -c error.c -o error.o x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -Icii/include -g -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -U_XOPEN_SOURCE -Inana/src -DNDEBUG=1 -DWITHOUT_NANA=1 -std=c17 -DSHAREDIR=/usr/local/share/eisl -c data.c -o data.o rm -f *.o cii/src/except.o cii/src/fmt.o cii/src/str.o cii/src/text.o cii/src/mem.o dextension.o disl.o library/bit.o library/escape.o library/i18n.o library/logger.o library/ndbm.o library/opengl.o library/regex.o library/tcltk.o library/virtty.o library/prolog.o library/datetime.o library/plot.o x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 edlis.o syn_highlight.o cii/src/except.o cii/src/fmt.o cii/src/str.o cii/src/text.o cii/src/mem.o -o edlis -L/usr/lib64 -lncursesw -ltinfow /usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find edlis.o: No such file or directory /usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find syn_highlight.o: No such file or directory /usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find cii/src/except.o: No such file or directory ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 23.0_desktop-20240915-125504 UNMASKED: Please re-assign to toolchain@ if you get a test failure in C, C++, or Fortran code which makes no sense. /etc/portage/package.unmask/60gcc:<sys-devel/gcc-15.0.9999:15 Block bug #35155 if this looks like a parallel build issue. Possible reproducer: MAKEOPTS='... shuffle=2003164871' The attached etc.portage.tar.xz has all details. ------------------------------------------------------------------- GNUMAKEFLAGS="$GNUMAKEFLAGS --shuffle" gcc-config -l: [1] x86_64-pc-linux-gnu-15 * clang/llvm (if any): clang version 18.1.8 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/lib/llvm/18/bin Configuration file: /etc/clang/x86_64-pc-linux-gnu-clang.cfg /usr/lib/llvm/18 18.1.8 Python 3.12.6 Available Ruby profiles: (none found) Available Rust versions: [1] rust-bin-1.81.0 * The following VMs are available for generation-2: *) Eclipse Temurin JDK 21.0.4_p7 [openjdk-bin-21] 2) Eclipse Temurin JDK 8.422_p05 [openjdk-bin-8] Available Java Virtual Machines: [1] openjdk-bin-8 [2] openjdk-bin-21 system-vm php cli (if any): [1] php8.3 * go version go1.23.1 linux/amd64 HEAD of ::gentoo commit 224cb44f11cfa73842e3849f94b7dc95eb5deee1 Author: Repository mirror & CI <repomirrorci@gentoo.org> Date: Tue Sep 17 06:39:28 2024 +0000 2024-09-17 06:39:28 UTC emerge -qpvO =dev-lang/eisl-5.31 [ebuild N ] dev-lang/eisl-5.31
Created attachment 903204 [details] emerge-info.txt
Created attachment 903205 [details] dev-lang:eisl-5.31:20240917-081620.log
Created attachment 903206 [details] emerge-history.txt
Created attachment 903207 [details] environment
Created attachment 903208 [details] etc.clang.tar.xz
Created attachment 903209 [details] etc.portage.tar.xz
Created attachment 903210 [details] logs.tar.xz
Created attachment 903211 [details] qlist-info.txt
Created attachment 903212 [details] temp.tar.xz
Upstream issue: https://github.com/sasagawa888/eisl/issues/334
Well, of course those files are missing: With --shuffle emake CC="$(tc-getCC)" clean edlis eisl puts clean right in the middle of the build.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bc2bcb0b0858984506bb17c5d4c64039cf72abb commit 1bc2bcb0b0858984506bb17c5d4c64039cf72abb Author: NHOrus <jy6x2b32pie9@yahoo.com> AuthorDate: 2025-01-12 14:08:47 +0000 Commit: Maciej Barć <xgqt@gentoo.org> CommitDate: 2025-01-12 14:25:54 +0000 dev-lang/eisl: Fix non-deterministic build failures Adding "clean" as a target means it get mixed in-between two different targets with MAKEOPTS=--shuffle. This causes linkig failures, because some object files gets removed. Closes: https://bugs.gentoo.org/939771 Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com> Signed-off-by: Maciej Barć <xgqt@gentoo.org> dev-lang/eisl/eisl-5.38.ebuild | 7 +++++-- dev-lang/eisl/eisl-5.39.ebuild | 7 +++++-- dev-lang/eisl/eisl-5.40.ebuild | 7 +++++-- dev-lang/eisl/eisl-9999.ebuild | 7 +++++-- 4 files changed, 20 insertions(+), 8 deletions(-)