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

Build process fails for arm-64 #6158

Closed
codek opened this issue Nov 25, 2021 · 2 comments
Closed

Build process fails for arm-64 #6158

codek opened this issue Nov 25, 2021 · 2 comments

Comments

@codek
Copy link

codek commented Nov 25, 2021

If you try and follow the build instructions on an M1 mac it fails in the cmake ../ -DENABLE_MASON=1 step

Like so:

[Mason] Downloading package https://mason-binaries.s3.amazonaws.com/osx-arm64/boost_libfilesystem/1.73.0.tar.gz...
CMake Error at cmake/mason.cmake:80 (message):
  [Mason] Failed to download
  https://mason-binaries.s3.amazonaws.com/osx-arm64/boost_libfilesystem/1.73.0.tar.gz:
  curl: (22) The requested URL returned error: 403

Call Stack (most recent call first):
  CMakeLists.txt:468 (mason_use)


-- Configuring incomplete, errors occurred!
@mjjbell
Copy link
Member

mjjbell commented Nov 28, 2021

The Boost Mason dependency appears to be x86 only.

You can ask Mapbox what their plan is for supporting ARM in Mason, but given they are no longer investing in OSRM, it probably makes sense that this repo evaluates other dependency management options, in particular those that will also support a Windows build.

In the meantime, you'll need to manage dependencies locally on your machine and run cmake without the ENABLE_MASON option.

@SiarheiFedartsou
Copy link
Member

Can be closed as we merged #6284

@mjjbell mjjbell closed this as completed Aug 1, 2022
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

3 participants