[Bug 1387930] Re: Broken update of duplicity 0.7 in Ubuntu 12.04

2014-12-22 Thread Marcos BL
Hi Michael !

Sorry for the long time with no updates, you were absolutely right, I
had no other installed version, but after checking, in some moment my
system lost the PPA keys, so when I updated it no longer got the 0.7
version, so:

- I removed  the package via apt-get
- I manually removed any reference in the system to duplicity
- Installed the PPA keys again
- Updated
- Installed the package again

And everything is running smothly now, thank you mate !

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1387930

Title:
  Broken update of duplicity 0.7 in Ubuntu 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/duplicity/+bug/1387930/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1387930] Re: Broken update of duplicity 0.7 in Ubuntu 12.04

2014-11-11 Thread Michael Terry
I think what's happening with you , Marcos, is that you have the correct
package installed, but you additionally have an older (0.6.22)
duplicity module in your python library path.  /usr/bin/duplicity is
finding that instead of the system (0.7.0) one.

Did you manually install 0.6.22 some time?  Maybe in /usr/local or in
$HOME somewhere?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1387930

Title:
  Broken update of duplicity 0.7 in Ubuntu 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/duplicity/+bug/1387930/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1387930] Re: Broken update of duplicity 0.7 in Ubuntu 12.04

2014-11-05 Thread Michael Terry
Marcos, I can't reproduce.  Your version there is 0.6.22 but if you
installed from the PPA you would see 0.7.0...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1387930

Title:
  Broken update of duplicity 0.7 in Ubuntu 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/duplicity/+bug/1387930/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1387930] Re: Broken update of duplicity 0.7 in Ubuntu 12.04

2014-11-05 Thread Marcos BL
Not sure if this can help, full output (spanish, sorry!) of the ppa
source, remove, reinstall, and version, seems to be installing
0.7.0-0ubuntu0ppa1013~ubuntu12.04.1:


UBUNTU ~ 
# cat /etc/apt/sources.list.d/duplicity-team-ppa-precise.list
deb http://ppa.launchpad.net/duplicity-team/ppa/ubuntu precise main
deb-src http://ppa.launchpad.net/duplicity-team/ppa/ubuntu precise main

UBUNTU ~ 
# sudo apt-get remove duplicity
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias   
Leyendo la información de estado... Hecho
Los siguientes paquetes se ELIMINARÁN:
  duplicity
0 actualizados, 0 se instalarán, 1 para eliminar y 0 no actualizados.
Se liberarán 790 kB después de esta operación.
¿Desea continuar [S/n]? S
(Leyendo la base de datos ... 586691 ficheros o directorios instalados 
actualmente.)
Desinstalando duplicity ...
Procesando disparadores para man-db ...

UBUNTU ~ 
# sudo apt-get install duplicity 
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias   
Leyendo la información de estado... Hecho
Paquetes sugeridos:
  ncftp python-boto
Se instalarán los siguientes paquetes NUEVOS:
  duplicity
0 actualizados, 1 se instalarán, 0 para eliminar y 0 no actualizados.
Se necesita descargar 0 B/189 kB de archivos.
Se utilizarán 790 kB de espacio de disco adicional después de esta operación.
Seleccionando el paquete duplicity previamente no seleccionado.
(Leyendo la base de datos ... 586560 ficheros o directorios instalados 
actualmente.)
Desempaquetando duplicity (de 
.../duplicity_0.7.0-0ubuntu0ppa1013~ubuntu12.04.1_i386.deb) ...
Procesando disparadores para man-db ...
Configurando duplicity (0.7.0-0ubuntu0ppa1013~ubuntu12.04.1) ...

UBUNTU ~ 
# duplicity -V
duplicity 0.6.22
Traceback (most recent call last):
  File /usr/bin/duplicity, line 1509, in module
util.release_lockfile()
AttributeError: 'module' object has no attribute 'release_lockfile'

UBUNTU ~

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1387930

Title:
  Broken update of duplicity 0.7 in Ubuntu 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/duplicity/+bug/1387930/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1387930] Re: Broken update of duplicity 0.7 in Ubuntu 12.04

2014-11-01 Thread Marcos BL
Still coulnd't update. Tried to remove  reinstall, everything went
smoohtly, but still have this message  version:

marcos@copias:~$ duplicity -V
duplicity 0.6.22
Traceback (most recent call last):
  File /usr/bin/duplicity, line 1509, in module
util.release_lockfile()
AttributeError: 'module' object has no attribute 'release_lockfile'

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1387930

Title:
  Broken update of duplicity 0.7 in Ubuntu 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/duplicity/+bug/1387930/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1387930] Re: Broken update of duplicity 0.7 in Ubuntu 12.04

2014-10-31 Thread Michael Terry
Hrm, sorry for that.  I'll look into it.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1387930

Title:
  Broken update of duplicity 0.7 in Ubuntu 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/duplicity/+bug/1387930/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1387930] Re: Broken update of duplicity 0.7 in Ubuntu 12.04

2014-10-31 Thread klen
An temporary fix:

When the error has appeared, open /usr/lib/python2.7/dist-
packages/duplicity/backends/gdocsbackend.py and update

/usr/lib/python2.7/dist-packages/duplicity/backends/gdocsbackend.py:51
self.client = gdata.docs.client.DocsClient(source='')

/usr/lib/python2.7/dist-packages/duplicity/backends/gdocsbackend.py:129
 source='',

after repeat installation or downgrade.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1387930

Title:
  Broken update of duplicity 0.7 in Ubuntu 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/duplicity/+bug/1387930/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1387930] Re: Broken update of duplicity 0.7 in Ubuntu 12.04

2014-10-31 Thread Michael Terry
I updated the PPA.  Should install this time.

** Changed in: duplicity (Ubuntu)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1387930

Title:
  Broken update of duplicity 0.7 in Ubuntu 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/duplicity/+bug/1387930/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1387930] Re: Broken update of duplicity 0.7 in Ubuntu 12.04

2014-10-30 Thread Marcos BL
 sudo apt-get install python-lockfile as suggested in other threads
doesn't fix any of the two errors

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1387930

Title:
  Broken update of duplicity 0.7 in Ubuntu 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/duplicity/+bug/1387930/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1387930] Re: Broken update of duplicity 0.7 in Ubuntu 12.04

2014-10-30 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: duplicity (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1387930

Title:
  Broken update of duplicity 0.7 in Ubuntu 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/duplicity/+bug/1387930/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1387930] Re: Broken update of duplicity 0.7 in Ubuntu 12.04

2014-10-30 Thread myq
Same errors here. Syntax error on  update. Removing and reinstalling
doesn't work.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1387930

Title:
  Broken update of duplicity 0.7 in Ubuntu 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/duplicity/+bug/1387930/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs