安装“hunchentoot”错误?

时间:2011-09-23 06:45:39

标签: hunchentoot quicklisp

我想在我的freebsd框上安装hunchentoot,但quicklisp报告错误:

(ql:quickload "hunchentoot")
To load "hunchentoot":
 Load 3 ASDF systems:
 rfc2388 trivial-backtrace usocket
Install 15 Quicklisp releases:
alexandria babel bordeaux-threads cffi chunga 
cl+ssl cl-base64 cl-fad cl-ppcre flexi-streams 
hunchentoot md5 trivial-features trivial-garbage 
trivial-gray-streams

* - 标题缺少魔法值1F,8B(取而代之的是3C,21)! 可以使用以下重新启动: ABORT:R1放弃“hunchentoot”

ABORT Break 1 [2]> :ⅰ

:标准对象

类型:QL-GUNZIPPER :: GZIP-DECOMPRESSION-ERROR 0 [$ FORMAT-CONTROL]:“标题缺少魔法值〜2,'0X,~2,'0X(得到〜2,'0X,~2,'0X代替)!” 1 [$ FORMAT-ARGUMENTS] :( 31 139 60 33):R2在此处中止主循环代码

如何解决?谢谢!

2 个答案:

答案 0 :(得分:2)

看起来Quicklisp下载的文件无效;它们不是以预期的GZIP文件头开头的。相反,它们以<!...开头,看起来非常像HTML。您的网络中是否有代理?如果是这样,试试这个:

(setf (ql-config:config-value "proxy-url") "http://your.proxy.url:xyz/")

答案 1 :(得分:-1)

现在可以在我的archlinux盒子上安装“hunchentoot”。但是无法安装“uffi”:

(ql:quickload "uffi") 
To load " uffi":
Install 1 Quicklisp release:
uffi
; Fetching #<URL "http://beta.quicklisp.org/archive/uffi/2010-11-07/uffi-20101107-git.tgz">
; 175.27KB
==================================================
179,479 bytes in 10.53 seconds (16.64KB/sec)
; Loading "uffi"

*** - Component "uffi" not found

我不明白为什么quicklisp有这么多问题!