I guess I should have never changed the title - apparently the tracker loses track - there are more than 5 messages.

On 2016-03-04 18:08, Python tracker wrote:
#26439: ctypes.util.find_library fails when ldconfig/glibc not availab
http://bugs.python.org/issue26439    5 msgs
And, while I do not want to ping the list in a rude way, I submitted a patch - not perfect of course (seems to work as expected stand-alone, but not in a 'build' attempt (a previous 'half' patch that was the 'work in progress' did build) - so as I hope to have time in the coming days to dig further - some hints on how to debug the failed 'build moment during 'make install' would be greatly appreciated.

Basically, the make install ends with:

...

Compiling 
/var/aixtools/aixtools/python/2.7.11.2/opt/lib/python2.7/xml/sax/xmlreader.py 
...
Compiling /var/aixtools/aixtools/python/2.7.11.2/opt/lib/python2.7/xmllib.py ...
Compiling /var/aixtools/aixtools/python/2.7.11.2/opt/lib/python2.7/xmlrpclib.py 
...
Compiling /var/aixtools/aixtools/python/2.7.11.2/opt/lib/python2.7/zipfile.py 
...
make: 1254-004 The error code from the last command is 1.


Stop.
root@x064:[/data/prj/aixtools/python/python-2.7.11.2]


So, my question: how do I make the 'compile' of 
/var/aixtools/aixtools/python/2.7.11.2/opt/lib/python2.7/zipfile.py more 
verbose?

I tried "make V=1 DESTDIR=/var/aixtools/aixtools/python/2.7.11.2 install". but 
the output was identical.

Thanks,
Michael
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to