Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 725450 - sci-libs/gerris calls nm directly
Summary: sci-libs/gerris 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 Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2020-05-26 07:17 UTC by Agostino Sarubbo
Modified: 2021-03-27 02:57 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,213.64 KB, text/plain)
2020-05-26 07:17 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 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(-)