vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Trying to install sed (either with apt-get or dpkg), I get this : "Paramétrage de sed (4.1.2-2) ... No `START-INFO-DIR-ENTRY' and no `This file documents'. install-info(/usr/share/info/sed.info): unable to determine description for `dir' entry - giving up dpkg : erreur de traitement de sed (--install) : le sous-processus post-installation script a retourné une erreur de " What does it mean ? |
| |||
| Stéphane <cycleballe@free.fr> wrote: > Trying to install sed (either with apt-get or dpkg), I get this : > "Paramétrage de sed (4.1.2-2) ... > No `START-INFO-DIR-ENTRY' and no `This file documents'. > install-info(/usr/share/info/sed.info): unable to determine description > for `dir' entry - giving up > dpkg : erreur de traitement de sed (--install) : > le sous-processus post-installation script a retourné une erreur de " > What does it mean ? Me too! I think sed update (11/16/2004) caused this! Check mine out: Fetched 246kB in 5s (48.1kB/s) Setting up sed (4.1.2-2) ... No `START-INFO-DIR-ENTRY' and no `This file documents'. install-info(/usr/share/info/sed.info): unable to determine description for `dir' entry - giving up dpkg: error processing sed (--configure): subprocess post-installation script returned error exit status 1 Errors were encountered while processing: sed E: Sub-process /usr/bin/dpkg returned an error code (1) # dpkg --configure -a Setting up sed (4.1.2-2) ... No `START-INFO-DIR-ENTRY' and no `This file documents'. install-info(/usr/share/info/sed.info): unable to determine description for `dir' entry - giving up dpkg: error processing sed (--configure): subprocess post-installation script returned error exit status 1 Errors were encountered while processing: sed # apt-get -t stable --reinstall install sed Reading Package Lists... Done Building Dependency Tree... Done 0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 10 not upgraded. 1 not fully installed or removed. Need to get 0B of archives. After unpacking 0B of additional disk space will be used. Do you want to continue? [Y/n] Setting up sed (4.1.2-2) ... No `START-INFO-DIR-ENTRY' and no `This file documents'. install-info(/usr/share/info/sed.info): unable to determine description for `dir' entry - giving up dpkg: error processing sed (--configure): subprocess post-installation script returned error exit status 1 Errors were encountered while processing: sed E: Sub-process /usr/bin/dpkg returned an error code (1) # ls -all /bin/sed -rwxr-xr-x 1 root root 41048 2004-11-16 08:29 /bin/sed I think I will go contact Clint Adams at http://packages.debian.org/unstable/base/sed .... -- "An ant is a wise creature for itself, but it is a shrewd thing in an orchard or garden." --Francis Bacon /\___/\ / /\ /\ \ Ant @ The Ant Farm: http://antfarm.ma.cx | |o o| | Ant's Quality Foraged Links: http://aqfl.net \ _ / Please remove ANT if replying by e-mail. ( ) |
| |||
| Hello Stéphane (<cycleballe@free.fr>) wrote: > Trying to install sed (either with apt-get or dpkg), I get this : > > "Paramétrage de sed (4.1.2-2) ... > > No `START-INFO-DIR-ENTRY' and no `This file documents'. > install-info(/usr/share/info/sed.info): unable to determine > description for `dir' entry - giving up > dpkg : erreur de traitement de sed (--install) : > le sous-processus post-installation script a retourné une erreur de > " > > What does it mean ? It means that you now know why Debian unstable is called unstable. As far as I know, a corrected version is available on incoming.debian.org, either get it manually, or wait until the package goes to unstable. best regards Andreas Janssen -- Andreas Janssen <andreas.janssen@bigfoot.com> PGP-Key-ID: 0xDC801674 ICQ #17079270 Registered Linux User #267976 http://www.andreas-janssen.de/debian-tipps-sarge.html |
| |||
| Stéphane <cycleballe@free.fr> wrote: > Trying to install sed (either with apt-get or dpkg), I get this : > "Paramétrage de sed (4.1.2-2) ... > No `START-INFO-DIR-ENTRY' and no `This file documents'. > install-info(/usr/share/info/sed.info): unable to determine description > for `dir' entry - giving up > dpkg : erreur de traitement de sed (--install) : > le sous-processus post-installation script a retourné une erreur de " > What does it mean ? A fix from Daniel van Eeden (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=281740) The file /usr/share/info/sed.info.gz is an gzipped empty file. Workaround: cp /usr/share/info/sed.info-1.gz /usr/share/info/sed.info.gz I just tried it and apt-get and sed are back in action! =) Woohoo! -- "An ant is a wise creature for itself, but it is a shrewd thing in an orchard or garden." --Francis Bacon /\___/\ / /\ /\ \ Ant @ The Ant Farm: http://antfarm.ma.cx | |o o| | Ant's Quality Foraged Links: http://aqfl.net \ _ / Please remove ANT if replying by e-mail. ( ) |
| ||||
| On Wed, 17 Nov 2004 20:37:08 +0100, Stéphane wrote: > Trying to install sed (either with apt-get or dpkg), I get this : > > "Paramétrage de sed (4.1.2-2) ... > > No `START-INFO-DIR-ENTRY' and no `This file documents'. > install-info(/usr/share/info/sed.info): unable to determine description > for `dir' entry - giving up > dpkg : erreur de traitement de sed (--install) : > le sous-processus post-installation script a retourné une erreur de " > > What does it mean ? It means 4.1.2-2 is borked. But fear not, for 4.1.2-4 is now up for sid. |