checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib checking for ar... ar checking for latex... /usr/bin/latex checking for makeindex... makeindex checking PREGENERATED... "/var/tmp/portage/sci-mathematics/fricas-1.3.9-r1/work/fricas-1.3.9/pre-generated" checking Lisp implementation... ./configure: line 4086: gcl: command not found sed: can't read config_cl.out: No such file or directory configure: error: Unable to determine Lisp flavor ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 23.0_systemd-20231011-093003 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-13 * clang/llvm (if any): clang version 17.0.2 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.2 Python 3.11.6 Available Ruby profiles: [1] ruby31 (with Rubygems) * Available Rust versions: [1] rust-bin-1.73.0 * php cli (if any): go version go1.21.1 linux/amd64 HEAD of ::gentoo commit 95044e7d620aabb41cc7c899f8bc008c5c45b6da Author: Repository mirror & CI <repomirrorci@gentoo.org> Date: Thu Oct 12 08:46:50 2023 +0000 2023-10-12 08:46:50 UTC emerge -qpvO sci-mathematics/fricas [ebuild N ] sci-mathematics/fricas-1.3.9-r1 USE="clisp clozurecl emacs gcl -X (-cmucl) -ecl -gmp -sbcl"
Created attachment 872644 [details] emerge-info.txt
Created attachment 872645 [details] emerge-history.txt
Created attachment 872646 [details] environment
Created attachment 872647 [details] etc.clang.tar.xz
Created attachment 872648 [details] etc.portage.tar.xz
Created attachment 872649 [details] logs.tar.xz
Created attachment 872650 [details] sci-mathematics:fricas-1.3.9-r1:20231012-085748.log
Created attachment 872651 [details] temp.tar.xz
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b341492e256badccb690eafe93d34df68c9049a5 commit b341492e256badccb690eafe93d34df68c9049a5 Author: Andrey Grozin <grozin@gentoo.org> AuthorDate: 2023-10-19 12:42:48 +0000 Commit: Andrey Grozin <grozin@gentoo.org> CommitDate: 2023-10-19 12:42:48 +0000 sci-mathematics/fricas: fix building with clozurecl Bug: https://bugs.gentoo.org/915647 Signed-off-by: Andrey Grozin <grozin@gentoo.org> .../fricas/files/fricas-sbcl-2.3.9.patch | 22 +++--- sci-mathematics/fricas/fricas-1.3.9-r3.ebuild | 85 ++++++++++++++++++++++ 2 files changed, 95 insertions(+), 12 deletions(-)
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6398bb13bc6a0fae58a8bc4cab42f6751ba27a77 commit 6398bb13bc6a0fae58a8bc4cab42f6751ba27a77 Author: Andrey Grozin <grozin@gentoo.org> AuthorDate: 2023-10-19 12:44:35 +0000 Commit: Andrey Grozin <grozin@gentoo.org> CommitDate: 2023-10-19 12:44:35 +0000 sci-mathematics/fricas: remove old revisions Bug: https://bugs.gentoo.org/915647 Signed-off-by: Andrey Grozin <grozin@gentoo.org> sci-mathematics/fricas/fricas-1.3.9-r1.ebuild | 111 ------------------------- sci-mathematics/fricas/fricas-1.3.9-r2.ebuild | 113 -------------------------- 2 files changed, 224 deletions(-)
I've rewritten the ebuild. Now unreasonable combinations of USE flags are explicitly disallowed. The logic of dealing with such combinations in the past was buggy, thus leading to this bug. Now it is completely cut out.