Summary: | app-emulation/containerd-1.4.3-r1 : make: *** No rule to make target no-PIC. Stop. | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | William Hubbs <williamh> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | atoth, gyakovlev, sam, tka, vowstar |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 762394 | ||
Attachments: |
emerge-info.txt
app-emulation:containerd-1.4.3-r1:20210105-034834.log emerge-history.txt environment etc.portage.tbz2 The new ebuid fixed this bug |
Description
Toralf Förster
![]() Created attachment 681178 [details]
emerge-info.txt
Created attachment 681181 [details]
app-emulation:containerd-1.4.3-r1:20210105-034834.log
Created attachment 681184 [details]
emerge-history.txt
Created attachment 681187 [details]
environment
Created attachment 681190 [details]
etc.portage.tbz2
*** Bug 763876 has been marked as a duplicate of this bug. *** Created attachment 681295 [details]
The new ebuid fixed this bug
This is the fixed ebuild.
Change
LDFLAGS=$(usex hardened '-extldflags -fno-PIC' '')
to
LDFLAGS="$(usex hardened '-extldflags -fno-PIC' '')"
fixed this bug.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c36f073341898c359069072c5a2dc86db1ee4d53 commit c36f073341898c359069072c5a2dc86db1ee4d53 Author: Hector Martin <marcan@marcan.st> AuthorDate: 2021-01-04 07:39:26 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2021-01-12 22:46:04 +0000 app-emulation/containerd: fix USE=hardened This probably broke with the recent bash update. Signed-off-by: Hector Martin <marcan@marcan.st> Closes: https://bugs.gentoo.org/763648 Closes: https://github.com/gentoo/gentoo/pull/18937 Signed-off-by: Sam James <sam@gentoo.org> app-emulation/containerd/containerd-1.3.7.ebuild | 2 +- app-emulation/containerd/containerd-1.3.9.ebuild | 2 +- app-emulation/containerd/containerd-1.4.3-r1.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) |