Skip to content
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

Error in final linking with Ubuntu 18.04 and Tensorflow 1.14 #5

Open
jsseng opened this issue Jul 1, 2019 · 3 comments
Open

Error in final linking with Ubuntu 18.04 and Tensorflow 1.14 #5

jsseng opened this issue Jul 1, 2019 · 3 comments
Labels
awaiting-response bug Something isn't working

Comments

@jsseng
Copy link

jsseng commented Jul 1, 2019

I am trying to build tensorflow_ros_test on Ubuntu 18.04 and Tensorflow 1.14. I am running into an issue on the final linking:

/home/jseng/.local/lib/python2.7/site-packages/tensorflow/libtensorflow_framework.so.1: error adding symbols: DSO missing from command line

I passed the path of libtensorflow_framework.so.1 to ld, otherwise I got bunch of other linking errors. Any help would be appreciated.

@peci1
Copy link
Member

peci1 commented Jul 1, 2019

I saw in release notes that there were some bigger changes to the format of the pip packages. I'll try to fix it. If you're faster, please, share your solution.

@jsseng
Copy link
Author

jsseng commented Jul 1, 2019

As a test, I went back to Tensorflow 1.11. I am still getting some linking errors where it cannot find tensorflow functions. Do I still need the -D_GLIBCXX_USE_CXX11_ABI=0 flag?

@peci1
Copy link
Member

peci1 commented Jul 3, 2019

Probably fixed in 9caf097. Try updating and completely clear your workspace. And yes, you still need to use the approach from kinetic-devel branch of tensorflow_ros_test. That won't change until Google rebuilds TF with newer GCC, which isn't probably going to happen anytime soon.

@peci1 peci1 added awaiting-response bug Something isn't working labels Jul 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting-response bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants