duplicity-talk
[Top][All Lists]
Advanced

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

Re: [Duplicity-talk] Building duplicity on AMD64 gives error: gcc failed


From: jensbeckmann
Subject: Re: [Duplicity-talk] Building duplicity on AMD64 gives error: gcc failed
Date: Tue, 30 Jan 2007 14:37:54 +0100

Thank you, Martin, for your reply.

Martin Wuertele wrote:

> Don't see any problem on 64bit archs which we have for quite some time
> in Debian now. I also run duplicity without trouble on my opterons. 
> Maybe it's a problem with your python installation.


I found a hint in an rdiff-forum. It is a problem with librsync (maybe only 
appearing in SUSE). I had to recompile librsync with the option -fPIC

   make clean
   make AM_CFLAGS=-fPIC 
   make install

If I do so, duplicity will also install without errors. I tried and it is now 
running.

Kind regards
Jens





reply via email to

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