Erro PPA no Ubuntu 11.10

0

Estou recebendo os seguintes erros quando tento usar um PPA:

~$ sudo add-apt-repository ppa:freefilesync/ffs
[sudo] password for *****: 
You are about to add the following PPA to your system:
FreeFileSync Releases
This is the official FreeFileSync repository for Ubuntu. It is recommended to use this to keep your FreeFileSync tool easily updated.

For instuctions on how to add the repository, see http://www.dlecan.com/archives/56-How-to-install-FreeFileSync-on-Ubuntu-PPA.html or (fr) http://doc.ubuntu-fr.org/freefilesync.
More info: https://launchpad.net/~freefilesync/+archive/ffs
Press [ENTER] to continue or ctrl-c to cancel adding it

Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 552, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/dist-packages/softwareproperties/ppa.py", line 95, in run
self.add_ppa_signing_key(self.ppa_path)
File "/usr/lib/python2.7/dist-packages/softwareproperties/ppa.py", line 107, in add_ppa_signing_key
print "Error reading %s: %s" % (lp_url, e[1])
NameError: global name 'lp_url' is not defined

como consertar isso? Eu uso o Ubuntu 11.10.

Obrigado

    
por Fanoy 23.02.2012 / 01:48

1 resposta

0

Apenas testamos o mesmo PPA em um Ubuntu 11.10 limpo. Eu sugiro que você atualize seu Ubuntu com quaisquer atualizações mostradas no Update Manager. As únicas mudanças que fiz foram adicionar todos os repositórios oficiais (multiver, universe ...) e todos os 4 da opção da guia Update (backport, restricted ...)

Uma causa pode ser que a versão do Python que você está usando é diferente daquela que o sistema precisa. Eu ia fazer upload de uma imagem, mas de alguma forma imgur e askubuntu tem um problema.

UPDATE - eu finalmente !!!! carregou a imagem para imgur.

Como você pode ver nesta imagem incrível e muito pacientemente carregada, o PPA realmente funciona. Então, como eu sugeri, primeiro veja se você tem outro PPA ou mude o Python que vem por padrão com o Ubuntu 11.10.

    
por Luis Alvarado 23.02.2012 / 02:08