Bug#357238: [cl-debian] Bug#357238: cl-asdf: Package errors on system reload

2006-03-28 Thread Marco Baringer
Christian Lynbech <[EMAIL PROTECTED]> writes: > I have some sympathy for the sentiment that adding `in-package' forms > when you kind of don't care is silly. This is after all lisp, not Java > or Erlang. The "packages.lisp" file just want to create packages for > cl-regex and thus is rather safe,

Bug#357238: cl-asdf: Package errors on system reload

2006-03-28 Thread Christian Lynbech
> "Peter" == Peter Van Eynde <[EMAIL PROTECTED]> writes: >> The system being loaded in this example is the :regex system of the >> "cl-regex" package (in version 1-1). Peter> regex/packages.lisp does not start with "(in-package :common-lisp-user)" Peter> when you add that line the problem sho

Bug#357238: cl-asdf: Package errors on system reload

2006-03-28 Thread Peter Van Eynde
Hello, On Thursday 16 March 2006 11:29, Christian Lynbech wrote: > The symptom is that the first I load and compiles a system, for > instance with `clc-require', it works as expected. However, on > subsequent starts of lisp, the load of the (now compiled) system > fails. The full error log is belo

Bug#357238: cl-asdf: Package errors on system reload

2006-03-16 Thread Christian Lynbech
Package: cl-asdf Version: 1.89-1 Severity: normal I am having some problems with ASDF, that hits both CMUCL and SBCL. The symptom is that the first I load and compiles a system, for instance with `clc-require', it works as expected. However, on subsequent starts of lisp, the load of the (now comp