-
Notifications
You must be signed in to change notification settings - Fork 53
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
Specs fail out of the box on Big Sur #60
Comments
OK, so that looks like a problem with pt-online-schema-change and with Perl. How did you install pt-online-schema-change? I don't have a mac for dev work right now, so I can't help with reproducing this issue directly, but maybe I can help you to isolate it. |
Thanks @wyhaines. I installed it via homebrew - version 3.3.0 |
I'm having a similar issue when trying to run a simple
I just tried uninstalling and then re-installing |
@davidenglishmusic Are you on an M1 mac, or an Intel mac? |
Intel |
Any other thoughts on this? |
I had a similar problem on a M1 laptop
|
OK. This is interesting. I will install everything on my powerbook to build Departure there, and see if I can reproduce the problem. If I can reproduce it, I should be able to fix it. I'll update when I get that done, though it may take a few days. My week is pretty busy. |
A little late to the party but I ran into the same issue when updating to Big Sur on an intel mac. I think the issue stems from the fact that Big Sur 11.3 changes the OS installed version of perl from 5.17 to 5.30 You should be able to run |
I am looking to contribute to the gem but am having trouble getting all the specs to pass for the current master.
In running
rake spec
, a number of them fail:249 examples, 59 failures, 3 pending
I expect this is likely a config issue related to the perl libraries and OS X Big Sur. The error message for those is:
Departure::Error: DBI.c: loadable library and perl binaries are mismatched (got handshake key 0xc500080, needed 0xc400080)
I ran the cpan setup in the readme for which the last command
install DBD::mysql
fails with:I would welcome any assistance on this. I have yet to google my way out of it.
The text was updated successfully, but these errors were encountered: