Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 17475 - emerge svgalib failure...chown fun/plane: operation not permitted
Summary: emerge svgalib failure...chown fun/plane: operation not permitted
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: x86 Linux
: High blocker (vote)
Assignee: Alastair Tse (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-13 19:10 UTC by Thomas Chapon
Modified: 2003-03-16 10:13 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 Thomas Chapon 2003-03-13 19:10:16 UTC
I'm trying to emerge kde with the command:  
USE="cups" emerge kde  
  
Build went fine for hours, until an error when building svgalib-1.4.3-r4.  Two 
errors are displayed before the failure: 
 
1.  ... 
	chown 0 fun 
	chown: changing ownership of 'fun': Operation not permitted 
	make[1]: *** [fun] Error1 
	make[1]: Leaving directory 
		'/var/tmp/portage/svgalib-1.4.3-r4/work/svgalib-1.4.3/demos' 
	... 
 
2.	... 
	chown root plane 
	chown: changing ownership of 'plane': Operation not permitted 
	make[1]: *** [plane] Error 1 
	make[1]: Leaving directory 
	'/var/tmp/portage/svgalib-1.4.3-r4/work/svgalib-1.4.3/threeDKit' 
	make: *** [demoprogs] Error2 
	 
	!!! ERROR: media-libs/svgalib-1.4.3-r4 failed. 
	!!! Function src_compile, Line 40, Exitcode 2 
	!!! (no error message) 

Reproducible: Always
Steps to Reproduce:
1. USE="cups" emerge kde 
2. 
3. 
Actual Results:  
build fails 


Configuring the system.  Gentoo installed cleanly (.  X also installed 
properly and works. 
 
uname -a 
<prompt> 2.4.20-gentoo-r1 #1 <date> i686 AMD Athlon XP 2000+ AuthenticAMD 
GNU/Linux
Comment 1 Hannes Mehnert (RETIRED) gentoo-dev 2003-03-15 13:46:57 UTC
svgalib failed, please assign to svgalib maintainer. 
Comment 2 Alastair Tse (RETIRED) gentoo-dev 2003-03-16 10:13:32 UTC
looks like a userpriv thing. 

for a quick fix, do FEATURES="-userpriv -usersandbox" emerge svgalib

i've checked in a fix for this if you re-sync your portage tree.