scsh-users
[Top] [All Lists]

Re: [RELEASE] Sunterlib 0.6 (aux.scm missing)

Subject: Re: [RELEASE] Sunterlib 0.6 (aux.scm missing)
From: Terrence Brannon <metaperl@urth.org>
Date: Mon, 19 Apr 2004 14:37:50 -0400
Cc: scsh <scsh@zurich.csail.mit.edu>
Andreas Bernauer wrote:
Terrence Brannon wrote:
Something appears to be missing from the tarball. When untarring I got 
this message:

       ~/mydocs/hacks/scm $ gzip -dc sunterlib-0.6.tar.gz | tar xvf -
tar: sunterlib-0.6/scsh/tiff/aux.scm: Cannot open: No such file or directory

Hm, I've just downloaded the tarball from
http://savannah.nongnu.org/download/sunterlib/sunterlib-0.6.tar.gz and
untared it.  No problems whatsoever, and I do have scsh/tiff/aux.scm.
Did you try to reretrieve the tarball?

It appears to be a cygwin/win32 issue as I got aux.scm just fine on a Linux box. I used Cygwin's tar and gzip and it failed to unpack and I also used WinRAR to unpack it and it had problems with this file, asking if I wanted to over-write a zero-length version of the file with the one that was 1446 bytes long. It failed to overwrite due to permission issues.

But don't worry about it. I can just unpack on Linux and run on Windows.


        ~/mydocs/hacks/scm $ ls -l
total 313
-rwx------+   1 metaperl None        10961 Apr 14 08:44 find.scm
drwxr-xr-x+   2 metaperl None            0 Apr 14 15:52 mole
-rwx------+   1 metaperl None        38537 Apr 14 15:49 mole.tar.gz
-rw-r--r--    1 metaperl None         2433 Apr 15 16:42 source-code-documenters.scm
-rw-r--r--    1 metaperl None         1240 Apr 15 05:57 source-code-documenters.scm~
-rwx------+   1 metaperl None       137487 Apr 19 03:54 srfi-1.html
-rwx------+   1 metaperl None         6887 Apr 19 03:55 srfi-28.html
drwx------+   4 metaperl None            0 Apr 19 14:31 sunterlib-0.6
-rwx------+   1 metaperl None       119144 Apr 19 14:27 sunterlib-0.6.tar.gz
        ~/mydocs/hacks/scm $ rm -rf sunterlib-0.6*
        ~/mydocs/hacks/scm $ lwp-download wget http://savannah.nongnu.org/download/sunterlib/sunterlib-0.6.tar.gz
bash: lwp-download: command not found
        ~/mydocs/hacks/scm $ wget http://savannah.nongnu.org/download/sunterlib/sunterlib-0.6.tar.gz
--14:32:23--  http://savannah.nongnu.org/download/sunterlib/sunterlib-0.6.tar.gz
           => `sunterlib-0.6.tar.gz'
Resolving savannah.nongnu.org... 199.232.41.4
Connecting to savannah.nongnu.org[199.232.41.4]:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 119,144 [application/x-tar]

    0K .......... .......... .......... .......... .......... 42%  273.22 KB/s
   50K .......... .......... .......... .......... .......... 85%  362.32 KB/s
  100K .......... ......                                     100%  363.37 KB/s

14:32:32 (317.90 KB/s) - `sunterlib-0.6.tar.gz' saved [119144/119144]

        ~/mydocs/hacks/scm $ gzip -dc sunterlib-0.6.tar.gz | tar xf -
tar: sunterlib-0.6/scsh/tiff/aux.scm: Cannot open: No such file or directory
tar: Error exit delayed from previous errors
        ~/mydocs/hacks/scm $ uname -a
CYGWIN_NT-5.1 moksha 1.5.7(0.109/3/2) 2004-01-30 19:32 i686 unknown unknown Cygwin
        ~/mydocs/hacks/scm $
<Prev in Thread] Current Thread [Next in Thread>