tahoe-lafs / pycryptopp

Python bindings to the Crypto++ library
https://tahoe-lafs.org/trac/pycryptopp
Other
49 stars 32 forks source link

issue while building tahoe-lafs on Mac #21

Closed AlexandreD59 closed 8 years ago

AlexandreD59 commented 11 years ago

One of my friend have tried to run the command python setup.py build.

This has failed with this issue : Running pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958/setup.py -q bdist_egg --dist-dir /var/folders/84/_v0_v08n3gz90wn2_tzpx9d80000gn/T/easy_install-3LD7F7/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958/egg-dist-tmp-esKjHa unable to execute clang: No such file or directory error: Setup script exited with error: command 'clang' failed with exit status 1

After having read the GNUmakefile of the cryptopp it seems there is a fix for clang compiler.

May you add the fixes that had been commited in this commit : https://github.com/ametaireau/cryptopp/commit/414f67f7b5c0070e9338abbe91d3a3ce5bdee151 ?

zooko commented 11 years ago

Hi! Thanks for the good bug report. I'm sorry I didn't see it until now. I've linked to it from https://tahoe-lafs.org/trac/pycryptopp/ticket/89 .

zooko commented 10 years ago

I've opened a more specific ticket: https://tahoe-lafs.org/trac/pycryptopp/ticket/97

We need a buildslave which has clang. Would someone like to contribute one?

david415 commented 8 years ago

fixed according to https://tahoe-lafs.org/trac/pycryptopp/ticket/97