Reporting here is ok, but generally you should use
https://github.com/Alexpux/MINGW-packages/issues for reporting bugs in
our MinGW-w64 packages. I'm trying to verify the bug, so far I've not
been able to, either with my existing MSYS2 64bit installation or a
clean 32bit one I fired up to test this on.

Here are the exact steps I took:

Downloaded and installed
http://netcologne.dl.sourceforge.net/project/msys2/Base/i686/msys2-i686-20140704.exe
to E:\msys32
Ran it, issued pacman -Syu, exited and ran autorebase.bat, ran
mingw32_shell.bat, installed the pre-requisites:
pacman -S mingw-w64-i686-python2 mingw-w64-i686-toolchain wget tar
cd /tmp
wget -c 
https://pypi.python.org/packages/source/p/python-cjson/python-cjson-1.1.0.tar.gz#md5=adb28f42c72ef573dfbd4cdf09676ace
tar -xf python-cjson-1.1.0.tar.gz
cd python-cjson-1.1.0
./build_inplace

and I got the following output:
running build_ext
building 'cjson' extension
creating build
creating build/temp.mingw-2.7
E:\msys32\mingw32\bin/i686-w64-mingw32-gcc.exe -fno-strict-aliasing
-march=i686 -mtune=generic -O2 -pipe -fwrapv
-D__USE_MINGW_ANSI_STDIO=1
-IC:/msys64r/mingw32/i686-w64-mingw32/include -DNDEBUG -DNDEBUG
-DMODULE_VERSION=1.1.0 -IE:/msys32/mingw32/include/python2.7 -c
cjson.c -o build/temp.mingw-2.7/cjson.o
writing build/temp.mingw-2.7/cjson.def
E:\msys32\mingw32\bin/i686-w64-mingw32-gcc.exe -shared
-Wl,--enable-auto-image-base -pipe
-LC:/msys64r/mingw32/i686-w64-mingw32/lib -LC:/msys64r/mingw32/lib -s
-s build/temp.mingw-2.7/cjson.o build/temp.mingw-2.7/cjson.def
-L/mingw32/lib -lpython2.7 -o
E:/msys32/tmp/python-cjson-1.1.0/cjson.pyd
running clean
removing 'build/temp.mingw-2.7' (and everything under it)
removing 'build'

and the following file:
-rwxr-xr-x 1 ray None 53248 Jul 11 14:40 cjson.pyd

Can you try the same steps and report back? Am I using the wrong python-cjson?

We do know of a few issues with Python in that it's not 100%
relocatable due to _sysconfigdata.py having MSYS2 absolute build
machine paths baked into it, I've got an idea of how to fix it, but it
doesn't seem related to your issue.

Cheers,

Ray.

------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
Msys2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/msys2-users

Reply via email to