Pages : 1
#1 Le 01/06/2006, à 16:34
- environ314
problème lors de la MAJ vers Dapper
Bonjour,
lorsque je fais
gksudo "update-manager -d"
il s'affiche dans la console
/usr/lib/python2.4/site-packages/apt/__init__.py:17: FutureWarning: apt API not stable yet
warnings.warn("apt API not stable yet", FutureWarning)
/usr/lib/python2.4/site-packages/UpdateManager/MetaRelease.py:171: DeprecationWarning: Class MetaRelease is already GObject-registered; Please note that classes containing any of the attributes __gtype_name__, __gproperties__, or __gsignals__ are now automatically registered.
gobject.type_register(MetaRelease)
extracting '/tmp/tmpiqtOlC/dapper.tar.gz'
authenticate '/tmp/tmpiqtOlC/dapper.tar.gz' against '/tmp/tmpiqtOlC/dapper.tar.gz.gpg'
/usr/lib/python2.4/site-packages/apt/__init__.py:17: FutureWarning: apt API not stable yet
warnings.warn("apt API not stable yet", FutureWarning)
et j'ai une erreur lorsque je clique sur Mise à jour :
Traceback (most recent call last):
File "/tmp/tmpiqtOlC/dapper", line 28, in ?
app.run()
File "/tmp/tmpiqtOlC/DistUpgradeControler.py", line 511, in run
self.dapperUpgrade()
File "/tmp/tmpiqtOlC/DistUpgradeControler.py", line 490, in dapperUpgrade
if not self.askDistUpgrade():
File "/tmp/tmpiqtOlC/DistUpgradeControler.py", line 309, in askDistUpgrade
if not self.cache.distUpgrade(self._view):
File "/tmp/tmpiqtOlC/DistUpgradeCache.py", line 132, in distUpgrade
if not self._installMetaPkgs(view):
File "/tmp/tmpiqtOlC/DistUpgradeCache.py", line 228, in _installMetaPkgs
self[key].markInstall()
File "/usr/lib/python2.4/site-packages/apt/cache.py", line 78, in __getitem__
return self._dict[key]
KeyError: 'ubuntu-desktop'
Que puis-je faire ????
Hors ligne
#2 Le 01/06/2006, à 16:55
- slasher_fun
Re : problème lors de la MAJ vers Dapper
Oublie le -d qui force l'installation de versions "unstable", on est passé en stable là, je sais pas si ça fera grand chose mais c'est déjà ça.
Hors ligne
#3 Le 01/06/2006, à 16:57
- environ314
Re : problème lors de la MAJ vers Dapper
si je ne mets pas le -d, il ne me propose aucune mise à jour !!!
Hors ligne
#4 Le 01/06/2006, à 17:30
- environ314
Re : problème lors de la MAJ vers Dapper
J'ai vu dans le /var/log/dist-upgrade.log, à la fin :
2006-06-01 18:18:35,320 DEBUG updateSourcesList()
2006-06-01 18:18:35,332 DEBUG rewriteSourcesList()
2006-06-01 18:18:35,335 DEBUG examining: 'deb http://archive.ubuntu.com/ubuntu dapper-updates main restricted'
2006-06-01 18:18:35,335 DEBUG entry 'deb http://archive.ubuntu.com/ubuntu dapper-updates main restricted' is already set to new dist
2006-06-01 18:18:35,336 DEBUG examining: 'deb-src http://archive.ubuntu.com/ubuntu dapper-updates main restricted'
2006-06-01 18:18:35,337 DEBUG entry 'deb-src http://archive.ubuntu.com/ubuntu dapper-updates main restricted' is already set to new dist
2006-06-01 18:18:35,338 DEBUG examining: 'deb http://security.ubuntu.com/ubuntu dapper-security main restricted'
2006-06-01 18:18:35,338 DEBUG entry 'deb http://security.ubuntu.com/ubuntu dapper-security main restricted' is already set to new dist
2006-06-01 18:18:35,339 DEBUG examining: 'deb-src http://security.ubuntu.com/ubuntu dapper-security main restricted'
2006-06-01 18:18:35,340 DEBUG entry 'deb-src http://security.ubuntu.com/ubuntu dapper-security main restricted' is already set to new dist
2006-06-01 18:18:36,868 DEBUG no {ubuntu,edubuntu,kubuntu}-desktop pkg installed
2006-06-01 18:18:36,869 DEBUG guessing 'ubuntu-desktop' as missing meta-pkg
2006-06-01 18:18:36,875 ERROR not handled expection:
Traceback (most recent call last):
File "/tmp/tmpLvRqU2/dapper", line 28, in ?
app.run()
File "/tmp/tmpLvRqU2/DistUpgradeControler.py", line 511, in run
self.dapperUpgrade()
File "/tmp/tmpLvRqU2/DistUpgradeControler.py", line 490, in dapperUpgrade
if not self.askDistUpgrade():
File "/tmp/tmpLvRqU2/DistUpgradeControler.py", line 309, in askDistUpgrade
if not self.cache.distUpgrade(self._view):
File "/tmp/tmpLvRqU2/DistUpgradeCache.py", line 132, in distUpgrade
if not self._installMetaPkgs(view):
File "/tmp/tmpLvRqU2/DistUpgradeCache.py", line 228, in _installMetaPkgs
self[key].markInstall()
File "/usr/lib/python2.4/site-packages/apt/cache.py", line 78, in __getitem__
return self._dict[key]
KeyError: 'ubuntu-desktop'
J'en conclus qu'il y a un pkg qui me manque. Mais je ne le trouve pas proposé à l'installation ?!!
Hors ligne
#5 Le 02/06/2006, à 00:01
- Rulian
Re : problème lors de la MAJ vers Dapper
Tu as dans un de tes message d'erreurs :
"KeyError: 'ubuntu-desktop'"
Il te manquerait pas ce paquet dans ta Breeazy par hazard ? Si oui remet le, il est nécessaire !
Si c'est pas ça, alors je sais pas... Mais je galère aussi pour passer à Dapper, si ça peux te consoler
Hors ligne
Pages : 1