-
Notifications
You must be signed in to change notification settings - Fork 214
Build native codes current master fails #529
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
Thanks @sebastianlutter , I think this is due to a misconfiguration on our side, where we were skipping JavaCPP generation on full native build. It would be useful if you could run it once again but adding this parameter, please let us know if you do and that works:
|
Thanks for your reply! When I run
|
The missing header file
But the path is different to |
We weren't scanning the TSL root in bazel for headers, that's fixed in #534. We need to run that test across all supported platforms in case the others have the headers in a different place, once that's done we'll merge the fix. |
System information
java -version
): openjdk 11Describe the problem
Try to build the x86_64 native code jars for the current master of tensorflow/java (https://github.com/tensorflow/java/tree/2b6d83fd32ed1ec03e1e3468830a9ff12187fc1b)
Provide the exact sequence of commands / steps that you executed before running into the problem
Start ubuntu 22.04 docker image:
Then prepare build environment for tensorflow in the running docker image:
Then try to build the native code jars like this:
Any other info / logs
Include any logs or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full traceback. Large logs and files should be attached.
The run fails in the TensorFlow Native Library step in tensorflow java after successfully compiling tensorflow source:
Did I do something wrong? Or is this simply the current state of the repo, and needs fixes for the javaCPP bindings?
The text was updated successfully, but these errors were encountered: