Hi, <div><br></div><div>FYI: Please ask this sort of question on <a href="http://answers.ros.org">answers.ros.org</a> in the future.  It's much easier for others to find already answered questions there.  </div><div><br>

</div><div>But since i'm replying here anyway...  </div><div><div><br></div><div>I did some digging and it appears that there's a bug in the viewvc support on the upgraded kforge which is padding some downloads, including the assimp tarball.  We're working on fixing it.  In the mean time you can manually install assimp by doing the following: </div>

<div><br></div><div>svn checkout <a href="https://vcs@kforge.ros.org/rosrelease/sourcedeps/assimp/">https://vcs@kforge.ros.org/rosrelease/sourcedeps/assimp/</a> /tmp/assimp</div><div>cd /tmp/assimp</div><div>tar -xf assimp--2.0.863-sdk.tar</div>

<div>cd assimp--2.0.863-sdk</div><div><br></div><div>Then run the install commands in the rdmanifest:</div><div><div>echo "Installing Assimp2"</div><div>mkdir -p build</div><div>cd build</div><div>cmake .. -DCMAKE_INSTALL_PREFIX=/usr</div>

<div>make</div><div>sudo make install</div><div>sudo bash -c "echo 2ed0b9954bcb2572c0dade8f849b9260 > /usr/include/assimp/assimp-version.installed"</div></div><div><br></div><div><br></div><div>Make sure to do the last line so that the next time rosdep tries to install it will detect that it's already present and will skip it.  </div>

<div><br></div><div>Tully</div><div><br></div><div><br></div><div><br><div class="gmail_quote">On Tue, Dec 27, 2011 at 10:12 AM, .: jvr :. <span dir="ltr"><<a href="mailto:jevira@arkipelagos.net">jevira@arkipelagos.net</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">hy!<br>
<br>
my first question/problem...<br>
<br>
i'm trying to install rviz on a debian squeeze ...<br>
as a dependence i need assimp<br>
<br>
root@pegoti:/opt# rosdep install assimp<br>
***<br>
ERROR: md5sum check on<br>
<a href="https://kforge.ros.org/rosrelease/viewvc/sourcedeps/assimp/assimp--2.0.863-sdk.tar" target="_blank">https://kforge.ros.org/rosrelease/viewvc/sourcedeps/assimp/assimp--2.0.863-sdk.tar</a><br>
failed.  Expected 2ed0b9954bcb2572c0dade8f849b9260 got<br>
e8a0f55af2fe604efa9d0623422b3291<br>
<br>
<br>
i've downloaded assimp--2.0.863-sdk.tar:<br>
<br>
jvr@pegoti:~$ md5sum assimp--2.0.863-sdk.tar<br>
e8a0f55af2fe604efa9d0623422b3291  assimp--2.0.863-sdk.tar<br>
<br>
<br>
if i tried to extract it directly:<br>
<br>
jvr@pegoti:~$ tar xvf assimp--2.0.863-sdk.tar<br>
***<br>
tar: Skipping to next header<br>
tar: Exiting with failure status due to previous errors<br>
<br>
<br>
i've done the process several times...<br>
and i always get the same results, also the md5sum,<br>
not as in:<br>
<a href="https://code.ros.org/gf/project/ros/mailman/?_forum_action=ForumMessageBrowse&thread_id=72777&action=ListThreads&mailman_id=20" target="_blank">https://code.ros.org/gf/project/ros/mailman/?_forum_action=ForumMessageBrowse&thread_id=72777&action=ListThreads&mailman_id=20</a><br>


<br>
<br>
perhaps there is something wrong with this tar file?<br>
<br>
<br>
thanks for your time...<br>
and of course thanks for all your great work!<br>
<br>
jvr<br>
<br>
_______________________________________________<br>
ros-users mailing list<br>
<a href="mailto:ros-users@code.ros.org">ros-users@code.ros.org</a><br>
<a href="https://code.ros.org/mailman/listinfo/ros-users" target="_blank">https://code.ros.org/mailman/listinfo/ros-users</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>Tully Foote<br>Systems Engineer<br>Willow Garage, Inc.<br><a href="mailto:tfoote@willowgarage.com">tfoote@willowgarage.com</a><br>(650) 475-2827<br>
</div></div>