Your message dated 18 Jul 2007 10:28:12 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#432003: gclcvs: installation fails
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-76
Severity: serious

Hi,

Installation of gclcvs fails inside piuparts:
  Setting up common-lisp-controller (6.10) ...
  Reinstalling for gclcvs
  Recompiling Common Lisp Controller for gclcvs
  /usr/bin/gclcvs: line 6: /etc/default/gclcvs: No such file or directory
  /usr/bin/gclcvs: line 6: /etc/default/gclcvs: No such file or directory
  gclcvs.sh Uninstalling clc image and purging object cache ...
  mkdir: missing operand
  Try `mkdir --help' for more information.
  gclcvs.sh Installing clc as ...
  basename: missing operand
  Try `basename --help' for more information.
  /usr/bin/gclcvs: line 6: /etc/default/gclcvs: No such file or directory
  Error building send-clc-command
  
  Done rebuilding
  
  Setting up gclcvs (2.7.0-73) ...
  gclcvs.sh Uninstalling clc image and purging object cache ...
  rm: cannot remove `Segmentation': Is a directory
  rm: cannot remove `violation:': Is a directory
  rm: cannot remove `c': Is a directory
  rm: cannot remove `stack': Is a directory
  rm: cannot remove `ok:signalling': Is a directory
  rm: cannot remove `error': Is a directory
  rm: cannot remove `Unrecoverable': Is a directory
  rm: cannot remove `error:': Is a directory
  rm: cannot remove `bind': Is a directory
  rm: cannot remove `stack': Is a directory
  rm: cannot remove `overflow.': Is a directory
  gclcvs.sh Installing clc as Segmentation violation: c stack ok:signalling erro
r Unrecoverable error: bind stack overflow. ...
  basename: extra operand `c'
  Try `basename --help' for more information.
  Segmentation violation: c stack ok:signalling error
  Unrecoverable error: bind stack overflow.
[...]
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED]             GPG: 1024D/023B3F4F |


--- End Message ---
--- Begin Message ---
Greetings, and thanks!


  Setting up common-lisp-controller (6.11) ...
  Reinstalling for gclcvs
  Recompiling Common Lisp Controller for gclcvs
  /usr/bin/gclcvs: line 6: /etc/default/gclcvs: No such file or directory
  /usr/bin/gclcvs: line 6: /etc/default/gclcvs: No such file or directory
  gclcvs.sh Uninstalling clc image and purging object cache ...
  mkdir: missing operand
  Try `mkdir --help' for more information.
  gclcvs.sh Installing clc as ...
  basename: missing operand
  Try `basename --help' for more information.
  /usr/bin/gclcvs: line 6: /etc/default/gclcvs: No such file or directory
  Error building send-clc-command

  Done rebuilding

  Setting up gclcvs (2.7.0-77) ...

The issue appears to lie either with piuparts or common lisp
controller.  The latter is running some registration code for gclcvs
before gclcvs itself has been configured.  This is contrary to the
code in the only file over which gclcvs has control, the postinst:

. /usr/share/debconf/confmodule

if [ "$1" = "configure" ] || [ "$1" = "reconfigure" ] ; then

# Generate config file, if it doesn't exist.
# An alternative is to copy in a template
# file from elsewhere.
if [ ! -e $CONFIGFILE ]; then
    echo "# Config file for my package" > $CONFIGFILE
    echo "DEFAULT_GCL_ANSI=" >> $CONFIGFILE
a   echo "DEFAULT_GCL_PROF=" >> $CONFIGFILE
fi

# Substitute in the values from the debconf db.
# There are obvious optimizations possible here.
# The cp before the sed ensures we do not mess up
# the config file's ownership and permissions.

db_get gclcvs/default_gcl_ansi

if [ "$RET" = "true" ] ; then 
DEFAULT_GCL_ANSI=t
else
DEFAULT_GCL_ANSI=
fi

db_get gclcvs/default_gcl_prof

if [ "$RET" = "true" ] ; then 
DEFAULT_GCL_PROF=y
else
DEFAULT_GCL_PROF=
fi

cp -a -f $CONFIGFILE $CONFIGFILE.tmp

# If the admin deleted or commented some variables but then set
# them via debconf, (re-)add them to the conffile.
test -z "$DEFAULT_GCL_ANSI" || grep -Eq '^ *DEFAULT_GCL_ANSI=' $CONFIGFILE.tmp 
|| echo "DEFAULT_GCL_ANSI=" >> $CONFIGFILE
test -z "$DEFAULT_GCL_PROF" || grep -Eq '^ *DEFAULT_GCL_PROF=' $CONFIGFILE.tmp 
|| echo "DEFAULT_GCL_PROF=" >> $CONFIGFILE

sed -e "s/^ *DEFAULT_GCL_ANSI=.*/DEFAULT_GCL_ANSI=\"$DEFAULT_GCL_ANSI\"/" \
    -e "s/^ *DEFAULT_GCL_PROF=.*/DEFAULT_GCL_PROF=\"$DEFAULT_GCL_PROF\"/" \
    < $CONFIGFILE > $CONFIGFILE.tmp
mv -f $CONFIGFILE.tmp $CONFIGFILE

! [ -e /usr/lib/common-lisp/bin/gclcvs.sh ] || 
register-common-lisp-implementation gclcvs

fi

If you disagree, please explain what I'm missing and reopen.
Otherwise, please reassign to whichever package is responsible.  When
common lisp controller is installed before gclcvs, no such problem
appears AFAICT.  If you feel that gclcvs needs a pre-depends on clc,
(in spite of the policy deprecations thereon), please let me know,
preferably with a little explanation.

Take care,



Ana Guerrero <[EMAIL PROTECTED]> writes:

> found 432003 2.7.0-77
> thanks
> 
> Hi, 
> 
> I have just tested with the version 2.7.0-77 and this bug still exists.
> this time it seems setup correctly gclcvs, tho.
> See attached log.
> 
> 
> On Mon, Jul 16, 2007 at 05:05:07PM -0400, Camm Maguire wrote:
> > Greetings, and thanks for your report!
> >
> > I see no such problem:
> >
> > piuparts gclcvs_2.7.0-76_i386.deb
> > 0m0.0s INFO:
> > ------------------------------------------------------------------------------
> > 0m0.0s INFO: piuparts version 0.23 starting up.
> > 0m0.0s INFO: Command line arguments: /usr/sbin/piuparts
> > gclcvs_2.7.0-76_i386.deb
> > 0m0.0s INFO: Running on: Linux intech30 2.6.20-gen #1 Thu May 3 09:43:52 EDT
> > 2007 i686
> > 0m0.0s DEBUG: Starting command: ['dpkg', '--info', > 
> > 'gclcvs_2.7.0-76_i386.deb']
> 
> ...snip ...
> 
> 
> > 1m8.0s DEBUG: Command ok: ['chroot', '/tmp/tmpLdLOcf', 'dpkg', '--purge',
> > 'debfoster']
> > 1m8.0s DEBUG: Starting command: ['chroot', '/tmp/tmpLdLOcf', 'apt-get',
> > 'update']
> > 1m9.0s DUMP:
> >   Get:1 http://i19 sid Release.gpg [189B]
> >   Hit http://i19 sid Release
> >   Ign http://i19 sid/main Packages/DiffIndex
> >   Err http://i19 sid/contrib Packages
> >     Error reading from server. Remote end closed connection
> >   Hit http://i19 sid/main Packages
> >   Failed to fetch
> >   http://i19:9999/debian/dists/sid/contrib/binary-i386/Packages.gz  Error
> >   reading from server. Remote end closed connection
> >   Fetched 189B in 0s (298B/s)
> >   Reading package lists...
> >   E: Some index files failed to download, they have been ignored, or old
> >   ones used instead.
> > 1m9.0s ERROR: Command failed (status=100): ['chroot', '/tmp/tmpLdLOcf',
> > 'apt-get', 'update']
> >   Get:1 http://i19 sid Release.gpg [189B]
> >   Hit http://i19 sid Release
> >   Ign http://i19 sid/main Packages/DiffIndex
> >   Err http://i19 sid/contrib Packages
> >     Error reading from server. Remote end closed connection
> >   Hit http://i19 sid/main Packages
> >   Failed to fetch
> >   http://i19:9999/debian/dists/sid/contrib/binary-i386/Packages.gz  Error
> >   reading from server. Remote end closed connection
> >   Fetched 189B in 0s (298B/s)
> >   Reading package lists...
> >   E: Some index files failed to download, they have been ignored, or old
> >   ones used instead.
> >
> > 1m9.0s DEBUG: Starting command: ['chroot', '/tmp/tmpLdLOcf', 'umount', 
> > '/proc']
> > 1m9.0s DUMP:
> >   umount: proc: not mounted
> >   umount: proc: not mounted
> > 1m9.0s DEBUG: Command failed (status=1), but ignoring error: ['chroot', 
> > '/tmp/tmpLdLOcf', 'umount', '/proc']
> > 1m9.1s DEBUG: Removed directory tree at /tmp/tmpLdLOcf
> 
> 
> Camm, you did not reproduce the problem with piuparts because it run in a
> problem with the mirror and piuparts finished before perform the test.
> 
> Ana
> 
> piuparts -p gclcvs_2.7.0-77_i386.deb
> 0m0.0s INFO: 
> ------------------------------------------------------------------------------
> 0m0.0s INFO: piuparts version 0.23 starting up.
> 0m0.0s INFO: Command line arguments: /usr/sbin/piuparts -p 
> gclcvs_2.7.0-77_i386.deb
> 0m0.0s INFO: Running on: Linux dalek 2.6.21-2-686 #1 SMP Mon Jun 25 20:53:36 
> UTC 2007 i686
> 0m0.0s DEBUG: Starting command: ['dpkg', '--info', 'gclcvs_2.7.0-77_i386.deb']
> 0m0.1s DUMP:
>    new debian package, version 2.0.
>    size 42788550 bytes: control archive= 5626 bytes.
>         56 bytes,     2 lines      conffiles
>        466 bytes,    19 lines   *  config               #!/bin/sh
>        900 bytes,    18 lines      control
>      11792 bytes,   154 lines      md5sums
>       1788 bytes,    62 lines   *  postinst             #!/bin/sh
>        206 bytes,     8 lines   *  postrm               #!/bin/sh
>        442 bytes,    20 lines   *  prerm                #!/bin/sh
>       1350 bytes,    26 lines      templates
>    Package: gclcvs
>    Version: 2.7.0-77
>    Section: interpreters
>    Priority: optional
>    Architecture: i386
>    Depends: libc6 (>= 2.5-5), libgmp3c2, libice6 (>= 1:1.0.0), libncurses5 
> (>= 5.4-5), libreadline5 (>= 5.2), libsm6, libx11-6, libxaw7, libxext6, 
> libxmu6, libxt6, tcl8.4 (>= 8.4.5), tk8.4 (>= 8.4.5), debconf (>= 0.5) | 
> debconf-2.0, gcc, debconf (>= 1.2.0), common-lisp-controller
>    Suggests: gclcvs-doc
>    Installed-Size: 159244
>    Maintainer: Camm Maguire <[EMAIL PROTECTED]>
>    Description: GNU Common Lisp compiler, CVS snapshot
>     GNU Common Lisp (GCL) is a Common Lisp compiler and interpreter
>     implemented in C, and complying mostly with the standard set
>     forth in the book "Common Lisp, the Language I".  It attempts
>     to strike a useful middle ground in performance and portability
>     from its design around C.
>     .
>     This package contains the Lisp system itself.  Documentation
>     is provided in the gclcvs-doc package.
> 0m0.1s DEBUG: Command ok: ['dpkg', '--info', 'gclcvs_2.7.0-77_i386.deb']
> 0m0.1s DEBUG: Created temporary directory /tmp/tmpFHRsOd
> 0m0.1s DEBUG: Unpacking /var/cache/pbuilder/base.tgz into /tmp/tmpFHRsOd
> 0m0.1s DEBUG: Starting command: ['tar', '-C', '/tmp/tmpFHRsOd', '-zxf', 
> '/var/cache/pbuilder/base.tgz']
> 0m15.9s DEBUG: Command ok: ['tar', '-C', '/tmp/tmpFHRsOd', '-zxf', 
> '/var/cache/pbuilder/base.tgz']
> 0m15.9s DEBUG: Created policy-rc.d and chmodded it.
> 0m15.9s DEBUG: Starting command: ['chroot', '/tmp/tmpFHRsOd', 'apt-get', 
> 'update']
> 1m26.2s DUMP:
>   Get:1 http://ftp.debian.org sid Release.gpg [189B]
>   Get:2 http://ftp.debian.org sid Release [79.6kB]
>   Get:3 http://ftp.debian.org sid/main Packages [6380kB]
>   Get:4 http://ftp.debian.org sid/contrib Packages [88.8kB]
>   Get:5 http://ftp.debian.org sid/non-free Packages [124kB]
>   Fetched 6673kB in 1m6s (100kB/s)
>   Reading package lists...
> 1m26.2s DEBUG: Command ok: ['chroot', '/tmp/tmpFHRsOd', 'apt-get', 'update']
> 1m26.2s DEBUG: Starting command: ['chroot', '/tmp/tmpFHRsOd', 'apt-get', 
> '-yf', 'upgrade']
> 1m27.0s DUMP:
>   Reading package lists...
>   Building dependency tree...
>   Reading state information...
>   0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
> 1m27.0s DEBUG: Command ok: ['chroot', '/tmp/tmpFHRsOd', 'apt-get', '-yf', 
> 'upgrade']
> 1m27.0s DEBUG: Starting command: ['chroot', '/tmp/tmpFHRsOd', 'apt-get', 
> 'install', 'debfoster']
> 1m31.1s DUMP:
>   Reading package lists...
>   Building dependency tree...
>   Reading state information...
>   The following NEW packages will be installed:
>     debfoster
>   0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
>   Need to get 37.8kB of archives.
>   After unpacking 217kB of additional disk space will be used.
>   WARNING: The following packages cannot be authenticated!
>     debfoster
>   Authentication warning overridden.
>   Get:1 http://ftp.debian.org sid/main debfoster 2.6-2 [37.8kB]
>   Fetched 37.8kB in 1s (21.0kB/s)
>   Selecting previously deselected package debfoster.
>   (Reading database ... 11140 files and directories currently installed.)
>   Unpacking debfoster (from .../debfoster_2.6-2_i386.deb) ...
>   Setting up debfoster (2.6-2) ...
> 1m31.1s DEBUG: Command ok: ['chroot', '/tmp/tmpFHRsOd', 'apt-get', 'install', 
> 'debfoster']
> 1m31.1s DEBUG: Starting command: ['chroot', '/tmp/tmpFHRsOd', 'debfoster', 
> '-o', 'MaxPriority=required', '-o', 'UseRecommends=no', '-f', '-n', 'apt', 
> 'debfoster']
> 2m3.8s DUMP:
>   Reading package lists...
>   Building dependency tree...
>   Reading state information...
>   The following packages will be REMOVED:
>     adduser* apt-utils* aptitude* binutils* bsdmainutils* build-essential*
>     ccache* cpio* cpp* cpp-4.1* cron* dhcp3-client* dhcp3-common* dmidecode*
>     dpkg-dev* dselect* ed* g++* g++-4.1* gcc* gcc-4.1* gcc-4.1-base* 
> groff-base*
>     ifupdown* info* iptables* iputils-ping* klogd* laptop-detect* libc6-dev*
>     libconsole* libdb4.4* libgdbm3* liblzo1* libncursesw5* libnewt0.52*
>     libopencdk10* libpopt0* libsigc++-2.0-0c2a* libssl0.9.8* 
> libstdc++6-4.1-dev*
>     libwrap0* linux-libc-dev* logrotate* make* man-db* manpages*
>     module-init-tools* nano* net-tools* netbase* netcat* openbsd-inetd* 
> passwd*
>     patch* perl* perl-modules* procps* sysklogd* tasksel* tasksel-data* tcpd*
>     traceroute* update-inetd* vim-common* vim-tiny* wget* whiptail*
>   0 upgraded, 0 newly installed, 68 to remove and 0 not upgraded.
>   Need to get 0B of archives.
>   After unpacking 120MB disk space will be freed.
>   (Reading database ... 11155 files and directories currently installed.)
>   Removing logrotate ...
>   Purging configuration files for logrotate ...
>   Removing cron ...
>   Purging configuration files for cron ...
>   Removing adduser ...
>   Purging configuration files for adduser ...
>   Removing apt-utils ...
>   Purging configuration files for apt-utils ...
>   Removing build-essential ...
>   Removing g++ ...
>   Removing gcc ...
>   Removing dpkg-dev ...
>   Purging configuration files for dpkg-dev ...
>   Removing man-db ...
>   Purging configuration files for man-db ...
>     Removing catpages as well as /var/cache/man hierarchy.
>   Removing bsdmainutils ...
>   Purging configuration files for bsdmainutils ...
>   Removing ccache ...
>   Removing cpio ...
>   Removing cpp ...
>   Removing dhcp3-client ...
>   Purging configuration files for dhcp3-client ...
>   Removing dhcp3-common ...
>   Removing dselect ...
>   Purging configuration files for dselect ...
>   Removing ed ...
>   Removing groff-base ...
>   Purging configuration files for groff-base ...
>   Removing netbase ...
>   Purging configuration files for netbase ...
>   Removing ifupdown ...
>   Purging configuration files for ifupdown ...
>   Removing info ...
>   Purging configuration files for info ...
>   Removing iptables ...
>   Removing iputils-ping ...
>   Removing libconsole ...
>   Purging configuration files for libconsole ...
>   Removing liblzo1 ...
>   Purging configuration files for liblzo1 ...
>   Removing nano ...
>   Purging configuration files for nano ...
>   Removing whiptail ...
>   Removing libnewt0.52 ...
>   Purging configuration files for libnewt0.52 ...
>   Removing libopencdk10 ...
>   Purging configuration files for libopencdk10 ...
>   Removing libpopt0 ...
>   Purging configuration files for libpopt0 ...
>   Removing wget ...
>   Purging configuration files for wget ...
>   Removing libssl0.9.8 ...
>   Purging configuration files for libssl0.9.8 ...
>   Removing openbsd-inetd ...
>   Purging configuration files for openbsd-inetd ...
>   Removing tcpd ...
>   Purging configuration files for tcpd ...
>   Removing libwrap0 ...
>   Purging configuration files for libwrap0 ...
>   Removing make ...
>   Removing manpages ...
>   Removing module-init-tools ...
>   Purging configuration files for module-init-tools ...
>   Removing net-tools ...
>   Removing netcat ...
>   Removing passwd ...
>   Purging configuration files for passwd ...
>   Removing patch ...
>   Removing procps ...
>   Purging configuration files for procps ...
>   Removing traceroute ...
>   Removing update-inetd ...
>   Purging configuration files for update-inetd ...
>   Removing vim-tiny ...
>   Removing vim-common ...
>   Purging configuration files for vim-common ...
>   Removing libstdc++6-4.1-dev ...
>   Removing sysklogd ...
>   Purging configuration files for sysklogd ...
>   Removing libc6-dev ...
>   Removing perl ...
>   Removing perl-modules ...
>   Purging configuration files for perl-modules ...
>   Removing libdb4.4 ...
>   Removing libgdbm3 ...
>   Purging configuration files for libgdbm3 ...
>   Removing linux-libc-dev ...
>   Removing g++-4.1 ...
>   Removing gcc-4.1 ...
>   Removing binutils ...
>   Purging configuration files for binutils ...
>   Removing cpp-4.1 ...
>   Removing gcc-4.1-base ...
>   Removing klogd ...
>   Purging configuration files for klogd ...
>   Removing tasksel ...
>   Purging configuration files for tasksel ...
>   Removing tasksel-data ...
>   Removing aptitude ...
>   Purging configuration files for aptitude ...
>   Removing laptop-detect ...
>   Removing dmidecode ...
>   Removing libncursesw5 ...
>   Purging configuration files for libncursesw5 ...
>   Removing libsigc++-2.0-0c2a ...
>   Purging configuration files for libsigc++-2.0-0c2a ...
> 2m3.8s DEBUG: Command ok: ['chroot', '/tmp/tmpFHRsOd', 'debfoster', '-o', 
> 'MaxPriority=required', '-o', 'UseRecommends=no', '-f', '-n', 'apt', 
> 'debfoster']
> 2m3.8s DEBUG: Removing /tmp/tmpFHRsOd/var/lib/debfoster/keepers
> 2m3.8s DEBUG: Starting command: ['chroot', '/tmp/tmpFHRsOd', 'dpkg', 
> '--purge', 'debfoster']
> 2m3.9s DUMP:
>   (Reading database ... 4875 files and directories currently installed.)
>   Removing debfoster ...
>   Purging configuration files for debfoster ...
> 2m3.9s DEBUG: Command ok: ['chroot', '/tmp/tmpFHRsOd', 'dpkg', '--purge', 
> 'debfoster']
> 2m3.9s DEBUG: Starting command: ['chroot', '/tmp/tmpFHRsOd', 'apt-get', 
> 'clean']
> 2m3.9s DEBUG: Command ok: ['chroot', '/tmp/tmpFHRsOd', 'apt-get', 'clean']
> 2m6.0s DEBUG: Starting command: ['chroot', '/tmp/tmpFHRsOd', 'dpkg', 
> '--get-selections', '*']
> 2m6.0s DUMP:
>   adduser                                               purge
>   apt                                           install
>   apt-utils                                     purge
>   aptitude                                      purge
>   base-files                                    install
>   base-passwd                                   install
>   bash                                          install
>   binutils                                      purge
>   bsdmainutils                                  purge
>   bsdutils                                      install
>   build-essential                                       purge
>   ccache                                                purge
>   cdebootstrap-helper-apt                               purge
>   cdebootstrap-helper-diverts                   purge
>   cdebootstrap-helper-makedev                   purge
>   coreutils                                     install
>   cpio                                          purge
>   cpp                                           purge
>   cpp-4.1                                               purge
>   cron                                          purge
>   debconf                                               install
>   debconf-i18n                                  install
>   debfoster                                     purge
>   debian-archive-keyring                                install
>   debianutils                                   install
>   dhcp3-client                                  purge
>   dhcp3-common                                  purge
>   diff                                          install
>   dmidecode                                     purge
>   dpkg                                          install
>   dpkg-dev                                      purge
>   dselect                                               purge
>   e2fslibs                                      install
>   e2fsprogs                                     install
>   ed                                            purge
>   findutils                                     install
>   g++                                           purge
>   g++-4.1                                               purge
>   gcc                                           purge
>   gcc-4.1                                               purge
>   gcc-4.1-base                                  purge
>   gcc-4.2-base                                  install
>   gnupg                                         install
>   gpgv                                          install
>   grep                                          install
>   groff-base                                    purge
>   gzip                                          install
>   hostname                                      install
>   ifupdown                                      purge
>   info                                          purge
>   initscripts                                   install
>   iptables                                      purge
>   iputils-ping                                  purge
>   klogd                                         purge
>   laptop-detect                                 purge
>   libacl1                                               install
>   libattr1                                      install
>   libblkid1                                     install
>   libbz2-1.0                                    install
>   libc6                                         install
>   libc6-dev                                     purge
>   libcap1                                               install
>   libcomerr2                                    install
>   libconsole                                    purge
>   libdb4.2                                      install
>   libdb4.3                                      install
>   libdb4.4                                      purge
>   libdevmapper1.02.1                            install
>   libgcc1                                               install
>   libgcrypt11                                   install
>   libgdbm3                                      purge
>   libgnutls13                                   install
>   libgpg-error0                                 install
>   libldap2                                      install
>   liblocale-gettext-perl                                install
>   liblzo1                                               purge
>   liblzo2-2                                     install
>   libncurses5                                   install
>   libncursesw5                                  purge
>   libnewt0.52                                   purge
>   libopencdk10                                  purge
>   libopencdk8                                   install
>   libpam-modules                                        install
>   libpam-runtime                                        install
>   libpam0g                                      install
>   libpopt0                                      purge
>   libreadline5                                  install
>   libsasl2-2                                    install
>   libselinux1                                   install
>   libsepol1                                     install
>   libsigc++-2.0-0c2a                            purge
>   libslang2                                     install
>   libss2                                                install
>   libssl0.9.8                                   purge
>   libstdc++6                                    install
>   libstdc++6-4.1-dev                            purge
>   libtasn1-3                                    install
>   libtext-charwidth-perl                                install
>   libtext-iconv-perl                            install
>   libtext-wrapi18n-perl                         install
>   libusb-0.1-4                                  install
>   libuuid1                                      install
>   libwrap0                                      purge
>   linux-libc-dev                                        purge
>   login                                         install
>   logrotate                                     purge
>   lsb-base                                      install
>   make                                          purge
>   makedev                                               install
>   man-db                                                purge
>   manpages                                      purge
>   mawk                                          install
>   mktemp                                                install
>   module-init-tools                             purge
>   mount                                         install
>   nano                                          purge
>   ncurses-base                                  install
>   ncurses-bin                                   install
>   net-tools                                     purge
>   netbase                                               purge
>   netcat                                                purge
>   openbsd-inetd                                 purge
>   passwd                                                purge
>   patch                                         purge
>   perl                                          purge
>   perl-base                                     install
>   perl-modules                                  purge
>   procps                                                purge
>   readline-common                                       install
>   sed                                           install
>   sysklogd                                      purge
>   sysv-rc                                               install
>   sysvinit                                      install
>   sysvinit-utils                                        install
>   tar                                           install
>   tasksel                                               purge
>   tasksel-data                                  purge
>   tcpd                                          purge
>   traceroute                                    purge
>   tzdata                                                install
>   update-inetd                                  purge
>   util-linux                                    install
>   vim-common                                    purge
>   vim-tiny                                      purge
>   wget                                          purge
>   whiptail                                      purge
>   zlib1g                                                install
> 2m6.0s DEBUG: Command ok: ['chroot', '/tmp/tmpFHRsOd', 'dpkg', 
> '--get-selections', '*']
> 2m6.0s DEBUG: Starting command: ['chroot', '/tmp/tmpFHRsOd', 'mount', '-t', 
> 'proc', 'proc', '/proc']
> 2m6.0s DEBUG: Command ok: ['chroot', '/tmp/tmpFHRsOd', 'mount', '-t', 'proc', 
> 'proc', '/proc']
> 2m6.0s DEBUG: Copying gclcvs_2.7.0-77_i386.deb to /tmp/tmpFHRsOd/tmp
> 2m8.1s DEBUG: Starting command: ['chroot', '/tmp/tmpFHRsOd', 'dpkg', '-i', 
> 'tmp/gclcvs_2.7.0-77_i386.deb']
> 2m18.3s DUMP:
>   Selecting previously deselected package gclcvs.
>   (Reading database ... 4860 files and directories currently installed.)
>   Unpacking gclcvs (from tmp/gclcvs_2.7.0-77_i386.deb) ...
>   dpkg: dependency problems prevent configuration of gclcvs:
>    gclcvs depends on libgmp3c2; however:
>     Package libgmp3c2 is not installed.
>    gclcvs depends on libice6 (>= 1:1.0.0); however:
>     Package libice6 is not installed.
>    gclcvs depends on libsm6; however:
>     Package libsm6 is not installed.
>    gclcvs depends on libx11-6; however:
>     Package libx11-6 is not installed.
>    gclcvs depends on libxaw7; however:
>     Package libxaw7 is not installed.
>    gclcvs depends on libxext6; however:
>     Package libxext6 is not installed.
>    gclcvs depends on libxmu6; however:
>     Package libxmu6 is not installed.
>    gclcvs depends on libxt6; however:
>     Package libxt6 is not installed.
>    gclcvs depends on tcl8.4 (>= 8.4.5); however:
>     Package tcl8.4 is not installed.
>    gclcvs depends on tk8.4 (>= 8.4.5); however:
>     Package tk8.4 is not installed.
>    gclcvs depends on gcc; however:
>     Package gcc is not installed.
>    gclcvs depends on common-lisp-controller; however:
>     Package common-lisp-controller is not installed.
>   dpkg: error processing gclcvs (--install):
>    dependency problems - leaving unconfigured
>   Errors were encountered while processing:
>    gclcvs
> 2m18.3s DEBUG: Command failed (status=1), but ignoring error: ['chroot', 
> '/tmp/tmpFHRsOd', 'dpkg', '-i', 'tmp/gclcvs_2.7.0-77_i386.deb']
> 2m18.3s DEBUG: Starting command: ['chroot', '/tmp/tmpFHRsOd', 'apt-get', 
> '-yf', '--no-remove', 'install']
> 5m40.8s DUMP:
>   Reading package lists...
>   Building dependency tree...
>   Reading state information...
>   Correcting dependencies... Done
>   The following extra packages will be installed:
>     binutils cl-asdf common-lisp-controller cpp cpp-4.1 gcc gcc-4.1 
> gcc-4.1-base
>     libdb4.4 libgdbm3 libgmp3c2 libice6 libsm6 libx11-6 libx11-data libxau6
>     libxaw7 libxdmcp6 libxext6 libxmu6 libxpm4 libxt6 perl perl-modules 
> realpath
>     tcl8.4 tk8.4 x11-common
>   Suggested packages:
>     binutils-doc cpp-doc gcc-4.1-locales gcc-multilib make manpages-dev 
> autoconf
>     automake1.9 libtool flex bison gdb gcc-doc gcc-4.1-multilib gcc-4.1-doc
>     libterm-readline-gnu-perl libterm-readline-perl-perl tclreadline
>   Recommended packages:
>     sbcl lisp-compiler libc6-dev libc-dev libmudflap0-dev perl-doc xterm
>     x-terminal-emulator
>   The following NEW packages will be installed:
>     binutils cl-asdf common-lisp-controller cpp cpp-4.1 gcc gcc-4.1 
> gcc-4.1-base
>     libdb4.4 libgdbm3 libgmp3c2 libice6 libsm6 libx11-6 libx11-data libxau6
>     libxaw7 libxdmcp6 libxext6 libxmu6 libxpm4 libxt6 perl perl-modules 
> realpath
>     tcl8.4 tk8.4 x11-common
>   0 upgraded, 28 newly installed, 0 to remove and 0 not upgraded.
>   1 not fully installed or removed.
>   Need to get 16.3MB of archives.
>   After unpacking 54.1MB of additional disk space will be used.
>   WARNING: The following packages cannot be authenticated!
>     libgmp3c2 x11-common libice6 libsm6 libxau6 libxdmcp6 libx11-data libx11-6
>     libxext6 libxt6 libxmu6 libxpm4 libxaw7 tcl8.4 tk8.4 gcc-4.1-base cpp-4.1
>     cpp binutils gcc-4.1 gcc cl-asdf realpath perl-modules libdb4.4 libgdbm3
>     perl common-lisp-controller
>   Authentication warning overridden.
>   Get:1 http://ftp.debian.org sid/main libgmp3c2 2:4.2.1+dfsg-5 [432kB]
>   Get:2 http://ftp.debian.org sid/main x11-common 1:7.2-5 [340kB]
>   Get:3 http://ftp.debian.org sid/main libice6 1:1.0.3-2 [46.9kB]
>   Get:4 http://ftp.debian.org sid/main libsm6 2:1.0.3-1+b1 [21.8kB]
>   Get:5 http://ftp.debian.org sid/main libxau6 1:1.0.3-2 [11.7kB]
>   Get:6 http://ftp.debian.org sid/main libxdmcp6 1:1.0.2-2 [16.7kB]
>   Get:7 http://ftp.debian.org sid/main libx11-data 2:1.0.3-7 [157kB]
>   Get:8 http://ftp.debian.org sid/main libx11-6 2:1.0.3-7 [567kB]
>   Get:9 http://ftp.debian.org sid/main libxext6 1:1.0.3-2 [30.1kB]
>   Get:10 http://ftp.debian.org sid/main libxt6 1:1.0.5-3 [166kB]
>   Get:11 http://ftp.debian.org sid/main libxmu6 1:1.0.3-1 [50.1kB]
>   Get:12 http://ftp.debian.org sid/main libxpm4 1:3.5.6-3 [35.8kB]
>   Get:13 http://ftp.debian.org sid/main libxaw7 1:1.0.3-3 [187kB]
>   Get:14 http://ftp.debian.org sid/main tcl8.4 8.4.12-1.1 [1144kB]
>   Get:15 http://ftp.debian.org sid/main tk8.4 8.4.12-1 [963kB]
>   Get:16 http://ftp.debian.org sid/main gcc-4.1-base 4.1.2-13 [202kB]
>   Get:17 http://ftp.debian.org sid/main cpp-4.1 4.1.2-13 [2302kB]
>   Get:18 http://ftp.debian.org sid/main cpp 4:4.1.2-3 [11.9kB]
>   Get:19 http://ftp.debian.org sid/main binutils 2.17cvs20070713-1 [2578kB]
>   Get:20 http://ftp.debian.org sid/main gcc-4.1 4.1.2-13 [410kB]
>   Get:21 http://ftp.debian.org sid/main gcc 4:4.1.2-3 [5062B]
>   Get:22 http://ftp.debian.org sid/main cl-asdf 1.107-1 [243kB]
>   Get:23 http://ftp.debian.org sid/main realpath 1.10 [6812B]
>   Get:24 http://ftp.debian.org sid/main perl-modules 5.8.8-7 [2310kB]
>   Get:25 http://ftp.debian.org sid/main libdb4.4 4.4.20-8 [464kB]
>   Get:26 http://ftp.debian.org sid/main libgdbm3 1.8.3-3 [22.5kB]
>   Get:27 http://ftp.debian.org sid/main perl 5.8.8-7 [3575kB]
>   Get:28 http://ftp.debian.org sid/main common-lisp-controller 6.11 [31.6kB]
>   debconf: delaying package configuration, since apt-utils is not installed
>   Fetched 16.3MB in 2m42s (100kB/s)
>   Selecting previously deselected package libgmp3c2.
>   (Reading database ... 5049 files and directories currently installed.)
>   Unpacking libgmp3c2 (from .../libgmp3c2_2%3a4.2.1+dfsg-5_i386.deb) ...
>   Selecting previously deselected package x11-common.
>   Unpacking x11-common (from .../x11-common_1%3a7.2-5_i386.deb) ...
>   Selecting previously deselected package libice6.
>   Unpacking libice6 (from .../libice6_1%3a1.0.3-2_i386.deb) ...
>   Selecting previously deselected package libsm6.
>   Unpacking libsm6 (from .../libsm6_2%3a1.0.3-1+b1_i386.deb) ...
>   Selecting previously deselected package libxau6.
>   Unpacking libxau6 (from .../libxau6_1%3a1.0.3-2_i386.deb) ...
>   Selecting previously deselected package libxdmcp6.
>   Unpacking libxdmcp6 (from .../libxdmcp6_1%3a1.0.2-2_i386.deb) ...
>   Setting up x11-common (1:7.2-5) ...
> 
>   Selecting previously deselected package libx11-data.
>   (Reading database ... 5117 files and directories currently installed.)
>   Unpacking libx11-data (from .../libx11-data_2%3a1.0.3-7_all.deb) ...
>   Selecting previously deselected package libx11-6.
>   Unpacking libx11-6 (from .../libx11-6_2%3a1.0.3-7_i386.deb) ...
>   Selecting previously deselected package libxext6.
>   Unpacking libxext6 (from .../libxext6_1%3a1.0.3-2_i386.deb) ...
>   Selecting previously deselected package libxt6.
>   Unpacking libxt6 (from .../libxt6_1%3a1.0.5-3_i386.deb) ...
>   Selecting previously deselected package libxmu6.
>   Unpacking libxmu6 (from .../libxmu6_1%3a1.0.3-1_i386.deb) ...
>   Selecting previously deselected package libxpm4.
>   Unpacking libxpm4 (from .../libxpm4_1%3a3.5.6-3_i386.deb) ...
>   Selecting previously deselected package libxaw7.
>   Unpacking libxaw7 (from .../libxaw7_1%3a1.0.3-3_i386.deb) ...
>   Selecting previously deselected package tcl8.4.
>   Unpacking tcl8.4 (from .../tcl8.4_8.4.12-1.1_i386.deb) ...
>   Selecting previously deselected package tk8.4.
>   Unpacking tk8.4 (from .../tk8.4_8.4.12-1_i386.deb) ...
>   Selecting previously deselected package gcc-4.1-base.
>   Unpacking gcc-4.1-base (from .../gcc-4.1-base_4.1.2-13_i386.deb) ...
>   Selecting previously deselected package cpp-4.1.
>   Unpacking cpp-4.1 (from .../cpp-4.1_4.1.2-13_i386.deb) ...
>   Selecting previously deselected package cpp.
>   Unpacking cpp (from .../cpp_4%3a4.1.2-3_i386.deb) ...
>   Selecting previously deselected package binutils.
>   Unpacking binutils (from .../binutils_2.17cvs20070713-1_i386.deb) ...
>   Selecting previously deselected package gcc-4.1.
>   Unpacking gcc-4.1 (from .../gcc-4.1_4.1.2-13_i386.deb) ...
>   Selecting previously deselected package gcc.
>   Unpacking gcc (from .../gcc_4%3a4.1.2-3_i386.deb) ...
>   Selecting previously deselected package cl-asdf.
>   Unpacking cl-asdf (from .../cl-asdf_1.107-1_all.deb) ...
>   Selecting previously deselected package realpath.
>   Unpacking realpath (from .../realpath_1.10_i386.deb) ...
>   Selecting previously deselected package perl-modules.
>   Unpacking perl-modules (from .../perl-modules_5.8.8-7_all.deb) ...
>   Selecting previously deselected package libdb4.4.
>   Unpacking libdb4.4 (from .../libdb4.4_4.4.20-8_i386.deb) ...
>   Selecting previously deselected package libgdbm3.
>   Unpacking libgdbm3 (from .../libgdbm3_1.8.3-3_i386.deb) ...
>   Selecting previously deselected package perl.
>   Unpacking perl (from .../archives/perl_5.8.8-7_i386.deb) ...
>   Selecting previously deselected package common-lisp-controller.
>   Unpacking common-lisp-controller (from 
> .../common-lisp-controller_6.11_all.deb) ...
>   Setting up libgmp3c2 (2:4.2.1+dfsg-5) ...
> 
>   Setting up libice6 (1:1.0.3-2) ...
> 
>   Setting up libsm6 (2:1.0.3-1+b1) ...
> 
>   Setting up libxau6 (1:1.0.3-2) ...
> 
>   Setting up libxdmcp6 (1:1.0.2-2) ...
> 
>   Setting up libx11-data (2:1.0.3-7) ...
>   Setting up libx11-6 (2:1.0.3-7) ...
> 
>   Setting up libxext6 (1:1.0.3-2) ...
> 
>   Setting up libxt6 (1:1.0.5-3) ...
> 
>   Setting up libxmu6 (1:1.0.3-1) ...
> 
>   Setting up libxpm4 (1:3.5.6-3) ...
> 
>   Setting up libxaw7 (1:1.0.3-3) ...
> 
>   Setting up tcl8.4 (8.4.12-1.1) ...
> 
>   Setting up tk8.4 (8.4.12-1) ...
> 
>   Setting up gcc-4.1-base (4.1.2-13) ...
> 
>   Setting up cpp-4.1 (4.1.2-13) ...
>   Setting up cpp (4:4.1.2-3) ...
> 
>   Setting up binutils (2.17cvs20070713-1) ...
> 
>   Setting up gcc-4.1 (4.1.2-13) ...
>   Setting up gcc (4:4.1.2-3) ...
> 
>   Setting up cl-asdf (1.107-1) ...
> 
>   Setting up realpath (1.10) ...
>   Setting up libdb4.4 (4.4.20-8) ...
>   Setting up libgdbm3 (1.8.3-3) ...
> 
>   Setting up perl-modules (5.8.8-7) ...
>   Setting up perl (5.8.8-7) ...
> 
>   Setting up common-lisp-controller (6.11) ...
>   Reinstalling for gclcvs
>   Recompiling Common Lisp Controller for gclcvs
>   /usr/bin/gclcvs: line 6: /etc/default/gclcvs: No such file or directory
>   /usr/bin/gclcvs: line 6: /etc/default/gclcvs: No such file or directory
>   gclcvs.sh Uninstalling clc image and purging object cache ...
>   mkdir: missing operand
>   Try `mkdir --help' for more information.
>   gclcvs.sh Installing clc as ...
>   basename: missing operand
>   Try `basename --help' for more information.
>   /usr/bin/gclcvs: line 6: /etc/default/gclcvs: No such file or directory
>   Error building send-clc-command
> 
>   Done rebuilding
> 
>   Setting up gclcvs (2.7.0-77) ...
>   gclcvs.sh Uninstalling clc image and purging object cache ...
>   gclcvs.sh Installing clc as /usr/lib/gcl-2.7.0/unixport/saved_clc_gcl ...
>   GCL (GNU Common Lisp)  2.7.0 ANSI    Jul 14 2007 00:42:06
>   Source License: LGPL(gcl,gmp,pargcl), GPL(unexec,bfd,xgcl)
>   Binary License:  GPL due to GPL'ed components: (XGCL 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.
> 
>   Temporary directory for compiler files set to /tmp/
> 
>   >
>   #<"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>
>   ;; Loading 
> /var/cache/common-lisp-controller/0/gcl-2.7.0/common-lisp-controller/common-lisp-controller.o
>    ;; start address -T 0xadb380 ;; Finished loading 
> /var/cache/common-lisp-controller/0/gcl-2.7.0/common-lisp-controller/common-lisp-controller.o
>   ; (DEFUN |(PCL::FAST-METHOD TRAVERSE (OPERATION COMPONENT))| ...) is being 
> compiled.
>   ;; Warning: arg type mismatch in auto-proclamation (T T OPERATION
>                                                       COMPONENT) -> (T T
>                                                                      T
>                                                                      
> COMPONENT)
> 
>   ;; Loading /var/cache/common-lisp-controller/0/gcl-2.7.0/asdf/asdf.o
>   ;; Compiling /tmp/gazonk_9812_0.lsp.
>   ;; End of Pass 1.
>   ;; End of Pass 2.
>   ;; OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3, 
> (Debug quality ignored)
>   ;; Finished compiling /tmp/gazonk_9812_0.o.
>   ;; Loading /tmp/gazonk_9812_0.o
>    ;; start address -T 0xae3380 ;; Finished loading /tmp/gazonk_9812_0.o
>   ;; Compiling /tmp/gazonk_9812_0.lsp.
>   ;; End of Pass 1.
>   ;; End of Pass 2.
>   ;; OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3, 
> (Debug quality ignored)
>   ;; Finished compiling /tmp/gazonk_9812_0.o.
>   ;; Loading /tmp/gazonk_9812_0.o
>    ;; start address -T 0xae1d30 ;; Finished loading /tmp/gazonk_9812_0.o
>   ;; Compiling /tmp/gazonk_9812_0.lsp.
>   ; (DEFUN COMPILER::CMP-ANON ...) is being compiled.
>   ;; Warning: The variable PCL::.ARG0. is not used.
>   ;; Warning: The variable PCL::.ARG1. is not used.
>   ;; End of Pass 1.
>   ;; End of Pass 2.
>   ;; OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3, 
> (Debug quality ignored)
>   ;; Finished compiling /tmp/gazonk_9812_0.o.
>   ;; Loading /tmp/gazonk_9812_0.o
>    ;; start address -T 0xae1b38 ;; Finished loading /tmp/gazonk_9812_0.o
>   Pass1 signature discovery on 2 functions ...
>   Compiling and loading new source in #<output stream 
> "/tmp/gazonk_9812_oRZa67.lsp">
>   ;; Compiling /tmp/gazonk_9812_oRZa67.lsp.
>   ;; End of Pass 1.
>   ;; End of Pass 2.
>   ;; OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3, 
> (Debug quality ignored)
>   ;; Finished compiling /tmp/gazonk_9812_oRZa67.o.
>   ;; Loading /tmp/gazonk_9812_oRZa67.o
>    ;; start address -T 0xba0200 ;; Finished loading /tmp/gazonk_9812_oRZa67.o
>    ;; start address -T 0xba4180 ;; Finished loading 
> /var/cache/common-lisp-controller/0/gcl-2.7.0/asdf/asdf.o
>   ;; Loading /var/cache/common-lisp-controller/0/gcl-2.7.0/asdf/wild-modules.o
>    ;; start address -T 0xb94d80 ;; Finished loading 
> /var/cache/common-lisp-controller/0/gcl-2.7.0/asdf/wild-modules.o
>   ; (DEFUN ALTERNATIVE-ROOT-PATH-TO-FASL-PATH) is being compiled.
>   ;; Warning: Wrong number of args for PATHNAME-DIRECTORY: 3 instead of 1.
>   ;; Loading 
> /var/cache/common-lisp-controller/0/gcl-2.7.0/common-lisp-controller/post-sysdef-install.o
>    ;; start address -T 0xbd9d00 ;; Finished loading 
> /var/cache/common-lisp-controller/0/gcl-2.7.0/common-lisp-controller/post-sysdef-install.o
>   ((MERGE-PATHNAMES ".clc/systems/" (USER-HOMEDIR-PATHNAME))
>    *DEFAULT-PATHNAME-DEFAULTS* #P"/usr/share/common-lisp/systems/")
> 
>   COMMON-LISP-CONTROLLER>
>   SEND-CLC-COMMAND
> 
>   COMMON-LISP-CONTROLLER>
>   #<"ASDF" package>
> 
>   ASDF>
>   RUN-SHELL-COMMAND
> 
>   ASDF>gclcvs.sh Uninstalling clc image and purging object cache ...
>   gclcvs.sh Installing clc as /usr/lib/gcl-2.7.0-prof/unixport/saved_clc_gcl 
> ...
>   GCL (GNU Common Lisp)  2.7.0 ANSI  profiling  Jul 14 2007 00:26:26
>   Source License: LGPL(gcl,gmp,pargcl), GPL(unexec,bfd,xgcl)
>   Binary License:  GPL due to GPL'ed components: (XGCL 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.
> 
>   Temporary directory for compiler files set to /tmp/
> 
>   >
>   #<"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>
>   ;; Loading 
> /var/cache/common-lisp-controller/0/gcl-2.7.0-prof/common-lisp-controller/common-lisp-controller.o
>    ;; start address -T 0x11b8f80 ;; Finished loading 
> /var/cache/common-lisp-controller/0/gcl-2.7.0-prof/common-lisp-controller/common-lisp-controller.o
>   ; (DEFUN |(PCL::FAST-METHOD TRAVERSE (OPERATION COMPONENT))| ...) is being 
> compiled.
>   ;; Warning: arg type mismatch in auto-proclamation (T T OPERATION
>                                                       COMPONENT) -> (T T
>                                                                      T
>                                                                      
> COMPONENT)
> 
>   ;; Loading /var/cache/common-lisp-controller/0/gcl-2.7.0-prof/asdf/asdf.o
>   ;; Compiling /tmp/gazonk_9885_0.lsp.
>   ;; End of Pass 1.
>   ;; End of Pass 2.
>   ;; OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3, 
> (Debug quality ignored)
>   ;; Finished compiling /tmp/gazonk_9885_0.o.
>   ;; Loading /tmp/gazonk_9885_0.o
>    ;; start address -T 0x1223920 ;; Finished loading /tmp/gazonk_9885_0.o
>   ;; Compiling /tmp/gazonk_9885_0.lsp.
>   ;; End of Pass 1.
>   ;; End of Pass 2.
>   ;; OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3, 
> (Debug quality ignored)
>   ;; Finished compiling /tmp/gazonk_9885_0.o.
>   ;; Loading /tmp/gazonk_9885_0.o
>    ;; start address -T 0x12222c0 ;; Finished loading /tmp/gazonk_9885_0.o
>   ;; Compiling /tmp/gazonk_9885_0.lsp.
>   ; (DEFUN COMPILER::CMP-ANON ...) is being compiled.
>   ;; Warning: The variable PCL::.ARG0. is not used.
>   ;; Warning: The variable PCL::.ARG1. is not used.
>   ;; End of Pass 1.
>   ;; End of Pass 2.
>   ;; OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3, 
> (Debug quality ignored)
>   ;; Finished compiling /tmp/gazonk_9885_0.o.
>   ;; Loading /tmp/gazonk_9885_0.o
>    ;; start address -T 0x12220b8 ;; Finished loading /tmp/gazonk_9885_0.o
>   Pass1 signature discovery on 2 functions ...
>   Compiling and loading new source in #<output stream 
> "/tmp/gazonk_9885_AxnmEr.lsp">
>   ;; Compiling /tmp/gazonk_9885_AxnmEr.lsp.
>   ;; End of Pass 1.
>   ;; End of Pass 2.
>   ;; OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3, 
> (Debug quality ignored)
>   ;; Finished compiling /tmp/gazonk_9885_AxnmEr.o.
>   ;; Loading /tmp/gazonk_9885_AxnmEr.o
>    ;; start address -T 0x12e07c0 ;; Finished loading /tmp/gazonk_9885_AxnmEr.o
>    ;; start address -T 0x12e4760 ;; Finished loading 
> /var/cache/common-lisp-controller/0/gcl-2.7.0-prof/asdf/asdf.o
>   ;; Loading 
> /var/cache/common-lisp-controller/0/gcl-2.7.0-prof/asdf/wild-modules.o
>    ;; start address -T 0x12e2c60 ;; Finished loading 
> /var/cache/common-lisp-controller/0/gcl-2.7.0-prof/asdf/wild-modules.o
>   ; (DEFUN ALTERNATIVE-ROOT-PATH-TO-FASL-PATH) is being compiled.
>   ;; Warning: Wrong number of args for PATHNAME-DIRECTORY: 3 instead of 1.
>   ;; Loading 
> /var/cache/common-lisp-controller/0/gcl-2.7.0-prof/common-lisp-controller/post-sysdef-install.o
>    ;; start address -T 0x13197c0 ;; Finished loading 
> /var/cache/common-lisp-controller/0/gcl-2.7.0-prof/common-lisp-controller/post-sysdef-install.o
>   ((MERGE-PATHNAMES ".clc/systems/" (USER-HOMEDIR-PATHNAME))
>    *DEFAULT-PATHNAME-DEFAULTS* #P"/usr/share/common-lisp/systems/")
> 
>   COMMON-LISP-CONTROLLER>
>   SEND-CLC-COMMAND
> 
>   COMMON-LISP-CONTROLLER>
>   #<"ASDF" package>
> 
>   ASDF>
>   RUN-SHELL-COMMAND
> 
>   ASDF>
> 5m40.9s DEBUG: Command ok: ['chroot', '/tmp/tmpFHRsOd', 'apt-get', '-yf', 
> '--no-remove', 'install']
> 5m40.9s DEBUG: Starting command: ['chroot', '/tmp/tmpFHRsOd', 'apt-get', 
> 'clean']
> 5m41.0s DEBUG: Command ok: ['chroot', '/tmp/tmpFHRsOd', 'apt-get', 'clean']
> 5m41.0s DEBUG: Removing /tmp/tmpFHRsOd/tmp/gclcvs_2.7.0-77_i386.deb
> 5m41.2s DEBUG: Starting command: ['lsof', '+D', '/tmp/tmpFHRsOd']
> 5m43.6s DEBUG: Command failed (status=1), but ignoring error: ['lsof', '+D', 
> '/tmp/tmpFHRsOd']
> 5m44.5s ERROR: Broken symlinks:
>   /usr/bin/pico -> True
>   /usr/share/man/man1/pico.1.gz -> True
>   /lib/cpp -> True
>   /etc/alternatives/cpp -> True
>   /etc/alternatives/pico -> True
>   /etc/alternatives/pico.1.gz -> True
>   /etc/alternatives/cc -> True
> 5m44.5s DEBUG: Starting command: ['chroot', '/tmp/tmpFHRsOd', 'umount', 
> '/proc']
> 5m44.6s DEBUG: Command ok: ['chroot', '/tmp/tmpFHRsOd', 'umount', '/proc']
> 5m47.5s DEBUG: Removed directory tree at /tmp/tmpFHRsOd

-- 
Camm Maguire                                            [EMAIL PROTECTED]
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah

--- End Message ---

Reply via email to