-
Notifications
You must be signed in to change notification settings - Fork 206
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
volk 3.1.1 regression test failure #745
Comments
this is my local debug run
|
Thanks for the bug report. From the log, it would appear the crash occurs in |
@chenrui333 I opened #747 which I expect will fix this. Are you able to test it on your system? |
I added a test with FlyCI. It builds on their systems with an M2: |
It looks like that built without ORC support:
|
It's time to figure out how we enable ORC on MacOS. |
GitHub runners have Homebrew, so you could probably do |
yeah, totally, testing it now. |
trie to apply the patch, the build was not successful this time
|
You'll need to run cmake again (and maybe clear out the build directory if that doesn't work). |
I realize I have to also drop |
Why? |
HAVE_ORC detection? |
we always do the clean build, so that actually does not apply. |
Hmm, if VOLK fails to build with ORC present that sounds like a bug. Could you open an issue for that? |
Also, how did you build earlier when you encountered the error in |
totally. this is the success https://github.com/Homebrew/homebrew-core/actions/runs/7727239095/job/21065529883 |
yes, that was when the orc present (do I need to explicitly enable any option to turn it on?) this is the build log, https://github.com/Homebrew/homebrew-core/actions/runs/7704559273/job/20997188097?pr=161268 |
I don't think so. It should be automatically detected. |
I'm not sure disabling ORC is a great idea. Are you sure that you correctly applied the patch from #747 when you tested it? It builds fine for me, and also in our CI. Note that the patch deletes |
yeah, I did, you can see this linked PR, Homebrew/homebrew-core#161268 |
Can you show me the build that failed with just the patch in place (and not the ORC removal)? I found only this one, but it appears that it was cancelled: https://github.com/Homebrew/homebrew-core/actions/runs/7727191280 The PR #747 was only intended to locate the source of the problem, so I don't think it is a good idea for Homebrew to ship it. Since Homebrew has disabled ORC, the patch does nothing. |
👋 trying to build the latest release, but run into some build issue. The error log is as below:
error build log
full build log, https://github.com/Homebrew/homebrew-core/actions/runs/7704559273/job/20997188097?pr=161268
relates to Homebrew/homebrew-core#161268
The text was updated successfully, but these errors were encountered: