On Thu, Jul 18, 2002 at 12:50:17 +0200, Charles Goyard wrote: > [pounk]~$ sudo apt-get -u dist-upgrade > Reading Package Lists... Done > Building Dependency Tree... Done > Calculating Upgrade... Done > The following packages will be REMOVED: > language-env locales > The following packages will be upgraded > libc6 libc6-dev > 2 packages upgraded, 0 newly installed, 2 to remove and 0 not > upgraded. > Need to get 5772kB of archives. After unpacking 10.7MB will be > freed. > Do you want to continue? [Y/n] n > > > locales est maintenant inclus dans la libc ?
D'apr�s apt-cache show, non. Mais il s'agit peut-�tre d'un probl�me de d�pendance, et comme la nouvelle version n'est pas installable (cf l'erreur que tu obtiens), apt-get dist-upgrade veut te l'enlever. Je pense qu'il faut que tu refasses un update (l'index a peut-�tre �t� corrompu) ou que tu forces le chargement de la bonne version de locales (�a devrait �tre la 2.2.5-6). Pour info, voici mon fichier /etc/apt/sources.list: # /etc/apt/sources.list deb ftp://ftp.fr.debian.org/debian/ testing main non-free contrib deb-src ftp://ftp.fr.debian.org/debian/ testing main non-free contrib deb http://non-us.debian.org/debian-non-US testing/non-US main contrib non-free deb-src http://non-us.debian.org/debian-non-US testing/non-US main contrib non-free deb ftp://ftp.fr.debian.org/debian/ unstable main non-free contrib deb-src ftp://ftp.fr.debian.org/debian/ unstable main non-free contrib deb http://non-us.debian.org/debian-non-US unstable/non-US main contrib non-free deb-src http://non-us.debian.org/debian-non-US unstable/non-US main contrib non-free deb ftp://ftp.debian.org/debian/ testing main non-free contrib deb-src ftp://ftp.debian.org/debian/ testing main non-free contrib deb ftp://ftp.debian.org/debian/ unstable main non-free contrib deb-src ftp://ftp.debian.org/debian/ unstable main non-free contrib deb http://security.debian.org/ stable/updates main contrib non-free -- Vincent Lef�vre <[EMAIL PROTECTED]> - Web: <http://www.vinc17.org/> - 100% validated (X)HTML - Acorn Risc PC, Yellow Pig 17, Championnat International des Jeux Math�matiques et Logiques, TETRHEX, etc. Work: CR INRIA - computer arithmetic / SPACES project at LORIA -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

