[issue23575] MIPS64 needs ffi's n32.S

2021-09-10 Thread Irit Katriel


Irit Katriel  added the comment:

The code has changed since this issue was created - I can't find the file that 
the patch modifies nor the code it contains (I searched for ffi_platforms and 
MIPS_LINUX). 

Please create a new issue if you are seeing issues like this on a current 
python version (>= 3.9).

--
nosy: +iritkatriel
resolution:  -> out of date
stage: patch review -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23575] MIPS64 needs ffi's n32.S

2015-05-27 Thread Frank Schaefer

Frank Schaefer added the comment:

This patch alone is apparently not enough.  When this is enabled, and python 
2.7.10 is built with -mabi=n32, make test segfaults on test_ctypes.  Using 
--with(out)-system-ffi does not make a difference.

When I run the test by itself, it specifically fails at:

test_pyobject (ctypes.test.test_callbacks.Callbacks) ... Segmentation fault 
(core dumped)

I'm guessing Python is doing something bogus with libffi that kills it 
specifically on mips n32.

--
nosy: +kelledin

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue23575
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23575] MIPS64 needs ffi's n32.S

2015-04-09 Thread Simon Hoinkis

Simon Hoinkis added the comment:

Could someone review this issue?

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue23575
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23575] MIPS64 needs ffi's n32.S

2015-03-03 Thread Simon Hoinkis

New submission from Simon Hoinkis:

MIPS64 needs ffi's n32.S linking in for _ctypes to work otherwise build errors 
will occur (e.g. python-setuptools).

--
components: ctypes
files: mips64.patch
keywords: patch
messages: 237150
nosy: Simon Hoinkis
priority: normal
severity: normal
status: open
title: MIPS64 needs ffi's n32.S
type: compile error
versions: Python 2.7
Added file: http://bugs.python.org/file38320/mips64.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue23575
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23575] MIPS64 needs ffi's n32.S

2015-03-03 Thread Antoine Pitrou

Changes by Antoine Pitrou pit...@free.fr:


--
nosy: +amaury.forgeotdarc, belopolsky, doko, meador.inge
stage:  - patch review
versions: +Python 3.4, Python 3.5

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue23575
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com