Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 732432

Summary: x11-misc/xfractint calls cc directly
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED FIXED    
Severity: normal Keywords: PullRequest
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/16675
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 243502    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2020-07-13 08:17:04 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: x11-misc/xfractint calls cc directly.
Discovered on: amd64  (internal ref: tinderbox)

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-13 08:17:13 UTC
Created attachment 649086 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2020-08-03 02:58:35 UTC
The bug has been closed via the following commit(s):

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

commit 805525bbecce584afed1ab992546ac9c1c446616
Author:     David Denoncin <ddenoncin@gmail.com>
AuthorDate: 2020-08-02 14:25:57 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2020-08-03 02:58:23 +0000

    x11-misc/xfractint: vbump 20.04p16, bug fixes
    
    Closes:https://bugs.gentoo.org/706522
    Closes:https://bugs.gentoo.org/732432
    Closes:https://bugs.gentoo.org/715712
    
    Package-Manager: Portage-2.3.103, Repoman-2.3.23
    Signed-off-by: David Denoncin <ddenoncin@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/16675
    Signed-off-by: Sam James <sam@gentoo.org>

 x11-misc/xfractint/Manifest                        |  1 +
 .../files/xfractint-20.04p16-install-phase.patch   | 24 ++++++++++++++
 x11-misc/xfractint/xfractint-20.04_p16.ebuild      | 37 ++++++++++++++++++++++
 3 files changed, 62 insertions(+)