ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

what does "abandoned" mean with catkin build?

asked 2021-04-21 03:36:01 -0600

LukeAI gravatar image

catkin build tells me that some number of packages in my workspace are "abandoned". what does this mean? Is there some way to list which packages are abandoned?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2021-04-21 04:10:00 -0600

gvdhoorn gravatar image

updated 2021-04-21 04:34:47 -0600

It basically means those have not been included in the current build (as in: not by choice or request of the user, but because circumstances made it impossible to include them or finish building them).

Typically caused by (one of) their dependencies having failed to build.

Taken from the source:

# List of jobs whose deps failed
abandoned_jobs = []
edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2021-04-21 03:36:01 -0600

Seen: 1,313 times

Last updated: Apr 21 '21