-
Notifications
You must be signed in to change notification settings - Fork 47
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
Won't compile on Raspbian because of 'may 2005' #209
Comments
Same problem here. Any ideas why that happened? |
Not really. AFAIK that only seems to trigger on 32-bits OSs since on my new
Ubuntu install I've had 0 problems so far.
|
there is a PR commenting out the test lines but that thats a quick workaround, nothing more than that I Think... but yeah on my mac and ubuntu x68 intel architectures -> no problems. In the next days I will try compiling rustling ontology on my other pi description: Computer 64bits but arm |
Then I dont know whats changed, other than using Ubuntu. Commenting out the
lines works as far as i remember, but i ran into other problems. Also, with
raspbian 64 bits, I think I've read somewhere that while the kernel is 64
bits the userland is 32, and thus the compilation is defaulting to 32,
can't say for sure though.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, rustling-ontology fails to compile on Raspbian because the example of 'may 2005' fails on German, and later o English, Spanish and French.
This is the error returned:
thread 'main' panicked at 'called
Result::unwrap()on an
Errvalue: ErrorMessage { msg: "example: \"mai 2005\" matched no rule" }', /root/.cargo/git/checkouts/rustling-ontology-a5f364cfd4d376e4/3bb1313/build.rs:45:17
This happens both when installing snips-nlu by pip, and when compolling a program with snips-nlu-rs. I've 'workarounded' the later by overriding the dependency and removing that example, but I don't how to do that on pip.
The text was updated successfully, but these errors were encountered: