[tahoe-dev] Installation failing on OpenSolaris 0906
Zooko Wilcox-O'Hearn
zooko at zooko.com
Wed May 27 17:34:58 PDT 2009
It looks like easy_install is attempting to build pycryptopp, and
passing invalid arguments to the linker. To drill down a level,
please fetch the pycryptopp tarball from here: http://pypi.python.org/
pypi/pycryptopp and run "python ./setup.py build". That will do the
same thing but with more output showing what it is attempting to do
and how it fails.
I know that the pycryptopp setup.py specifies some linker arguments
which may be wrong and/or unnecessary:
http://allmydata.org/trac/pycryptopp/browser/setup.py?rev=616#L37
Perhaps you could experiment by removing the "-Wl,x" from the
"extra_link_args".
Thanks!
Regards,
Zooko
More information about the tahoe-dev
mailing list