Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 784146 - sys-cluster/neutron calls fperms/fowners in pkg_config
Summary: sys-cluster/neutron calls fperms/fowners in pkg_config
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Matthew Thode ( prometheanfire )
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-04-19 13:54 UTC by Brian Evans (RETIRED)
Modified: 2021-04-20 20:22 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brian Evans (RETIRED) gentoo-dev 2021-04-19 13:54:06 UTC
The fowners and fperms functions only work on files inside of $ED.

Therefore they will not work as intended for pkg_config on the $ROOT.

Please replace with chown and chmod respectively.
Comment 1 Larry the Git Cow gentoo-dev 2021-04-20 20:22:08 UTC
The bug has been closed via the following commit(s):

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

commit 809a08d8a13d963bdfa9da3630f2b114c8cc5953
Author:     Matthew Thode <prometheanfire@gentoo.org>
AuthorDate: 2021-04-20 20:22:00 +0000
Commit:     Matthew Thode <prometheanfire@gentoo.org>
CommitDate: 2021-04-20 20:22:00 +0000

    sys-cluster/neutron: use chown/chmod instead of fperm/fowners
    
    Closes: https://bugs.gentoo.org/784146
    Package-Manager: Portage-3.0.17, Repoman-3.0.2
    Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>

 sys-cluster/neutron/neutron-2020.1.9999.ebuild | 6 +++---
 sys-cluster/neutron/neutron-2020.2.9999.ebuild | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)