-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Crate build fails with message: "recipe for target 'zic' failed" #54
Comments
Hi. I had the same problem on MacOS. I fixed it with adding needed llvm tools to $PATH |
Hi @alex-dukhno ! Thanks. |
I add this line to my
|
Clang version
LLVM-ar
|
Yeah, make sure that your clang isn't the one installed by XCode in |
Hi @rasouli I got exactly same error as yours when trying to build my project with rust docker image. I spent a lot of time on trying to find what is the problem. I found that it could be that I could not check my theory but maybe it could help you. Thanks |
Hi @alex-dukhno thanks for the tip, I had been experimenting with different versions of dependencies to build, but I had given up back then as I had to work on something else, I will re-try with ubuntu image next time. |
Hi, I had the same exact issue. I've inspected the log file and I noted that there is a |
Hi,
I added postgres-parser crate version
0.2.3
as dependency and it failed whencargo build
was issued with the following errors:I am building the crate on
ubuntu 18.04.5 LTS
and I have gone through installing required dependencies, but I cannot figure out what has gone wrong here. I would appreciate if you can give your thoughts on this. Please kindly find the full build log in build.log.Thanks!
The text was updated successfully, but these errors were encountered: