Summary: | net-misc/astmanproxy: calls commands that do not exist (so cannot respect LDFLAGS) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Tony Vroon (RETIRED) <chainsaw> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | esigra, sam |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 331933 | ||
Attachments: | build.log |
Description
Agostino Sarubbo
2020-06-10 15:08:58 UTC
Created attachment 644306 [details]
build.log
build log and emerge --info
"Compiling source in /var/tmp/portage/net-misc/astmanproxy-1.28.2/work/astmanproxy-1.28.2 ... /var/tmp/portage/net-misc/astmanproxy-1.28.2/temp/environment: line 1976: raw-ldflags: command not found" In the ebuild, we have: RAWLDFLAGS="$(raw-ldflags)" but this is provided by flag-o-matic. Only toolchain-funcs is inherited. So, this is actually the same problem as not respecting LDFLAGS -- even though it tries! *** Bug 727854 has been marked as a duplicate of this bug. *** The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91455eb096bb6f86387e6edceff58354cdb07e98 commit 91455eb096bb6f86387e6edceff58354cdb07e98 Author: Jakov Smolic <jakov.smolic@sartura.hr> AuthorDate: 2020-12-28 12:42:55 +0000 Commit: David Seifert <soap@gentoo.org> CommitDate: 2020-12-28 12:42:55 +0000 net-misc/astmanproxy: Port to EAPI 7 Closes: https://bugs.gentoo.org/706896 Closes: https://bugs.gentoo.org/727856 Package-Manager: Portage-3.0.9, Repoman-3.0.1 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org> net-misc/astmanproxy/astmanproxy-1.28.2.ebuild | 32 +++++++++------------- .../files/astmanproxy-1.28.2-fno-common.patch | 11 ++++++++ .../files/astmanproxy-1.28.2-gentoo.diff | 32 ++++++++++++++++------ 3 files changed, 47 insertions(+), 28 deletions(-) |