Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 947000 - sci-mathematics/giac-1.9.0.995-r2 calls g++ directly
Summary: sci-mathematics/giac-1.9.0.995-r2 calls g++ directly
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Michael Orlitzky
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2024-12-27 08:42 UTC by Agostino Sarubbo
Modified: 2025-01-05 14:03 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,574.55 KB, text/plain)
2024-12-27 08:42 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2024-12-27 08:42:22 UTC
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
Comment 1 Agostino Sarubbo gentoo-dev 2024-12-27 08:42:23 UTC
Created attachment 915216 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-12-27 08:42:25 UTC
Error(s) that match a know pattern:


make[2]: g++: No such file or directory
Comment 3 François Bissey 2024-12-27 10:16:29 UTC
Sigh...
From src/Makefile.am
mkjs: mkjs.cc
        g++ mkjs.cc -o mkjs

Guilty as charged.
Comment 4 Larry the Git Cow gentoo-dev 2025-01-05 14:03:49 UTC
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(-)