Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 77808

Summary: app-editors/gedit SMP install problem
Product: Gentoo Linux Reporter: Torgeir Hansen <torgeir>
Component: New packagesAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description Torgeir Hansen 2005-01-13 03:54:48 UTC
make install with -j3 fails

as I am not familiar with the structure of this ebuild-file I cannot provide a patch, but by locking the install phase to -j1 should solve this issue :]
------------------
/bin/sh ../mkinstalldirs /var/tmp/portage/gedit-2.8.2/image//usr/bin
rm -f /var/tmp/portage/gedit-2.8.2/image//usr/bin/gnome-text-editor
/bin/sh ../mkinstalldirs /var/tmp/portage/gedit-2.8.2/image//usr/include/gedit-2.8/gedit
ln -s gedit /var/tmp/portage/gedit-2.8.2/image//usr/bin/gnome-text-editor
mkdir -p -- /var/tmp/portage/gedit-2.8.2/image//usr/bin
ln: creating symbolic link `/var/tmp/portage/gedit-2.8.2/image//usr/bin/gnome-text-editor' to `gedit': No such file or directory
make[4]: *** [install-exec-local] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: *** Waiting for unfinished jobs....

(...)


!!! ERROR: app-editors/gedit-2.8.2 failed.
!!! Function einstall, Line 478, Exitcode 2
!!! einstall failed
!!! If you need support, post the topmost build error, NOT this status message.

------------------------
Comment 1 Torgeir Hansen 2005-01-14 02:11:42 UTC
This appears to be my bad, as I by mistake entered MAKEFLAGS=-j3 instead of MAKEOPTS=-j3 in my make.conf :/