Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 847031 - app-emulation/plus42-1.0.10 calls cc directly
Summary: app-emulation/plus42-1.0.10 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: 747217
Blocks: tc-directly
  Show dependency tree
 
Reported: 2022-05-23 06:38 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,137.32 KB, text/plain)
2022-05-23 06:38 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 2022-05-23 06:38:40 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-emulation/plus42-1.0.4 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].
Comment 1 Agostino Sarubbo gentoo-dev 2022-05-23 06:38:43 UTC
Created attachment 780242 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-05-23 06:38:45 UTC
Error(s) that match a know pattern:


/bin/sh: line 1: cc: command not found
mv: cannot stat 'libbid.a': No such file or directory
/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find gcc111libbid.a: No such file or directory
collect2: error: ld returned 1 exit status
Comment 3 Bernard Cafarelli gentoo-dev 2022-05-23 06:53:05 UTC
Adding free42 bug as they share similar codebase (and obviously similar issue).

This is an internal lib build with a specific build and my previous attemps to add CC/CFLAGS etc to it were not successful, but at least it would be same patch for both projects
Comment 4 Agostino Sarubbo gentoo-dev 2022-06-11 07:30:27 UTC
ci has reproduced this issue with version 1.0.6 - Updating summary.
Comment 5 Agostino Sarubbo gentoo-dev 2022-07-04 18:59:43 UTC
ci has reproduced this issue with version 1.0.9 - Updating summary.
Comment 6 Agostino Sarubbo gentoo-dev 2022-09-24 05:22:51 UTC
ci has reproduced this issue with version 1.0.10 - Updating summary.
Comment 7 Larry the Git Cow gentoo-dev 2022-11-06 21:30:21 UTC
The bug has been closed via the following commit(s):

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

commit b7b4a593afb2ecb7e3f96c78626ab2ef76e97ada
Author:     Bernard Cafarelli <voyageur@gentoo.org>
AuthorDate: 2022-11-06 21:29:18 +0000
Commit:     Bernard Cafarelli <voyageur@gentoo.org>
CommitDate: 2022-11-06 21:29:18 +0000

    app-emulation/plus42: add 1.0.12
    
    Closes: https://bugs.gentoo.org/847031
    Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>

 app-emulation/plus42/Manifest                      |  1 +
 .../files/plus42-1.0.12-fix-build-intel-lib.patch  | 65 ++++++++++++++++++++++
 app-emulation/plus42/plus42-1.0.12.ebuild          | 50 +++++++++++++++++
 3 files changed, 116 insertions(+)