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

Revision history [back]

click to hide/show revision 1
initial version

Initialized empty Git repository in /home/dst/robotics/experiments/orocos_toolchain/rtt/.git/

I don't really understand how you get this output from git. This is the output on my system (also Lucid):

user@machine:/tmp/temp$ git clone http://git.gitorious.org/orocos-toolchain/orocos_toolchain.git
Cloning into 'orocos_toolchain'...

user@machine:/tmp/temp$ git clone http://git.mech.kuleuven.be/robotics/rtt_ros_integration.git
Cloning into 'rtt_ros_integration'...
[..]

user@machine:/tmp/temp$ git clone http://git.mech.kuleuven.be/robotics/rtt_ros_comm.git
Cloning into 'rtt_ros_comm'...
[..]

user@machine:/tmp/temp$ git clone http://git.mech.kuleuven.be/robotics/rtt_common_msgs.git
Cloning into 'rtt_common_msgs'...
[..]

user@machine:/tmp/temp$ git clone http://git.mech.kuleuven.be/robotics/rtt_geometry.git
Cloning into 'rtt_geometry'...
[..]

user@machine:/tmp/temp$ cd orocos_toolchain/

user@machine:/tmp/temp/orocos_toolchain$ git submodule init
Submodule 'log4cpp' (https://git.gitorious.org/orocos-toolchain/log4cpp.git) registered for path 'log4cpp'
[..]

user@machine:/tmp/temp/orocos_toolchain$ git submodule update
Cloning into 'log4cpp'...
Submodule path 'log4cpp': checked out 'b81c6394d68b6d517f70c69605bb93c59391e65a'
[..]

Are you sure you followed the proper steps?

So you first git cloned orocos_toolchain and all rtt_* packages in one directory, roscd into orocos_toolchain and git submodule init and finally git submodule update? And that fails? I've just tried it again and it works. What does nslookup git.gitorious.org return? Any firewalls?

I also can't find the dependency on OROCOS in hector_slam (at least not on its wiki page)?

A deb install is not possible?

Initialized empty Git repository in /home/dst/robotics/experiments/orocos_toolchain/rtt/.git/

I don't really understand how you get this output from git. This is the output on my system (also Lucid):

user@machine:/tmp/temp$ git clone http://git.gitorious.org/orocos-toolchain/orocos_toolchain.git
Cloning into 'orocos_toolchain'...

user@machine:/tmp/temp$ git clone http://git.mech.kuleuven.be/robotics/rtt_ros_integration.git
Cloning into 'rtt_ros_integration'...
[..]

user@machine:/tmp/temp$ git clone http://git.mech.kuleuven.be/robotics/rtt_ros_comm.git
Cloning into 'rtt_ros_comm'...
[..]

user@machine:/tmp/temp$ git clone http://git.mech.kuleuven.be/robotics/rtt_common_msgs.git
Cloning into 'rtt_common_msgs'...
[..]

user@machine:/tmp/temp$ git clone http://git.mech.kuleuven.be/robotics/rtt_geometry.git
Cloning into 'rtt_geometry'...
[..]

user@machine:/tmp/temp$ cd orocos_toolchain/

user@machine:/tmp/temp/orocos_toolchain$ git submodule init
Submodule 'log4cpp' (https://git.gitorious.org/orocos-toolchain/log4cpp.git) registered for path 'log4cpp'
[..]

user@machine:/tmp/temp/orocos_toolchain$ git submodule update
Cloning into 'log4cpp'...
Submodule path 'log4cpp': checked out 'b81c6394d68b6d517f70c69605bb93c59391e65a'
[..]

Are you sure you followed the proper steps?

So Edit after updated question:

Besides the fact that you first git cloned orocos_toolchain and all rtt_* packages in one directory, roscd into orocos_toolchain and git submodule init and finally git submodule update? And that fails? I've just tried it again and it works. What does nslookup git.gitorious.org return? Any firewalls?

have a problem with git, I also can't find the dependency on OROCOS in hector_slam (at least not on its wiki page)?

A Also: a deb (binary package) install is not possible? Edit: seems not, as there are (AFAIK) no debs for orocos_toolchain on fuerte yet.

Initialized empty Git repository in /home/dst/robotics/experiments/orocos_toolchain/rtt/.git/I am sitting behind a proxy but that should not be a problem.

Should not no, but I've seen stranger things happen. The 'Peer closed the TLS connection' bit could point towards your proxy interfering with SSL traffic somehow. As to why the other git clone invocations succeed, no idea. A quick Google search shows more people with similar problems (see here for instance). No solutions that I don't really understand how can find though.

If possible, try without the proxy, to rule out any problems with it.

Alternatively, you get this output could download a zip from git. This is the output on my system (also Lucid):

user@machine:/tmp/temp$ git clone http://git.gitorious.org/orocos-toolchain/orocos_toolchain.git
Cloning into 'orocos_toolchain'...

user@machine:/tmp/temp$ git clone http://git.mech.kuleuven.be/robotics/rtt_ros_integration.git
Cloning into 'rtt_ros_integration'...
[..]

user@machine:/tmp/temp$ git clone http://git.mech.kuleuven.be/robotics/rtt_ros_comm.git
Cloning into 'rtt_ros_comm'...
[..]

user@machine:/tmp/temp$ git clone http://git.mech.kuleuven.be/robotics/rtt_common_msgs.git
Cloning into 'rtt_common_msgs'...
[..]

user@machine:/tmp/temp$ git clone http://git.mech.kuleuven.be/robotics/rtt_geometry.git
Cloning into 'rtt_geometry'...
[..]

user@machine:/tmp/temp$ cd orocos_toolchain/

user@machine:/tmp/temp/orocos_toolchain$ git submodule init
Submodule 'log4cpp' (https://git.gitorious.org/orocos-toolchain/log4cpp.git) registered for path 'log4cpp'
[..]

user@machine:/tmp/temp/orocos_toolchain$ git submodule update
Cloning into 'log4cpp'...
Submodule path 'log4cpp': checked out 'b81c6394d68b6d517f70c69605bb93c59391e65a'
[..]

Are you sure you followed the proper steps?

gitorious of each of the projects referenced, create the required directory structure by hand and proceed with building.

Edit after updated question:

Besides the fact that you have a problem with git, I can't find the dependency on OROCOS in hector_slam (at least not on its wiki page)?

Also: a deb (binary package) install is not possible? Edit: seems not, as there are (AFAIK) no debs for orocos_toolchain on fuerte yet.

I am sitting behind a proxy but that should not be a problem.

Should not no, but I've seen stranger things happen. The 'Peer closed the TLS connection' bit could point towards your proxy interfering with SSL traffic somehow. As to why the other git clone invocations succeed, no idea. A quick Google search shows more people with similar problems (see here for instance). No solutions that I can find though.

If possible, try without the proxy, to rule out any problems with it.

Alternatively, you could download a zip from gitorious of each of the projects referenced, create the required directory structure by hand and proceed with building.


You might also first try updating your git (since you mention being on Lucid): you can use the Ubuntu Git Maintainers PPA for that.