Re: HELP! Seriously messed up bo -> hamm

1998-09-21 Thread Craig Sanders
On Sat, 19 Sep 1998, Michael Stutz wrote:

> So now, every time I run apt, I get this error:
> 
> Updating package status cache...done
> Checking system integrity...dependency error
> You might want to run apt-get -f install' to correct these.
> Sorry, but the following packages are broken - this means they have unmet
> dependencies:
>   wget: Depends:libc6
>   libg++27-dev: Depends:libc5-dev
>   libgdbm1-dev: Depends:libc5-dev
> 
> Running dselect doesn't help, either. dpkg is broken -- every time I run it
> I get something like:

apt is telling you that there is a problem with some packages.  apt is just
asking for a little help - you have to manually clear the problem before it
is able to continue.

> I really need help -- what should I do?

try doing what apt suggests. run "apt-get -f install".



if that fails, then read on:

it looks like your system is only partially upgraded from libc5 to libc6.
try removing libg++27-dev and libgdbm1-dev with "dpkg -r".  then you should
be able to install wget, either install it with dpkg or with apt ("apt-get
install wget").  

if that works, you should now be able to do a dselect upgrade.

craig

--
craig sanders


Re: HELP! Seriously messed up bo -> hamm

1998-09-20 Thread Michael Stutz
On Sat, 19 Sep 1998, Jean Pierre LeJacq wrote:

> I'd first resolve the dependency problems by removing the packages
> with dpkg
> 
>   dpkg --remove wget
> 
> If the prerm or postrm scripts fail, edit them to remove the problems.
> They're located in /var/lib/dpkg/info.

Thanks, it's working now -- "dpkg -r wget" did nothing, but after checking
the prerm and postrm scripts in /var/lib/dpkg/info I just nuked them
completely, since the actual package was not on the system. This worked just
fine, and then I was able to upgrade to 2.0 in minutes using the apt-get
method. Now to just solve that "patch manager" problem... 


Re: HELP! Seriously messed up bo -> hamm

1998-09-20 Thread Richard E. Hawkins Esq.

> I'd first resolve the dependency problems by removing the packages
> with dpkg
> 
>   dpkg --remove wget
> 
> If the prerm or postrm scripts fail, edit them to remove the problems.
> They're located in /var/lib/dpkg/info.
> 
> Once the dependencies are resolved, add only a few packages at a time
> starting with the essential ones.

also,  you can get through this with a few rounds of alternating
between 

  --d 






10. Logout  

Enter number of selection or use arrow keys: 1  
Telnet host... eyry.econ
Xyplex -010- Session 1 to EYRY.ECON established 
Debian GNU/Linux slink eyry.econ.iastate.edu

eyry login: hawk
Password:   
Linux eyry 2.0.34 #1 Mon Sep 14 13:41:18 CDT 1998 i586 unknown  

Copyright (C) 1993-1998 Software in the Public Interest, and others 

Most of the programs included with the Debian GNU/Linux system are  
freely redistributable; the exact distribution terms for each program   
are described in the individual files in /usr/doc/*/copyright   

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent   
permitted by applicable law.
Last login: Sat Sep 19 21:49:52 on ttyp1 from hawkins.econ.iastate.edu. 
You have new mail.  
tcsh: No entry for terminal type "network"  
tcsh: using dumb terminal settings. 
eyryttyp0:hawk>setenv TERM xterm
eyryttyp0:hawk>telnet pv2086.vincent
Buffers Files Tools Edit Search Help        
cc: debian-user@lists.debian.org
Subject: Re: HELP! Seriously messed up bo -> hamm
In-reply-to: Your message of "Sat, 19 Sep 1998 21:47:46 EDT."
 <[EMAIL PROTECTED]>



> I'd first resolve the dependency problems by removing the packages
> with dpkg
>
>   dpkg --remove wget
>
> If the prerm or postrm scripts fail, edit them to remove the problems.
> They're located in /var/lib/dpkg/info.
>
> Once the dependencies are resolved, add only a few packages at a time
> starting with the essential ones.

also,  you can get through this with a few rounds of alternating
between 

  --dpkg --configure --pending

and 

  --dpkg -iGER /var/lib/dpkg/methods/ftp/debian/dists/stable

rick


Re: HELP! Seriously messed up bo -> hamm

1998-09-20 Thread Jean Pierre LeJacq


On Sat, 19 Sep 1998, Michael Stutz wrote:

> Please help -- I really messed up my 1.3 system today trying to upgrade to
> 2.0 using the 2-cd set from LSL. I'd like to be able to find a way out of
> this mess and be able to upgrade properly rather than having to save my
> /usr/local and /etc and then reinstall new...
> 

...  ...

> Running dselect doesn't help, either. dpkg is broken -- every time I run it
> I get something like:
> 
> (Reading database ... 23523 files and directories currently installed.)
> Removing wget ...
> install-info: No dir file specified; try --help for more information.
> dpkg: error processing wget (--remove):
>  subprocess post-removal script returned error exit status 1
>  Update-menus: waiting for dpkg to finish (forking to background)
>  Update-menus: (checking /var/lib/dpkg/lock)
>  Errors were encountered while processing:
>   wget

I'd first resolve the dependency problems by removing the packages
with dpkg

  dpkg --remove wget

If the prerm or postrm scripts fail, edit them to remove the problems.
They're located in /var/lib/dpkg/info.

Once the dependencies are resolved, add only a few packages at a time
starting with the essential ones.

-- 
Jean Pierre



HELP! Seriously messed up bo -> hamm

1998-09-19 Thread Michael Stutz
Please help -- I really messed up my 1.3 system today trying to upgrade to
2.0 using the 2-cd set from LSL. I'd like to be able to find a way out of
this mess and be able to upgrade properly rather than having to save my
/usr/local and /etc and then reinstall new...

This is what happened:

* The autoup.sh on the cd-rom didn't run as listed in the documentation (not
executable); 

* So I decided to try the apt method, since it'd worked so nicely on another
machine I had. I installed apt, and then changed /etc/apt/sources.list to
point to the cd-rom. 

* I ran "apt-get update". This is where the trouble started:

Get file:/cdrom/debian/ stable/main Packages
0%  [Packages ' 0]   
Updating package file cache...done
Updating package status cache...done
Checking system integrity...dependency error
You might want to run apt-get -f install' to correct these.
Sorry, but the following packages are broken - this means they have unmet
dependencies:
  wget: Depends:libc6
  wine: Depends:libc6 Depends:libwine0.0.971116 Depends:xlib6g Depends:xpm4g
/cdrom/upgrade #

* So then I went ahead with "apt-get -f dist-upgrade" anyway:

/cdrom/upgrade # apt-get updat^H^H^H^H^H-f dis^Gt^G^G-upgrade
Updating package status cache...done
Checking system integrity...dependency error
Correcting dependencies...ok
The following packages will be REMOVED:
  wine xpdf 9fonts gv apache-modules gs-aladdin getty tk42-dev playmidi
  ncurses3.0-dev splay libg++27-dev tcl76-dev imgstar xdaliclock pstoedit
  xsnow svgalib1-dev ghostview libnet 9wm xloadimage xcolorsel 9menu
  tetex-extra libc5-dev libreadline2-dev libpthread0 libdb1-dev tetex-bin
  libgdbm1-dev tgif xfig 
The following NEW packages will be installed:
  libmime-base64-perl libpng2 xpm4g libpaperg svgalibg1 netpbm1 freetype1
  libdb2 liblockfile0 libnet-perl libstdc++2.8 whiptail zlib1g dpkg-perl
  perl-base sgml-base libhdf4g libgdbmg1 tcl8.0 tcl7.6 libg++272 libpng0g
  libtiff3g newt0.21 data-dumper libgpmg1 libmpeg1 libc6 gawk ncurses3.4
  cdrecord libjpegg6a libreadlineg2 slang0.99.38
The following packages have been kept back
  xaos wily fvwm2 xext xserver-vga16 xbase rxvt floatbg swisswatch rgrep
  afterstep xcdroast xfnt75 xfntbase transfig mctools-lite tk42 xfntbig
  xcontrib xserver-s3 fvwm-common imagemagick xfnt100 xcolors
  xlockmore xfntscl xfntcyr xspread xfntpex 9term jed xbooks xpaint tix41
  tetex-dev 
173 packages upgraded, 34 newly installed, 33 to remove and 35 not upgraded.
3 packages not fully installed or removed.
Need to get 0b/56.1M of archives. After unpacking 3017k will be used.
Do you want to continue? [Y/n] y
(Reading database ... 27573 files and directories currently installed.)
Removing ghostview ...
Update-menus: waiting for dpkg to finish (forking to background)
Update-menus: (checking /var/lib/dpkg/lock)
Removing wine ...
Removing libgdbm1-dev ...
 install-info: No dir file specified; try --help for more information.
dpkg: error processing libgdbm1-dev (--remove):
 subprocess post-removal script returned error exit status 1
 install-info: unrecognized option --description=The GNU Database Routines'
Try install-info --help' for a complete list of options.
dpkg: error while cleaning up:
 subprocess post-installation script returned error exit status 1
Removing libdb1-dev ...
Removing tk42-dev ...
Removing tcl76-dev ...
Removing libg++27-dev ...

[...]

So now, every time I run apt, I get this error:

Updating package status cache...done
Checking system integrity...dependency error
You might want to run apt-get -f install' to correct these.
Sorry, but the following packages are broken - this means they have unmet
dependencies:
  wget: Depends:libc6
  libg++27-dev: Depends:libc5-dev
  libgdbm1-dev: Depends:libc5-dev

Running dselect doesn't help, either. dpkg is broken -- every time I run it
I get something like:

(Reading database ... 23523 files and directories currently installed.)
Removing wget ...
install-info: No dir file specified; try --help for more information.
dpkg: error processing wget (--remove):
 subprocess post-removal script returned error exit status 1
 Update-menus: waiting for dpkg to finish (forking to background)
 Update-menus: (checking /var/lib/dpkg/lock)
 Errors were encountered while processing:
  wget
 
And a lot of packages have been removed from my system -- it's not useable
as it is right nowI downloaded the new autoup.sh on debian.org, and that one
worked -- but I still get the above errors. I really need help -- what
should I do? 

Thanks.

m