autoproj_bootstrap does not install rdoc on Ubuntu 12.04

I'm having this issue in the build farm that autoproj_bootstrap
running of the toolchain-2.5 branch fails with this error on Ubuntu
12.04 :

orocos-toolchain/utilrb$ rake default
rake aborted!
GONE
./lib/utilrb/doc/rake.rb:15
/home/virtual/hudson/workspace/bootstrap-toolchain/CORBA_IMPL/OMNIORB/TARGET/xenomai/arch/amd64/branch/master/orocos-toolchain/utilrb/Rakefile:4
(See full trace by running task with --trace)

doing a 'gem install rdoc' solves this.

Any hint on why rdoc was not installed ?

Peter

PS: I'm using Sylvain's 'old' buildfarm script to configure my
bootstrap using a config.yml file like this:

cat > config.yml << EOF
---
GITORIOUS_ROOT: "git://gitorious.org/"
rtt_corba_implementation: $CORBA_IMPL
GITORIOUS: git
automatic_osdeps: true
osdeps_mode: all
rtt_target: $TARGET
EOF

autoproj_bootstrap does not install rdoc on Ubuntu 12.04

On 11/15/2012 12:46 PM, Peter Soetens wrote:
> I'm having this issue in the build farm that autoproj_bootstrap
> running of the toolchain-2.5 branch fails with this error on Ubuntu
> 12.04 :
>
> orocos-toolchain/utilrb$ rake default
> rake aborted!
> GONE
> ./lib/utilrb/doc/rake.rb:15
> /home/virtual/hudson/workspace/bootstrap-toolchain/CORBA_IMPL/OMNIORB/TARGET/xenomai/arch/amd64/branch/master/orocos-toolchain/utilrb/Rakefile:4
> (See full trace by running task with --trace)
Should be fixed on both toolchain-2.5 and master

autoproj_bootstrap does not install rdoc on Ubuntu 12.04

On 11/15/2012 12:46 PM, Peter Soetens wrote:
> I'm having this issue in the build farm that autoproj_bootstrap
> running of the toolchain-2.5 branch fails with this error on Ubuntu
> 12.04 :
>
> orocos-toolchain/utilrb$ rake default
> rake aborted!
> GONE
> ./lib/utilrb/doc/rake.rb:15
> /home/virtual/hudson/workspace/bootstrap-toolchain/CORBA_IMPL/OMNIORB/TARGET/xenomai/arch/amd64/branch/master/orocos-toolchain/utilrb/Rakefile:4
> (See full trace by running task with --trace)
>
> doing a 'gem install rdoc' solves this.
>
> Any hint on why rdoc was not installed ?
Because it should not. I overlooked it on orocos-toolchain, but I have a
fix for that in Rock.

The issue is that the new version of Rake removed the old rake/rdoctask
file. Installing rdoc workarounds the problem since utilrb does not
fallback to this old deprecated method.

I'll push a fix this afternoon.

Sylvain