Skip to content

Unknown float word ordering with ./configure #101224

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
elcouz opened this issue Jan 21, 2023 · 3 comments
Closed

Unknown float word ordering with ./configure #101224

elcouz opened this issue Jan 21, 2023 · 3 comments
Labels
pending The issue will be closed if no feedback is provided type-bug An unexpected behavior, bug, or error

Comments

@elcouz
Copy link

elcouz commented Jan 21, 2023

I get this error on a Raspberry PI 3 compiling from source Python3.11.1.

In the configure output:
[...]
checking whether float word ordering is bigendian... unknown
configure: error:

Unknown float word ordering. You need to manually preset
ax_cv_c_float_words_bigendian=no (or yes) according to your system.

It stop there.

I use the following flags for compilation on TinyCoreLinux (Linux box 5.10.77-piCore-v7 #1 SMP Sun Nov 7 11:27:33 UTC 2021 armv7l GNU/Linux)

CPPFLAGS="-I/usr/local/include/ncursesw" CC="gcc -flto -fuse-linker-plugin -march=armv7 -mtune=arm1176jzf-s -mfpu=vfp -Os -pipe" CXX="g++ -flto -fuse-linker-plugin -march=armv7 -mtu
ne=arm1176jzf-s -mfpu=vfp -Os -pipe -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local --localstatedir=/var --enable-shared --with-system-expat --with-system-ffi --with-ensurepip=yes --with-tcltk-i
ncludes='-I/usr/local/include' --with-tcltk-libs='-L/usr/local/lib -ltk8.6 -ltcl8.6'

I get the same result with the armv6kz arch.

Thanks!

@elcouz elcouz added the type-bug An unexpected behavior, bug, or error label Jan 21, 2023
@mdickinson
Copy link
Member

There should be a log file called config.log; could you post the relevant portion of that? It should show the exact test that the configure script was performing, and the manner in which it failed. Look for a line containing "checking whether float word ordering is bigendian".

@mdickinson mdickinson added the pending The issue will be closed if no feedback is provided label Feb 9, 2023
@mdickinson
Copy link
Member

There's not much we can do with this report without more information; setting to pending.

@mdickinson
Copy link
Member

See also #89640. Some of the debugging steps there may help.

@mdickinson mdickinson closed this as not planned Won't fix, can't repro, duplicate, stale Mar 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pending The issue will be closed if no feedback is provided type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

2 participants