Is there a page listing all the Python scripts I need to work with the new fuerte build? I am burning much time finding and fixing them one at a time. Right now I am looking for `rosmake` so `rosinstall` can complete successfully. I also encountered the following pitfall: * install unstable * source /opt/ros/unstable/setup.bash * install fuerte * source /opt/ros/fuerte/setup.bash * which rosdep /opt/ros/unstable/ros/bin/rosdep The problem is that /opt/ros/unstable/ros/bin is still part of $PATH and ahead of /usr/local/bin. --  joq