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

rosmake soem failing due to wrong md5sum of SOEM1.2.5.tar.bz #4

Open
mpoli opened this issue Jul 11, 2014 · 0 comments
Open

rosmake soem failing due to wrong md5sum of SOEM1.2.5.tar.bz #4

mpoli opened this issue Jul 11, 2014 · 0 comments

Comments

@mpoli
Copy link

mpoli commented Jul 11, 2014

Berlios is redirecting the download link to their main page, so the downloaded file is not hte source file intended.

Build failures with context:
---------------------
soem_core
mkdir -p build
if [ ! -f SOEM1.2.5.tar.bz2.md5sum ]; then echo "Error: Couldn't find md5sum file SOEM1.2.5.tar.bz2.md5sum" && false; fi
/opt/ros/hydro/share/ros/core/rosbuild/bin/download_checkmd5.py http://download.berlios.de/soem/SOEM1.2.5.tar.bz2 SOEM1.2.5.tar.bz2 `awk {'print $1'} SOEM1.2.5.tar.bz2.md5sum`
[rosbuild] Checking md5sum on SOEM1.2.5.tar.bz2
[rosbuild] WARNING: md5sum mismatch (96aba048662309628b6d78349743fc6d != 222c3003d047766463e567f7a49981f9); re-downloading file SOEM1.2.5.tar.bz2
[rosbuild] ERROR: md5sum mismatch (0dd972f8cc1a90024d52087b8aba63a8 != 222c3003d047766463e567f7a49981f9) on SOEM1.2.5.tar.bz2; aborting
make: *** [build/soem_core/unpacked] Error 1

EDIT: I found that issue on an outdated repo elsewhere, but seems to be valid for the latest checkout of this github repo as well. Haven't been able to get to the same point yet, but the hardcoded link is still in the Makefile.

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

1 participant