Orocos Toolchain 2.6 Quick Start on Linux

Hi,

I am trying to install Orocos Toolchain 2.6 on my Linux, which I did before 3 successfully times. But this time I can not. I don't know what is the wrong but it seems there is an issue on the server because I tried to do it using 1. Installation: the easy way (Linux) and 2. Installation: from zip/bz2/gz files, but both are failed. I am even can not clone the files from the server. Please find the attachment file this is one of the error that I get every time using the first method. the second method seems it is not has all the files because it is says for example rtttypelib doesn't exist.

Please advice!!

AttachmentSize
Screenshot from 2015-03-17 15:51:13.png77.47 KB

Orocos Toolchain 2.6 Quick Start on Linux

I would like to add that the easy way method succeeded after make some changes in the bootstrap.sh to interact with the git server as http protocol, and select http also during the clone and build steps.

But still there are some issues which is mentioned before which is related to the service.hpp under rtt component, and the typelib project.

thanks!!

Orocos Toolchain 2.6 Quick Start on Linux

Hi,

So it still doesn't work yet, I get this error:

ERROR: got an error processing rtt, waiting for pending jobs to end
Build failed
rtt(/home/dries/orocos/orocos-toolchain-2.6.0/rtt): failed in build phase
'make --jobserver-fds=5,6 -j' returned status 2
see
/home/dries/orocos/orocos-toolchain-2.6.0/install/log/rtt-build.log for
details
last 10 lines are:

Use: make docapi dochtml docpdf to build the documentation.
[ 1%] Built target message
In file included from
/home/dries/orocos/orocos-toolchain-2.6.0/rtt/rtt/Service.cpp:39:0:

/home/dries/orocos/orocos-toolchain-2.6.0/rtt/rtt/Service.hpp:62:56:
fatal error: boost/smart_ptr/enable_shared_from_this2.hpp: No such file
or directory
#include <boost/smart_ptr/enable_shared_from_this2.hp

^
compilation terminated.
make[2]: ***
[rtt/CMakeFiles/orocos-rtt-gnulinux_dynamic.dir/Service.cpp.o] Error 1
make[1]: *** [rtt/CMakeFiles/orocos-rtt-gnulinux_dynamic.dir/all]
Error 2
make: *** [all] Error 2

Does anybody now a fix for this problem?

Thanks!!

Dries

On 17/03/2015 09:03, alaaeldeen [dot] abdalrahman [..] ... wrote:
> I would like to add that the easy way method succeeded after make some
> changes in the bootstrap.sh to interact with the git server as http protocol,
> and select http also during the clone and build steps.
>
> But still there are some issues which is mentioned before which is related to
> the service.hpp under rtt component, and the typelib project.
>
> thanks!!
>

Ruben Smits's picture

Orocos Toolchain 2.6 Quick Start on Linux

Which Ubuntu version are you using, which boost version do you have. AFAIK
toolchain 2.6 does not compile with the newer boost versions on newer
Ubuntu distros. You'll need to use toolchain 2.7 or newer.

R.

On Tue, Mar 17, 2015 at 2:03 PM, Dries <dries [dot] paulussen [..] ...>
wrote:

> Hi,
>
> So it still doesn't work yet, I get this error:
>
> ERROR: got an error processing rtt, waiting for pending jobs to end
> Build failed
> rtt(/home/dries/orocos/orocos-toolchain-2.6.0/rtt): failed in build phase
> 'make --jobserver-fds=5,6 -j' returned status 2
> see
> /home/dries/orocos/orocos-toolchain-2.6.0/install/log/rtt-build.log for
> details
> last 10 lines are:
>
> Use: make docapi dochtml docpdf to build the documentation.
> [ 1%] Built target message
> In file included from
> /home/dries/orocos/orocos-toolchain-2.6.0/rtt/rtt/Service.cpp:39:0:
>
> /home/dries/orocos/orocos-toolchain-2.6.0/rtt/rtt/Service.hpp:62:56:
> fatal error: boost/smart_ptr/enable_shared_from_this2.hpp: No such file
> or directory
> #include <boost/smart_ptr/enable_shared_from_this2.hp

> ^
> compilation terminated.
> make[2]: ***
> [rtt/CMakeFiles/orocos-rtt-gnulinux_dynamic.dir/Service.cpp.o] Error 1
> make[1]: *** [rtt/CMakeFiles/orocos-rtt-gnulinux_dynamic.dir/all]
> Error 2
> make: *** [all] Error 2
>
>
> Does anybody now a fix for this problem?
>
> Thanks!!
>
>
> Dries
>
> On 17/03/2015 09:03, alaaeldeen [dot] abdalrahman [..] ... wrote:
> > I would like to add that the easy way method succeeded after make some
> > changes in the bootstrap.sh to interact with the git server as http
> protocol,
> > and select http also during the clone and build steps.
> >
> > But still there are some issues which is mentioned before which is
> related to
> > the service.hpp under rtt component, and the typelib project.
> >
> > thanks!!
> >
> --
> Orocos-Users mailing list
> Orocos-Users [..] ...
> http://lists.mech.kuleuven.be/mailman/listinfo/orocos-users
>

Orocos Toolchain 2.6 Quick Start on Linux

I am currently running ubuntu 14.04 and my boost version is
1.54.0.1ubuntu1 .

Is this a problem?

Kind Regards,

Dries

On 17/03/2015 14:16, Ruben Smits wrote:
> Which Ubuntu version are you using, which boost version do you have.
> AFAIK toolchain 2.6 does not compile with the newer boost versions on
> newer Ubuntu distros. You'll need to use toolchain 2.7 or newer.
>
> R.
>
> On Tue, Mar 17, 2015 at 2:03 PM, Dries
> <dries [dot] paulussen [..] ...
> <mailto:dries [dot] paulussen [..] ...>> wrote:
>
> Hi,
>
> So it still doesn't work yet, I get this error:
>
> ERROR: got an error processing rtt, waiting for pending jobs to end
> Build failed
> rtt(/home/dries/orocos/orocos-toolchain-2.6.0/rtt): failed in build
> phase
> 'make --jobserver-fds=5,6 -j' returned status 2
> see
> /home/dries/orocos/orocos-toolchain-2.6.0/install/log/rtt-build.log for
> details
> last 10 lines are:
>
> Use: make docapi dochtml docpdf to build the documentation.
> [ 1%] Built target message
> In file included from
> /home/dries/orocos/orocos-toolchain-2.6.0/rtt/rtt/Service.cpp:39:0:
>
> /home/dries/orocos/orocos-toolchain-2.6.0/rtt/rtt/Service.hpp:62:56:
> fatal error: boost/smart_ptr/enable_shared_from_this2.hpp: No such file
> or directory
> #include <boost/smart_ptr/enable_shared_from_this2.hp

> ^
> compilation terminated.
> make[2]: ***
> [rtt/CMakeFiles/orocos-rtt-gnulinux_dynamic.dir/Service.cpp.o] Error 1
> make[1]: *** [rtt/CMakeFiles/orocos-rtt-gnulinux_dynamic.dir/all]
> Error 2
> make: *** [all] Error 2
>
>
> Does anybody now a fix for this problem?
>
> Thanks!!
>
>
> Dries
>
> On 17/03/2015 09:03, alaaeldeen [dot] abdalrahman [..] ...
> <mailto:alaaeldeen [dot] abdalrahman [..] ....j

wrote:
> > I would like to add that the easy way method succeeded after make
> some
> > changes in the bootstrap.sh to interact with the git server as
> http protocol,
> > and select http also during the clone and build steps.
> >
> > But still there are some issues which is mentioned before which
> is related to
> > the service.hpp under rtt component, and the typelib project.
> >
> > thanks!!
> >
> --
> Orocos-Users mailing list
> Orocos-Users [..] ...
> <mailto:Orocos-Users [..] ...>
> http://lists.mech.kuleuven.be/mailman/listinfo/orocos-users
>
>
>
>
> --
> Ruben Smits, Roboticist - Founder
> +32 479 511 786
> Intermodalics - Kapeldreef 60, 3001 Heverlee - BELGIUM
> www.intermodalics.eu <http://www.intermodalics.eu>

Ruben Smits's picture

Orocos Toolchain 2.6 Quick Start on Linux

On Tue, Mar 17, 2015 at 2:22 PM, Dries <dries [dot] paulussen [..] ...>
wrote:

> I am currently running ubuntu 14.04 and my boost version is
> 1.54.0.1ubuntu1 .
>
> Is this a problem?
>

Yes, in this case toolchain-2.6 won't work, you need at least this commit
https://github.com/orocos-toolchain/rtt/commit/d46e4beaff3feccdad45252a3...
which is in both toolchain-2.7 and toolchain-2.8

R.

>
>
> Kind Regards,
>
>
> Dries
>
> On 17/03/2015 14:16, Ruben Smits wrote:
>
>> Which Ubuntu version are you using, which boost version do you have.
>> AFAIK toolchain 2.6 does not compile with the newer boost versions on
>> newer Ubuntu distros. You'll need to use toolchain 2.7 or newer.
>>
>> R.
>>
>> On Tue, Mar 17, 2015 at 2:03 PM, Dries
>> <dries [dot] paulussen [..] ...
>> <mailto:dries [dot] paulussen [..] ...>> wrote:
>>
>> Hi,
>>
>> So it still doesn't work yet, I get this error:
>>
>> ERROR: got an error processing rtt, waiting for pending jobs to end
>> Build failed
>> rtt(/home/dries/orocos/orocos-toolchain-2.6.0/rtt): failed in build
>> phase
>> 'make --jobserver-fds=5,6 -j' returned status 2
>> see
>> /home/dries/orocos/orocos-toolchain-2.6.0/install/log/rtt-build.log
>> for
>> details
>> last 10 lines are:
>>
>> Use: make docapi dochtml docpdf to build the documentation.
>> [ 1%] Built target message
>> In file included from
>> /home/dries/orocos/orocos-toolchain-2.6.0/rtt/rtt/Service.cpp:39:0:
>>
>> /home/dries/orocos/orocos-toolchain-2.6.0/rtt/rtt/Service.hpp:62:56:
>> fatal error: boost/smart_ptr/enable_shared_from_this2.hpp: No such
>> file
>> or directory
>> #include <boost/smart_ptr/enable_shared_from_this2.hp

>> ^
>> compilation terminated.
>> make[2]: ***
>> [rtt/CMakeFiles/orocos-rtt-gnulinux_dynamic.dir/Service.cpp.o] Error
>> 1
>> make[1]: *** [rtt/CMakeFiles/orocos-rtt-
>> gnulinux_dynamic.dir/all]
>> Error 2
>> make: *** [all] Error 2
>>
>>
>> Does anybody now a fix for this problem?
>>
>> Thanks!!
>>
>>
>> Dries
>>
>> On 17/03/2015 09:03, alaaeldeen [dot] abdalrahman [..] ...
>> <mailto:alaaeldeen [dot] abdalrahman [..] ....j

wrote:
>> > I would like to add that the easy way method succeeded after make
>> some
>> > changes in the bootstrap.sh to interact with the git server as
>> http protocol,
>> > and select http also during the clone and build steps.
>> >
>> > But still there are some issues which is mentioned before which
>> is related to
>> > the service.hpp under rtt component, and the typelib project.
>> >
>> > thanks!!
>> >
>> --
>> Orocos-Users mailing list
>> Orocos-Users [..] ...
>> <mailto:Orocos-Users [..] ...>
>> http://lists.mech.kuleuven.be/mailman/listinfo/orocos-users
>>
>>
>>
>>
>> --
>> Ruben Smits, Roboticist - Founder
>> +32 479 511 786
>> Intermodalics - Kapeldreef 60, 3001 Heverlee - BELGIUM
>> www.intermodalics.eu <http://www.intermodalics.eu>
>>
>