Re: [Chicken-users] chicken-setup broken

2008-03-06 Thread Ivan Raikov

Hi Jim,

   Can you try r9257? I have committed some fixes to chicken-setup
that would hopefully solve your problems. 

   -Ivan

Jim Ursetto [EMAIL PROTECTED] writes:

 Hi,

 chicken-setup seems to be broken (r9210).

 --  Install of egg located in current directory fails:

 [EMAIL PROTECTED] ~$ echo $TMPDIR $CHICKEN_TMPDIR

 [EMAIL PROTECTED] ~$ ll objc.egg
 -rw-r--r--   1 root  jim  64708 Jan 14 01:00 objc.egg
 [EMAIL PROTECTED] ~$ sudo chicken-setup objc
 Error: (open-input-file) can not open file - No such file or
 directory: /tmp/chicken-setup-3-root/downloads/objc.egg

 --  Install of downloaded egg fails:

 [EMAIL PROTECTED] ~$ sudo chicken-setup hostinfo
 The extension hostinfo does not exist.
 Do you want to download it ? (yes/no/abort) [yes] yes
 downloading hostinfo.egg from (www.call-with-current-continuation.org
 eggs/3 80)
 Error: (open-input-file) can not open file - No such file or directory:
 /tmp/chicken-setup-3-root/downloads/tmp/chicken-setup-3-root/downloads/hostinfo...


___
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users


Re: [Chicken-users] chicken-setup broken

2008-03-06 Thread Jim Ursetto
Ivan,

Installation of downloaded eggs now works.

However, installing an egg located in the current directory
still fails, with a different path in the error.

[EMAIL PROTECTED] ~$ ll objc.egg
-rw-r--r--   1 root  jim  64708 Jan 14 01:00 objc.egg

[EMAIL PROTECTED] ~$ sudo chicken-setup objc
Error: (open-input-file) can not open file - No such file
  or directory: objc.egg


On 3/6/08, Ivan Raikov [EMAIL PROTECTED] wrote:

 Hi Jim,

 Can you try r9257? I have committed some fixes to chicken-setup
 that would hopefully solve your problems.

 Jim Ursetto [EMAIL PROTECTED] writes:

  -- Install of egg located in current directory fails:
 
  [EMAIL PROTECTED] ~$ echo $TMPDIR $CHICKEN_TMPDIR
 
  [EMAIL PROTECTED] ~$ ll objc.egg
  -rw-r--r-- 1 root jim 64708 Jan 14 01:00 objc.egg
  [EMAIL PROTECTED] ~$ sudo chicken-setup objc
  Error: (open-input-file) can not open file - No such file or
  directory: /tmp/chicken-setup-3-root/downloads/objc.egg


___
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users