discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to get a running GNUstep desktop ?


From: Truls Becken
Subject: Re: How to get a running GNUstep desktop ?
Date: Sun, 18 May 2008 21:14:57 +0200

Rubens_Septimus wrote:
> The error occured while doing : sudo -E make install in AboutEtoileEntry :
>
> Making all in Subprojects/AboutEtoileEntry...
> make[4]: entrant dans le répertoire «
> /home/patrick/gnubuntu01/ETOILE/Etoile/Services/Private/MenuServer/Subprojects/AboutEtoileEntry
> »
> Making all for bundle AboutEtoileEntry...
>  Creating AboutEtoileEntry.sysbarentry/Resources/Info-gnustep.plist...
> /bin/sh: plmerge: not found
> make[5]: *** [AboutEtoileEntry.sysbarentry/Resources/Info-gnustep.plist]
> Erreur 127
> make[4]: *** [AboutEtoileEntry.all.bundle.variables] Erreur 2
> make[4]: quittant le répertoire «
> /home/patrick/gnubuntu01/ETOILE/Etoile/Services/Private/MenuServer/Subprojects/AboutEtoileEntry

From the output you see that plmerge was not found. This is a tool
that is part of -base, so probably the problem still is that GNUstep
is not included in $PATH while you make install as root.

Check that plmerge is there when not running as root, by issuing
"which plmerge". When that's confirmed, find a way to not loose your
environment while installing. Two ideas are to let sudo run a script
that sources GNUstep.sh before make install, or change /etc/sudoers so
that you environment is not changed by sudo (something about SETENV,
NOSETENV or UNSETENV flags I guess).

Truls

reply via email to

[Prev in Thread] Current Thread [Next in Thread]