Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 784146

Summary: sys-cluster/neutron calls fperms/fowners in pkg_config
Product: Gentoo Linux Reporter: Brian Evans (RETIRED) <grknight>
Component: Current packagesAssignee: Matthew Thode ( prometheanfire ) <prometheanfire>
Status: RESOLVED FIXED    
Severity: normal CC: openstack
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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(-)