[Openstack] Trying compiling the OpenStack Swift
Christian Schwede
christian.schwede at enovance.com
Mon Mar 30 15:05:37 UTC 2015
Hello,
actually there is a small gap in the docs you stumbled upon :(
The Swift developers are currently working on integrating Erasure
Coding, and thus a new dependency was added. The dependency itself
requires a library that is not available on your system.
Please head over to
http://www.bytebucket.org/tsg-/liberasurecode/downloads
and download & install that library. Afterwards the installation of
Swift should succeed.
I'll submit a separate patch for Swift.
Best Regards
Christian
On 30.03.15 13:40, Leonid Rozenblyum wrote:
> Hello everybody!
>
>
> I'm trying to go through the
> http://docs.openstack.org/developer/swift/development_saio.html#loopback-section
> to create a development Swift installation.
> My OS on the VM is CentOS 7
>
> It fails on step:
>
> Build a development installation of swift:
>
> cd $HOME/swift; sudo python setup.py develop; cd -
>
> The error is :
> Writing /tmp/easy_install-4S0U5S/PyECLib-1.0.6/setup.cfg
> Running PyECLib-1.0.6/setup.py -q bdist_egg --dist-dir
> /tmp/easy_install-4S0U5S/
>
> PyECLib-1.0.6/egg-dist-tmp-j3Cljs
> src/c/pyeclib_c/pyeclib_c.c:32:25: fatal error: erasurecode.h: No such
> file or d
>
> irectory
> #include <erasurecode.h>
> ^
> compilation terminated.
> error: Setup script exited with error: command 'gcc' failed with exit status 1
>
>
> Is it something wrong with my configuration or with the souce code of
> Swift itself?
>
> Thanks for any help
>
> _______________________________________________
> Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
> Post to : openstack at lists.openstack.org
> Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
>
More information about the Openstack
mailing list