-
Notifications
You must be signed in to change notification settings - Fork 68
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
Clean build of v1.5.12 fails due to v8 #793
Comments
edit: add brew install would you like to use directly bare metal build instead of docker? the proton server final is a static library. the fresh build basically need about 90 minutes. |
Thanks, I am aware that the binary exists and I am already using it. I am trying to build proton to be able to work on the source code. The build also fails under wsl and on a ubuntu machine. I will try again, document the process and then make a bug ticket. |
really appreciate your trial. I check the code again, the "docker build for macOS" issue may not have a quick fix. Regarding the WSL / Ubuntu build failure, this seems to be an issue. |
Bare-metal build worked for me after upgrading xcode to version 15.4. |
glad to hear that. There's a current issue with macOS where the stacktrace only works in debug mode, but there's no stacktrace when you throw an exception directly (ClickHouse already has a patch to fix this, but I don't have the time to back port it). Apart from this problem, macOS also doesn't have jemalloc && sanitizer. thoes are some potential issues we currently encountered. |
What's wrong
A clean build on M2 Mac using Docker fails due to v8.
How to reproduce
Error message
Build fails with
The text was updated successfully, but these errors were encountered: