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

rosmake cminpack problem

asked 2011-03-03 05:07:57 -0500

Eponymous gravatar image

System: OS X 10.6.6 diamondback

When trying to rosmake cminpack (as I try to install perception-pcl again) I get the following error:

mkdir -p build
 if [ ! -f cminpack-1.1.1.tar.gz.md5sum ]; then echo "Error: Couldn't find md5sum file cminpack-1.1.1.tar.gz.md5sum" && false; fi

There is a cminpack-1.1.1.tar.gz.md5sum file in /cminpack but that wasn't doing it. So I copied it to the build subdirectory and rosmake succeeded. Does that make sense? Here's what Makefile says:

VER = 1.1.1
TARBALL       = build/cminpack-$(VER).tar.gz
TARBALL_URL   = http://pr.willowgarage.com/downloads/cminpack-$(VER).tar.gz
UNPACK_CMD    = tar xfz
SOURCE_DIR    = build/cminpack-$(VER)
#TARBALL_PATCH = cminpack.pc.patch
MD5SUM_FILE   = cminpack-$(VER).tar.gz.md5sum
edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2011-03-03 06:06:47 -0500

tfoote gravatar image

updated 2011-03-03 06:07:33 -0500

Do you actually get the error or is is just an echo of that line when executing?

If you're getting that error you will see the line with the if statement and then it will echo it again below. If you don't see the line twice I expect it is actually executing correctly.

edit flag offensive delete link more

Comments

Hmmm, maybe not. I don't see to be able to reproduce now either.
Eponymous gravatar image Eponymous  ( 2011-03-03 06:37:34 -0500 )edit

Question Tools

Stats

Asked: 2011-03-03 05:07:57 -0500

Seen: 269 times

Last updated: Mar 03 '11