[hunchentoot-devel] Problem with SBCL 1.0.18

Hans Hübner hans at huebner.org
Tue Jul 8 14:16:36 UTC 2008


Andy,

did you build SBCL 1.0.18 with threads?  From what you write I would
guess that you are using a non-threaded Lisp.  START-SERVER does not
return in this case, as all request processing is done in the
foreground.  The SBCL 1.0.17 binary that you downloaded should be
threaded, though.

-Hans

2008/7/8 Andrew Peterson <andy.arvid at gmail.com>:
> Hans,
>
> The Hunchentoot development version compiles fine in SBCL 1.0.18 (Linux 64
> bits) using all libraries in the ediware tree.
> SBCL 1.0.18 was compiled from the source using SBCL 1.0.12.
>
> I do this by removing all *.fasl in the libraries. then enter
> (require :hunchentoot)
> But
> (defvar *server* (hunchentoot:start-server :port 8080))
> does not return. It hangs REPL. But it is running.
> http://localhost:8080/ returns the default hunchentoot page.
>
> The same holds true for SBCL 1.0.17 (binary download).
>
> But SBCL 1.0.12 compiles and runs right, start-server does return and my
> code runs fine.
>
> Thanks
>
> Andy
>
> On Tue, Jul 8, 2008 at 12:54 AM, Hans Hübner <hans at huebner.org> wrote:
>>
>> Andrew,
>>
>> could you check whether you have the same problem when you're using
>> the Hunchentoot development version?  It is currently only available
>> through Subversion by checking out http://bknr.net/svn/ediware - If
>> that does not work, too, please send a complete error message of the
>> compilation.
>>
>> Thanks,
>> Hans
>>
>> 2008/7/8 Andrew Peterson <andy.arvid at gmail.com>:
>> > Today, I upgraded to SBCL 1.0.18 and Hunchentoot 0.15.7 from SBCL 1.0.12
>> > and
>> > Hunchentoot 0.15.2.
>> >
>> > Unfortunately, when SBCL compiles I got this error:
>> > erred while invoking #<COMPILE-OP NIL {1002F3BE11}> on
>> > #<CL-SOURCE-FILE "port-sbcl" {10031BF5B1}>
>> >    [Condition of type ASDF:COMPILE-FAILED]
>> >
>> > I also got this error when I returned to  Hunchentoot 0.15.2.
>> >
>> > I returned to SBCL 1.0.12 and Hunchentoot works in both versions (0.15.2
>> > and
>> > 0.15.7)
>> >
>> > andy peterson.
>> >
>> >
>> >
>> > _______________________________________________
>> > tbnl-devel site list
>> > tbnl-devel at common-lisp.net
>> > http://common-lisp.net/mailman/listinfo/tbnl-devel
>> >
>> _______________________________________________
>> tbnl-devel site list
>> tbnl-devel at common-lisp.net
>> http://common-lisp.net/mailman/listinfo/tbnl-devel
>
>
>
> --
> My Exercise Logs:
> http://andyarvid.infogami.com
> http://decenturl.com/spreadsheets.google/andys-exercise-log
> _______________________________________________
> tbnl-devel site list
> tbnl-devel at common-lisp.net
> http://common-lisp.net/mailman/listinfo/tbnl-devel
>



More information about the Tbnl-devel mailing list