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

CoinOR config.guess not able to guess for newer OSes #122

Open
jpfeuffer opened this issue Dec 13, 2022 · 0 comments
Open

CoinOR config.guess not able to guess for newer OSes #122

jpfeuffer opened this issue Dec 13, 2022 · 0 comments

Comments

@jpfeuffer
Copy link
Contributor

/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.

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

1 participant