I try to set up a backup system for Hubic with Duplicity. There is a link from here that works well on my Slackware box.
I try to do the same on FreeBSD but I come across error about librsync.
I download special version of duplicity for Hubic with bzr:
net/librsync is already installed with pkg.
I try to do the same on FreeBSD but I come across error about librsync.
I download special version of duplicity for Hubic with bzr:
bzr branch lp:duplicity
and run python compilec.py
to create _librsync.so like suggested on the README. And here is the error generated:
Code:
running build
running build_ext
building '_librsync' extension
cc -fno-strict-aliasing -O2 -pipe -fstack-protector -fno-strict-aliasing -DNDEBUG -fPIC -I/usr/local/include/python2.7 -c _librsyncmodule.c -o build/temp.freebsd-10.2-RELEASE-amd64-2.7/_librsyncmodule.o
_librsyncmodule.c:26:10: fatal error: 'librsync.h' file not found
#include <librsync.h>
^
1 error generated.
error: command 'cc' failed with exit status 1
Last edited by a moderator: