problema de dependencias ao fazer dist-upgrade

Iniciado por crixtiano, 27 de Novembro de 2006, 11:03

tópico anterior - próximo tópico

crixtiano

Pessoal,

atualizei o meu sources.list de "dapper" para "edgy". No entanto, apoós fazer "sudo aptitude update" , executei o comando abaixo :

$ sudo aptitude dist-upgrade

e obtive a seguinte mensagem:



(...)

É preciso obter 771MB de arquivos. Depois do desempacotamento, 270MB serão usados.
Os pacotes a seguir possuem dependências não satisfeitas :
  zope2.8: Depende: python2.3 (>= 2.3.5) mas não é instalável.
           Depende: python2.3-xml mas não é instalável.
  python2.4-libxslt1: Depende: python2.4-libxml2 (>= 2.6.17) mas não é instalável.
  hpijs: Conflita: hplip-ppds (< 1.6.9-0ubuntu2) mas 0.9.7-4ubuntu1 está instalado.
  libgnutls-dev: Depende: libtasn1-3-dev (>= 0.3.4) mas não é instalável.
  libvte4: Depende: libvte-common (= 1:0.12.2-0ubuntu1) mas 1:0.14.1-0ubuntu1 será instalado.
  upstart: Conflita: sysvinit mas 2.86.ds1-14.1ubuntu16 será instalado.
Resolving dependencies...
abrir: 9371; fechado: 4673; adiar: 0; conflito: 3                                                                                                           ONenhuma solução encontrada dentro do tempo reservado. Insistir? [S/n]


Enfim, alguém aki sabe o que está acontecendo ?

O meu sources.list está assim:

$ cat /etc/apt/sources.list
#deb cdrom:[Ubuntu 6.06 _edgy Drake_ - Release i386 (20060531)]/ edgy main restricted

## Uncomment the following two lines to fetch updated software from the network
deb http://us.archive.ubuntu.com/ubuntu edgy main restricted
deb-src http://us.archive.ubuntu.com/ubuntu edgy main restricted

## Uncomment the following two lines to fetch major bug fix updates produced
## after the final release of the distribution.
deb http://us.archive.ubuntu.com/ubuntu edgy-updates main restricted
deb-src http://us.archive.ubuntu.com/ubuntu edgy-updates main restricted

## Uncomment the following two lines to add software from the 'universe'
## repository.
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://us.archive.ubuntu.com/ubuntu edgy universe
deb-src http://us.archive.ubuntu.com/ubuntu edgy universe

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
# deb http://us.archive.ubuntu.com/ubuntu edgy-backports main restricted universe multiverse
# deb-src http://us.archive.ubuntu.com/ubuntu edgy-backports main restricted universe multiverse

deb http://security.ubuntu.com/ubuntu edgy-security main restricted
deb-src http://security.ubuntu.com/ubuntu edgy-security main restricted

deb http://security.ubuntu.com/ubuntu edgy-security universe
deb-src http://security.ubuntu.com/ubuntu edgy-security universe

deb http://us.archive.ubuntu.com/ubuntu edgy multiverse
deb-src http://us.archive.ubuntu.com/ubuntu edgy universe



Obrigado.

Cristiano M.

KurtKraut

Bem, uma gambiarra que deve resolver de imediato é remover o zope, fazer a atualização, e instalar o zope denovo.

crixtiano

me aconselharam fazer :

$ sudo aptitude update

$ sudo aptitude aptitude

$ sudo aptitude zope2.9 # na espeçança de q ele desinstale o zope2.8

e

$ sudo aptitude <para_cada_pacote_q_deu_pau_no_dist-upgrade_acima>


o q vcs acham?

KurtKraut

Os comandos que você colou fazem o menor sentido e não irão funcionar. A seqüência correta é:

sudo aptitude update
sudo aptitude remove zope2.8
sudo aptitude upgrade
sudo aptitude dist-upgrade


crixtiano

KurtKraut,

nem tanto...

essa sua solução foi a primeira coisa q tentei e não funcionou. Não leve a mal, mas eu gostaria de ler outra opnião aqui no fórum...

Abraços

:)

crixtiano

olha só, acabo de fazer

$ sudo aptitude update

$ sudo apaitude remove plone-site # Essa linha removeu o zope2.8

$ sudo aptitude dist-upgrade

(...)

1079 pacotes atualizados, 227 novos instalados, 127 a serem removidos e 0 não atualizados.
É preciso obter 753MB de arquivos. Depois do desempacotamento, 209MB serão usados.
Os pacotes a seguir possuem dependências não satisfeitas :
  python2.4-libxslt1: Depende: python2.4-libxml2 (>= 2.6.17) mas não é instalável.
  hpijs: Conflita: hplip-ppds (< 1.6.9-0ubuntu2) mas 0.9.7-4ubuntu1 está instalado.
  libgnutls-dev: Depende: libtasn1-3-dev (>= 0.3.4) mas não é instalável.
  libvte4: Depende: libvte-common (= 1:0.12.2-0ubuntu1) mas 1:0.14.1-0ubuntu1 será instalado.
  upstart: Conflita: sysvinit mas 2.86.ds1-14.1ubuntu16 será instalado.
Resolving dependencies...
abrir: 9054; fechado: 4561; adiar: 0; conflito: 3                                                                                                           .Nenhuma solução encontrada dentro do tempo reservado. Insistir? [S/n]


Enfim, remover o zope2.8 não resolveu nada...

Alguém aí tem alguma outra idéia?