This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author michael-o
Recipients adiroiban, loewis, michael-o, orsenthil, wah meng
Date 2018-08-20.08:00:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1534752009.91.0.56676864532.issue12991@psf.upfronthosting.co.za>
In-reply-to
Content
Cannot reproduced on master:
export LDFLAGS="-L/usr/local/lib/hpux64 +DD64"
export CFLAGS=+DD64

Python build finished successfully!
The necessary bits to build these optional modules were not found:
_bz2                  _curses_panel         _gdbm
_lzma                 _sqlite3              _tkinter
_uuid                 ossaudiodev           readline
spwd                  zlib
To find the necessary bits, look in setup.py in detect_modules() for the module's name.


The following modules found by detect_modules() in setup.py, have been
built by the Makefile instead, as configured by the Setup files:
_abc                  atexit                pwd
time


Failed to build these modules:
_ctypes               _dbm                  _elementtree
cmath                 math                  pyexpat


Following modules built successfully but were removed because they could not be imported:
_asyncio

running build_scripts
copying and adjusting /var/osipovmi/cpython/Tools/scripts/pydoc3 -> build/scripts-3.8
copying and adjusting /var/osipovmi/cpython/Tools/scripts/idle3 -> build/scripts-3.8
copying and adjusting /var/osipovmi/cpython/Tools/scripts/2to3 -> build/scripts-3.8
changing mode of build/scripts-3.8/pydoc3 from 640 to 755
changing mode of build/scripts-3.8/idle3 from 640 to 755
changing mode of build/scripts-3.8/2to3 from 640 to 755
renaming build/scripts-3.8/pydoc3 to build/scripts-3.8/pydoc3.8
renaming build/scripts-3.8/idle3 to build/scripts-3.8/idle3.8
renaming build/scripts-3.8/2to3 to build/scripts-3.8/2to3-3.8

$ file ./python
./python:       ELF-64 executable object file - IA64
$ ./python
Python 3.8.0a0 (heads/bpo-34412:f1331c0e83, Aug 20 2018, 09:53:38) [C] on hp-ux11
Type "help", "copyright", "credits" or "license" for more information.
>>>

The necessary bits are libraries in 64 bit which I have only in 32 bit.
This issue can be closed.
History
Date User Action Args
2018-08-20 08:00:10michael-osetrecipients: + michael-o, loewis, orsenthil, adiroiban, wah meng
2018-08-20 08:00:09michael-osetmessageid: <1534752009.91.0.56676864532.issue12991@psf.upfronthosting.co.za>
2018-08-20 08:00:09michael-olinkissue12991 messages
2018-08-20 08:00:08michael-ocreate