Package: python3.5
Version: 3.5.2-5
Severity: normal

Dear Maintainer,

Version 3.5.2-5 fails to build from source on hppa.  It fails with the
following error:

./python -E -S -m sysconfig --generate-posix-vars ;\
if test $? -ne 0 ; then \
        echo "generate-posix-vars failed" ; \
        rm -f ./pybuilddir.txt ; \
        exit 1 ; \
fi
/<<PKGBUILDDIR>>/Modules/fpectlmodule.c: In function 'fpe_reset':
/<<PKGBUILDDIR>>/Modules/fpectlmodule.c:162:5: warning: implicit declaration of 
function 'fpsetdefaults' [-Wimplicit-function-declaration]
     fpsetdefaults();
     ^~~~~~~~~~~~~
./python: error while loading shared libraries: internal error: symidx out of 
range of fptr table
Makefile:625: recipe for target 'sharedmods' failed
make[1]: *** [sharedmods] Error 127

Full build log is here:
https://buildd.debian.org/status/fetch.php?pkg=python3.5&arch=hppa&ver=3.5.2-5&stamp=1473510721

3.5.2-4 built successfully but the fpectl module is dropped:

./python -E -S -m sysconfig --generate-posix-vars ;\
if test $? -ne 0 ; then \
        echo "generate-posix-vars failed" ; \
        rm -f ./pybuilddir.txt ; \
        exit 1 ; \
fi
/<<PKGBUILDDIR>>/Modules/fpectlmodule.c: In function 'fpe_reset':
/<<PKGBUILDDIR>>/Modules/fpectlmodule.c:162:5: warning: implicit declaration of 
function 'fpsetdefaults' [-Wimplicit-function-declaration]
     fpsetdefaults();
     ^~~~~~~~~~~~~
*** WARNING: renaming "fpectl" since importing it failed: 
build/lib.linux-parisc64-3.5/fpectl.cpython-35m-hppa-linux-gnu.so: undefined 
symbol: fpsetdefaults

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

The function fpsetdefaults is only available on hpux and not linux, so there
is probably a problem with configuration checks.

Regards,
Dave

-- System Information:
Debian Release: stretch/sid
  APT prefers buildd-unstable
  APT policy: (500, 'buildd-unstable'), (500, 'unstable')
Architecture: hppa (parisc64)

Kernel: Linux 4.7.2+ (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=UTF-8) (ignored: LC_ALL set to en_US.utf8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages python3.5 depends on:
ii  libpython3.5-stdlib  3.5.2-4
ii  mime-support         3.60
ii  python3.5-minimal    3.5.2-4

python3.5 recommends no packages.

Versions of packages python3.5 suggests:
ii  binutils        2.27-8
ii  python3.5-doc   3.5.2-4
pn  python3.5-venv  <none>

-- no debconf information

Reply via email to