Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 676650 - dev-python/numpy-1.15.4 : _configtest.c:1:10: fatal error: sys/endian.h: No such file or directory
Summary: dev-python/numpy-1.15.4 : _configtest.c:1:10: fatal error: sys/endian.h: No s...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-28 19:24 UTC by Toralf Förster
Modified: 2024-03-13 06:56 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,15.16 KB, text/plain)
2019-01-28 19:24 UTC, Toralf Förster
Details
dev-python:numpy-1.15.4:20190128-013944.log (dev-python:numpy-1.15.4:20190128-013944.log,123.20 KB, text/plain)
2019-01-28 19:24 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,27.44 KB, text/plain)
2019-01-28 19:24 UTC, Toralf Förster
Details
environment (environment,154.98 KB, text/plain)
2019-01-28 19:24 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,10.86 KB, application/x-bzip)
2019-01-28 19:24 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,42.38 KB, application/x-bzip)
2019-01-28 19:24 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
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 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.