Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 30427 - Compilation error with liblockfile-1.03-r1 when trying to emerge nagios-1.1
Summary: Compilation error with liblockfile-1.03-r1 when trying to emerge nagios-1.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: Sparc Linux
: High normal
Assignee: Sparc Porters
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-05 14:12 UTC by bintut
Modified: 2006-02-04 06:05 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 bintut 2003-10-05 14:12:48 UTC
Compilation error with liblockfile-1.03-r1 when trying to emerge nagios-1.1 on
my Ultra 2 Creator with the following information:

- - - < s n i p > - - -

>>> Install liblockfile-1.03-r1 into /var/tmp/portage/liblockfile-1.03-r1/image/
category net-libs
install -m 644 lockfile.h maillock.h
/var/tmp/portage/liblockfile-1.03-r1/image//usr/include
if [ "mail" != "" ]; then\
          install -g mail -m 2755 dotlockfile
/var/tmp/portage/liblockfile-1.03-r1/image//usr/bin;\
        else \
          install -g root -m 755 dotlockfile
/var/tmp/portage/liblockfile-1.03-r1/image//usr/bin; \
        fi
install: invalid group `mail'
make: *** [install_common] Error 1

!!! ERROR: net-libs/liblockfile-1.03-r1 failed.
!!! Function src_install, Line 39, Exitcode 2
!!! (no error message)

- - - < s n i p > - - -

Thank you.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Joe Kallar (RETIRED) gentoo-dev 2003-10-06 21:20:29 UTC
Please provide the results of "emerge info".
Comment 2 Jason Wever (RETIRED) gentoo-dev 2003-10-07 17:23:23 UTC
As the error message shows, the mail group did not exist.  As this exists
on a regular install of baselayout, I had the user add it.  The package then
sucessfully installed.  Marking resolve:fixed.