-
-
Notifications
You must be signed in to change notification settings - Fork 481
error: macro undefined: 'phf_map' #29
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
Comments
The fact that it segfaults after this is pretty disturbing. What OS are you on? Linux? |
I'm on OS X Mavericks. Here's the lldb backtrace when the segfault occurs:
|
I can't repro this on my MacBook. Could you post the console output from a clean clone, configure and build? |
Same result. Rust itself is freshly built from master (commit rust-lang/rust@c3ccaac).
|
If you go into |
Yes, that also segfaults after returning that error.
|
After some poking around, it appears that this happens to a Rust build from Homebrew, but not one that I manually built. In the short term, cloning and building mozilla/rust yourself should get you unblocked. |
This is being tracked upstream as rust-lang/rust#12178 |
This should be fixed now if you update Homebrew and reinstall Rust. |
postgres-replication: reuse underlying allocation for tuple data
Building rust-postgres fails with the following error:
The text was updated successfully, but these errors were encountered: