Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 77808 - app-editors/gedit SMP install problem
Summary: app-editors/gedit SMP install problem
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-13 03:54 UTC by Torgeir Hansen
Modified: 2005-01-14 02:11 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 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 :/