apt-get upgrade holding back packages

2002-09-21 Thread Matthew Daubenspeck

$ apt-get upgrade
Reading Package Lists... Done
Building Dependency Tree... Done
The following packages have been kept back
  apache apache-common bind9-host binutils dhcp-client dnsutils file html2text
  libc6 libc6-dev libdb2 libdb3 libdns5 libfreetype6 libglib1.2 libisc4 liblwres1
  libpng2 libssl0.9.6 libwrap0 logrotate mailx make mawk modutils openssl pppoe
  tcpd wget whois 
0 packages upgraded, 0 newly installed, 0 to remove and 30  not upgraded.

I didn't change a thing and apt-get was working perfectly yesterday.

Any idea what I broke?



msg02838/pgp0.pgp
Description: PGP signature


Re: apt-get upgrade holding back packages

2002-09-21 Thread Colin Watson

On Sat, Sep 21, 2002 at 10:21:02AM -0400, Matthew Daubenspeck wrote:
> $ apt-get upgrade
> Reading Package Lists... Done
> Building Dependency Tree... Done
> The following packages have been kept back
>   apache apache-common bind9-host binutils dhcp-client dnsutils file html2text
>   libc6 libc6-dev libdb2 libdb3 libdns5 libfreetype6 libglib1.2 libisc4 liblwres1
>   libpng2 libssl0.9.6 libwrap0 logrotate mailx make mawk modutils openssl pppoe
>   tcpd wget whois 
> 0 packages upgraded, 0 newly installed, 0 to remove and 30  not upgraded.
> 
> I didn't change a thing and apt-get was working perfectly yesterday.

Running testing, right? From time to time you need to dist-upgrade in
unreleased distributions, as 'upgrade' will never install or remove any
packages, only upgrade currently installed ones. This is one of those
times, as libc6 now depends on libdb1-compat.

-- 
Colin Watson  [[EMAIL PROTECTED]]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: apt-get upgrade holding back packages

2002-09-21 Thread Bill Morgan

On 9/21/02 9:21 AM, "Matthew Daubenspeck" <[EMAIL PROTECTED]> wrote:

> $ apt-get upgrade
> Reading Package Lists... Done
> Building Dependency Tree... Done
> The following packages have been kept back
> apache apache-common bind9-host binutils dhcp-client dnsutils file html2text
> libc6 libc6-dev libdb2 libdb3 libdns5 libfreetype6 libglib1.2 libisc4
> liblwres1
> libpng2 libssl0.9.6 libwrap0 logrotate mailx make mawk modutils openssl pppoe
> tcpd wget whois 
> 0 packages upgraded, 0 newly installed, 0 to remove and 30  not upgraded.
> 
> I didn't change a thing and apt-get was working perfectly yesterday.
> 
> Any idea what I broke?
> 

You're running Testing (Sarge), right?   A logjam just broke and many
Interdependent packages entered testing all at once.  You need to do

  apt-get dist-upgrade

to handle this situation.

Good luck,

Bill


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: apt-get upgrade holding back packages

2002-09-21 Thread Matthew Daubenspeck

On Sat, Sep 21, 2002 at 09:41:25AM -0500, Bill Morgan wrote:
> On 9/21/02 9:21 AM, "Matthew Daubenspeck" <[EMAIL PROTECTED]> wrote:
> 
> > $ apt-get upgrade
> > Reading Package Lists... Done
> > Building Dependency Tree... Done
> > The following packages have been kept back
> > apache apache-common bind9-host binutils dhcp-client dnsutils file html2text
> > libc6 libc6-dev libdb2 libdb3 libdns5 libfreetype6 libglib1.2 libisc4
> > liblwres1
> > libpng2 libssl0.9.6 libwrap0 logrotate mailx make mawk modutils openssl pppoe
> > tcpd wget whois 
> > 0 packages upgraded, 0 newly installed, 0 to remove and 30  not upgraded.
> > 
> > I didn't change a thing and apt-get was working perfectly yesterday.
> > 
> > Any idea what I broke?
> > 
> 
> You're running Testing (Sarge), right?   A logjam just broke and many
> Interdependent packages entered testing all at once.  You need to do
> 
>   apt-get dist-upgrade
> 
> to handle this situation.

Worked like a charm. Thanks!



msg02842/pgp0.pgp
Description: PGP signature


Re: apt-get upgrade holding back packages

2002-09-22 Thread David Teague

On Sat, 21 Sep 2002, Bill Morgan wrote:

> Date: Sat, 21 Sep 2002 09:41:25 -0500
> From: Bill Morgan <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: apt-get upgrade holding back packages
> Resent-Date: Sat, 21 Sep 2002 09:41:16 -0500 (CDT)
> Resent-From: [EMAIL PROTECTED]
> 
> On 9/21/02 9:21 AM, "Matthew Daubenspeck" <[EMAIL PROTECTED]> wrote:
> 
> > $ apt-get upgrade
> > Reading Package Lists... Done
> > Building Dependency Tree... Done
> > The following packages have been kept back
> > apache apache-common bind9-host binutils dhcp-client dnsutils file html2text
> > libc6 libc6-dev libdb2 libdb3 libdns5 libfreetype6 libglib1.2 libisc4
> > liblwres1
> > libpng2 libssl0.9.6 libwrap0 logrotate mailx make mawk modutils openssl pppoe
> > tcpd wget whois 
> > 0 packages upgraded, 0 newly installed, 0 to remove and 30  not upgraded.
> > 
> > I didn't change a thing and apt-get was working perfectly yesterday.
> > 
> > Any idea what I broke?
> > 
> 
> You're running Testing (Sarge), right?   A logjam just broke and many
> Interdependent packages entered testing all at once.  You need to do
> 
>   apt-get dist-upgrade
> 
> to handle this situation.
> 
> Good luck,
> 
> Bill
> 


PLEASE CC: [EMAIL PROTECTED] as I am not on the list.


I have a similiar problem, but I am running Woody, recently updated from a
pre-beta installation. I have 240 packages held back, and none of the
solutions suggested here works. 

apt-get dist-upgrade

still does nothing beyond giving a long list of held-back packages.

However, 

apt-get  install package_name

seems to work for individual packages. I tried a2ps and aalib.

Do I have to install each package by hand? Surely there an automatic way
to complete the upgrade from pre-beta-Woody to Stable-Woody?


David


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]