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

Bug 729884

Summary: dev-lang/smlnj-110.99.2 calls nm directly
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
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

Description Agostino Sarubbo gentoo-dev 2020-06-27 14:14:47 UTC
@@This is an auto-filed bug@@
Feel free to change the summary at your convenience.

Issue: dev-lang/smlnj calls nm directly.
Discovered on: amd64

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] and set the NM variable to x86_64-pc-linux-gnu-nm.
Comment 1 Agostino Sarubbo gentoo-dev 2020-06-27 14:14:53 UTC
Created attachment 646786 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-12-02 06:58:20 UTC
ci has reproduced this issue with version 110.99.2 - Updating summary.
Comment 3 Larry the Git Cow gentoo-dev 2021-12-02 21:43:29 UTC
The bug has been closed via the following commit(s):

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

commit d79265d95303713f475cf5f2a1fcb93331de9364
Author:     Maciej Barć <xgqt@gentoo.org>
AuthorDate: 2021-12-02 21:39:38 +0000
Commit:     Maciej Barć <xgqt@gentoo.org>
CommitDate: 2021-12-02 21:43:25 +0000

    dev-lang/smlnj: move unpack script to src_unpack; fix nm
    
    Closes: https://bugs.gentoo.org/729884
    Package-Manager: Portage-3.0.28, Repoman-3.0.3
    Signed-off-by: Maciej Barć <xgqt@gentoo.org>

 dev-lang/smlnj/smlnj-110.99.2.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)