Orocos + Ruby: orogen installation

Hi,

I'm trying to complete the orogen installation, which requires me to
install ruby first. I've installed ruby 1.9.2 and rubygems. I
downloaded the autoproj_bootstrap file but when I run it it says:

"Should autoproj install OS packages automatically (yes, no, wait or
ask) ? [yes] yes
autoproj: installing a proper Ruby environment (this can take a long time)
looking for RubyGems updates
failed: there is an osdeps definition for ruby19, but not for this
operating system"

I've looked for files which defines these osdeps, but couldn't manage
to find these. Where do I set these osdeps? Is there a work around
this problem?
Is this the right place to ask this question? :)

regards,

Steven

Orocos + Ruby: orogen installation

On 08/26/2010 12:26 PM, Steven Bellens wrote:
> Hi,
>
> I'm trying to complete the orogen installation, which requires me to
> install ruby first. I've installed ruby 1.9.2 and rubygems. I
> downloaded the autoproj_bootstrap file but when I run it it says:
>
> "Should autoproj install OS packages automatically (yes, no, wait or
> ask) ? [yes] yes
> autoproj: installing a proper Ruby environment (this can take a long time)
> looking for RubyGems updates
> failed: there is an osdeps definition for ruby19, but not for this
> operating system"
>
> I've looked for files which defines these osdeps, but couldn't manage
> to find these. Where do I set these osdeps? Is there a work around
> this problem?
> Is this the right place to ask this question? :)
>
Yes, it is.

What is your OS ? (name + version).

FYI, rubygems for 1.9.2 is broken on Debian. Moreover, you will *not* be
able to use the GUIs with 1.9.x on Debian-derivatives as qt4-ruby is
only built for 1.8.

Sylvain

Orocos + Ruby: orogen installation

2010/8/26 Sylvain Joyeux <sylvain [dot] joyeux [..] ...>:
> On 08/26/2010 12:26 PM, Steven Bellens wrote:
>> Hi,
>>
>> I'm trying to complete the orogen installation, which requires me to
>> install ruby first. I've installed ruby 1.9.2 and rubygems. I
>> downloaded the autoproj_bootstrap file but when I run it it says:
>>
>> "Should autoproj install OS packages automatically (yes, no, wait or
>> ask) ? [yes] yes
>> autoproj: installing a proper Ruby environment (this can take a long time)
>>    looking for RubyGems updates
>> failed: there is an osdeps definition for ruby19, but not for this
>> operating system"
>>
>> I've looked for files which defines these osdeps, but couldn't manage
>> to find these. Where do I set these osdeps? Is there a work around
>> this problem?
>> Is this the right place to ask this question? :)
>>
> Yes, it is.
>
> What is your OS ? (name + version).

Fedora 64-bit core 13:
$ uname -a
Linux pma-09-032 2.6.33.6-147.2.4.fc13.x86_64 #1 SMP Fri Jul 23
17:14:44 UTC 2010 x86_64 x86_64 x86_64 GNU/Linux

Steven

>
> FYI, rubygems for 1.9.2 is broken on Debian. Moreover, you will *not* be
> able to use the GUIs with 1.9.x on Debian-derivatives as qt4-ruby is
> only built for 1.8.
>
> Sylvain
>
>

Orocos + Ruby: orogen installation

On 08/26/2010 01:49 PM, Steven Bellens wrote:
> 2010/8/26 Sylvain Joyeux<sylvain [dot] joyeux [..] ...>:
>> On 08/26/2010 12:26 PM, Steven Bellens wrote:
>>> Hi,
>>>
>>> I'm trying to complete the orogen installation, which requires me to
>>> install ruby first. I've installed ruby 1.9.2 and rubygems. I
>>> downloaded the autoproj_bootstrap file but when I run it it says:
>>>
>>> "Should autoproj install OS packages automatically (yes, no, wait or
>>> ask) ? [yes] yes
>>> autoproj: installing a proper Ruby environment (this can take a long time)
>>> looking for RubyGems updates
>>> failed: there is an osdeps definition for ruby19, but not for this
>>> operating system"
>>>
>>> I've looked for files which defines these osdeps, but couldn't manage
>>> to find these. Where do I set these osdeps? Is there a work around
>>> this problem?
>>> Is this the right place to ask this question? :)
>>>
>> Yes, it is.
>>
>> What is your OS ? (name + version).
>
> Fedora 64-bit core 13:
> $ uname -a
> Linux pma-09-032 2.6.33.6-147.2.4.fc13.x86_64 #1 SMP Fri Jul 23
> 17:14:44 UTC 2010 x86_64 x86_64 x86_64 GNU/Linux

OK, so there *is* a bug. Autoproj should have warned you it is unable to
handle the OS dependencies for you ... because I don't have any Fedora here.

Two solutions:
* answer "wait" at the question, and install every single package
yourself (including the gems)
* implement fedora support in autoproj ...

Your pick ? :P [I'm writing some documentation for the second point ...]

Sylvain

Orocos + Ruby: orogen installation

2010/8/26 Sylvain Joyeux <sylvain [dot] joyeux [..] ...>:
> On 08/26/2010 01:49 PM, Steven Bellens wrote:
>> 2010/8/26 Sylvain Joyeux<sylvain [dot] joyeux [..] ...>:
>>> On 08/26/2010 12:26 PM, Steven Bellens wrote:
>>>> Hi,
>>>>
>>>> I'm trying to complete the orogen installation, which requires me to
>>>> install ruby first. I've installed ruby 1.9.2 and rubygems. I
>>>> downloaded the autoproj_bootstrap file but when I run it it says:
>>>>
>>>> "Should autoproj install OS packages automatically (yes, no, wait or
>>>> ask) ? [yes] yes
>>>> autoproj: installing a proper Ruby environment (this can take a long time)
>>>>     looking for RubyGems updates
>>>> failed: there is an osdeps definition for ruby19, but not for this
>>>> operating system"
>>>>
>>>> I've looked for files which defines these osdeps, but couldn't manage
>>>> to find these. Where do I set these osdeps? Is there a work around
>>>> this problem?
>>>> Is this the right place to ask this question? :)
>>>>
>>> Yes, it is.
>>>
>>> What is your OS ? (name + version).
>>
>> Fedora 64-bit core 13:
>> $ uname -a
>> Linux pma-09-032 2.6.33.6-147.2.4.fc13.x86_64 #1 SMP Fri Jul 23
>> 17:14:44 UTC 2010 x86_64 x86_64 x86_64 GNU/Linux
>
> OK, so there *is* a bug. Autoproj should have warned you it is unable to
> handle the OS dependencies for you ... because I don't have any Fedora here.
>
> Two solutions:
>  * answer "wait" at the question, and install every single package
>    yourself (including the gems)
>  * implement fedora support in autoproj ...
>
> Your pick ? :P [I'm writing some documentation for the second point ...]

I've installed ruby v1.9.2 / libxml2 / libxslt / zlib / Development
Tools groupinstall / redhat-lsb / ruby-rdoc. The script tells me:

Should autoproj install OS packages automatically (yes, no, wait or
ask) ? [yes] wait
invalid answer. Please answer with 'yes', 'no' or 'ask' ask
autoproj: installing a proper Ruby environment (this can take a long time)
looking for RubyGems updates

==============================
The packages that will be built require some other software to be installed

>From the operating system:
ruby19

Should I install these packages ? [yes] no
autoproj: installing autoproj and its dependencies (this can take a long time)
looking for RubyGems updates

==============================
The packages that will be built require some other software to be installed

>From the operating system:
libxml2
libxslt
zlib
build-essential
lsb_release

>From RubyGems:
rdoc
autobuild

Should I install these packages ? [yes] no
autoproj_bootstrap:436:in `partition_packages': undefined method `map'
for "autoproj":String (NoMethodError)
from autoproj_bootstrap:537:in `install'
from autoproj_bootstrap:863:in `<main>'

Can this be due to some missing installed packages?

Steven

>
> Sylvain
>

Orocos + Ruby: orogen installation

On 08/26/2010 04:29 PM, Steven Bellens wrote:
> 2010/8/26 Sylvain Joyeux<sylvain [dot] joyeux [..] ...>:
>> On 08/26/2010 01:49 PM, Steven Bellens wrote:
>>> 2010/8/26 Sylvain Joyeux<sylvain [dot] joyeux [..] ...>:
>>>> On 08/26/2010 12:26 PM, Steven Bellens wrote:
>>>>> Hi,
>>>>>
>>>>> I'm trying to complete the orogen installation, which requires me to
>>>>> install ruby first. I've installed ruby 1.9.2 and rubygems. I
>>>>> downloaded the autoproj_bootstrap file but when I run it it says:
>>>>>
>>>>> "Should autoproj install OS packages automatically (yes, no, wait or
>>>>> ask) ? [yes] yes
>>>>> autoproj: installing a proper Ruby environment (this can take a long time)
>>>>> looking for RubyGems updates
>>>>> failed: there is an osdeps definition for ruby19, but not for this
>>>>> operating system"
>>>>>
>>>>> I've looked for files which defines these osdeps, but couldn't manage
>>>>> to find these. Where do I set these osdeps? Is there a work around
>>>>> this problem?
>>>>> Is this the right place to ask this question? :)
>>>>>
>>>> Yes, it is.
>>>>
>>>> What is your OS ? (name + version).
>>>
>>> Fedora 64-bit core 13:
>>> $ uname -a
>>> Linux pma-09-032 2.6.33.6-147.2.4.fc13.x86_64 #1 SMP Fri Jul 23
>>> 17:14:44 UTC 2010 x86_64 x86_64 x86_64 GNU/Linux
>>
>> OK, so there *is* a bug. Autoproj should have warned you it is unable to
>> handle the OS dependencies for you ... because I don't have any Fedora here.
>>
>> Two solutions:
>> * answer "wait" at the question, and install every single package
>> yourself (including the gems)
>> * implement fedora support in autoproj ...
>>
>> Your pick ? :P [I'm writing some documentation for the second point ...]
>
> I've installed ruby v1.9.2 / libxml2 / libxslt / zlib / Development
> Tools groupinstall / redhat-lsb / ruby-rdoc. The script tells me:
>
> Should autoproj install OS packages automatically (yes, no, wait or
> ask) ? [yes] wait
> invalid answer. Please answer with 'yes', 'no' or 'ask' ask
> autoproj: installing a proper Ruby environment (this can take a long time)
> looking for RubyGems updates
>
> ==============================
> The packages that will be built require some other software to be installed
>
> From the operating system:
> ruby19
>
> Should I install these packages ? [yes] no
> autoproj: installing autoproj and its dependencies (this can take a long time)
> looking for RubyGems updates
>
> ==============================
> The packages that will be built require some other software to be installed
>
> From the operating system:
> libxml2
> libxslt
> zlib
> build-essential
> lsb_release
>
> From RubyGems:
> rdoc
> autobuild
>
> Should I install these packages ? [yes] no
> autoproj_bootstrap:436:in `partition_packages': undefined method `map'
> for "autoproj":String (NoMethodError)
> from autoproj_bootstrap:537:in `install'
> from autoproj_bootstrap:863:in `<main>'
>
> Can this be due to some missing installed packages?

Nope. This is due to me not being able to test bootstrapping on 1.9 as
it is broken on Debian. Annoying.

I fixed that particular issue. I *do* have 1.9 installs, so the rest
should work (hopefully).

I just pushed v1.6.1. Fedora should be properly detected as
non-supported, and the last problem you had should be fixed (hopefully).

Sorry...
Sylvain

Orocos + Ruby: orogen installation

2010/8/26 Sylvain Joyeux <sylvain [dot] joyeux [..] ...>:
> On 08/26/2010 04:29 PM, Steven Bellens wrote:
>> 2010/8/26 Sylvain Joyeux<sylvain [dot] joyeux [..] ...>:
>>> On 08/26/2010 01:49 PM, Steven Bellens wrote:
>>>> 2010/8/26 Sylvain Joyeux<sylvain [dot] joyeux [..] ...>:
>>>>> On 08/26/2010 12:26 PM, Steven Bellens wrote:
>>>>>> Hi,
>>>>>>
>>>>>> I'm trying to complete the orogen installation, which requires me to
>>>>>> install ruby first. I've installed ruby 1.9.2 and rubygems. I
>>>>>> downloaded the autoproj_bootstrap file but when I run it it says:
>>>>>>
>>>>>> "Should autoproj install OS packages automatically (yes, no, wait or
>>>>>> ask) ? [yes] yes
>>>>>> autoproj: installing a proper Ruby environment (this can take a long time)
>>>>>>      looking for RubyGems updates
>>>>>> failed: there is an osdeps definition for ruby19, but not for this
>>>>>> operating system"
>>>>>>
>>>>>> I've looked for files which defines these osdeps, but couldn't manage
>>>>>> to find these. Where do I set these osdeps? Is there a work around
>>>>>> this problem?
>>>>>> Is this the right place to ask this question? :)
>>>>>>
>>>>> Yes, it is.
>>>>>
>>>>> What is your OS ? (name + version).
>>>>
>>>> Fedora 64-bit core 13:
>>>> $ uname -a
>>>> Linux pma-09-032 2.6.33.6-147.2.4.fc13.x86_64 #1 SMP Fri Jul 23
>>>> 17:14:44 UTC 2010 x86_64 x86_64 x86_64 GNU/Linux
>>>
>>> OK, so there *is* a bug. Autoproj should have warned you it is unable to
>>> handle the OS dependencies for you ... because I don't have any Fedora here.
>>>
>>> Two solutions:
>>>   * answer "wait" at the question, and install every single package
>>>     yourself (including the gems)
>>>   * implement fedora support in autoproj ...
>>>
>>> Your pick ? :P [I'm writing some documentation for the second point ...]
>>
>> I've installed ruby v1.9.2 / libxml2 / libxslt / zlib / Development
>> Tools groupinstall / redhat-lsb / ruby-rdoc. The script tells me:
>>
>> Should autoproj install OS packages automatically (yes, no, wait or
>> ask) ? [yes] wait
>> invalid answer. Please answer with 'yes', 'no' or 'ask' ask
>> autoproj: installing a proper Ruby environment (this can take a long time)
>>    looking for RubyGems updates
>>
>> ==============================
>> The packages that will be built require some other software to be installed
>>
>>  From the operating system:
>>    ruby19
>>
>> Should I install these packages ? [yes] no
>> autoproj: installing autoproj and its dependencies (this can take a long time)
>>    looking for RubyGems updates
>>
>> ==============================
>> The packages that will be built require some other software to be installed
>>
>>  From the operating system:
>>    libxml2
>>    libxslt
>>    zlib
>>    build-essential
>>    lsb_release
>>
>>  From RubyGems:
>>    rdoc
>>    autobuild
>>
>> Should I install these packages ? [yes] no
>> autoproj_bootstrap:436:in `partition_packages': undefined method `map'
>> for "autoproj":String (NoMethodError)
>>          from autoproj_bootstrap:537:in `install'
>>          from autoproj_bootstrap:863:in `<main>'
>>
>> Can this be due to some missing installed packages?
>
> Nope. This is due to me not being able to test bootstrapping on 1.9 as
> it is broken on Debian. Annoying.
>
> I fixed that particular issue. I *do* have 1.9 installs, so the rest
> should work (hopefully).
>
> I just pushed v1.6.1. Fedora should be properly detected as
> non-supported, and the last problem you had should be fixed (hopefully).

Yes, the autoproj is configured properly now. I had to add some
dependencies in the orocos.osdeps file as well for the Fedora system,
but this all goes well.
After building rtt and utilmm, the build fails at typelib (I used
'autoproj build orogen' to initialise the build)

building typelib (34%)autoproj: updated
/home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
Build failed: typelib: failed in build phase
'make -j1' returned status 2
see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
for details
last 10 lines are:

2010-08-27 09:48:41 +0200: running
make -j1

[ 28%] Built target typeLib
[ 32%] Built target dyncall
[ 34%] Building CXX object
bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
/home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
make[2]: ***
[bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
make: *** [all] Error 2

Any ideas?

Steven

>
> Sorry...
> Sylvain
>

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.

Orocos + Ruby: orogen installation

On 08/27/2010 09:56 AM, Steven Bellens wrote:
>
> Yes, the autoproj is configured properly now. I had to add some
> dependencies in the orocos.osdeps file as well for the Fedora system,
> but this all goes well.
> After building rtt and utilmm, the build fails at typelib (I used
> 'autoproj build orogen' to initialise the build)
>
> building typelib (34%)autoproj: updated
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/env.sh
> Build failed: typelib: failed in build phase
> 'make -j1' returned status 2
> see /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/install/tools/log/typelib-build.log
> for details
> last 10 lines are:
>
> 2010-08-27 09:48:41 +0200: running
> make -j1
>
> [ 28%] Built target typeLib
> [ 32%] Built target dyncall
> [ 34%] Building CXX object
> bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o
> /home/steven/src/svn/cturtle/install/stacks/orogen/autoproj/tools/typelib/bindings/ruby/ext/memory.cc:36:
> error: invalid conversion from ‘int (*)(...)’ to ‘st_index_t (*)(...)’
> make[2]: ***
> [bindings/ruby/CMakeFiles/typelib_ruby.dir/ext/memory.o] Error 1
> make[1]: *** [bindings/ruby/CMakeFiles/typelib_ruby.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
In the end, I am not sure I answered to that.

The problem was a ruby 1.9.1/1.9.2 incompatibility -- 1.9.2 is very
incompatible with 1.9.1 ... I have patches for that, will integrate them
ASAP.

On a side note, how did you install ruby 1.9.x on Fedora ? Do you know a
way to get 1.8.7 ?

I am astonished at the poor ruby support in fedora. 1.8.7 is two years
old ! This is incredible.