Rviz doesn't start
After installing a package open_ptrack ( https://github.com/OpenPTrack/open_pt... ) on my PC, Rviz didn't start. So, I downloaded a package rviz from the web site ( http://wiki.ros.org/rviz ) to compile the source with catkin_make, but Rviz doesn't start yet. A terminal on my PC tells me next error.
ken@ken:~$ rosrun rviz rviz [ INFO] [1396998258.516054297]: rviz version 1.11.0 [ INFO] [1396998258.516185316]: compiled against OGRE version 1.7.4 (Cthugha) [ INFO] [1396998259.050160910]: Stereo is NOT SUPPORTED [ INFO] [1396998259.050340409]: OpenGl version: 4.2 (GLSL 4.2). *** glibc detected *** /home/ken/catkin_ws/devel/lib/rviz/rviz: corrupted double-linked list: 0x00000000017a85d0 *** Inconsistency detected by ld.so: dl-open.c: 221: dl_open_worker: Assertion `_dl_debug_initialize (0, args->nsid)->r_state == RT_CONSISTENT' failed!
The error explains that there is inconsistency on my PC. Does anyone have same experience as me? Doesn't anyone know the way to resolve it? or What's the cause? My PC has ROS Hydro on Ubuntu 12.04. Thank you in advance!
In case of trying sudo apt-get install ros-hydro-rviz
The following packages have unmet dependencies: ros-hydro-rviz : Depends: libassimp3 (>= 2.0.863) but it is not installable Depends: libboost-filesystem1.49.0 (>= 1.49.0-1) but it is not installable Depends: libboost-program-options1.49.0 (>= 1.49.0-1) but it is not installable Depends: libboost-signals1.49.0 (>= 1.49.0-1) but it is not installable Depends: libboost-system1.49.0 (>= 1.49.0-1) but it is not installable Depends: libboost-thread1.49.0 (>= 1.49.0-1) but it is not installable Depends: libyaml-cpp0.3 but it is not installable Depends: libyaml-cpp-dev but it is not installable E: Unable to correct problems, you have held broken packages.