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

libBaseStation undefined symbol #19

Closed
osrf-migration opened this issue Oct 31, 2018 · 7 comments
Closed

libBaseStation undefined symbol #19

osrf-migration opened this issue Oct 31, 2018 · 7 comments
Labels
bug Something isn't working major

Comments

@osrf-migration
Copy link

Original report (archived issue) by Clark Zhang (Bitbucket: ChickenSoups).


When running the the competition gazebo world (roslaunch subt_gazebo competition.launch) in a docker, this error pops up

gzserver: symbol lookup error: /home/developer/subt_ws/install/lib/libBaseStationPlugin.so: undefined symbol: _ZN4subt11CommsClientC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEb

This doesn't happen on commit . (not sure about all other later versions, but at least that version still works)

@osrf-migration
Copy link
Author

Original comment by Carlos Agüero (Bitbucket: caguero, GitHub: caguero).


Is this happening in default right now? I cannot reproduce it.

@osrf-migration
Copy link
Author

Original comment by Clark Zhang (Bitbucket: ChickenSoups).


Yes, following the instructions exactly for the docker tutorial setup gives this (It looks like the dockerfile just pulls from default?)

@osrf-migration
Copy link
Author

Original comment by Carlos Agüero (Bitbucket: caguero, GitHub: caguero).


To make sure, could you run:

cd ~/subt_ws/src/subt
hg pull
hg up default
cd ~/subt_ws
catkin_make install

and rerun your competition.launch.

@osrf-migration
Copy link
Author

Original comment by Clark Zhang (Bitbucket: ChickenSoups).


Yes, doing those steps in the docker does indeed fix it!

@osrf-migration
Copy link
Author

Original comment by Carlos Agüero (Bitbucket: caguero, GitHub: caguero).


Ok, then I think we can safely close this issue. The Docker cache could be tricky in these cases.

@osrf-migration
Copy link
Author

Original comment by Carlos Agüero (Bitbucket: caguero, GitHub: caguero).


  • changed state from "new" to "resolved"

Docker cache problem. Please, reopen if necessary.

@osrf-migration
Copy link
Author

Original comment by Alfredo Bencomo (Bitbucket: bencomo).


  • changed state from "resolved" to "closed"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working major
Projects
None yet
Development

No branches or pull requests

1 participant