Your message dated Tue, 29 Aug 2006 15:02:42 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#382247: fixed in gclcvs 2.7.0-55
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: gclcvs
Version: 2.7.0-54
Severity: grave
Justification: renders package unusable
gclcvs.sh seems to not have been updated for the latest
common-lisp-controller, and dies horribly on both i386 and amd64 architectures.
On amd64, the error is as follows:
COMMON-LISP-CONTROLLER>/usr/lib/common-lisp/bin/gclcvs.sh: line 58: 7556 Bus
error $gcl_bin <<!INSTALL_CLC!
On i386, I get the following error instead:
COMMON-LISP-CONTROLLER>Segmentation violation: c stack ok:signalling
error/usr/lib/common-lisp/bin/gclcvs.sh: line 58: 6462 Segmentation fault
$gcl_bin <<!INSTALL_CLC!
Full log (on i386) follows.
Note that bug #347560 still bites me when I try to remove the package:
a directory '/>' is created, and the feeble attempt to remove it with rm fails;
rmdir would be required instead.
------>8------>8------>8------>8------>8------>8------>8------>8------>8------
Unpacking gclcvs (from .../gclcvs_2.7.0-54_i386.deb) ...
Setting up gclcvs (2.7.0-54) ...
gclcvs.sh Uninstalling clc image and purging object cache ...
chown: `cl-builder.cl-builder': invalid user
rm: cannot remove `>': Is a directory
gclcvs.sh Installing clc as /usr/lib/gcl-2.7.0/unixport/saved_clc_gcl > ...
GCL (GNU Common Lisp) 2.7.0 ANSI Dec 23 2005 04:17:17
Source License: LGPL(gcl,gmp,pargcl), GPL(unexec,bfd)
Binary License: GPL due to GPL'ed components: (READLINE BFD UNEXEC)
Modifications of this banner must retain notice of a compatible license
Dedicated to the memory of W. Schelter
Use (help) to get some basic information on how to use GCL.
>
#<"COMMON-LISP" package>
COMMON-LISP>
NIL
COMMON-LISP>
#<"COMMON-LISP-USER" package>
>
Loading
/usr/share/common-lisp/source/common-lisp-controller/common-lisp-controller.lisp
Finished loading
/usr/share/common-lisp/source/common-lisp-controller/common-lisp-controller.lisp
T
>
#<"COMMON-LISP-CONTROLLER" package>
COMMON-LISP-CONTROLLER>Segmentation violation: c stack ok:signalling
error/usr/lib/common-lisp/bin/gclcvs.sh: line 58: 6462 Segmentation fault
$gcl_bin <<!INSTALL_CLC!
(in-package :common-lisp)
(unless (fboundp 'load-time-value)
(defun load-time-value (obj) obj)
(export (find-symbol "LOAD-TIME-VALUE")))
(in-package :common-lisp-user)
(load "$clc_src/common-lisp-controller/common-lisp-controller.lisp")
(in-package :common-lisp-controller)
(init-common-lisp-controller "$gcl_clc" :version 3)
(defun send-clc-command (command package)
"Overrides global definition."
(multiple-value-bind (exit-code signal-code)
(si::system (c-l-c:make-clc-send-command-string
command package "gclcvs"))
(if (and (zerop exit-code) (zerop signal-code))
(values)
(error "Error during ~A of ~A for ~A~%Please see
/usr/share/doc/common-lisp-controller/REPORTING-BUGS.gz"
(ecase command
(:recompile "recompilation")
(:remove "removal"))
package
"gclcvs"))))
(in-package :asdf)
(defun run-shell-command (control-string &rest args)
"Interpolate ARGS into CONTROL-STRING as if by FORMAT, and
synchronously execute the result using a Bourne-compatible shell,
with output to *verbose-out*. Returns the shell's exit code."
(let ((command (apply #'format nil control-string args)))
(format *verbose-out* "; $ ~A~%" command)
(si::system command) ; even less *verbose-out*
))
(si:save-system "$image"))
!INSTALL_CLC!
Error building send-clc-command
dpkg: error processing gclcvs (--configure):
subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
gclcvs
E: Sub-process /usr/bin/dpkg returned an error code (1)
------>8------>8------>8------>8------>8------>8------>8------>8------>8------
# dpkg --purge gclcvs
(Reading database ... 263914 files and directories currently installed.)
Removing gclcvs ...
gclcvs.sh Uninstalling clc and restoring pristine orig image ...
rm: cannot remove `>': Is a directory
gclcvs.sh Uninstalling clc and restoring pristine orig image ...
rm: cannot remove `>': Is a directory
remove/gclcvs: purging byte-compiled files for emacs21
remove/gclcvs: purging byte-compiled files for xemacs21
Purging configuration files for gclcvs ...
------>8------>8------>8------>8------>8------>8------>8------>8------>8------
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Versions of packages gclcvs depends on:
ii debconf [debconf-2.0] 1.5.2 Debian configuration management sy
ii gcc 4:4.1.1-5 The GNU C compiler
ii libc6 2.3.6-15 GNU C Library: Shared libraries
ii libgmp3c2 2:4.2.1+dfsg-3 Multiprecision arithmetic library
ii libncurses5 5.5-2 Shared libraries for terminal hand
ii libreadline5 5.1-7 GNU readline and history libraries
ii libx11-6 2:1.0.0-7 X11 client-side library
ii tcl8.4 8.4.12-1.1 Tcl (the Tool Command Language) v8
ii tk8.4 8.4.12-1 Tk toolkit for Tcl and X11, v8.4 -
gclcvs recommends no packages.
--- End Message ---
--- Begin Message ---
Source: gclcvs
Source-Version: 2.7.0-55
We believe that the bug you reported is fixed in the latest version of
gclcvs, which is due to be installed in the Debian FTP archive:
gclcvs-doc_2.7.0-55_all.deb
to pool/main/g/gclcvs/gclcvs-doc_2.7.0-55_all.deb
gclcvs_2.7.0-55.dsc
to pool/main/g/gclcvs/gclcvs_2.7.0-55.dsc
gclcvs_2.7.0-55.tar.gz
to pool/main/g/gclcvs/gclcvs_2.7.0-55.tar.gz
gclcvs_2.7.0-55_i386.deb
to pool/main/g/gclcvs/gclcvs_2.7.0-55_i386.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Camm Maguire <[EMAIL PROTECTED]> (supplier of updated gclcvs package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Tue, 29 Aug 2006 13:30:41 -0400
Source: gclcvs
Binary: gclcvs gclcvs-doc
Architecture: source i386 all
Version: 2.7.0-55
Distribution: unstable
Urgency: low
Maintainer: Camm Maguire <[EMAIL PROTECTED]>
Changed-By: Camm Maguire <[EMAIL PROTECTED]>
Description:
gclcvs - GNU Common Lisp compiler, CVS snapshot
gclcvs-doc - Documentation for GNU Common Lisp, CVS snapshot
Closes: 338613 342967 347560 358309 382247
Changes:
gclcvs (2.7.0-55) unstable; urgency=low
.
* New cvs snapshot
* new release Closes: #382247, Closes: #358309, Closes: #338613,Closes:
#347560
* Try not depending on specific gcc, Closes: #342967.
Files:
1afb7f8c951b47322b11c0b00f138bd1 734 interpreters optional gclcvs_2.7.0-55.dsc
cf1aa25e7332c0b868115eb64a7ce1bb 23438989 interpreters optional
gclcvs_2.7.0-55.tar.gz
a7bce5442a71ef4ee55a528b84f0ae35 3365588 doc optional
gclcvs-doc_2.7.0-55_all.deb
f0bd5bb2b83d44485fc730a23bd2bf8f 49602556 interpreters optional
gclcvs_2.7.0-55_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org
iD8DBQFE9K4QczG1wFfwRdwRAjyUAJ9dKWe0x5SIc0e0Xuku2LHoNeHnKgCgu6+b
KUGVxbReFhRA8cxRbbU9wfQ=
=q3Dj
-----END PGP SIGNATURE-----
--- End Message ---