/usr/bin/oslevel =
/usr/convex/getsysinfo =
UNAME_MACHINE = aarch64
UNAME_RELEASE = 5.15.0-1021-oracle
UNAME_SYSTEM = Linux
UNAME_VERSION = #27-Ubuntu SMP Fri Oct 14 20:04:20 UTC 2022
configure: error: cannot guess build type you must specify one
configure: error: /bin/bash './configure' failed for Data/Sample
Call Stack (most recent call first):
CMakeLists.txt:590 (OPENMS_CONTRIB_BUILD_COINOR)
Solution:
find . -name "config.guess" -exec cp /usr/share/automake-1.16/config.guess {} \; or whatever, newer current automaker version you have installed.