Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

lawful_evil: problem with hunchentoot on openbsd 5 i386

15 views
Skip to first unread message

Mr G

unread,
Jan 11, 2012, 1:53:42 AM1/11/12
to
(3:30:00 PM) lawful_evil: problem with hunchentoot on openbsd 5 i386
2 posts by 1 author in comp.lang.lisp
[Email updates to me] [Collapse all]
me(gavino change)
Post reply
3:33 PM (7 hours ago)
(3:30:00 PM) lawful_evil: problem with hunchentoot on openbsd 5 i386
(3:30:03 PM) lawful_evil: *** - Error while trying to load definition for system rfc2388 from pathname /home/g/quicklisp/dists/quicklisp/software/rfc2388-20120107-http/rfc2388.asd:
(3:30:03 PM) lawful_evil: SYSTEM::STRING-READER: Invalid byte #xC4 in CHARSET:ASCII conversion


quicklisp used to install hunchentoot
tried SBCL and clisp
SBCL works on archlinux
above error pops up in openbsd 5.0
wondering what in hek it is
start hunchentoot with:
(ql:quickload "hunchentoot") (hunchentoot:start (make-instance 'hunchentoot:easy-acceptor :port 4242)) (push (hunchentoot:create-folder-dispatcher-and-handler "/www/" #p"/home/g/www/") hunchentoot:*dispatch-table*)
perhaps some FFI bug in unicode conversion ?
beyond me
help hints?
me(gavino change)
Post reply
10:33 PM (16 minutes ago)
same error on openbsd 5.0 i386 using clisp on a pc at home


$ cat hunch
(ql:quickload "hunchentoot") (hunchentoot:start (make-instance 'hunchentoot:easy-acceptor :port 4242)) (push (hunchentoot:create-folder-dispatcher-and-handler "/www/" #p"/home/g/www/") hunchentoot:*dispatch-table*)

clisp -i hunch
...
To load "hunchentoot":
Load 1 ASDF system:
hunchentoot
; Loading "hunchentoot"

*** - Error while trying to load definition for system rfc2388 from pathname
/home/g/quicklisp/dists/quicklisp/software/rfc2388-20120107-http/rfc2388.asd:
SYSTEM::STRING-READER: Invalid byte #xC4 in CHARSET:ASCII conversion
The following restarts are available:
ABORT :R1 Give up on "hunchentoot"
SKIP :R2 skip (QUICKLOAD hunchentoot)
STOP :R3 stop loading file /home/g/hunch
Break 1 RFC2388.SYSTEM[3]>

iridaoc

unread,
Feb 12, 2012, 3:32:17 AM2/12/12
to
Hi,

You have to set LC_CTYPE in order to load rfc2388.asd with utf8
support.

In your .profile add export LC_CTYPE='en_US.UTF-8'

I use quicklisp to load all libs i need (cl-who, hunchentoot, cl-
mysql,...)

So, perhaps you need mysql with hunchentoot.
But clsql won't compile by default.
Take care to compile it manually with gmake (Gnu Make).

Sincerely.

Ocular Bat

unread,
Mar 20, 2012, 2:39:30 PM3/20/12
to
so you have hunch working? and you did so by installing mysql port or
manually compiling source with gmake outside port?
0 new messages