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

Bug 725450

Summary: sci-libs/gerris calls nm directly
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Gentoo Science Related Packages <sci>
Status: RESOLVED FIXED    
Severity: normal CC: sam
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-05-26 07:17:34 UTC
This is an auto-filed bug because sci-libs/gerris calls nm directly.
The issue was originally discovered on amd64, but it may be reproducible on other arches as well.
If you think that a different summary clarifies the issue better, feel free to change it.
Attached build log and emerge --info.

NOTE:
If you think it doesn't make sense fix these type of issues, I'd like to point out that won't be possible use a different NM implementation (like llvm-nm) by setting the NM variable. So this issue has been reproduced by setting the NM variable to x86_64-pc-linux-gnu-nm and by removing the /usr/bin/nm binary.
Comment 1 Agostino Sarubbo gentoo-dev 2020-05-26 07:17:43 UTC
Created attachment 641840 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2021-03-27 02:57:51 UTC
The bug has been closed via the following commit(s):

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

commit 611be213548508e78a3c65b64901b28a819fa61b
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-03-27 02:29:12 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-03-27 02:57:39 +0000

    sci-libs/gerris: port to EAPI 7, respect NM
    
    * Port to EAPI 7
    * ${EPREFIX} -> ${ESYSROOT} for header location
    * Respect NM
    
    Closes: https://bugs.gentoo.org/725450
    Signed-off-by: Sam James <sam@gentoo.org>

 sci-libs/gerris/files/gerris-20131206-respect-NM.patch | 12 ++++++++++++
 sci-libs/gerris/gerris-20131206-r1.ebuild              | 18 +++++++++++-------
 2 files changed, 23 insertions(+), 7 deletions(-)