-
Notifications
You must be signed in to change notification settings - Fork 13k
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
undefined symbol: sqlite3_unlock_notify - sqlx-macros rustc panic #119858
Comments
stacktrace looks similar to #117920 |
It seems related to the CFLAGS environment variable:
Specifically this part for LTO:
|
Can you test whether this is fixed on the latest nightly? The panic location matched Matthias' issue exactly, so I'm inclined to believe that this issue is fixed already. |
This is fixed on both beta and nightly. The code still doesn't compile, but rustc doesn't ICE. |
Closing the issue then, as the ICE is fixed. |
Cool, thanks everybody! :) |
Code
I'm building this release: https://github.com/evilsocket/legba/releases/tag/v0.7.1
I'm likely providing an unexpected build environment (like something missing), but the compiler output asked me to file a github issue.
Meta
rustc --version --verbose
:pacman -Si rust
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: