https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: sci-mathematics/giac-1.9.0.995-r2 calls g++ directly. Discovered on: amd64 (internal ref: ci) Info about the issue: https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#QA0014
Created attachment 915216 [details] build.log build log and emerge --info
Error(s) that match a know pattern: make[2]: g++: No such file or directory
Sigh... From src/Makefile.am mkjs: mkjs.cc g++ mkjs.cc -o mkjs Guilty as charged.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13ffdf4047a68a930f6acd9e07d002aa17b390ef commit 13ffdf4047a68a930f6acd9e07d002aa17b390ef Author: Michael Orlitzky <mjo@gentoo.org> AuthorDate: 2025-01-05 13:16:10 +0000 Commit: Michael Orlitzky <mjo@gentoo.org> CommitDate: 2025-01-05 14:02:12 +0000 sci-mathematics/giac: fix hard-coded g++ Add a patch to delete a rule in src/Makefile.am. If we delete the rule, it does the right thing on its own. Closes: https://bugs.gentoo.org/947000 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> .../giac/files/giac-1.9.0.995-dont-call-g++.patch | 29 ++++++++++++++++++++++ sci-mathematics/giac/giac-1.9.0.995-r2.ebuild | 3 ++- 2 files changed, 31 insertions(+), 1 deletion(-)