-
-
Notifications
You must be signed in to change notification settings - Fork 12.4k
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
sqlite 3.36.0 #79624
sqlite 3.36.0 #79624
Conversation
Wow! Such error! This is gonna take a while...
|
A number of the Big Sur failures (e.g.
|
Similar failures on #79585. Any test that failed there too is unlikely to be due to either version bump (i.e. this one or |
Thanks much, @carlocab! Indeed, aside from those you mention, there are at least a couple more ( |
Addresses test error `Expected /username\ you\ specified/ to match "ListUtil.c: loadable library and perl binaries are mismatched (got handshake key 0xc500080, needed 0xc400080)\n".` Also remove "make test" per `brew audit` complaint. In support of Homebrew#79624.
homebrew-core/Formula/game-music-emu.rb Line 23 in 978f0c8
It's easy enough to point this to the right dylib by adding the
but this is fragile, as this path changes between Xcode/CLT/macOS version bumps.
|
Interestingly, even the Catalina and Mojave bottles for
It's only on Big Sur that the linker can't find the library, though. This might be why:
The It seems these also only work if you have Xcode installed. |
Fixes test error `DBI.c: loadable library and perl binaries are mismatched (got handshake key 0xc500080, needed 0xc400080)` In support of Homebrew#79624.
Addresses test error `Expected /username\ you\ specified/ to match "ListUtil.c: loadable library and perl binaries are mismatched (got handshake key 0xc500080, needed 0xc400080)\n".` Also remove "make test" per `brew audit` complaint. In support of #79624. Closes #79674. Signed-off-by: Nanda H Krishna <[email protected]> Signed-off-by: BrewTestBot <[email protected]>
OK, I suspect |
Fixes test error `DBI.c: loadable library and perl binaries are mismatched (got handshake key 0xc500080, needed 0xc400080)` In support of #79624. Closes #79678. Signed-off-by: Carlo Cabrera <[email protected]> Signed-off-by: BrewTestBot <[email protected]>
dd021a4
to
e3f98fd
Compare
Fixes test error: ``` dyld: Library not loaded: @rpath/libclang_rt.ubsan_osx_dynamic.dylib Referenced from: /usr/local/opt/game-music-emu/lib/libgme.0.dylib Reason: image not found ``` In support of Homebrew#79624.
Rebuilding from source yields the same crash. Also, @chenrui333 reported a 0.41.1 build failure with exactly the same symptoms: ponylang/ponyc#3764. As suggested there, I tried wiping my existing CLT and manually reinstalling the latest CLT download (12.5), but both bottle and source builds continue failing in the same way. I've confirmed that neither |
Looks like homepage update (#79685) caused merge conflict. There is an open issue for dealing with some linkage conflicts in cross |
Oops. Let me rebase this. |
e3f98fd
to
1b4671c
Compare
ARM
Big Sur
Catalina
Mojave
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks @gromgit.
Created with
brew bump-formula-pr
.