[gobolinux-users] Rootless and Compile

Rohan Nicholls rohan.nicholls at pareto.nl
Tue Jul 11 12:15:11 GMT 2006


Hi guys,

Back in rootless mode (limited choice of OS at work).

Love the new CreateRootlessEnvironment script.

That went well, and then installed Compile, but Compile dies with this 
error:
Compile: Missing import: Directories

And indeed looking through the Compile, and GoboPath and ScripFunctions 
and it seems a Directories file should exist, but I cannot find it.

Btw. I also found this in ~/Programs/Scripts/Settings/zshrc:
export SHELL=/System/Links/Executables/zsh

and changed it to:

# This line has to come first for dircolors.
if [ ${ROOTLESS_GOBOLINUX} ]
then
   export SHELL=`which zsh`
else
   export SHELL=/System/Links/Executables/zsh
fi

Which got it working for me (it was breaking when I started screen).

Thanks for any solution to this as I am looking forward to installing 
some programs.

Rohan



More information about the gobolinux-users mailing list