Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 424687 - net-dialup/freeradius-2.1.11 and 2.1.12 install failed
Summary: net-dialup/freeradius-2.1.11 and 2.1.12 install failed
Status: RESOLVED DUPLICATE of bug 397609
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-04 00:06 UTC by Dmitry
Modified: 2012-07-04 10:33 UTC (History)
0 users

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


Attachments
Build log with install error (dodir failed). (file_424687.txt,29 bytes, text/plain)
2012-07-04 00:11 UTC, Dmitry
Details
Valid Build log with install error (dodir failed). (build.log,269.71 KB, text/plain)
2012-07-04 10:33 UTC, Dmitry
Details

Note You need to log in before you can comment on or make changes to this bug.
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.