toolchain-2.6:bootstrap.sh fails in utilrb

toolchain-2.6:bootstrap.sh fails in utilrb

On 10/11/2013 01:21 PM, s [dot] achterop [..] ... wrote:
> Hello list,
>
> If I use toolchain-2.6:bootstrap.sh to install orocos on my ubuntu 12.04 PC,
> it always fails with:
>
> Fri Oct 11 13:16:47 +0200 2013: running
> /usr/bin/ruby1.8 /home/Sietse/orocos-toolchain/.gems/bin/rake default
> in directory /home/Sietse/orocos-toolchain/utilrb
> INFO: cannot load the Hoe gem. Distribution is disabled
> INFO: error message is: no such file to load -- hoe
> rake aborted!
> undefined method `
This might be related to:
http://rock.opendfki.de/ticket/345

Ticket #345:
utilrb does not compile if ruby-hoe is installed on the system (Ubuntu
13.04)

Utilrb requires a pretty new hoe version which is not compatible with
the version shipped with Ubuntu 13.04 (3.0.3-2).

Error message:
utilrb rake abort: undefined local variable or method `licenses' for
#<Hoe:0x00000001203b80>

The problem is that autoproj is not installing the gem but uses the os
packages which is already installed on the system.