Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 676650

Summary: dev-python/numpy-1.15.4 : _configtest.c:1:10: fatal error: sys/endian.h: No such file or directory
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Gentoo Science Related Packages <sci>
Status: RESOLVED OBSOLETE    
Severity: normal CC: eschwartz, python
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge-info.txt
dev-python:numpy-1.15.4:20190128-013944.log
emerge-history.txt
environment
etc.portage.tbz2
temp.tbz2

Description Toralf Förster gentoo-dev 2019-01-28 19:24:16 UTC
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c'
x86_64-pc-linux-gnu-gcc: _configtest.c
_configtest.c:1:10: fatal error: sys/endian.h: No such file or directory
 #include <sys/endian.h>
          ^~~~~~~~~~~~~~
compilation terminated.

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-desktop-gnome_libressl_20190127-101048

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-8.2.0 *

Available Python interpreters, in order of preference:
  [1]   python3.6
  [2]   python2.7 (fallback)





emerge -qpvO dev-python/numpy
[ebuild  N    ] dev-python/numpy-1.15.4  USE="-doc -lapack -test" PYTHON_TARGETS="python2_7 python3_6 -python3_4 -python3_5 -python3_7"
Comment 1 Toralf Förster gentoo-dev 2019-01-28 19:24:19 UTC
Created attachment 563092 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-01-28 19:24:22 UTC
Created attachment 563094 [details]
dev-python:numpy-1.15.4:20190128-013944.log
Comment 3 Toralf Förster gentoo-dev 2019-01-28 19:24:25 UTC
Created attachment 563096 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2019-01-28 19:24:27 UTC
Created attachment 563098 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2019-01-28 19:24:30 UTC
Created attachment 563100 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2019-01-28 19:24:33 UTC
Created attachment 563102 [details]
temp.tbz2
Comment 7 Eli Schwartz gentoo-dev 2024-03-13 06:56:58 UTC
numpy.distutils is known to be a... flaky... build system. They have since moved to meson in order to fix that general flakiness, so build issues related to configtests performed by the old build system can't possibly exist anymore (new issues are always a possibility :D)

I figure this bug report is no longer applicable.