Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 829656 - dev-ada/langkit-22.0.0-r2 calls nm directly
Summary: dev-ada/langkit-22.0.0-r2 calls nm 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 Linux ADA team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2021-12-19 21:58 UTC by Agostino Sarubbo
Modified: 2021-12-21 21:50 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,127.16 KB, text/plain)
2021-12-19 21:58 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-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(-)