Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 231069 - app-backup/duplicity-0.4.11 version bump
Summary: app-backup/duplicity-0.4.11 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-07 16:11 UTC by Christian Ruppert (idl0r)
Modified: 2008-08-20 10:57 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
duplicity-0.4.11.diff (duplicity-0.4.11.diff,481 bytes, patch)
2008-07-07 16:13 UTC, Christian Ruppert (idl0r)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Ruppert (idl0r) gentoo-dev 2008-07-07 16:11:11 UTC
duplicity 0.4.11 is out since 2008/05/05.
rename seems to be enough but i have read the readme file of duplicity and i'm not sure if boto >= 0.9d is really needed.
i've made some changes on the depends but i don't know if that is necessary.
i think 0.4.9 should be removed because there is a confusing bug:
FTP backend fails on empty directory
https://savannah.nongnu.org/bugs/index.php?22728



Reproducible: Always
Comment 1 Christian Ruppert (idl0r) gentoo-dev 2008-07-07 16:13:19 UTC
Created attachment 159811 [details, diff]
duplicity-0.4.11.diff
Comment 2 Marcelo Goes (RETIRED) gentoo-dev 2008-07-14 01:28:24 UTC
Hi Christian,

Bumped in cvs.

I am keeping 0.4.9 for now since it is unstable and 0.4.11 will have preference over it anyway. Would you mind reporting back how duplicity-0.4.11 is going in 30 days so we can attempt to mark it stable and clean old versions?

Cheers,
Marcelo
Comment 3 Christian Ruppert (idl0r) gentoo-dev 2008-07-14 10:21:39 UTC
(In reply to comment #2)
> Hi Christian,
> 
> Bumped in cvs.
> 
> I am keeping 0.4.9 for now since it is unstable and 0.4.11 will have preference
> over it anyway. Would you mind reporting back how duplicity-0.4.11 is going in
> 30 days so we can attempt to mark it stable and clean old versions?
> 
> Cheers,
> Marcelo
> 
of course if i don't forget it :D
until now it works fine here.
Comment 4 Christian Ruppert (idl0r) gentoo-dev 2008-08-10 00:08:11 UTC
duplicity 0.4.11 runs here since more then 30 days without any problems. (amd64, python 2.5)
Comment 5 Flo 2008-08-17 19:42:49 UTC
Hi,

i got the following problem with duplicity 0.4.11, but somehow only on my amd64 systems, x86 runs still fine:

Traceback (most recent call last):
  File "/usr/bin/duplicity", line 29, in <module>
    from duplicity import collections, commandline, diffdir, dup_temp, \
  File "/usr/lib64/python2.5/site-packages/duplicity/collections.py", line 22, in <module>
    import log, file_naming, path, dup_time, globals, manifest
  File "/usr/lib64/python2.5/site-packages/duplicity/path.py", line 649, in <module>
    import robust, tarfile, log, selection, globals, gpg, file_naming
  File "/usr/lib64/python2.5/site-packages/duplicity/gpg.py", line 22, in <module>
    import GnuPGInterface, misc, log, path
ImportError: No module named GnuPGInterface

Any idea if its my fault or if somethings is wrong with the new build ?
Comment 6 Christian Ruppert (idl0r) gentoo-dev 2008-08-17 22:45:34 UTC
(In reply to comment #5)
> Hi,
> 
> i got the following problem with duplicity 0.4.11, but somehow only on my amd64
> systems, x86 runs still fine:
> 
> Traceback (most recent call last):
>   File "/usr/bin/duplicity", line 29, in <module>
>     from duplicity import collections, commandline, diffdir, dup_temp, \
>   File "/usr/lib64/python2.5/site-packages/duplicity/collections.py", line 22,
> in <module>
>     import log, file_naming, path, dup_time, globals, manifest
>   File "/usr/lib64/python2.5/site-packages/duplicity/path.py", line 649, in
> <module>
>     import robust, tarfile, log, selection, globals, gpg, file_naming
>   File "/usr/lib64/python2.5/site-packages/duplicity/gpg.py", line 22, in
> <module>
>     import GnuPGInterface, misc, log, path
> ImportError: No module named GnuPGInterface
> 
> Any idea if its my fault or if somethings is wrong with the new build ?
> 

try python-updater/revdep-rebuild...
duplicity can't find the gpg modules.
Comment 7 Flo 2008-08-20 10:56:54 UTC
Thanks, that worked.

I thought running python-updater without any command line options would be sufficient to upgrade from 2.4.x to 2.5.x, but i just realized that you have to do a "python-updater -o 2.4" to upgrade. Anyway, thanks for the hint.