Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 78923 - rdiff-backup-0.13.4
Summary: rdiff-backup-0.13.4
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal
Assignee: Martin Holzer (RETIRED)
URL: http://www.nongnu.org/rdiff-backup/
Whiteboard:
Keywords:
: 85462 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-01-21 02:48 UTC by Thomas Bettler
Modified: 2005-05-02 14:07 UTC (History)
3 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Bettler 2005-01-21 02:48:27 UTC
I request that rdiff-backup-0.13.4 is masked as ~x86 again.

Reason: Upstream they announce 0.13.4 as development version. 

Surely it might be quite stable, but since this app is often used to backup platform to other platforms (maybe running other OSes as *BSD, ...) this might get some nasty version conflicts! Both source and target machine should use the same version of rdiff-backup.

So why not rely on the official announcement?
Comment 1 Heinrich Wendel (RETIRED) gentoo-dev 2005-01-21 04:19:50 UTC
There have been no bug reports for rdiff-backup-0.13.4, I've been using it since it's release without problems and also debian has it in it's testing branch which soon becomes the stable branch.
Comment 2 Heinrich Wendel (RETIRED) gentoo-dev 2005-01-21 04:24:23 UTC
also see http://lists.nongnu.org/archive/html/rdiff-backup-users/2004-11/msg00001.html
Comment 3 Ian Neubert 2005-02-08 11:03:21 UTC
Is 0.13.4 backwards compatible with 0.12.x boxes? As soon as I upgraded to 0.13.4 on my backup server it broke all the backups to older clients.

If it isn't backwards compatible, I'd have to 2nd the request to move this package back to ~x86.

Traceback (most recent call last):
  File "/usr/bin/rdiff-backup", line 23, in ?
    rdiff_backup.Main.Main(sys.argv[1:])
  File "/usr/lib/python2.3/site-packages/rdiff_backup/Main.py", line 250, in Main
    take_action(rps)
  File "/usr/lib/python2.3/site-packages/rdiff_backup/Main.py", line 220, in take_action
    connection.PipeConnection(sys.stdin, sys.stdout).Server()
  File "/usr/lib/python2.3/site-packages/rdiff_backup/connection.py", line 347, in Server
    self.get_response(-1)
  File "/usr/lib/python2.3/site-packages/rdiff_backup/connection.py", line 309, in get_response
    try: req_num, object = self._get()
  File "/usr/lib/python2.3/site-packages/rdiff_backup/connection.py", line 225, in _get
    raise ConnectionReadError("Truncated header string (problem "
rdiff_backup.connection.ConnectionReadError: Truncated header string (problem probably originated remotely)
Warning: Local version 0.13.4 does not match remote version 0.12.6.
Traceback (most recent call last):
  File "/usr/bin/rdiff-backup", line 23, in ?
    rdiff_backup.Main.Main(sys.argv[1:])
  File "/usr/lib/python2.3/site-packages/rdiff_backup/Main.py", line 256, in Main
    rps = map(SetConnections.cmdpair2rp, cmdpairs)
  File "/usr/lib/python2.3/site-packages/rdiff_backup/SetConnections.py", line 75, in cmdpair2rp
    return rpath.RPath(conn, filename).normalize()
  File "/usr/lib/python2.3/site-packages/rdiff_backup/rpath.py", line 667, in __init__
    else: self.setdata()
  File "/usr/lib/python2.3/site-packages/rdiff_backup/rpath.py", line 692, in setdata
    if self.lstat(): self.conn.rpath.setdata_local(self)
  File "/usr/lib/python2.3/site-packages/rdiff_backup/connection.py", line 445, in __call__
    return apply(self.connection.reval, (self.name,) + args)
  File "/usr/lib/python2.3/site-packages/rdiff_backup/connection.py", line 367, in reval
    if isinstance(result, Exception): raise result
AttributeError: 'module' object has no attribute 'setdata_local'
Traceback (most recent call last):
Comment 4 Heinrich Wendel (RETIRED) gentoo-dev 2005-02-19 11:59:49 UTC
no, it's not backwards compatible with 0.12.x boxes, but 0.13.x is recommend by the developers now and i couldn't find a distribution still shiping with 0.12.x as default
Comment 5 Martin Holzer (RETIRED) gentoo-dev 2005-05-02 14:07:34 UTC
*** Bug 85462 has been marked as a duplicate of this bug. ***