Summary: | media-tv/mythtv-33.1-r3 calls nm directly | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Wilson M. Michaels <thebitpit> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | proxy-maint, 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
![]() Created attachment 650566 [details]
build.log
build log and emerge --info
I need help fixing this. I found several calls to nm in the upstream configure file for the mythtv package. I guess I need to change it to something else. I have no idea what that fix looks like. Is there an example or some documentation about fixing this. I do not understand how to run the tinderbox test to verify I fixed it. (In reply to Wilson M. Michaels from comment #2) > I need help fixing this. I found several calls to nm in the upstream > configure file for the mythtv package. I guess I need to change it to > something else. I have no idea what that fix looks like. > > Is there an example or some documentation about fixing this. > > I do not understand how to run the tinderbox test to verify I fixed it. This should help: https://wiki.gentoo.org/wiki/Project:Toolchain/use_native_symlinks. The idea is to use e.g. AM_PROG_AR (https://www.gnu.org/software/automake/manual/html_node/Public-Macros.html) in the build system and/or $(AR) to respect ir from the environment. ci has reproduced this issue with version 33.1-r3 - Updating summary. |