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

Bug 829656

Summary: dev-ada/langkit-22.0.0-r2 calls nm directly
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Gentoo Linux ADA team <ada>
Status: RESOLVED FIXED    
Severity: normal CC: tupone
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 243502    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2021-12-19 21:58:54 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-ada/langkit-22.0.0-r2 calls nm 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 NM implementation (like llvm-nm). To reproduce, please use sys-devel/gcc-config[-native-symlinks], sys-devel/binutils-config[-native-symlinks].
Comment 1 Agostino Sarubbo gentoo-dev 2021-12-19 21:58:56 UTC
Created attachment 759822 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2021-12-21 21:50:16 UTC
The bug has been closed via the following commit(s):

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

commit f62537c112bcf92c8e243e06a4b0a109b5c631d1
Author:     Alfredo Tupone <tupone@gentoo.org>
AuthorDate: 2021-12-21 21:50:00 +0000
Commit:     Alfredo Tupone <tupone@gentoo.org>
CommitDate: 2021-12-21 21:50:00 +0000

    dev-ada/gprbuild: use ${CHOST}-nm
    
    Closes: https://bugs.gentoo.org/829656
    Package-Manager: Portage-3.0.28, Repoman-3.0.3
    Signed-off-by: Alfredo Tupone <tupone@gentoo.org>

 dev-ada/gprbuild/files/gprbuild-2021-nm.patch      | 11 +++
 dev-ada/gprbuild/files/gprbuild-22.0.0-nm.patch    | 11 +++
 dev-ada/gprbuild/gprbuild-2021-r2.ebuild           | 80 ++++++++++++++++++++++
 ...ild-22.0.0.ebuild => gprbuild-22.0.0-r1.ebuild} |  5 +-
 4 files changed, 106 insertions(+), 1 deletion(-)