Summary: | sci-mathematics/fricas-1.3.9-r1 - sed: cant read config_cl.out: No such file or directory | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Andrey Grozin <grozin> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | sci-mathematics |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
emerge-info.txt
emerge-history.txt environment etc.clang.tar.xz etc.portage.tar.xz logs.tar.xz sci-mathematics:fricas-1.3.9-r1:20231012-085748.log temp.tar.xz |
Description
Toralf Förster
![]() 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. |