I seem to have a problem when using portage to emerge games.
Two examples...when emerging ut2004-demo:
Code: Select all
echolon dale # emerge --usepkg ut2004-demo
Calculating dependencies ...done!
>>> emerge (1 of 1) games-fps/ut2004-demo-3120-r1 to /
>>> md5 src_uri ;-) ut2004-lnx-demo-3120.run.bz2
>>> md5 src_uri ;-) ut2004-demo-lnx-tts-pingpatch.tar.bz2
* Adding user 'games-ded' to your system ...
* - Userid: 36
* - Shell: /bin/bash
* - Home: /usr/games
* You must add games to the system first
!!! ERROR: games-fps/ut2004-demo-3120-r1 failed.
!!! Function enewuser, Line 575, Exitcode 0
!!! games is not a valid GID
Code: Select all
echolon dale # emerge --usepkg abuse_sdl
Calculating dependencies ...done!
>>> emerge (1 of 1) games-action/abuse_sdl-0.7.0-r2 to /
>>> md5 src_uri ;-) abuse_sdl-0.7.0.tar.bz2
>>> md5 src_uri ;-) abuse_datafiles.tar.gz
* Adding user 'games-ded' to your system ...
* - Userid: 36
* - Shell: /bin/bash
* - Home: /usr/games
* You must add games to the system first
!!! ERROR: games-action/abuse_sdl-0.7.0-r2 failed.
!!! Function enewuser, Line 575, Exitcode 0
!!! games is not a valid GID
Code: Select all
echolon dale # groupadd games
groupadd: group games exists




