#167: series fails to compile ---------------------------+--------------------------------------- Reporter: mevenson | Owner: ehuelsmann Type: defect | Status: new Priority: minor | Milestone: 1.5.0 Component: compiler | Version: 0.27 Resolution: | Keywords: quicklisp series compiler Parent Tickets: | ---------------------------+--------------------------------------- Changes (by mevenson):
* priority: major => minor
Comment:
New error: SERIES {{{ #<QL-DIST:SYSTEM series-tests / series-20131111-git / quicklisp 2016-10-31>}}}} from {{{quicklisp 2016-10-31}}} fails due to a conflict with CL:LOOP.
SERIES should probably fix
{{{ A symbol named COLLECT is already accessible in package COMMON-LISP-USER. [Condition of type PACKAGE-ERROR]
Restarts: 0: [RETRY] Retry compiling #<ASDF/LISP-ACTION:CL-SOURCE-FILE "series- tests" "s-test">. 1: [ACCEPT] Continue, treating compiling #<ASDF/LISP-ACTION:CL-SOURCE- FILE "series-tests" "s-test"> as having been successful. 2: [RETRY] Retry TEST-OP on #<ASDF/SYSTEM:SYSTEM "series">. 3: [ACCEPT] Continue, treating TEST-OP on #<ASDF/SYSTEM:SYSTEM "series"> as having been successful. 4: [RETRY] Retry ASDF operation. 5: [CLEAR-CONFIGURATION-AND-RETRY] Retry ASDF operation after resetting the configuration. --more--
Backtrace: 0: (#<FUNCTION {390BC3CF}> #<PACKAGE-ERROR {DB163CD}> #<FUNCTION {390BC3CF}>) 1: (APPLY #<FUNCTION {390BC3CF}> (#<PACKAGE-ERROR {DB163CD}> #<FUNCTION {390BC3CF}>)) 2: (SYSTEM::RUN-HOOK SYSTEM::*INVOKE-DEBUGGER-HOOK* #<PACKAGE-ERROR {DB163CD}> #<FUNCTION {390BC3CF}>) 3: (INVOKE-DEBUGGER #<PACKAGE-ERROR {DB163CD}>) 4: org.armedbear.lisp.Lisp.error(Lisp.java:382) 5: org.armedbear.lisp.Package.usePackage(Package.java:647) 6: org.armedbear.lisp.Primitives$pf_use_package.execute(Primitives.java:3342) 7: (USE-PACKAGE :SERIES #<PACKAGE COMMON-LISP-USER>) }}}
-- Ticket URL: http://abcl.org/trac/ticket/167#comment:7 armedbear http://abcl.org armedbear