hello all, i am trying to install hunchentoot on macosx 10.4.10(powerpc) using openmcl ,asdf-install , i am getting these errors, can anybody help me . thanks
;;; ASDF-INSTALL: Downloading 125037 bytes from http://weitz.de/files/hunchentoot.tar.gz to HUNCHENTOOT.asdf-install-tmp ...
;;; ASDF-INSTALL: Installing HUNCHENTOOT.asdf-install-tmp in /usr/local/asdf-install/site/, /usr/local/asdf-install/site-systems/ hunchentoot-0.11.1/ hunchentoot-0.11.1/CHANGELOG hunchentoot-0.11.1/CHANGELOG_TBNL hunchentoot-0.11.1/cookie.lisp hunchentoot-0.11.1/doc/ hunchentoot-0.11.1/doc/hunchentoot.gif hunchentoot-0.11.1/doc/index.html hunchentoot-0.11.1/doc/LICENSE.txt hunchentoot-0.11.1/easy-handlers.lisp hunchentoot-0.11.1/headers.lisp hunchentoot-0.11.1/hunchentoot-test.asd hunchentoot-0.11.1/hunchentoot.asd hunchentoot-0.11.1/log.lisp hunchentoot-0.11.1/mime-types.lisp hunchentoot-0.11.1/misc.lisp hunchentoot-0.11.1/packages.lisp hunchentoot-0.11.1/port-acl.lisp hunchentoot-0.11.1/port-cmu.lisp hunchentoot-0.11.1/port-lw.lisp hunchentoot-0.11.1/port-mcl.lisp hunchentoot-0.11.1/port-sbcl.lisp hunchentoot-0.11.1/README hunchentoot-0.11.1/reply.lisp hunchentoot-0.11.1/request.lisp hunchentoot-0.11.1/server.lisp hunchentoot-0.11.1/session.lisp hunchentoot-0.11.1/specials.lisp hunchentoot-0.11.1/test/ hunchentoot-0.11.1/test/favicon.ico hunchentoot-0.11.1/test/fz.jpg hunchentoot-0.11.1/test/packages.lisp hunchentoot-0.11.1/test/test.lisp hunchentoot-0.11.1/test/UTF-8-demo.html hunchentoot-0.11.1/unix-acl.lisp hunchentoot-0.11.1/unix-cmu.lisp hunchentoot-0.11.1/unix-lw.lisp hunchentoot-0.11.1/unix-mcl.lisp hunchentoot-0.11.1/unix-sbcl.lisp hunchentoot-0.11.1/util.lisp
#P"/usr/local/asdf-install/site/hunchentoot-0.11.1/" #P"/usr/local/asdf-install/site/hunchentoot-0.11.1/" ; loading system definition from /usr/local/asdf-install/site-systems/hunchentoot.asd into #<Package "ASDF269"> ; registering #<SYSTEM :HUNCHENTOOT #x8454E16> as HUNCHENTOOT ; loading system definition from /usr/local/asdf-install/site-systems/url- rewrite.asd into #<Package "ASDF270"> ; registering #<SYSTEM :URL-REWRITE #x849908E> as URL-REWRITE ; loading system definition from /usr/local/asdf-install/site-systems/acl- compat.asd into #<Package "ASDF271"> ; registering #<SYSTEM ACL-COMPAT #x84B468E> as ACL-COMPAT ; loading system definition from /usr/local/asdf-install/site-systems/cl- ppcre.asd into #<Package "ASDF285"> ; registering #<SYSTEM :CL-PPCRE #x84C7FEE> as CL-PPCRE ; loading system definition from /usr/local/asdf-install/site-systems/puri.asd into #<Package "ASDF286"> ; registering #<SYSTEM PURI #x8409666> as PURI ; registering #<SYSTEM PURI-TESTS #x8401656> as PURI-TESTS ; loading system definition from /usr/local/asdf-install/site-systems/rfc2388.asd into #<Package "ASDF290"> ; registering #<SYSTEM :RFC2388 #x842EEAE> as RFC2388 ; loading system definition from /usr/local/asdf-install/site-systems/md5.asd into #<Package "ASDF291"> ; registering #<SYSTEM MD5 #x842627E> as MD5 ; loading system definition from /usr/local/asdf-install/site-systems/cl+ssl.asd into #<Package "ASDF292"> ; registering #<SYSTEM :CL+SSL #x843F34E> as CL+SSL ; loading system definition from /usr/local/asdf-install/site-systems/flexi- streams.asd into #<Package "ASDF293"> ; registering #<SYSTEM :FLEXI-STREAMS #x843623E> as FLEXI-STREAMS ; registering #<SYSTEM :FLEXI-STREAMS-TEST #x844D97E> as FLEXI-STREAMS-TEST ; loading system definition from /usr/local/asdf-install/site-systems/trivial-gray-streams.asd into #<Package "ASDF295"> ; registering #<SYSTEM :TRIVIAL-GRAY-STREAMS #x8441DF6> as TRIVIAL-GRAY-STREAMS ; loading system definition from /usr/local/asdf-install/site-systems/cffi.asd into #<Package "ASDF296"> ; registering #<SYSTEM CFFI #x8455376> as CFFI ; loading system definition from /usr/local/asdf-install/site-systems/cl- base64.asd into #<Package "ASDF298"> ; registering #<SYSTEM CL-BASE64 #x84756BE> as CL-BASE64 ; registering #<SYSTEM CL-BASE64-TESTS #x848CA3E> as CL-BASE64-TESTS ; loading system definition from /usr/local/asdf-install/site-systems/chunga.asd into #<Package "ASDF301"> ; registering #<SYSTEM :CHUNGA #x8481356> as CHUNGA
Error in process listener(1): Class named CCL::BASIC-STREAM not found. While executing: FIND-CLASS Type :POP to abort.
Type :? for other options.
On Wed, 8 Aug 2007 19:38:19 -0700, "Harsha Ch" harsha.ch@gmail.com wrote:
hello all, i am trying to install hunchentoot on macosx 10.4.10(powerpc) using openmcl
I can't really help with this one as I don't have a Mac, but note that for a real bug report you should provide a bit more information - which version of OpenMCL do you use, which version are the other libraries, what about a backtrace, etc. Maybe someone with a Mac can look into this. And you could check if you get the same error with version 0.11.0 of Hunchentoot:
http://common-lisp.net/~loliveira/ediware/
Edi.
Edi Weitz edi@agharta.de writes:
On Wed, 8 Aug 2007 19:38:19 -0700, "Harsha Ch" harsha.ch@gmail.com wrote:
hello all, i am trying to install hunchentoot on macosx 10.4.10(powerpc) using openmcl
I can't really help with this one as I don't have a Mac, but note that for a real bug report you should provide a bit more information
- which version of OpenMCL do you use, which version are the other
libraries, what about a backtrace, etc. Maybe someone with a Mac can
I have a Mac, and if Harsha can provide me with this information I'll try and replicate the problem.
(I have never used OpenMCL.)
Cheers, Chris Dean
mac version : 10.4.10 PowerPc G4 openmcl : version 1.0 libraries : cl-md5 - version - 1.8 chunga - version - 0.3.0 cl-fad - version - 0.6.0 cl-ppcre - version - 1.3.0 cl-who - version - 0.10.0 flexistreams - version - 0.11.2 url-rewrite - version - 0.1.1 cl-base64 - version-3.1 rfc2388 cl+ssl acl-compat
i am trying to reinstall from scratch ,, to see if there is any lib problems.. thanks for the help On Aug 10, 2007, at 3:22 PM, Chris Dean wrote:
Edi Weitz edi@agharta.de writes:
On Wed, 8 Aug 2007 19:38:19 -0700, "Harsha Ch" harsha.ch@gmail.com wrote:
hello all, i am trying to install hunchentoot on macosx 10.4.10(powerpc) using openmcl
I can't really help with this one as I don't have a Mac, but note that for a real bug report you should provide a bit more information
- which version of OpenMCL do you use, which version are the other
libraries, what about a backtrace, etc. Maybe someone with a Mac can
I have a Mac, and if Harsha can provide me with this information I'll try and replicate the problem.
(I have never used OpenMCL.)
Cheers, Chris Dean _______________________________________________ tbnl-devel site list tbnl-devel@common-lisp.net http://common-lisp.net/mailman/listinfo/tbnl-devel
hi, i got it working , when i reinstalled everything .. i think there is some problem with flexi streams ( not sure though).. thanks for the help .. -harsha On Aug 10, 2007, at 3:22 PM, Chris Dean wrote:
Edi Weitz edi@agharta.de writes:
On Wed, 8 Aug 2007 19:38:19 -0700, "Harsha Ch" harsha.ch@gmail.com wrote:
hello all, i am trying to install hunchentoot on macosx 10.4.10(powerpc) using openmcl
I can't really help with this one as I don't have a Mac, but note that for a real bug report you should provide a bit more information
- which version of OpenMCL do you use, which version are the other
libraries, what about a backtrace, etc. Maybe someone with a Mac can
I have a Mac, and if Harsha can provide me with this information I'll try and replicate the problem.
(I have never used OpenMCL.)
Cheers, Chris Dean _______________________________________________ tbnl-devel site list tbnl-devel@common-lisp.net http://common-lisp.net/mailman/listinfo/tbnl-devel