duplicity-talk
[Top][All Lists]
Advanced

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

[Duplicity-talk] Trouble installing duplicity from development branch on


From: Roy Waldspurger
Subject: [Duplicity-talk] Trouble installing duplicity from development branch on OS X 10.9.5
Date: Wed, 8 Jul 2015 20:29:21 -0700

Forgive me, this is the first time I've tried to build the development branch code.

> bzr branch lp:duplicity
> cd duplicity
> python setup.py install

The following is the output to the shell, and it seems to not get past trying to build the duplicity libsync extension... excerpt included below.

Notably, I had to create a symbolic link to get gcc to run as it was looking for gcc-4.0.
> ln -s gcc gcc-4.0

Also, I grabbed librsync from here:
https://code.google.com/p/rudix/downloads/detail?name=librsync-0.9.7-9.pkg

Any pointers appreciated.

-- roy

=======================================

building 'duplicity._librsync' extension

creating build/temp.macosx-10.3-fat-2.7

creating build/temp.macosx-10.3-fat-2.7/duplicity

gcc-4.0 -fno-strict-aliasing -fno-common -dynamic -arch ppc -arch i386 -g -O2 -DNDEBUG -g -O3 -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c duplicity/_librsyncmodule.c -o build/temp.macosx-10.3-fat-2.7/duplicity/_librsyncmodule.o

In file included from duplicity/_librsyncmodule.c:25:

In file included from /Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/Python.h:19:

In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/6.0/include/limits.h:38:

In file included from /usr/include/limits.h:63:

/usr/include/sys/cdefs.h:658:2: error: Unsupported architecture

#error Unsupported architecture

reply via email to

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