From: Berlin Brown
Subject: asdf-install on clisp and cygwin
Date: 
Message-ID: <c83401e1-982c-445a-900a-d191f36eb6e5@2g2000hsn.googlegroups.com>
I am trying to get asdf-install to work (also through a proxy
server).  So far, it looks like it is doing something but I get the
following error when it tries to download anything.

Does anyone see the issue.

Versions:
Operating System: WinXP
Cygwin - pretty recent
Clisp - Welcome to GNU CLISP 2.44 (2008-02-02)
ASDF - latest (download latest yesterday)
ASDF-INSTALL - latest (download latest yesterday)

[1]> (asdf-install:install :hunchentoot)
Install where?
1) System-wide install:
   System in /usr/local/asdf-install/site-systems/
   Files in /usr/local/asdf-install/site/
2) Personal installation:
   System in /cygdrive/c/projects/tools/home/.asdf-install-dir/
systems/
   Files in /cygdrive/c/projects/tools/home/.asdf-install-dir/site/
0) Abort installation.
 --> 2
;;; ASDF-INSTALL: Downloading 129522 bytes from http://weitz.de/files/hunchento
t.tar.gz to /cygdrive/c/projects/tools/home/asdf-install-2.asdf-
install-tmp ...
;;; ASDF-INSTALL: Downloading 186 bytes from http://weitz.de/files/hunchentoot.
ar.gz.asc to /cygdrive/c/projects/tools/home/asdf-install-3.asdf-
install-tmp ..

gpg: WARNING: using insecure memory!
gpg: please see http://www.gnupg.org/faq.html for more information
gpg: Signature made Wed May 21 10:40:13 2008 EDT using DSA key ID
057958C6
[GNUPG:] ERRSIG 595FF045057958C6 17 2 00 1211380813 9
[GNUPG:] NO_PUBKEY 595FF045057958C6
gpg: Can't check signature: public key not found

*** - MAKE-STRING-INPUT-STREAM: argument NIL is not a string
The following restarts are available:
USE-VALUE      :R1      You may input a value to be used instead.
INSTALL-ANYWAYS :R2     Don't check GPG signature for this package
RETRY-GPG-CHECK :R3     Retry GPG check (e.g., after downloading the
key)
ABORT          :R4      Abort main loop
Break 1 [2]> :R2
;;; ASDF-INSTALL: Installing HUNCHENTOOT in /cygdrive/c/projects/tools/
home/.as
f-install-dir/site/, /cygdrive/c/projects/tools/home/.asdf-install-dir/
systems/

gzip: stdin: not in gzip format
/bin/tar: Child returned status 1
/bin/tar: Error exit delayed from previous errors
;;; ASDF-INSTALL: Loading system ASDF-INSTALL::HUNCHENTOOT via ASDF.

*** - component "hunchentoot" not found
The following restarts are available:
RETRY          :R1      Retry installation
ABORT          :R2      Abort main loop
Break 1 [3]>