Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 730812 - games-arcade/xtux calls cc directly
Summary: games-arcade/xtux 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: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2020-07-05 08:21 UTC by Agostino Sarubbo
Modified: 2020-07-05 20:06 UTC (History)
0 users

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


Attachments
build.log (build.log,7.83 KB, text/plain)
2020-07-05 08:21 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-07-05 08:21:22 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: games-arcade/xtux calls cc directly.
Discovered on: amd64

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-07-05 08:21:27 UTC
Created attachment 647674 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2020-07-05 20:06:10 UTC
The bug has been closed via the following commit(s):

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

commit 47f2ac9b3c23d50db4bda479d3bf47d8077ce545
Author:     David Seifert <soap@gentoo.org>
AuthorDate: 2020-07-05 20:05:47 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2020-07-05 20:05:47 +0000

    games-arcade/xtux: Fix build system
    
    Closes: https://bugs.gentoo.org/710722
    Closes: https://bugs.gentoo.org/716872
    Closes: https://bugs.gentoo.org/730812
    Package-Manager: Portage-2.3.103, Repoman-2.3.23
    Signed-off-by: David Seifert <soap@gentoo.org>

 .../xtux/files/xtux-20030306-Makefile.patch        | 190 +++++++++++++++++++++
 .../xtux/files/xtux-20030306-ldflags.patch         |  22 ---
 .../xtux/files/xtux-20030306-missing-include.patch |  29 ++++
 .../xtux/files/xtux-20030306-tux_serv-path.patch   |  13 ++
 games-arcade/xtux/xtux-20030306-r1.ebuild          |  42 ++---
 5 files changed, 254 insertions(+), 42 deletions(-)