help-smalltalk
[Top][All Lists]
Advanced

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

[Help-smalltalk] Object: Directory error: No such file or directory


From: Nicolas Pelletier
Subject: [Help-smalltalk] Object: Directory error: No such file or directory
Date: Tue, 2 Jul 2002 21:29:33 +0200
User-agent: Mutt/1.3.16i

On Tue, Jul 02, 2002 at 09:41:08AM +0200, Paolo Bonzini wrote:
> You're not the one who randomly gets this error.  Could you please
> investigate what is the source of the failure (add `dirName printNl' in
> Directory class>>#working:, that's around line 137 in kernel/Directory.st).

Doing so showed Blox gets filed in from

/opt/smalltalk-test/share/smalltalk/kernel/blox/tk

which does not exist. self checkError (Directory.st) fails with errno >=1
(File.st), throwing the exception.

The correct directory seems to be

/opt/smalltalk-test/share/smalltalk/blox/tk

I modified PkgLoader.st as attached and now the install works and packages
are filed in :-)

bash-2.05$ ls -l /opt/smalltalk/share/smalltalk/gst.im 
-rw-r--r--    1 root     root      1062780 Jun 29 16:20 
/opt/smalltalk/share/smalltalk/gst.im
bash-2.05$ ls -l /opt/smalltalk-test/share/smalltalk/gst.im 
-rw-r--r--    1 root     root      2234132 Jul  2 21:03 
/opt/smalltalk-test/share/smalltalk/gst.im

> Thank you.

You are welcome.

-- 
Nicolas

Attachment: PkgLoaderBaseDirectory.patch
Description: Text document


reply via email to

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