problem solved

Hi, sorry for the multiple post. I can now call helloworld. I restarted
the computer (for some other reason, though) and after that it worked.

Best,
Irene

Solved

On Wed, Jun 27, 2012 at 3:05 PM, <mirko [dot] comparetti [..] ...> wrote:

> I noticed that git submodule update tries to clone from the address
> https://git.gitorious.org/orocos-toolchain/.git and it always fails.
> So I iteratively did a git clone git://gitorious.org/orocos-toolchain/.git
> using the git protocol instead of the https, and so I was able to download
> all the packages that were failing with the git submodule update
>
> Here is the list of the package I downloaded manually (I took the links
> [https://gitorious.org/orocos-toolchain here]): log4cpp, ocl, orogen, rtt,
> typelib;
>

I also encountered this problem, and gitorious support suggested the
"git://" solution. Additionally, you can modify the .gitmodules file in
orocos_toolchain and just replace "https" with "git". I don't know what the
preferred protocol is, but I think it's a problem with gitorious's ipv6
backend. I've attached the .gitmodules file that works in this case.

> Now I reached the rosmake step, and I'm facing the same problem described
> [http://www.orocos.org/forum/orocos/orocos-users/orocos-under-rosfuertehere]
> for the ocl module, so I adopted the solution of the link.
>

Meanwhile, the toolchain-2.5 tag of OCL works with fuerte and is
backwards-compatible with electric. The instructions on
http://www.ros.org/wiki/orocos_toolchain_ros/fuerte should work without
having to do anything else.

-j

Re:

jbohren wrote:
I also encountered this problem, and gitorious support suggested the "git://" solution. Additionally, you can modify the .gitmodules file in orocos_toolchain and just replace "https" with "git". I don't know what the preferred protocol is, but I think it's a problem with gitorious's ipv6 backend. I've attached the .gitmodules file that works in this case.
Thank you so much! I'll have a look into it. The manual solution, even if it works, it is not the best one for the future...
jbohren wrote:
Meanwhile, the toolchain-2.5 tag of OCL works with fuerte and is backwards-compatible with electric. The instructions on http://www.ros.org/wiki/orocos_toolchain_ros/fuerte should work without having to do anything else.

-j

I do not know why, but that instruction were not enough. I was following them, but unfortunately they didn't work. I had some problem while building ocl, and I was able to do it with the fix I posted in my message.

Thank you for the support!

Regards,

M