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

Drscheme package install failure.



I'm trying to install drscheme and related on a debian testing system and it's
failing:

  $ sudo apt-get install drscheme
  Reading package lists... Done
  Building dependency tree... Done
  The following extra packages will be installed:
    mzscheme
  The following NEW packages will be installed
    drscheme mzscheme
  0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded.
  Need to get 0B/16.6MB of archives.
  After unpacking 82.1MB of additional disk space will be used.
  Do you want to continue [Y/n]? y
  Preconfiguring packages ...
  Configuring mzscheme
  --------------------

  PLT includes a fully-functional web server implementation. This server may be
  started and will continue to be brought on-line at boot time.  If so, you
  should make sure you configure the web server by visiting
  http://localhost:8000 with your web browser and following the configuration
  steps.

  Run the web server? no


  Selecting previously deselected package mzscheme.
  (Reading database ... 123913 files and directories currently installed.)
  Unpacking mzscheme (from .../mzscheme_1%3a352-6_i386.deb) ...
  Selecting previously deselected package drscheme.
  Unpacking drscheme (from .../drscheme_1%3a352-6_i386.deb) ...
  Setting up mzscheme (352-6) ...
  Cataloging SLIB routines...
  reference to undefined identifier: slib:features
  dpkg: error processing mzscheme (--configure):
   subprocess post-installation script returned error exit status 1
  dpkg: dependency problems prevent configuration of drscheme:
   drscheme depends on mzscheme (= 1:352-6); however:
    Package mzscheme is not configured yet.
   drscheme depends on mzscheme; however:
    Package mzscheme is not configured yet.
  dpkg: error processing drscheme (--configure):
   dependency problems - leaving unconfigured
  Errors were encountered while processing:
   mzscheme
   drscheme
  E: Sub-process /usr/bin/dpkg returned an error code (1)

  $ 

What is the proper way of installing drscheme as a debian package (as opposed
to downloading it from drscheme.org)?



Reply to: