Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 202092 - sys-apps/util-linux-2.12r-r8: fails to build when ebuild tries to change group ownership to "tty"
Summary: sys-apps/util-linux-2.12r-r8: fails to build when ebuild tries to change grou...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-12 22:48 UTC by Nathan
Modified: 2007-12-14 19:18 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 Nathan 2007-12-12 22:48:24 UTC
sys-apps/util-linux-2.12r-r8 fails to build when its ebuild tries to change group ownership to "tty".

...
install -m 644 cal.1 chkdupexe.1 ddate.1 logger.1 look.1 mcookie.1 namei.1 rename.1 script.1 whereis.1 write.1 setterm.1 /var/tmp/portage/sys-apps/util-linux-2.12r-r8/image//usr/share/man/man1
chgrp tty /var/tmp/portage/sys-apps/util-linux-2.12r-r8/image//usr/bin/write
chgrp: invalid group `tty'
make[1]: *** [install] Error 1
make[1]: Leaving directory `/var/tmp/portage/sys-apps/util-linux-2.12r-r8/work/util-linux-2.12r/misc-utils'
make: *** [install] Error 1
 * 
 * ERROR: sys-apps/util-linux-2.12r-r8 failed.
 * Call stack:
 *                    ebuild.sh, line 1701:  Called dyn_install
 *                    ebuild.sh, line 1138:  Called qa_call 'src_install'
 *                    ebuild.sh, line   44:  Called src_install
 *   util-linux-2.12r-r8.ebuild, line  170:  Called die
 * The specific snippet of code:
 *   	make install DESTDIR="${D}" || die "install failed"
 *  The die message:
 *   install failed
 * 
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/sys-apps/util-linux-2.12r-r8/temp/build.log'.
 * 


Reproducible: Always

Steps to Reproduce:
1. emerge sys-apps/util-linux


Actual Results:  
Crash.

Expected Results:  
Successfully emerge.

Let me know if you need any additional info.
Comment 1 Nathan 2007-12-13 20:10:35 UTC
Additional discussion of this problem is going on here:
http://forums.gentoo.org/viewtopic-p-4614101.html
Comment 2 SpanKY gentoo-dev 2007-12-14 03:02:47 UTC
tty is part of baselayout's group

if you deleted the group, that's your problem
Comment 3 Nathan 2007-12-14 18:17:29 UTC
Lovely response.  I didn't delete the group myself, thank you very much.  I'll obviously get no help here.
Comment 4 SpanKY gentoo-dev 2007-12-14 19:18:02 UTC
 - Gentoo doesnt delete the tty group
 - Gentoo always installs the tty group as part of baselayout

somewhere it was lost on your system.  you can figure it out on the forums, but it most likely isnt a bug in Gentoo which means it isnt an issue for bugzilla.