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

Installing jsk_control as a deb package fails if I use ros-shadow-fixed #695

Closed
kochigami opened this issue Jul 19, 2018 · 2 comments
Closed

Comments

@kochigami
Copy link
Contributor

It is just a report about installing jsk_control /jsk_teleop_joy as a deb package.
If I use ros-shadow-fixed, it failed; however, if I use ros, it succeeded. (http://wiki.ros.org/ShadowRepository)
I'm using ubuntu 14.04, ros indigo.
(I'm sorry if I misunderstand something.)

[ros-shadow-fixed]

<exec_depend>jsk_control</exec_depend>
  • sudo apt-get update & sudo apt-get upgrade & rosdep update

  • Then, I executed rosdep install.

kochigami@kochigami-ThinkPad-T450:~/catkin_ws$ source /opt/ros/indigo/setup.bash
kochigami@kochigami-ThinkPad-T450:~/catkin_ws$ rosdep install -y -r --from-paths src --ignore-src
  • Installing started but ended up with an error.
executing command [sudo -H apt-get install -y ros-indigo-jsk-control]
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package ros-indigo-jsk-control
  • In addition, I could not find ros-indigo-jsk-control when executing aptitude search ros-indigo-jsk-control
kochigami@kochigami-ThinkPad-T450:~/catkin_ws$ aptitude search ros-indigo-jsk-control
kochigami@kochigami-ThinkPad-T450:~/catkin_ws$  

[ros]

rosdep install -y -r --from-paths src --ignore-src
=> 
executing command [sudo -H apt-get install -y ros-indigo-jsk-teleop-joy]
Reading package lists... Done
Building dependency tree       
Reading state information... Done
...
Get:1 http://packages.ros.org/ros/ubuntu/ trusty/main ros-indigo-joy-mouse amd64 0.1.15-0trusty-20180517-020807-0800 [8,356 B]
Get:2 http://packages.ros.org/ros/ubuntu/ trusty/main ros-indigo-jsk-teleop-joy amd64 0.1.15-0trusty-20180627-095046-0800 [64.7 kB]
Fetched 73.1 kB in 0s (136 kB/s)                     
Selecting previously unselected package ros-indigo-joy-mouse.
(Reading database ... 1473229 files and directories currently installed.)
Preparing to unpack .../ros-indigo-joy-mouse_0.1.15-0trusty-20180517-020807-0800_amd64.deb ...
Unpacking ros-indigo-joy-mouse (0.1.15-0trusty-20180517-020807-0800) ...
Selecting previously unselected package ros-indigo-jsk-teleop-joy.
Preparing to unpack .../ros-indigo-jsk-teleop-joy_0.1.15-0trusty-20180627-095046-0800_amd64.deb ...
Unpacking ros-indigo-jsk-teleop-joy (0.1.15-0trusty-20180627-095046-0800) ...
Setting up ros-indigo-joy-mouse (0.1.15-0trusty-20180517-020807-0800) ...
Setting up ros-indigo-jsk-teleop-joy (0.1.15-0trusty-20180627-095046-0800) ...

I also found http://packages.ros.org/ros/ubuntu/pool/main/r/ros-indigo-jsk-control/
http://packages.ros.org/ros/ubuntu/pool/main/r/ros-indigo-jsk-teleop-joy/.

@k-okada
Copy link
Member

k-okada commented Jul 19, 2018

I'm very sorry that it was my fault on deb release with EusLisp-9.24, and jsk_control could not build because it depends on euslisp (euslisp/EusLisp#304)

please watch http://build.ros.org/job/Ibin_uT64__jsk_control__ubuntu_trusty_amd64__binary/ and check if all upstream packages becomes green. It will take ~1 day. Sorry for trouble.

@kochigami
Copy link
Contributor Author

I'm sorry for not checking other issues.
Thank you very much for your comment.
Noted with thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants