Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 758035 - games-strategy/hedgewars-1.0.0-r1 calls ld directly
Summary: games-strategy/hedgewars-1.0.0-r1 calls ld directly
Status: CONFIRMED
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-12-02 10:10 UTC by Agostino Sarubbo
Modified: 2023-01-08 20:27 UTC (History)
0 users

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


Attachments
build.log (build.log,17.76 KB, text/plain)
2020-12-02 10:10 UTC, Agostino Sarubbo
Details
1-CMakeError.log (1-CMakeError.log,4.15 KB, text/plain)
2020-12-02 10:10 UTC, Agostino Sarubbo
Details
1-CMakeOutput.log (1-CMakeOutput.log,55.69 KB, text/plain)
2020-12-02 10:10 UTC, Agostino Sarubbo
Details
2-CMakeError.log (2-CMakeError.log,4.03 KB, text/plain)
2020-12-02 10:10 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-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.