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

Bug 836687

Summary: dev-cpp/sdbus-c++-1.1.0-r2 calls ld directly
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: James Le Cuirot <chewi>
Status: RESOLVED FIXED    
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-meson-log.txt

Description Agostino Sarubbo gentoo-dev 2022-04-03 10:09:45 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-cpp/sdbus-c++-1.1.0-r2 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].
Comment 1 Agostino Sarubbo gentoo-dev 2022-04-03 10:09:47 UTC
Created attachment 768567 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-04-03 10:09:48 UTC
Created attachment 768568 [details]
1-meson-log.txt

1-meson-log.txt
Comment 3 Agostino Sarubbo gentoo-dev 2022-04-03 10:09:50 UTC
Error(s) that match a know pattern:


Program bpftool /usr/sbin/bpftool found: NO
Program clang found: NO
Program kexec /usr/sbin/kexec /sbin/kexec found: NO
Program ld found: NO
Program llvm-strip found: NO
Program quotacheck /usr/sbin/quotacheck /sbin/quotacheck found: NO
Program quotaon /usr/sbin/quotaon /sbin/quotaon found: NO
Run-time dependency audit found: NO (tried pkgconfig and cmake)
Run-time dependency libapparmor found: NO (tried pkgconfig and cmake)
Run-time dependency libbpf found: NO (tried pkgconfig and cmake)
Run-time dependency libcryptsetup found: NO (tried pkgconfig and cmake)
Run-time dependency libfido2 found: NO (tried pkgconfig and cmake)
Run-time dependency liblz4 found: NO (tried pkgconfig and cmake)
Run-time dependency libmicrohttpd found: NO (tried pkgconfig and cmake)
Run-time dependency libqrencode found: NO (tried pkgconfig and cmake)
Run-time dependency p11-kit-1 found: NO (tried pkgconfig and cmake)
Run-time dependency pwquality found: NO (tried pkgconfig and cmake)
Run-time dependency tss2-esys tss2-rc tss2-mu found: NO (tried pkgconfig and cmake)
Run-time dependency xkbcommon found: NO (tried pkgconfig and cmake)
../systemd-stable-249.11/src/boot/efi/meson.build:49:8: ERROR: Program 'ld' not found or not executable
Comment 4 Larry the Git Cow gentoo-dev 2022-05-29 12:53:07 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60aaa322977a687a4949866a09f38bbd72ce90d4

commit 60aaa322977a687a4949866a09f38bbd72ce90d4
Author:     James Le Cuirot <chewi@gentoo.org>
AuthorDate: 2022-05-29 12:51:41 +0000
Commit:     James Le Cuirot <chewi@gentoo.org>
CommitDate: 2022-05-29 12:52:54 +0000

    dev-cpp/sdbus-c++: Bump systemd version to 250.6
    
    This avoids direct use of ld by the EFI feature, which is unused here anyway.
    
    Closes: https://bugs.gentoo.org/836687
    Signed-off-by: James Le Cuirot <chewi@gentoo.org>

 dev-cpp/sdbus-c++/Manifest                                       | 4 ++--
 .../{sdbus-c++-0.9.0-r2.ebuild => sdbus-c++-0.9.0-r3.ebuild}     | 9 +++++----
 .../{sdbus-c++-1.1.0-r2.ebuild => sdbus-c++-1.1.0-r3.ebuild}     | 9 +++++----
 3 files changed, 12 insertions(+), 10 deletions(-)