Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 747217 - app-emulation/free42-3.0.14 calls cc directly
Summary: app-emulation/free42-3.0.14 calls cc directly
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Bernard Cafarelli
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly 847031
  Show dependency tree
 
Reported: 2020-10-08 06:41 UTC by Agostino Sarubbo
Modified: 2022-11-06 21:30 UTC (History)
0 users

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


Attachments
build.log (build.log,86.46 KB, text/plain)
2020-10-08 06:41 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 2020-10-08 06:41:17 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-emulation/free42-2.5.20 calls cc directly.
Discovered on: amd64 (internal ref: ci)

NOTE:
As per QA policy, toolchain tools must not be called directly because they can cause issue in cross-compiling and because is not possible use a different CC implementation (like clang). To reproduce, please use sys-devel/gcc-config[-native-symlinks], sys-devel/binutils-config[-native-symlinks] and set the CC variable to x86_64-pc-linux-gnu-gcc.
Comment 1 Agostino Sarubbo gentoo-dev 2020-10-08 06:41:19 UTC
Created attachment 664285 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2020-10-08 06:41:22 UTC
Possible context of error(s):

/bin/sh: cc: command not found
/bin/sh: cc: command not found
/bin/sh: cc: command not found
/bin/sh: cc: command not found
/bin/sh: cc: command not found
mv: cannot stat 'libbid.a': No such file or directory
x86_64-pc-linux-gnu-g++: error: gcc111libbid.a: No such file or directory
x86_64-pc-linux-gnu-g++: error: gcc111libbid.a: No such file or directory
Comment 3 Agostino Sarubbo gentoo-dev 2021-11-11 15:00:55 UTC
ci has reproduced this issue with version 3.0.7 - Updating summary.
Comment 4 Agostino Sarubbo gentoo-dev 2022-01-02 21:06:31 UTC
ci has reproduced this issue with version 3.0.9 - Updating summary.
Comment 5 Agostino Sarubbo gentoo-dev 2022-06-11 07:30:16 UTC
ci has reproduced this issue with version 3.0.11a - Updating summary.
Comment 6 Agostino Sarubbo gentoo-dev 2022-07-04 18:59:29 UTC
ci has reproduced this issue with version 3.0.13 - Updating summary.
Comment 7 Agostino Sarubbo gentoo-dev 2022-09-24 05:22:40 UTC
ci has reproduced this issue with version 3.0.14 - Updating summary.
Comment 8 Bernard Cafarelli gentoo-dev 2022-11-06 21:20:10 UTC
What a mess this process is (internal unpack and patching of old Intel library, basically having to short-circuit the cc detection). This should be fine finally in 3.0.16
Comment 9 Larry the Git Cow gentoo-dev 2022-11-06 21:30:22 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=664ffc257eae19cc4d48eaf4e39d34071157f53c

commit 664ffc257eae19cc4d48eaf4e39d34071157f53c
Author:     Bernard Cafarelli <voyageur@gentoo.org>
AuthorDate: 2022-11-06 21:23:21 +0000
Commit:     Bernard Cafarelli <voyageur@gentoo.org>
CommitDate: 2022-11-06 21:23:21 +0000

    app-emulation/free42: add 3.0.16
    
    Closes: https://bugs.gentoo.org/747217
    Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>

 app-emulation/free42/Manifest                      |  1 +
 .../files/free42-3.0.16-fix-build-intel-lib.patch  | 65 ++++++++++++++++++++++
 app-emulation/free42/free42-3.0.16.ebuild          | 46 +++++++++++++++
 3 files changed, 112 insertions(+)