Re: Debian: embonpoint de sarge

Pàgina inicial

Reply to this message
Autor: Christophe LYON
Data:  
A: guilde
Assumpte: Re: Debian: embonpoint de sarge
hervé de Dianous wrote:
>
> Christophe LYON a écrit :
>
> > Ca me gene tout de meme rester avec des dependences bizarres et
> > que je ne comprends pas...
> > J'ai eu beau jouer avec apt-get showpkg,
> > /var/lib/dpkg/{available|status}
> > je n'ai rien trouve qui suggere l'install de ethereal...
>
> Fait une simulation :
> apt-get -s remove ethereal
> Il te diras quels sont les paquets qui dépendent de ethereal
>


Je n'ai pas pu le faire avec ethereal, puisque j'ai fait mon
upgrade avec 'apt-get upgrade' qui n'a pas installe ethereal.

Par contre, j'ai le meme topo avec gcc-3.3, qui s'est retrouve
installe "automatiquement".
Je fais donc un :apt-get -s remove gcc-3.3
qui me repond:
======================
The following packages will be REMOVED:
g++ g++-3.3 gcc gcc-3.3 libstdc++5-3.3-dev
0 upgraded, 0 newly installed, 5 to remove and 22 not upgraded.
Remv g++ (4:3.3.5-3 Debian:3.1r0/stable)
Remv g++-3.3 (1:3.3.5-13 Debian:3.1r0/stable) [libstdc++5-3.3-dev ]
Remv libstdc++5-3.3-dev (1:3.3.5-13 Debian:3.1r0/stable)
Remv gcc (4:3.3.5-3 Debian:3.1r0/stable)
Remv gcc-3.3 (1:3.3.5-13 Debian:3.1r0/stable)
======================
Ce qui prouve bien que gcc-3.3 n'est pas necessaire....


Ensuite, si je fais: apt-get -s remove gcc-3.3-base
j'ai le message:
======================
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  fontconfig: Depends: ttf-bitstream-vera but it is not going to be
installed or
                       ttf-freefont but it is not going to be installed
or
                       gsfonts-x11 but it is not going to be installed
or
                       msttcorefonts but it is not going to be installed
E: Broken packages
======================


Et la, je ne comprends pas pourquoi il y a une telle difference
entre gcc-3.3 et gcc-3.3-base :-)

Christophe.