oship-dev team mailing list archive
-
oship-dev team
-
Mailing list archive
-
Message #00831
Re: We need to resolve this egenix-mx-base issue.
2010/1/2 Eduardo César <xcesar@xxxxxxxxx>:
...
> My system is a i386 Ubuntu 9.10 Python2.6.4 in a virtual environment w/o
> site-packages.
Mine, too.
>
> I ran python bootstrap.py && bin/buildout and got this error:
>
> error: Setup script exited with error:
> build/bdist.linux-i686-py2.6_ucs4/dumb/egenix_mx_base-3.1.3-py2.6.egg-info:
> Is a directory
> An error occured when trying to install egenix-mx-base 3.1.3. Look above
> this message for any errors that were output by easy_install.
> While:
> Updating app.
Mine is:
Installing app.
instead of updating app. Leading to the same error anyway...
> Getting distribution for 'egenix-mx-base'.
> Error: Couldn't install: egenix-mx-base 3.1.3
When using virtualenv's easy_install I also get an error:
(x)roger@HP-U:~/x/oship/oship$ easy_install egenix-mx-base
Searching for egenix-mx-base
Reading http://pypi.python.org/simple/egenix-mx-base/
Reading http://www.egenix.com/products/python/mxBase/
Reading http://www.lemburg.com/python/mxExtensions.html
Reading http://www.egenix.com/
Best match: egenix-mx-base 3.1.3
Downloading http://downloads.egenix.com/python/egenix-mx-base-3.1.3.tar.gz
Processing egenix-mx-base-3.1.3.tar.gz
Running egenix-mx-base-3.1.3/setup.py -q bdist_egg --dist-dir
/tmp/easy_install-EnYmXv/egenix-mx-base-3.1.3/egg-dist-tmp-4iIzjH
Warning: Can't read registry to find the necessary compiler setting
Make sure that Python modules _winreg, win32api or win32con are installed.
In file included from mx/TextTools/mxTextTools/mxte.c:42:
mx/TextTools/mxTextTools/mxte_impl.h: In function ‘mxTextTools_TaggingEngine’:
mx/TextTools/mxTextTools/mxte_impl.h:345: warning: pointer targets in
initialization differ in signedness
mx/TextTools/mxTextTools/mxte_impl.h:364: warning: pointer targets in
initialization differ in signedness
mx/BeeBase/mxBeeBase/btr.c:269: warning: ‘dumpNode’ defined but not used
mx/URL/mxURL/mxURL.c: In function ‘mxURL_SetFromString’:
mx/URL/mxURL/mxURL.c:676: warning: pointer targets in initialization
differ in signedness
mx/UID/mxUID/mxUID.c: In function ‘mxUID_Verify’:
mx/UID/mxUID/mxUID.c:333: warning: pointer targets in passing argument
1 of ‘sscanf’ differ in signedness
/usr/include/stdio.h:415: note: expected ‘const char * __restrict__’
but argument is of type ‘unsigned char *’
mx/UID/mxUID/mxUID.c: In function ‘mxUID_New’:
mx/UID/mxUID/mxUID.c:462: warning: pointer targets in passing argument
1 of ‘mxUID_CRC16’ differ in signedness
mx/UID/mxUID/mxUID.c:199: note: expected ‘unsigned char *’ but
argument is of type ‘char *’
In file included from /usr/include/string.h:640,
from /usr/include/python2.6/Python.h:38,
from mx/UID/mxUID/mx.h:66,
from mx/UID/mxUID/mxUID.c:27:
In function ‘memset’,
inlined from ‘mxUID_Fold’ at mx/UID/mxUID/mxUID.c:239,
inlined from ‘mxUID_fold’ at mx/UID/mxUID/mxUID.c:630:
/usr/include/bits/string3.h:82: warning: call to
‘__warn_memset_zero_len’ declared with attribute warning: memset used
with constant zero length parameter; this could be due to transposed
parameters
error: Setup script exited with error:
build/bdist.linux-i686-py2.6_ucs4/dumb/egenix_mx_base-3.1.3-py2.6.egg-info:
Is a directory
Cheers,
Roger
References