[armedbear-ticket] [armedbear] #198: Hunchentoot load failure
#198: Hunchentoot load failure ----------------------------------------------------------------------------------------------+ Reporter: https://www.google.com/accounts/o8/id?id=aitoawnthushznrlieuamks3fxvzisibfmu... | Owner: ehuelsmann Type: defect | Status: new Priority: major | Milestone: 1.1.0 Component: compiler | Version: 1.0 Keywords: | ----------------------------------------------------------------------------------------------+ Loading Hunchentoot from Quicklisp fails on abcl-1.1 where it works for abcl-1.0.1 {{{ Compiled function can't be loaded: org.armedbear.lisp.ASDF_TMP_taskmaster_39 from org.armedbear.lisp.Pathname@21cb0e86 [Condition of type ERROR] Restarts: 0: [TRY-RECOMPILING] Recompile taskmaster and try loading it again 1: [RETRY] Retry loading FASL for #<ASDF:CL-SOURCE-FILE "hunchentoot" "taskmaster">. 2: [ACCEPT] Continue, treating loading FASL for #<ASDF:CL-SOURCE-FILE "hunchentoot" "taskmaster"> as having been successful. 3: [ABORT] Abort compilation. 4: [*ABORT] Return to SLIME's top level. 5: [ABORT] Abort thread. Backtrace: 0: (#<FUNCTION {378780A2}> #<ERROR {1A2690BF}> #<FUNCTION {378780A2}>) 1: (APPLY #<FUNCTION {378780A2}> (#<ERROR {1A2690BF}> #<FUNCTION {378780A2}>)) 2: (SYSTEM::RUN-HOOK SYSTEM::*INVOKE-DEBUGGER-HOOK* #<ERROR {1A2690BF}> #<FUNCTION {378780A2}>) 3: (INVOKE-DEBUGGER #<ERROR {1A2690BF}>) 4: org.armedbear.lisp.Lisp.error(Lisp.java:379) 5: org.armedbear.lisp.FaslClassLoader.loadFunction(FaslClassLoader.java:138) 6: org.armedbear.lisp.FaslClassLoader$pf_get_fasl_function.execute(FaslClassLoader.java:164) 7: org.armedbear.lisp.LispThread.execute(LispThread.java:666) 8: org.armedbear.lisp.Lisp.evalCall(Lisp.java:557) }}} N.b version should be 1.1.0-dev -- Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/198> armedbear <http://common-lisp.net/project/armedbear> armedbear
#198: Hunchentoot load failure ----------------------------------------------------------------------------------------------+ Reporter: https://www.google.com/accounts/o8/id?id=aitoawnthushznrlieuamks3fxvzisibfmu... | Owner: ehuelsmann Type: defect | Status: new Priority: major | Milestone: 1.1.0 Component: compiler | Version: 1.0 Keywords: | ----------------------------------------------------------------------------------------------+ Comment(by https://www.google.com/accounts/o8/id?id=aitoawnthushznrlieuamks3fxvzisibfmu...): Since CFFI doesn't always load the OpenSSL libraries, one has to push the :HUNCHENTOOT-NO-SSL symbol to *FEATURES*, as well as slightly patch Hunchentoot to get this to load. -- Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/198#comment:1> armedbear <http://common-lisp.net/project/armedbear> armedbear
#198: Hunchentoot load failure ----------------------------------------------------------------------------------------------+ Reporter: https://www.google.com/accounts/o8/id?id=aitoawnthushznrlieuamks3fxvzisibfmu... | Owner: ehuelsmann Type: defect | Status: new Priority: major | Milestone: 1.1.0 Component: compiler | Version: 1.1.0-dev Keywords: | ----------------------------------------------------------------------------------------------+ Changes (by mevenson): * version: 1.0 => 1.1.0-dev -- Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/198#comment:2> armedbear <http://common-lisp.net/project/armedbear> armedbear
#198: Hunchentoot load failure ----------------------------------------------------------------------------------------------+ Reporter: https://www.google.com/accounts/o8/id?id=aitoawnthushznrlieuamks3fxvzisibfmu... | Owner: ehuelsmann Type: defect | Status: new Priority: blocker | Milestone: 1.1.0 Component: compiler | Version: 1.1.0-dev Keywords: | ----------------------------------------------------------------------------------------------+ Changes (by mevenson): * priority: major => blocker -- Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/198#comment:3> armedbear <http://common-lisp.net/project/armedbear> armedbear
#198: Hunchentoot load failure ----------------------------------------------------------------------------------------------+ Reporter: https://www.google.com/accounts/o8/id?id=aitoawnthushznrlieuamks3fxvzisibfmu... | Owner: ehuelsmann Type: defect | Status: new Priority: blocker | Milestone: 1.1.0 Component: compiler | Version: 1.1.0-dev Keywords: | ----------------------------------------------------------------------------------------------+ Description changed by mevenson: Old description:
Loading Hunchentoot from Quicklisp fails on abcl-1.1 where it works for abcl-1.0.1 {{{ Compiled function can't be loaded: org.armedbear.lisp.ASDF_TMP_taskmaster_39 from org.armedbear.lisp.Pathname@21cb0e86 [Condition of type ERROR]
Restarts: 0: [TRY-RECOMPILING] Recompile taskmaster and try loading it again 1: [RETRY] Retry loading FASL for #<ASDF:CL-SOURCE-FILE "hunchentoot" "taskmaster">. 2: [ACCEPT] Continue, treating loading FASL for #<ASDF:CL-SOURCE-FILE "hunchentoot" "taskmaster"> as having been successful. 3: [ABORT] Abort compilation. 4: [*ABORT] Return to SLIME's top level. 5: [ABORT] Abort thread.
Backtrace: 0: (#<FUNCTION {378780A2}> #<ERROR {1A2690BF}> #<FUNCTION {378780A2}>) 1: (APPLY #<FUNCTION {378780A2}> (#<ERROR {1A2690BF}> #<FUNCTION {378780A2}>)) 2: (SYSTEM::RUN-HOOK SYSTEM::*INVOKE-DEBUGGER-HOOK* #<ERROR {1A2690BF}> #<FUNCTION {378780A2}>) 3: (INVOKE-DEBUGGER #<ERROR {1A2690BF}>) 4: org.armedbear.lisp.Lisp.error(Lisp.java:379) 5: org.armedbear.lisp.FaslClassLoader.loadFunction(FaslClassLoader.java:138) 6: org.armedbear.lisp.FaslClassLoader$pf_get_fasl_function.execute(FaslClassLoader.java:164) 7: org.armedbear.lisp.LispThread.execute(LispThread.java:666) 8: org.armedbear.lisp.Lisp.evalCall(Lisp.java:557) }}}
N.b version should be 1.1.0-dev
New description: Loading Hunchentoot from Quicklisp fails on abcl-1.1 where it works for abcl-1.0.1 {{{ Compiled function can't be loaded: org.armedbear.lisp.ASDF_TMP_taskmaster_39 from org.armedbear.lisp.Pathname@21cb0e86 [Condition of type ERROR] Restarts: 0: [TRY-RECOMPILING] Recompile taskmaster and try loading it again 1: [RETRY] Retry loading FASL for #<ASDF:CL-SOURCE-FILE "hunchentoot" "taskmaster">. 2: [ACCEPT] Continue, treating loading FASL for #<ASDF:CL-SOURCE-FILE "hunchentoot" "taskmaster"> as having been successful. 3: [ABORT] Abort compilation. 4: [*ABORT] Return to SLIME's top level. 5: [ABORT] Abort thread. Backtrace: 0: (#<FUNCTION {378780A2}> #<ERROR {1A2690BF}> #<FUNCTION {378780A2}>) 1: (APPLY #<FUNCTION {378780A2}> (#<ERROR {1A2690BF}> #<FUNCTION {378780A2}>)) 2: (SYSTEM::RUN-HOOK SYSTEM::*INVOKE-DEBUGGER-HOOK* #<ERROR {1A2690BF}> #<FUNCTION {378780A2}>) 3: (INVOKE-DEBUGGER #<ERROR {1A2690BF}>) 4: org.armedbear.lisp.Lisp.error(Lisp.java:379) 5: org.armedbear.lisp.FaslClassLoader.loadFunction(FaslClassLoader.java:138) 6: org.armedbear.lisp.FaslClassLoader$pf_get_fasl_function.execute(FaslClassLoader.java:164) 7: org.armedbear.lisp.LispThread.execute(LispThread.java:666) 8: org.armedbear.lisp.Lisp.evalCall(Lisp.java:557) }}} -- -- Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/198#comment:4> armedbear <http://common-lisp.net/project/armedbear> armedbear
participants (1)
-
armedbear