Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 784143 - net-dialup/freeradius calls fowners in pkg_config
Summary: net-dialup/freeradius calls 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 (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2021-04-19 13:50 UTC by Brian Evans (RETIRED)
Modified: 2021-12-30 20:52 UTC (History)
0 users

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:50:32 UTC
The fowners function only works on files inside of $ED.

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

Please replace with chown.
Comment 1 Larry the Git Cow gentoo-dev 2021-12-30 20:52:45 UTC
The bug has been closed via the following commit(s):

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

commit 5921dd829647c67b900a994522325dc2e0fcb1ed
Author:     Tomáš Mózes <hydrapolic@gmail.com>
AuthorDate: 2021-12-23 12:16:17 +0000
Commit:     Matt Turner <mattst88@gentoo.org>
CommitDate: 2021-12-30 20:52:25 +0000

    net-dialup/freeradius: bump to 3.0.25
    
    Closes: https://bugs.gentoo.org/719984
    Closes: https://bugs.gentoo.org/721040
    Closes: https://bugs.gentoo.org/784143
    Closes: https://bugs.gentoo.org/816972
    Closes: https://bugs.gentoo.org/818205
    Closes: https://github.com/gentoo/gentoo/pull/23479
    Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com>
    Signed-off-by: Matt Turner <mattst88@gentoo.org>

 net-dialup/freeradius/Manifest                 |   1 +
 net-dialup/freeradius/files/radius.conf-r6     |  22 ++
 net-dialup/freeradius/freeradius-3.0.25.ebuild | 267 +++++++++++++++++++++++++
 3 files changed, 290 insertions(+)