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

Bug 424687

Summary: net-dialup/freeradius-2.1.11 and 2.1.12 install failed
Product: Gentoo Linux Reporter: Dmitry <dmitry.ghost99>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Build log with install error (dodir failed).
Valid Build log with install error (dodir failed).

Description Dmitry 2012-07-04 00:06:24 UTC
When emerging freeradius-2.1.11 or 2.1.12, install process fails with error:
install: invalid group `radius'

In ebuild I see strings
        ...
        enewgroup radiusd
        enewuser radiusd -1 -1 /var/log/radius radiusd
        ...
in pkg_setup, but below, in in src_install:
        ...
        diropts -m0750 -o root -g radius
        dodir /etc/raddb
        diropts -m0750 -o radius -g radius
        ...
that can be a source of problem, because 'radius' group does not exist, but 'radiusd' does. Please fix it.

Reproducible: Always

Steps to Reproduce:
1. emerge freeradius
2. have "install: invalid group `radius'" error
Comment 1 Dmitry 2012-07-04 00:11:47 UTC
Created attachment 317079 [details]
Build log with install error (dodir failed).
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2012-07-04 00:40:13 UTC
Comment on attachment 317079 [details]
Build log with install error (dodir failed).

I think we got the wrong file.
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2012-07-04 00:43:59 UTC

*** This bug has been marked as a duplicate of bug 397609 ***
Comment 4 Dmitry 2012-07-04 10:33:13 UTC
Created attachment 317101 [details]
Valid Build log with install error (dodir failed).

I have reported install problems of freeradius versions 2.1.11 and 2.1.12.
Ok, 2.1.12 have some "workaround", but 2.1.11 is marked as stable, and it is still impossible to install due to group mismatch in ebuild. So, for 2.1.11 problem is not solved at all.