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

Bug 758035

Summary: games-strategy/hedgewars-1.0.0-r1 calls ld directly
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Gentoo Games <games>
Status: CONFIRMED ---    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 243502    
Attachments: build.log
1-CMakeError.log
1-CMakeOutput.log
2-CMakeError.log

Description Agostino Sarubbo gentoo-dev 2020-12-02 10:10:04 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: games-strategy/hedgewars-1.0.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 2020-12-02 10:10:07 UTC
Created attachment 676192 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2020-12-02 10:10:08 UTC
Created attachment 676195 [details]
1-CMakeError.log

1-CMakeError.log
Comment 3 Agostino Sarubbo gentoo-dev 2020-12-02 10:10:09 UTC
Created attachment 676198 [details]
1-CMakeOutput.log

1-CMakeOutput.log
Comment 4 Agostino Sarubbo gentoo-dev 2020-12-02 10:10:10 UTC
Created attachment 676201 [details]
2-CMakeError.log

2-CMakeError.log
Comment 5 Agostino Sarubbo gentoo-dev 2020-12-02 10:10:13 UTC
Possible context of error(s):

  line 10: ld: command not found
Comment 6 bugs 2023-01-08 20:27:31 UTC
This was linked in #hedgewars
15:22 <@unC0Rr> looks like fpc issue
15:22 <@unC0Rr> ppas.sh is created by fpc

So. Probably this should be moved to fpc project.