Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 699536 - net-libs/libnatpmp - src_install() should use "${ED}" instead of "${D}"
Summary: net-libs/libnatpmp - src_install() should use "${ED}" instead of "${D}"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Anthony Basile
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2019-11-07 15:32 UTC by ZongyuZ
Modified: 2020-02-09 18:54 UTC (History)
0 users

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


Attachments
my patch to fix this bug (libnatpmp-20150609.patch,876 bytes, patch)
2019-11-07 15:32 UTC, ZongyuZ
Details | Diff
emerge --info (emerge-info-libnatpmp.txt,5.68 KB, text/plain)
2019-11-07 15:39 UTC, ZongyuZ
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ZongyuZ 2019-11-07 15:32:05 UTC
Created attachment 595224 [details, diff]
my patch to fix this bug

Current ebuild for libnatpmp fails to be installed in Gentoo Prefix.

The reason is the ebuild uses "${D}" instead of "${ED}".
Comment 1 ZongyuZ 2019-11-07 15:39:28 UTC
Created attachment 595226 [details]
emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2020-02-09 18:54:48 UTC
The bug has been closed via the following commit(s):

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

commit d797f79a3b8ce87ca6010ba6fe005e0e783e5ad3
Author:     David Seifert <soap@gentoo.org>
AuthorDate: 2020-02-09 18:54:32 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2020-02-09 18:54:32 +0000

    net-libs/libnatpmp: Fix for Gentoo Prefix
    
    Closes: https://bugs.gentoo.org/699536
    Package-Manager: Portage-2.3.88, Repoman-2.3.20
    Signed-off-by: David Seifert <soap@gentoo.org>

 net-libs/libnatpmp/libnatpmp-20150609.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)