On Mon, Jul 14, 2014 at 10:37 AM, Saúl Ibarra Corretgé <[email protected]> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi again,
>
> I just updated my system and got Python 2.7.8-2, and I can no longer
> reproduce the issue :-) Either some file was borked on my side or
> cosmic rays prevented my compiler from working ;-)

Yeah, not sure why 2.7.8-1 failed like it did for you, the changes
that are in 2.7.8-2 should make building extensions and modules more
reliable; previously the sysconfig module would return MSYS2 paths,
which don't make sense to native Windows programs, now it returns
absolute "Windows Mixed" paths which take into account where you
actually installed your MinGW-w64 Python(s).

By the way it seems you are quite into Python? In the interests of
full disclosure I should mention that our MinGW-w64 Pythons are highly
modified from the upstream CPython, here are the many many patches:
https://github.com/Alexpux/MINGW-packages/tree/master/mingw-w64-python2
https://github.com/Alexpux/MINGW-packages/tree/master/mingw-w64-python3
Having said that, thanks to MSYS2, they have had a lot of testing and
bug fixing so they should be in reasonably good shape (modulus some
bad issues with the REPL caused by something in our console setup -
mintty / ncurses interation - and also an immediate exit on cmd.exe,
which I hope to fix ASAP). Please let us know if any of your Python
projects run into problems caused by our versions.

>
> Thanks a lot for your work, MSYS2 is really great!
>

Thanks, we're really pleased that people seem to be liking it.

--
Ray.

> On 07/11/2014 04:25 PM, Alexpux wrote:
>>
>> 11 июля 2014 г., в 16:49, Saúl Ibarra Corretgé <[email protected]>
>> написал(а):
>>
>> Hi,
>>
>> Since the python2 package was updated to version 2.7.8 I'm unable
>> to compile binary extensions. Here is the output (2.7.8 on top,
>> 2.7.7 after):
>>
>> https://gist.github.com/saghul/82dac93ab9b20cd9bae2
>>
>> I built a 2.7.7 package myself and extensions compile nicely again.
>> It has to be something build related, but I have no idea where to
>> start looking :-(
>>
>>
>>> Just now build successfully both 32 and 64 bit versions of
>>> python-cjson. I will upload it to repo anyway, but can you try
>>> build it with «makepkg-mingw». Script now in repository:
>>> https://github.com/Alexpux/MINGW-packages/tree/master/mingw-w64-python2-cjson
>>
>>>  Regards, Alexey.
>>
>> Cheers,
>>
>> PS: What is the preferred way for reporting issues, the mailing
>> list, github repo tickets or the sourceforge tickets?
>>
>>>
>>> ------------------------------------------------------------------------------
>>>
>>>
> 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
>>
>
> - --
> Saúl Ibarra Corretgé
> bettercallsaghul.com
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1
> Comment: Using GnuPG with Icedove - http://www.enigmail.net/
>
> iQIcBAEBAgAGBQJTw6TBAAoJEEEOVVOum8BZ5+MP/R65b1GepDrEINaptDPKZ4oy
> WBMhz7bJS8/JbCEFIQIbpEIkt3q5kPpuuUUR8Wsw71ecSV+QX5FoFp4SwA3tuk3K
> otb8M+a9cjK95/kTXYr2BV5e/hncc0XSggY94inb6Fginobs7M1gnvuosgBlXNol
> 6Ltw2oZbzQJWtOpLEG7C7esy2I55jw8ljNyNI6VH5rDUZSjgk+sU5CcWe6AtCP56
> uyWb+Est1FEbFsGb73D2DneBluIHhuyH74owizdcEmmt1QUsbXsvIFQx1liabzBQ
> QHeiMzyhjRbGOu9XghBI0F+7Hxd+iXAb6dwpC1l+vXungi47K1go6EqLdOqoux3U
> QMh9xyDbnOuSagUOaj3tBVbk7tNGcObN9OlqsXHSIBrKvsIp/fwC6iyTB6UT8slC
> WWbURhWQypDPBhVWtvn8oOS0deqxqMwIwpuC/VQFBS78+YMmHGWIHTda/3Qn5P9n
> eGDgpbCgzS4KS4rkfqWMeFCCqOuO3Gv7Z/PFphqxKgWLwqaVdX3zml0mupOXsEH8
> pKp62TVlA4fcS23s5rxbDdCWih33UDLH0OOZCk2AJhL36xYPcmoaWzpV1Vt7kMRf
> HohPR8hZBMiqTwjdDZh9ZmvGyS3RCy9Qb75xOD8+mCnNm+BLG92O0Gy2drOdX0PZ
> x15zCHXu2v1zrIxB2I9g
> =zvpO
> -----END PGP SIGNATURE-----
>
> ------------------------------------------------------------------------------
> Want fast and easy access to all the code in your enterprise? Index and
> search up to 200,000 lines of code with a free copy of Black Duck&#174;
> Code Sight&#153; - the same software that powers the world's largest code
> search on Ohloh, the Black Duck Open Hub! Try it now.
> http://p.sf.net/sfu/bds
> _______________________________________________
> Msys2-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/msys2-users

------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck&#174;
Code Sight&#153; - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
_______________________________________________
Msys2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/msys2-users

Reply via email to