blindglobe / common-lisp-stat

Common Lisp Statistics -- based on LispStat (Tierney) but updated for Common Lisp and incorporating lessons from R (http://www.r-project.org/). See the google group for lisp stat / common lisp statistics for a mailing list.
https://groups.google.com/d/forum/lisp-stat
Other
170 stars 18 forks source link

Failed to load in CCL due to CCL::USE-PACKAGE-CONFLICT-ERROR #4

Open leoliu opened 10 years ago

leoliu commented 10 years ago
Using #<Package "CL-VARIATES"> in #<Package "METABANG.CL-CONTAINERS"> 
would cause name conflicts with symbols already present in that package: 
METABANG.UTILITIES:NEXT-ELEMENT  CL-VARIATES:NEXT-ELEMENT
   [Condition of type CCL::USE-PACKAGE-CONFLICT-ERROR]

Restarts:
 0: [CONTINUE] Try again to use #<Package "CL-VARIATES"> in #<Package "METABANG.CL-CONTAINERS">
 1: [UNINTERN-ALL] UNINTERN all conflicting symbols from #<Package "METABANG.CL-CONTAINERS">
 2: [SHADOW-ALL] SHADOW all conflicting symbols in #<Package "METABANG.CL-CONTAINERS">
 3: [RESOLVE-BY-UNINTERN-OR-SHADOW] SHADOW or UNINTERN the conflicting symbols in #<Package "METABANG.CL-CONTAINERS">.
 4: [RETRY-COMPILE-FILE] Retry compiling #P"/Users/leo/quicklisp/dists/quicklisp/software/cl-containers-20140211-git/dev/container-sampling.lisp"
 5: [SKIP-COMPILE-FILE] Skip compiling #P"/Users/leo/quicklisp/dists/quicklisp/software/cl-containers-20140211-git/dev/container-sampling.lisp"
 --more--

Backtrace:
  0: (CCL::USE-PACKAGE-1 #<Package "METABANG.CL-CONTAINERS"> #<Package "CL-VARIATES">)
blindglobe commented 10 years ago

Leo - Are you working from the github repository or from quicklisp or from a mix? I've seen this before, but thought I fixed it?

(drop a line directly to blindglobe@gmail.com, I'd like to fix this this afternoon if possible).

best, -tony

leoliu commented 10 years ago

CCl 1.9 from Mac Homebrew on 10.9.2; installed CLS from latest quicklisp.

leoliu commented 10 years ago

Thanks, I've got your mail and will try it tomorrow.