Skip to content
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

UNAME_VERSION = #1579 SMP PREEMPT Fri Aug 26 11:16:44 BST 2022 configure: error: cannot guess build type; you must specify one #3

Open
bluexcoin opened this issue Sep 10, 2022 · 1 comment

Comments

@bluexcoin
Copy link

Hello all,
I need your help because I will not find a solution.

I use Raspberry Compute Modul an get following error by compiling DB. Can anyone help me in this case?

UNAME_VERSION = #1579 SMP PREEMPT Fri Aug 26 11:16:44 BST 2022
configure: error: cannot guess build type; you must specify one

pi@raspberrypi:~/bin/db-4.8.30.NC/build_unix $ ../dist/configure --enable-cxx
checking build system type... ../dist/config.guess: unable to guess system type

This script, last modified 2009-02-03, has failed to recognize
the operating system you are using. It is advised that you
download the most up to date version of the config scripts from

http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
and
http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD

If the version you run (../dist/config.guess) is already up to date, please
send the following data and any information you think might be
pertinent to [email protected] in order to provide the needed
information to handle your system.

config.guess timestamp = 2009-02-03

uname -m = aarch64
uname -r = 5.15.61-v8+
uname -s = Linux
uname -v = #1579 SMP PREEMPT Fri Aug 26 11:16:44 BST 2022

/usr/bin/uname -p = unknown
/bin/uname -X =

hostinfo =
/bin/universe =
/usr/bin/arch -k =
/bin/arch = aarch64
/usr/bin/oslevel =
/usr/convex/getsysinfo =

UNAME_MACHINE = aarch64
UNAME_RELEASE = 5.15.61-v8+
UNAME_SYSTEM = Linux
UNAME_VERSION = #1579 SMP PREEMPT Fri Aug 26 11:16:44 BST 2022
configure: error: cannot guess build type; you must specify one
pi@raspberrypi:~/bin/db-4.8.30.NC/build_unix $

@Pluettmann
Copy link

I just stumbled on the same error on my rpi5. The solution is rather simple. Just add the option --build=arm and you're done.
This is because the old configure script doesn't know about your hardware and can't guess the system. For the compute module it also should be --build=arm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants