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

Brew install fails on macOS 13.2.1 with m1 chip #15

Open
sfuad001 opened this issue Mar 29, 2023 · 1 comment
Open

Brew install fails on macOS 13.2.1 with m1 chip #15

sfuad001 opened this issue Mar 29, 2023 · 1 comment

Comments

@sfuad001
Copy link

Command Used

brew install --HEAD souffle-lang/souffle/souffle

Terminal Log

==> cmake --build build --target install -j
Last 15 lines from /Users/sakibfuad/Library/Logs/Homebrew/souffle/05.cmake:
^
In file included from /tmp/souffle-20230328-30231-1wcy4ha/src/interpreter/Engine.cpp:16:
In file included from /tmp/souffle-20230328-30231-1wcy4ha/src/interpreter/Engine.h:20:
In file included from /tmp/souffle-20230328-30231-1wcy4ha/src/interpreter/Context.h:19:
In file included from /tmp/souffle-20230328-30231-1wcy4ha/src/interpreter/Index.h:18:
In file included from /tmp/souffle-20230328-30231-1wcy4ha/src/interpreter/Util.h:19:
/tmp/souffle-20230328-30231-1wcy4ha/src/include/souffle/RamTypes.h:83:5: error: static_assert failed due to requirement 'sizeof(int) == sizeof(double)' "Can't bit cast types with different size."
static_assert(sizeof(To) == sizeof(From), "Can't bit cast types with different size.");
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
make[2]: *** [src/CMakeFiles/libsouffle.dir/MainDriver.cpp.o] Error 1
4 errors generated.
make[2]: *** [src/CMakeFiles/libsouffle.dir/interpreter/Engine.cpp.o] Error 1
make[1]: *** [src/CMakeFiles/libsouffle.dir/all] Error 2
make: *** [all] Error 2

@sfuad001 sfuad001 changed the title Brew install fails on macOs 13.2.1 with m1 chip Brew install fails on macOS 13.2.1 with m1 chip Mar 29, 2023
@sfuad001
Copy link
Author

I tried again by removing "--HEAD" from the command and it failed with the same error messages.

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