rdiff-backup-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [rdiff-backup-users] more strangeness with 0.12.1


From: Ben Escoto
Subject: Re: [rdiff-backup-users] more strangeness with 0.12.1
Date: Tue, 22 Jul 2003 17:33:07 -0700

>>>>> "RW" == Robert Weber <address@hidden>
>>>>> wrote the following on Tue, 22 Jul 2003 16:01:01 -0600

  RW> On a solaris system, rdiff-backup builds/installs fine but when
  RW> I run rdiff-backup -V I get:

  RW> /usr/local/python/lib/python2.2/site-packages/rdiff_backup/C.so:
  RW> symbol minor: referenced symbol not found

The problem seems to have something to do with extracting device
numbers.  Right now there is a line:

       int minor_num = (int)(minor(devnums));

which I suppose could be replaced with the way it used to be:

       int minor_num = (int)(devnums & 0xff);

However, since it compiled fine the new way should work.  Perhaps if
you recompiled python, and then made sure that rdiff-backup gets built
with the same python that will be running it?


-- 
Ben Escoto

Attachment: pgpy8ZRT5qcI3.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]