Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 58194 - Emerge ouput differs when using it as a non-root user
Summary: Emerge ouput differs when using it as a non-root user
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-24 08:22 UTC by Roel Brook
Modified: 2004-07-27 00:56 UTC (History)
0 users

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


Attachments
My world file (world,1.09 KB, application/octet-stream)
2004-07-24 08:24 UTC, Roel Brook
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Roel Brook 2004-07-24 08:22:34 UTC
When using emerge -uDpv as a normal user in the portage group, the output differs from the output I get when running it as root

Reproducible: Always
Steps to Reproduce:
bash-2.05b$ emerge -uDpv world

These are the packages that I would merge, in order:

Calculating world dependencies ...done!
[ebuild  N    ] media-sound/alsa-headers-1.0.5a  -debug  1,688 kB 
[ebuild  N    ] sys-kernel/gentoo-sources-2.4.26-r6   31,068 kB 
[ebuild  N    ] media-sound/alsa-driver-1.0.5a  +oss  1,688 kB 

Total size of downloads: 34,446 kB

bash-2.05b$ su
Password:

bash-2.05b$ emerge -uDpv world

These are the packages that I would merge, in order:

Calculating world dependencies ...done!

Total size of downloads: 0 kB


Expected Results:  
Produce the same results

Gentoo Base System version 1.4.16
Portage 2.0.50-r9 (default-x86-2004.0, gcc-3.3.3, glibc-2.3.3.20040420-r0,
2.6.8-rc2-love2)
=================================================================
System uname: 2.6.8-rc2-love2 i686 AMD Athlon(tm) XP 2500+
Autoconf: sys-devel/autoconf-2.59-r3
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.2/share/config /usr/kde/3/share/config /usr/share/config
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="ftp://194.117.158.27/mirrors/gentoo
ftp://ftp.snt.utwente.nl/pub/os/linux/gentoo
http://ftp.snt.utwente.nl/pub/os/linux/gentoo"
MAKEOPTS="-j1"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="3dfx 3dnow X alsa apache2 apm arts avi cdr crypt cups divx4linux dvd encode
esd foomaticdb gdbm gif gpm gstreamer gtk gtk2 imagemagick imlib java jpeg kde
libg++ libwww live mad mikmod mmx motif mpeg mysql ncurses oggvorbis opengl oss
pam pdflib perl png postgres python qt quicktime readline rplay samba scanner
sdl slang spell sse ssl stroke svga tcltk tcpd tiff truetype usb x86 xml2 xmms
xv xvid zlib"
Comment 1 Roel Brook 2004-07-24 08:24:49 UTC
Created attachment 36063 [details]
My world file
Comment 2 Matan Peled 2004-07-24 08:59:40 UTC
Are you using the /etc/portage folder?
If so, what are the permissions on files in that folder?
Thats the only thing I can think off right now.
Comment 3 Roel Brook 2004-07-24 13:02:23 UTC
Yes, I'm using the package.keywords file in /etc/portage to unmask packages. Permissions on that file are rw-r-r. Owned by root, group root
Comment 4 Mr. Bones. (RETIRED) gentoo-dev 2004-07-24 15:23:50 UTC
Should probably be group portage
Comment 5 Roel Brook 2004-07-24 18:59:11 UTC
wauw, that worked. Thanks.

Closing bug