Thank you for the detailed instructions! I managed to build however I
had to install python-dev and librsync-dev as well two get around the
errors

Python.h: No such file or directory

and

librsync.h: No such file or directory

The commands are

sudo apt-get install python-dev

and

sudo apt-get install librsync-dev


However I now get this error

Traceback (most recent call last):
  File "./bin/duplicity", line 1403, in <module>
    with_tempdir(main)
  File "./bin/duplicity", line 1396, in with_tempdir
    fn()
  File "./bin/duplicity", line 1276, in main
    globals.archive_dir).set_values()
  File "/home/tantin/Desktop/duplicity/duplicity/collections.py", line 698, in 
set_values
    self.get_backup_chains(partials + backend_filename_list)
  File "/home/tantin/Desktop/duplicity/duplicity/collections.py", line 821, in 
get_backup_chains
    map(add_to_sets, filename_list)
  File "/home/tantin/Desktop/duplicity/duplicity/collections.py", line 811, in 
add_to_sets
    if set.add_filename(filename):
  File "/home/tantin/Desktop/duplicity/duplicity/collections.py", line 93, in 
add_filename
    self.set_manifest(filename)
  File "/home/tantin/Desktop/duplicity/duplicity/collections.py", line 124, in 
set_manifest
    remote_filename)
AssertionError: 
('duplicity-inc.20130307T152041Z.to.20130404T084858Z.manifest.gpg', 
'duplicity-inc.20130307T152041Z.to.20130404T084858Z.manifest')


So the quest to restore continues...

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

Title:
  restore fails with "librsync error 103 while in patch cycle"

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

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to