-
Notifications
You must be signed in to change notification settings - Fork 13.3k
libregex-1cae1bee-0.11-pre.so: No such file or directory #13900
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
What version of the compiler are you using? I thought I had a fix for this recently, but I may have made a mistake... |
I built it from git yesterday.
|
Could you provide a more self-contained example? I tried to compile your gist but there were numerous errors, so some support may have been missing. |
Sure. I've updated the gist. For me it shows only I'll also try to update rust again. |
Still happen on rust 0.11-pre 11571cd. |
I'm not sure what's going on here. The gist that is linked in OP has tons of errors in it unrelated to the issue at hand. e.g., I've updated the gist to fix the errors, but it then compiles fine and I don't get the error reported in the OP. Version:
|
Closing as likely fixed in the meantime (pending an example that fails to compile). |
fixes rust-lang#13900 changelog: [`redundant_clone`]: fix FP in overlapping lifetime
I'm trying to use a regex library. But when I try to compile the code, this happens:
Setting a library path by
-L /usr/lib64/rustlib/x86_64-unknown-linux-gnu/lib/
doesn't help. But the file libregex-1cae1bee-0.11-pre.so exists:Also, the code: https://gist.github.com/suhr/11207656 (there may be some errors, but I'm interested about this issue).
The text was updated successfully, but these errors were encountered: