Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 779976 - games-arcade/gav-0.9.0-r1 calls ld directly
Summary: games-arcade/gav-0.9.0-r1 calls ld 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: 2021-04-04 11:01 UTC by Agostino Sarubbo
Modified: 2021-04-04 12:38 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,9.85 KB, text/plain)
2021-04-04 11:01 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 2021-04-04 11:01:05 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: games-arcade/gav-0.9.0-r1 calls ld 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 LD implementation (like llvm-link). To reproduce, please use sys-devel/gcc-config[-native-symlinks], sys-devel/binutils-config[-native-symlinks] and set the LD variable to x86_64-pc-linux-gnu-ld.
Comment 1 Agostino Sarubbo gentoo-dev 2021-04-04 11:01:07 UTC
Created attachment 697152 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-04-04 11:01:10 UTC
Possible context of error(s):

make: ld: No such file or directory
Comment 3 Larry the Git Cow gentoo-dev 2021-04-04 12:38:57 UTC
The bug has been closed via the following commit(s):

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

commit 38041cc3933654ef05fd94f5a1e3927344fdd2f2
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-04-04 12:07:26 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-04-04 12:38:41 +0000

    games-arcade/gav: respect LD
    
    Much easier to just assume we're dealing with the
    compiler interface.
    
    Closes: https://bugs.gentoo.org/779976
    Signed-off-by: Sam James <sam@gentoo.org>

 games-arcade/gav/gav-0.9.0-r1.ebuild | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)