>>> Test phase [disabled because of RESTRICT=test]: dev-lisp/ecl-24.5.10 >>> Install dev-lisp/ecl-24.5.10 into /var/tmp/portage/dev-lisp/ecl-24.5.10/image make -j4 DESTDIR=/var/tmp/portage/dev-lisp/ecl-24.5.10/image install cd build; make install make[1]: Entering directory '/var/tmp/portage/dev-lisp/ecl-24.5.10/work/ecl-24.5.10/build' /usr/bin/install: cannot stat 'bin/ecl': No such file or directory install-xattr: failed to stat bin/ecl: No such file or directory make[1]: *** [Makefile:185: install] Error 1 ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 23.0_llvm-20240825-084454 UNMASKED: Requested by sam /etc/portage/package.unmask/50unstable:>=sys-libs/ncurses-6.5 The attached etc.portage.tar.xz has all details. ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-13 * clang/llvm (if any): clang version 18.1.8+libcxx 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+libcxx Python 3.12.5 Available Rust versions: [1] rust-bin-1.80.1 [2] rust-1.80.1 * The following VMs are available for generation-2: 1) Eclipse Temurin JDK 11.0.24_p8 [openjdk-bin-11] 2) Eclipse Temurin JDK 17.0.12_p7 [openjdk-bin-17] *) Eclipse Temurin JDK 21.0.4_p7 [openjdk-bin-21] 4) Eclipse Temurin JDK 8.422_p05 [openjdk-bin-8] Available Java Virtual Machines: [1] openjdk-bin-8 [2] openjdk-bin-11 [3] openjdk-bin-17 [4] openjdk-bin-21 system-vm The Glorious Glasgow Haskell Compilation System, version 9.2.8 php cli (if any): go version go1.23.0 linux/amd64 HEAD of ::gentoo commit b7912d917190e2df797107129f9c459b877daceb Author: Repository mirror & CI <repomirrorci@gentoo.org> Date: Thu Aug 29 12:34:06 2024 +0000 2024-08-29 12:34:05 UTC emerge -qpvO =dev-lisp/ecl-24.5.10 [ebuild N ] dev-lisp/ecl-24.5.10 USE="cxx emacs threads unicode -X -debug -gengc -precisegc" CPU_FLAGS_X86="sse"
Created attachment 901546 [details] emerge-info.txt
Created attachment 901547 [details] dev-lisp:ecl-24.5.10:20240829-141849.log
Created attachment 901548 [details] emerge-history.txt
Created attachment 901549 [details] environment
Created attachment 901550 [details] etc.clang.tar.xz
Created attachment 901551 [details] etc.portage.tar.xz
Created attachment 901552 [details] logs.tar.xz
Created attachment 901553 [details] qlist-info.txt.xz
Created attachment 901554 [details] temp.tar.xz
Created attachment 901555 [details] var.tmp.clang.tar.xz
grozin@bilbo ~/Downloads $ fgrep error: ecl.txt ./lsp/numlib.eclh:59:41: error: use of undeclared identifier 'I' lsp/numlib.cxx:180:57: error: use of undeclared identifier 'I' lsp/numlib.cxx:194:57: error: use of undeclared identifier 'I' lsp/numlib.cxx:208:63: error: use of undeclared identifier 'I' lsp/numlib.cxx:213:30: error: use of undeclared identifier 'casinf'; did you mean 'asinf'? lsp/numlib.cxx:213:37: error: implicit conversion from '_Complex float' to 'float' is not permitted in C++ lsp/numlib.cxx:218:30: error: use of undeclared identifier 'casin'; did you mean 'asin'? lsp/numlib.cxx:218:36: error: implicit conversion from '_Complex double' to 'double' is not permitted in C++ lsp/numlib.cxx:223:30: error: use of undeclared identifier 'casinl'; did you mean 'asinl'? lsp/numlib.cxx:223:37: error: implicit conversion from '_Complex long double' to 'long double' is not permitted in C++ lsp/numlib.cxx:232:56: error: use of undeclared identifier 'I' lsp/numlib.cxx:268:57: error: use of undeclared identifier 'I' lsp/numlib.cxx:282:57: error: use of undeclared identifier 'I' lsp/numlib.cxx:296:63: error: use of undeclared identifier 'I' lsp/numlib.cxx:301:30: error: use of undeclared identifier 'cacosf'; did you mean 'acosf'? lsp/numlib.cxx:301:37: error: implicit conversion from '_Complex float' to 'float' is not permitted in C++ lsp/numlib.cxx:306:30: error: use of undeclared identifier 'cacos'; did you mean 'acos'? lsp/numlib.cxx:306:36: error: implicit conversion from '_Complex double' to 'double' is not permitted in C++ lsp/numlib.cxx:311:30: error: use of undeclared identifier 'cacosl'; did you mean 'acosl'? fatal error: too many errors emitted, stopping now [-ferror-limit=] Something's wrong with complex numbers in clang?