[issue13508] ctypes' find_library breaks with ARM ABIs

2021-02-09 Thread STINNER Victor
Change by STINNER Victor : -- nosy: -vstinner ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue13508] ctypes' find_library breaks with ARM ABIs

2021-02-08 Thread Trevor Newton
Trevor Newton added the comment: I am still encountering this issue when using pyudev on Python 3.8.5. -- nosy: +trevor.newton ___ Python tracker ___

[issue13508] ctypes' find_library breaks with ARM ABIs

2020-11-08 Thread Irit Katriel
Change by Irit Katriel : -- versions: +Python 3.10, Python 3.8, Python 3.9 -Python 2.7, Python 3.2, Python 3.3 ___ Python tracker ___

[issue13508] ctypes' find_library breaks with ARM ABIs

2015-09-15 Thread Yegor Yefremov
Yegor Yefremov added the comment: This issue is still up to date. Most impacted are distos like for example Buldroot (http://buildroot.org/). Usual production rootfs provide neither gcc nor /sbin/ldconfig nor objdump. So find_library() is doomed from the very beginning. Such packages like

[issue13508] ctypes' find_library breaks with ARM ABIs

2011-12-30 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- nosy: +belopolsky ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13508 ___ ___ Python-bugs-list

[issue13508] ctypes' find_library breaks with ARM ABIs

2011-12-30 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- nosy: +eric.araujo ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13508 ___ ___ Python-bugs-list

[issue13508] ctypes' find_library breaks with ARM ABIs

2011-12-28 Thread Antoine Pitrou
Changes by Antoine Pitrou pit...@free.fr: -- nosy: +haypo stage: needs patch - patch review versions: +Python 3.3 -Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13508 ___

[issue13508] ctypes' find_library breaks with ARM ABIs

2011-12-26 Thread Stefano Rivera
Changes by Stefano Rivera pyt...@rivera.za.net: -- nosy: +stefanor ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13508 ___ ___ Python-bugs-list

[issue13508] ctypes' find_library breaks with ARM ABIs

2011-12-26 Thread Barry A. Warsaw
Changes by Barry A. Warsaw ba...@python.org: -- nosy: +barry ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13508 ___ ___ Python-bugs-list mailing

[issue13508] ctypes' find_library breaks with ARM ABIs

2011-11-30 Thread Loïc Minier
New submission from Loïc Minier l...@dooz.org: Hi, This bug was originally reported at https://bugs.launchpad.net/bugs/898172 ctypes/utils.py provides a find_library function which amongst other things will scan the ldconfig -p output on linux to find libraries by name. It applies some

[issue13508] ctypes' find_library breaks with ARM ABIs

2011-11-30 Thread Meador Inge
Changes by Meador Inge mead...@gmail.com: -- nosy: +meador.inge stage: - needs patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13508 ___ ___

[issue13508] ctypes' find_library breaks with ARM ABIs

2011-11-30 Thread Loïc Minier
Changes by Loïc Minier l...@dooz.org: -- keywords: +patch Added file: http://bugs.python.org/file23817/ctypes-arm.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13508 ___

[issue13508] ctypes' find_library breaks with ARM ABIs

2011-11-30 Thread Loïc Minier
Loïc Minier l...@dooz.org added the comment: While I'm at it, find_library also tries creating temp files when running gcc and other issues mention trouble running gcc or propose running ld: http://bugs.python.org/issue9998 http://bugs.python.org/issue5289 IMHO, calling binutils/gcc is