Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 205217 - app-editors/gedit-2.20.4 fails to install with MAKEOPTS="-j"
Summary: app-editors/gedit-2.20.4 fails to install with MAKEOPTS="-j"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-10 15:45 UTC by Xake
Modified: 2008-02-10 21:11 UTC (History)
1 user (show)

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


Attachments
Patch against gedit-2.20.4 (gedit-2.20.4-makefile.patch,361 bytes, patch)
2008-01-10 15:46 UTC, Xake
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Xake 2008-01-10 15:45:44 UTC
This is due to the gedit/Makefile.am using 'install-exec-local' to make a symlink ('ln -s gedit gnome-text-editor'). This makes it possible for make install to try make the symlink before the binary gedit is installed and die horrible if install-exec has not yet installed gedit.
Use 'install-exec-hook' instead and make will wait with 'ln -s' until after 'install-exec' is finished before trying to symlink anything.

Will attach the same patch sent upstream in bug:
https://bugzilla.gnome.org/show_bug.cgi?id=508512
Comment 1 Xake 2008-01-10 15:46:34 UTC
Created attachment 140607 [details, diff]
Patch against gedit-2.20.4
Comment 2 Xake 2008-01-25 15:17:55 UTC
Fixed upstream. Wait for new version or patch?
Comment 3 Marco Leogrande 2008-02-01 18:29:30 UTC
Please consider applying this patch to gedit-2.20.4, as I'm experiencing the very same problem. I used a quick and dirty MAKEOPTS="-j1" and the issue disappeared.

Btw, gedit-2.20.4 became stable on x86 6 hours ago and 36 minutes ago on ppc, so expect lots of complains :)
Comment 4 Gilles Dartiguelongue (RETIRED) gentoo-dev 2008-02-10 21:11:44 UTC
fixed in CVS