pow-general Mailing List for Python OpenSSL Wrappers
Brought to you by:
epoz,
peter_shannon
You can subscribe to this list here.
| 2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|---|
|
From: Sangeeta V. <San...@Su...> - 2004-07-14 20:52:05
|
Hi,
I have just downloaded the POW module from the sourceforge site. I am
trying to install it on a solaris 9 server, and get the following errors
when doing so:
% python setup.py install
parsing configuration file
writing object module
writing oid module
/pkg/local/lib/python2.3/distutils/dist.py:213: UserWarning: 'licence'
distribution option is deprecated; use 'license'
warnings.warn(msg)
running install
running build
running build_py
copying lib/_objects.py -> build/lib.solaris-2.9-sun4u-2.3/POW
copying lib/_oids.py -> build/lib.solaris-2.9-sun4u-2.3/POW
running build_ext
building 'POW._POW' extension
gcc -fno-strict-aliasing -DNDEBUG -O3 -mv8 -mtune=ultrasparc -fPIC
-I/pkg/local/include -I/pkg/local/include/python2.3 -c POW.c -o
build/temp.solaris-2.9-sun4u-2.3/POW.o
cc1: Invalid option `tune=ultrasparc'
cc1: Invalid option `-fno-strict-aliasing'
In file included from /pkg/local/include/python2.3/stringobject.h:10,
from /pkg/local/include/python2.3/Python.h:83,
from POW.c:37:
/import/sunray/tools/gcc-2.7.2.2/lib/gcc-lib/sparc-sun-solaris2.8/2.7.2.2/include/stdarg.h:135:
warning: redefinition of `va_list'
/import/sunray/tools/gcc-2.7.2.2/lib/gcc-lib/sparc-sun-solaris2.8/2.7.2.2/include/stdio.h:120:
warning: `va_list' previously declared here
POW.c: In function `evp_cipher_factory':
POW.c:307: warning: return discards `const' from pointer target type
POW.c:308: warning: return discards `const' from pointer target type
POW.c:309: warning: return discards `const' from pointer target type
POW.c:310: warning: return discards `const' from pointer target type
POW.c:311: warning: return discards `const' from pointer target type
POW.c:312: warning: return discards `const' from pointer target type
POW.c:313: warning: return discards `const' from pointer target type
POW.c:314: warning: return discards `const' from pointer target type
POW.c:315: warning: return discards `const' from pointer target type
POW.c:316: warning: return discards `const' from pointer target type
POW.c:317: warning: return discards `const' from pointer target type
POW.c:318: warning: return discards `const' from pointer target type
POW.c:319: warning: return discards `const' from pointer target type
POW.c:322: warning: return discards `const' from pointer target type
POW.c:323: warning: return discards `const' from pointer target type
POW.c:326: warning: return discards `const' from pointer target type
POW.c:327: warning: return discards `const' from pointer target type
POW.c:328: warning: return discards `const' from pointer target type
POW.c:329: warning: return discards `const' from pointer target type
POW.c:332: warning: return discards `const' from pointer target type
POW.c:333: warning: return discards `const' from pointer target type
POW.c:334: warning: return discards `const' from pointer target type
POW.c:335: warning: return discards `const' from pointer target type
POW.c:336: warning: return discards `const' from pointer target type
POW.c:339: warning: return discards `const' from pointer target type
POW.c:340: warning: return discards `const' from pointer target type
POW.c:341: warning: return discards `const' from pointer target type
POW.c:342: warning: return discards `const' from pointer target type
POW.c:345: warning: return discards `const' from pointer target type
POW.c:346: warning: return discards `const' from pointer target type
POW.c:347: warning: return discards `const' from pointer target type
POW.c:348: warning: return discards `const' from pointer target type
POW.c:351: warning: return discards `const' from pointer target type
POW.c:352: warning: return discards `const' from pointer target type
POW.c:353: warning: return discards `const' from pointer target type
POW.c:354: warning: return discards `const' from pointer target type
POW.c: In function `asymmetric_object_der_read':
POW.c:4589: warning: passing arg 2 of `d2i_RSAPublicKey' from
incompatible pointer type
POW.c:4598: warning: passing arg 2 of `d2i_RSAPrivateKey' from
incompatible pointer type
POW.c: In function `hmac_object_new':
POW.c:5789: warning: assignment discards `const' from pointer target type
POW.c:5791: warning: assignment discards `const' from pointer target type
POW.c:5793: warning: assignment discards `const' from pointer target type
POW.c:5795: warning: assignment discards `const' from pointer target type
POW.c:5797: warning: assignment discards `const' from pointer target type
error: command 'gcc' failed with exit status 1
%
%
What am I doing wrong here ? Please reply directly to me as I am not on
this alias.
Thanks for any help,
Sangeeta
|