Hello,
The current version in the ports tree contains a deprecated version of duplicity.
I want to install the newest version (https://code.launchpad.net/duplicity/0.7-series/0.7.04/+download/duplicity-0.7.04.tar.gz).
Unfortunately the installation returns the following error:
net/librsync is installed:
I couldn't Google a fix for that, maybe one of you would know?
Thanks in advance.
The current version in the ports tree contains a deprecated version of duplicity.
I want to install the newest version (https://code.launchpad.net/duplicity/0.7-series/0.7.04/+download/duplicity-0.7.04.tar.gz).
Unfortunately the installation returns the following error:
python2.7 setup.py install
Code:
/usr/local/lib/python2.7/site-packages/setuptools/dist.py:285: UserWarning: Normalizing '0.7.04' to '0.7.4'
normalized_version,
running install
running build
running build_py
package init file 'testing/overrides/__init__.py' not found (or not a regular file)
running build_ext
building 'duplicity._librsync' extension
cc -fno-strict-aliasing -O2 -pipe -fstack-protector -fno-strict-aliasing -DNDEBUG -fPIC -I/usr/local/include/python2.7 -c duplicity/_librsyncmodule.c -o build/temp.freebsd-10.2-RELEASE-amd64-2.7/duplicity/_librsyncmodule.o
duplicity/_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
net/librsync is installed:
Code:
pkg install librsync
Updating FreeBSD repository catalogue...
FreeBSD repository is up-to-date.
All repositories are up-to-date.
Checking integrity... done (0 conflicting)
The most recent version of packages are already installed
I couldn't Google a fix for that, maybe one of you would know?
Thanks in advance.
Last edited by a moderator: