[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#592768: complementary information



What version of clisp are you using? asdf 2.007 is incompatible with
old clisp. asdf 2.008 includes compatibility with old clisp. Does
upgrading asdf to a recent package help?

Otherwise, can you use printf or dichotomy debugging to identify where
precisely this script fails?

[ Fran?ois-Ren? ?VB Rideau | Reflection&Cybernethics | http://fare.tunes.org ]
Never abandon a theory that explains something until you have a theory that
explains more.  ? John McCarthy



On 16 September 2010 15:57, stef louise <stephane.r.louise at gmail.com> wrote:
> Hi,
>
> This bug seems quite quiet for a grave bug (the update manager refuse
> to work since then).
> I tried to use dpkg which seems to give more accurate messages for
> common-lisp installation:
>
> # LANG=C dpkg -i /var/cache/apt/archives/common-lisp-controller_7.4_all.deb
> (Reading database ... 196004 files and directories currently installed.)
> Preparing to replace common-lisp-controller 7.4 (using
> .../common-lisp-controller_7.4_all.deb) ...
> Unpacking replacement common-lisp-controller ...
> Setting up common-lisp-controller (7.4) ...
> Reinstalling for clisp
> Recompiling Common Lisp Controller for clisp
> Installing clc...
> ;; Loading file /usr/lib/clisp-2.48/install-clc.lisp ...
> ;; ?Loading file
> /usr/share/common-lisp/source/common-lisp-controller/common-lisp-controller.lisp
> ...
> ;; ?Loaded file
> /usr/share/common-lisp/source/common-lisp-controller/common-lisp-controller.lisp
> *** - handle_fault error2 ! address = 0x77dc3ba0 not in
> [0x699c60d8,0x69aa3000) !
> SIGSEGV cannot be cured. Fault address = 0x77dc3ba0.
> GC count: 0
> Space collected by GC: 0 0
> Run time: 0 42538
> Real time: 0 276550
> GC time: 0 0
> Permanently allocated: 108736 bytes.
> Currently in use: 3721376 bytes.
> Free space: 14 bytes.
> /usr/lib/common-lisp/bin/clisp.sh: line 16: ?4303 Segmentation fault
> ? ${builder} -norc -q -M ${orig_mem} -on-error exit -x "
> (handler-case
> ?(progn
> ? ?(when (find-package :c-l-c) ; have to remove
> ? ? ?(delete-package :c-l-c)) ?; for clisp workaround
> ? ?(load \"$clisp_dir/install-clc.lisp\")
> ? ?(saveinitmem \"${target_mem}\")
> ? ?(ext:exit 0))
> ?(error (e)
> ? ?(ignore-errors (format t \"~&install-clc error: ~A~%\" e))
> ? ?(finish-output)
> ? ?(ext:exit 1)))"
> Building of new image failed!
>
> Done rebuilding
> Processing triggers for man-db ...
>
> I'd like to help further, but is there some easy way to provide more feedback?
> regards
>
>
>
> _______________________________________________
> pkg-common-lisp-devel mailing list
> pkg-common-lisp-devel at lists.alioth.debian.org
> http://lists.alioth.debian.org/mailman/listinfo/pkg-common-lisp-devel
>





Reply to: