I,m getting this error while installing drakma with asdf-install on gentoo-amd64 with sbcl 1.0.15:
Downloading 42624 bytes from http://weitz.de/files/drakma.tar.gz ... Installing /root/DRAKMA.asdf-install-tmp in /usr/lib64/sbcl/site/,/usr/ lib64/sbcl/site-systems/ drakma-0.11.5/ drakma-0.11.5/CHANGELOG.txt drakma-0.11.5/cookies.lisp drakma-0.11.5/doc/ drakma-0.11.5/doc/index.html drakma-0.11.5/drakma.asd drakma-0.11.5/packages.lisp drakma-0.11.5/read.lisp drakma-0.11.5/request.lisp drakma-0.11.5/specials.lisp drakma-0.11.5/util.lisp
; compiling file "/usr/lib/sbcl/site/drakma-0.11.5/ request.lisp" (written 21 MAR 2008 11:40:04 PM): ; compiling (IN-PACKAGE :DRAKMA) ; compiling (DEFUN DETERMINE-BODY-FORMAT ...) ; compiling (DEFUN SEND-CONTENT ...) ; compiling (DEFUN MAKE-FORM-DATA-FUNCTION ...) ; compiling (DEFUN READ-BODY ...); compilation aborted because of fatal error: ; READ failure in COMPILE-FILE: ; SB-INT:SIMPLE-READER-PACKAGE- ERROR at 24225 (line 460, column 42) on #<SB-SYS:FD-STREAM for "file / usr/lib/sbcl/site/drakma-0.11.5/request.lisp" {1003824541}>: ; Symbol "STREAM-FD" not found in the CL+SSL package. ; compilation aborted after 0:00:01
I need drakma because it's dependency of cl-selenium. Please help.
On Wed, 09 Apr 2008 23:22:37 +0200, Marek Kowerski mk234@o2.pl wrote:
fatal error: ; READ failure in COMPILE-FILE: ; SB-INT:SIMPLE-READER-PACKAGE- ERROR at 24225 (line 460, column 42) on #<SB-SYS:FD-STREAM for "file / usr/lib/sbcl/site/drakma-0.11.5/request.lisp" {1003824541}>: ; Symbol "STREAM-FD" not found in the CL+SSL package.
Do you have the latest version of CL-SSL?
On Thu, Apr 10, 2008 at 12:22 AM, Marek Kowerski mk234@o2.pl wrote:
I,m getting this error while installing drakma with asdf-install on gentoo-amd64 with sbcl 1.0.15:
BTW, do you know there is a gentoo lisp overlay[1], which has latest versions of drakma and many more packages?
[1] http://repo.or.cz/w/gentoo-lisp-overlay.git