New submission from STINNER Victor <vstin...@redhat.com>:

First failure:
https://buildbot.python.org/all/#/builders/10/builds/2507

Running the test suite fails with "ModuleNotFoundError: No module named 
'_socket'".

Example of (dynamic) linker issue:

*** WARNING: renaming "_socket" since importing it failed:      0509-130 Symbol 
resolution failed for build/lib.aix-7.2-3.8-pydebug/_socket.so because:
        0509-136   Symbol PyCapsule_New (number 8) is not exported from
                   dependent module python.
        0509-136   Symbol PyErr_CheckSignals (number 9) is not exported from
                   dependent module python.
        0509-136   Symbol PyErr_Clear (number 10) is not exported from
                   dependent module python.
        0509-136   Symbol PyErr_ExceptionMatches (number 11) is not exported 
from
                   dependent module python.
        0509-136   Symbol PyErr_Fetch (number 12) is not exported from
                   dependent module python.
        0509-136   Symbol PyErr_Format (number 13) is not exported from
                   dependent module python.
        0509-021 Additional errors occurred but are not reported.
        0509-192 Examine .loader section symbols with the
                 'dump -Tv' command.

IMHO it's a regression caused by my commit 
8c3ecc6bacc8d0cd534f2b5b53ed962dd1368c7b for bpo-21536. I guess that

----------
components: Build
messages: 341049
nosy: vstinner
priority: normal
severity: normal
status: open
title: PPC64 AIX 3.x: compilation issue, linker fails to locate symbols
versions: Python 3.8

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue36749>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to