hello, i have an other question about the couple araneida-tbnl.
i have 2 web site which uses apache + modlisp + tbnl it works very well
i would like to test tbnl with araneida, so i create another web site currently it works
but if i would like to restart my 2 others website (apache+tbnl), i have this error :
The name "ARANEIDA" does not designate any package. [Condition of type SB-KERNEL:SIMPLE-PACKAGE-ERROR]
Restarts: 0: [RETRY] Retry performing #<ASDF:LOAD-OP NIL {92544C9}> on #<ASDF:CL-SOURCE-FILE "araneida" {9702851}>. 1: [ACCEPT] Continue, treating #<ASDF:LOAD-OP NIL {92544C9}> on #<ASDF:CL-SOURCE-FILE "araneida" {9702851}> as having been successful. 2: [ABORT] Abort handling SLIME request. 3: [TERMINATE-THREAD] Terminate this thread (#<THREAD "repl-thread" {98F3871}>)
Backtrace: 0: (SB-INT:%FIND-PACKAGE-OR-LOSE "ARANEIDA") 1: (SB-INT:FIND-UNDELETED-PACKAGE-OR-LOSE "ARANEIDA") 2: (SB-FASL::FOP-PACKAGE) 3: (SB-FASL::LOAD-FASL-GROUP #<SB-SYS:FD-STREAM for "file /home/nicolas/.sbcl/site/tbnl-0.8.1/araneida.fasl" {94A1529}>) 4: (SB-FASL::LOAD-AS-FASL #<SB-SYS:FD-STREAM for "file /home/nicolas/.sbcl/site/tbnl-0.8.1/araneida.fasl" {94A1529}> NIL #<unavailable argument>) 5: (SB-FASL::INTERNAL-LOAD #P"/home/nicolas/.sbcl/site/tbnl-0.8.1/araneida.fasl" #P"/home/nicolas/.sbcl/site/tbnl-0.8.1/araneida.fasl" :ERROR NIL NIL :B$ 6: (SB-FASL::INTERNAL-LOAD #P"/home/nicolas/.sbcl/site/tbnl-0.8.1/araneida.fasl" #P"/home/nicolas/.sbcl/site/tbnl-0.8.1/araneida.fasl" :ERROR NIL NIL NI$ 7: (LOAD #P"/home/nicolas/.sbcl/site/tbnl-0.8.1/araneida.fasl") 8: ((SB-PCL::FAST-METHOD ASDF:PERFORM (ASDF:LOAD-OP ASDF:CL-SOURCE-FILE)) #<unavailable argument> #<unavailable argument> #<ASDF:LOAD-OP NIL {92544C9}> $ 9: ((LAMBDA (SB-PCL::.PV-CELL. SB-PCL::.NEXT-METHOD-CALL. SB-PCL::.ARG0. SB-PCL::.ARG1.)) #<unavailable argument> #<unavailable argument> #<ASDF:LOAD-OP$ 10: ((SB-PCL::FAST-METHOD ASDF:PERFORM :AROUND (ASDF:LOAD-OP ASDF:CL-SOURCE-FILE)) #<unavailable argument> #S(SB-PCL::FAST-METHOD-CALL :FUNCTION #<CLOSUR$ 11: ((LAMBDA NIL)) 12: (SB-C::%WITH-COMPILATION-UNIT #<CLOSURE (LAMBDA NIL) {949D425}>) 13: (ASDF:OPERATE ASDF:LOAD-OP :TBNL) 14: (SB-INT:EVAL-IN-LEXENV (ASDF:OPERATE (QUOTE ASDF:LOAD-OP) :TBNL) #<NULL-LEXENV>) --more--
i suppose is due to the fact the preceding compilation create FASL files with araneida support
is it possible to have apache+modlisp+tbnl and araneida+tbnl on the same system and in same time ?
thanks for any help