Ci ho provato in tutti e due i modi ma ecco il risultato:
[francesco@openmamba ~]$ sudo apt-get reinstall slib
Lettura della lista di pacchetti... Done
Calcolo dell'albero delle dipendenze... Done
Reinstallation of slib is not possible, it cannot be downloaded.
0 upgraded, 0 newly installed, 0 removed and 54 not upgraded.
[francesco@openmamba ~]$
[francesco@openmamba ~]$ cd /usr/share/slib
[francesco@openmamba slib]$ sudo make catalogs
if type scm; then scm -c "(require 'new-catalog)"; fi
/bin/sh: line 0: type: scm: not found
if type guile; then guile -l guile.init -c
"(use-modules (ice-9 slib)) (require 'new-catalog)"; fi
guile is /usr/bin/guile
ERROR: In procedure open-file:
ERROR: No such file or directory: "/usr/share/guile/slib/mklibcat"
make: [catalogs] Error 1 (ignored)
if type umb-scheme; then SCHEME_INIT=umbscheme.init;export SCHEME_INIT;
echo "(require 'new-catalog)" | umb-scheme; fi
umb-scheme is /usr/bin/umb-scheme
Welcome to UMB Scheme, version 3.2 Copyright (c) 1988,1996 William R Campbell.
UMB Scheme comes with ABSOLUTELY NO WARRANTY. This is free software and
you are free to redistribute it under certain conditions.
See the UMB Scheme Release Notes for details. Type Control-d to exit.
Loading /usr/share/umb-scheme/prelude.scheme...
Loading /usr/share/umb-scheme/slib/umbscheme.init...
Error: `slib:load-source' is undefined.
Reset (Use Control-d to quit UMB Scheme)Loading umbscheme.init...
Error: `slib:load-source' is undefined.
Reset (Use Control-d to quit UMB Scheme)
Error: `require' is undefined.
Reset (Use Control-d to quit UMB Scheme)==>
==> make: [catalogs] Error 216 (ignored)
if type mzscheme; then
SCHEME_LIBRARY_PATH=pwd/;export SCHEME_LIBRARY_PATH;
cp mkpltcat.scm mzscheme -mf mzscheme.init -e '(begin(display(implementation-vicinity))(exit))'mkimpcat.scm;
mzscheme -g -f mzscheme.init -e "(require 'new-catalog)" </dev/null; fi
/bin/sh: line 0: type: mzscheme: not found
if type scheme48; then make install48; fi
/bin/sh: line 0: type: scheme48: not found
[francesco@openmamba slib]$
>Calcolo dell'albero delle dipendenze... Done
>Reinstallation of slib is not possible, it cannot be downloaded.
>0 upgraded, 0 newly installed, 0 removed and 54 not upgraded
Ma sei sicuro che la connessione ad internet sia attiva? Prova a dare:
sudo apt-get update
sudo apt-get upgrade
per vedere se riesce ad aggiornarsi.
La connessione è attiva.
Ho provato sudo apt-get update ecco il risultato:
[francesco@openmamba ~]$ sudo apt-get update
Get:1 http://www.openmamba.org pub/openmamba/milestone1-games release [1054B]
Get:2 http://www.openmamba.org pub/openmamba/milestone1-updates release [1043B]
Get:3 http://www.openmamba.org pub/openmamba/milestone1 release [1087B]
Fetched 3184B in 1s (1629B/s)
Hit http://www.openmamba.org pub/openmamba/milestone1-games/i586 pkglist
Hit http://www.openmamba.org pub/openmamba/milestone1-games/i586 release
Hit http://www.openmamba.org pub/openmamba/milestone1-games/base srclist
Hit http://www.openmamba.org pub/openmamba/milestone1-updates/i586 pkglist
Hit http://www.openmamba.org pub/openmamba/milestone1-updates/i586 release
Hit http://www.openmamba.org pub/openmamba/milestone1-updates/base srclist
Get:1 http://www.openmamba.org pub/openmamba/milestone1/i586 pkglist [897kB]
Get:2 http://www.openmamba.org pub/openmamba/milestone1/i586 release [142B]
Get:3 http://www.openmamba.org pub/openmamba/milestone1/base srclist [326kB]
Fetched 1223kB in 4m35s (4440B/s)
Lettura della lista di pacchetti... Done
Calcolo dell'albero delle dipendenze... Done
[francesco@openmamba ~]$
prova a dare entrambi i comandi in modo da aggiornare il sistema e poi riprova ad installare slib.

