autoproj error

Dear Sirs,

I am trying to update orocos toolchain 2.3.2
But the update ends with the following error during the build phase
root@giampy-P5KC:/usr/src/orocos# autoproj update
Access method to import data from gitorious.org (git, http or ssh): git
Which prepackaged software (a.k.a. 'osdeps') should autoproj install automatically (all, ruby, os, none) ? all
looking for RubyGems updates
updating autoproj main configuration
autoproj: updating remote definitions of package sets
updating orocos.toolchain

autoproj: loading ...
run 'autoproj reconfigure' to change configuration options
and use 'autoproj switch-config' to change the remote source for
autoproj's main build configuration
the target operating system for Orocos/RTT (gnulinux or xenomai): xenomai
which CORBA implementation should the RTT use ? omniorb

autoproj: importing and loading selected packages
updating log4cpp
updating ocl
updating orogen
updating rtt
updating typelib
updating utilmm
updating utilrb
installing/updating RubyGems dependencies: rake

autodetected the shell to be bash, sourcing autoproj shell helpers
add "Autoproj.shell_helpers = false" in autoproj/init.rb to disable
autoproj: updated /usr/src/orocos/env.sh
Build finished successfully at Fri May 20 20:50:49 +0200 2011
root@giampy-P5KC:/usr/src/orocos# autoproj build
Access method to import data from gitorious.org (git, http or ssh): git
autodetecting the operating system
Which prepackaged software (a.k.a. 'osdeps') should autoproj install automatically (all, ruby, os, none) ? all
/usr/src/orocos/.gems/gems/autobuild-1.5.38/lib/autobuild/package.rb:130:in `initialize': undefined method `task' for #<Autoproj::Manifest::FakePackage:0xb73cf868> (NoMethodError)
from /usr/src/orocos/.gems/gems/autoproj-1.7.10/lib/autoproj/manifest.rb:728:in `initialize'
from /usr/src/orocos/.gems/gems/autoproj-1.7.10/lib/autoproj/manifest.rb:1111:in `new'
from /usr/src/orocos/.gems/gems/autoproj-1.7.10/lib/autoproj/manifest.rb:1111:in `create_autobuild_package'
from /usr/src/orocos/.gems/gems/autoproj-1.7.10/lib/autoproj/manifest.rb:1121:in `update_package_set'
from /usr/src/orocos/.gems/gems/autoproj-1.7.10/lib/autoproj/manifest.rb:1130:in `update_yourself'
from /usr/src/orocos/.gems/gems/autoproj-1.7.10/lib/autoproj/cmdline.rb:231:in `update_configuration'
from /usr/src/orocos/.gems/gems/autoproj-1.7.10/bin/autoproj:91
from /usr/src/orocos/.gems/gems/autoproj-1.7.10/bin/autoproj:23:in `report'
from /usr/src/orocos/.gems/gems/autobuild-1.5.38/lib/autobuild/reporting.rb:78:in `report'
from /usr/src/orocos/.gems/gems/autoproj-1.7.10/bin/autoproj:22:in `report'
from /usr/src/orocos/.gems/gems/autoproj-1.7.10/bin/autoproj:51
from /usr/src/orocos/.gems/bin/autoproj:19:in `load'
from /usr/src/orocos/.gems/bin/autoproj:19
root@giampy-P5KC:/usr/src/orocos#

Thank you for your support.

G. Rizzi

autoproj error

I just pushed a working version

You will have to update yourself. Make sure you have loaded the env.sh
script and do

gem install autobuild

After that, autoproj should work fine again

Sorry for the inconvenience
--
Sylvain Joyeux (Dr.Ing.)
Space & Security Robotics

!!! Achtung, neue Telefonnummer!!!

Standort Bremen:
DFKI GmbH
Robotics Innovation Center
Robert-Hooke-Straße 5
28359 Bremen, Germany

Phone: +49 (0)421 178-454136
Fax: +49 (0)421 218-454150
E-Mail: robotik [..] ...

Weitere Informationen: http://www.dfki.de/robotik
-----------------------------------------------------------------------
Deutsches Forschungszentrum fuer Kuenstliche Intelligenz GmbH
Firmensitz: Trippstadter Straße 122, D-67663 Kaiserslautern
Geschaeftsfuehrung: Prof. Dr. Dr. h.c. mult. Wolfgang Wahlster
(Vorsitzender) Dr. Walter Olthoff
Vorsitzender des Aufsichtsrats: Prof. Dr. h.c. Hans A. Aukes
Amtsgericht Kaiserslautern, HRB 2313
Sitz der Gesellschaft: Kaiserslautern (HRB 2313)
USt-Id.Nr.: DE 148646973
Steuernummer: 19/673/0060/3
-----------------------------------------------------------------------
--
Orocos-Users mailing list
Orocos-Users [..] ...
http://lists.mech.kuleuven.be/mailman/listinfo/orocos-users

autoproj error

On 05/20/2011 08:57 PM, gprizzi [..] ... wrote:
> Dear Sirs,
>
> I am trying to update orocos toolchain 2.3.2
> But the update ends with the following error during the build phase
This seems to be due to an update in rake

I'll have a look and release an updated autobuild version
--
Sylvain Joyeux (Dr.Ing.)
Space & Security Robotics

!!! Achtung, neue Telefonnummer!!!

Standort Bremen:
DFKI GmbH
Robotics Innovation Center
Robert-Hooke-Straße 5
28359 Bremen, Germany

Phone: +49 (0)421 178-454136
Fax: +49 (0)421 218-454150
E-Mail: robotik [..] ...

Weitere Informationen: http://www.dfki.de/robotik
-----------------------------------------------------------------------
Deutsches Forschungszentrum fuer Kuenstliche Intelligenz GmbH
Firmensitz: Trippstadter Straße 122, D-67663 Kaiserslautern
Geschaeftsfuehrung: Prof. Dr. Dr. h.c. mult. Wolfgang Wahlster
(Vorsitzender) Dr. Walter Olthoff
Vorsitzender des Aufsichtsrats: Prof. Dr. h.c. Hans A. Aukes
Amtsgericht Kaiserslautern, HRB 2313
Sitz der Gesellschaft: Kaiserslautern (HRB 2313)
USt-Id.Nr.: DE 148646973
Steuernummer: 19/673/0060/3
-----------------------------------------------------------------------
--
Orocos-Users mailing list
Orocos-Users [..] ...
http://lists.mech.kuleuven.be/mailman/listinfo/orocos-users

autoproj error

I just pushed a working version

You will have to update yourself. Make sure you have loaded the env.sh
script and do

gem install autobuild

After that, autoproj should work fine again

Sorry for the inconvenience
--
Sylvain Joyeux (Dr.Ing.)
Space & Security Robotics

!!! Achtung, neue Telefonnummer!!!

Standort Bremen:
DFKI GmbH
Robotics Innovation Center
Robert-Hooke-Straße 5
28359 Bremen, Germany

Phone: +49 (0)421 178-454136
Fax: +49 (0)421 218-454150
E-Mail: robotik [..] ...

Weitere Informationen: http://www.dfki.de/robotik
-----------------------------------------------------------------------
Deutsches Forschungszentrum fuer Kuenstliche Intelligenz GmbH
Firmensitz: Trippstadter Straße 122, D-67663 Kaiserslautern
Geschaeftsfuehrung: Prof. Dr. Dr. h.c. mult. Wolfgang Wahlster
(Vorsitzender) Dr. Walter Olthoff
Vorsitzender des Aufsichtsrats: Prof. Dr. h.c. Hans A. Aukes
Amtsgericht Kaiserslautern, HRB 2313
Sitz der Gesellschaft: Kaiserslautern (HRB 2313)
USt-Id.Nr.: DE 148646973
Steuernummer: 19/673/0060/3
-----------------------------------------------------------------------
--
Orocos-Users mailing list
Orocos-Users [..] ...
http://lists.mech.kuleuven.be/mailman/listinfo/orocos-users

autoproj error

On 05/20/2011 08:57 PM, gprizzi [..] ... wrote:
> Dear Sirs,
>
> I am trying to update orocos toolchain 2.3.2
> But the update ends with the following error during the build phase
This seems to be due to an update in rake

I'll have a look and release an updated autobuild version
--
Sylvain Joyeux (Dr.Ing.)
Space & Security Robotics

!!! Achtung, neue Telefonnummer!!!

Standort Bremen:
DFKI GmbH
Robotics Innovation Center
Robert-Hooke-Straße 5
28359 Bremen, Germany

Phone: +49 (0)421 178-454136
Fax: +49 (0)421 218-454150
E-Mail: robotik [..] ...

Weitere Informationen: http://www.dfki.de/robotik
-----------------------------------------------------------------------
Deutsches Forschungszentrum fuer Kuenstliche Intelligenz GmbH
Firmensitz: Trippstadter Straße 122, D-67663 Kaiserslautern
Geschaeftsfuehrung: Prof. Dr. Dr. h.c. mult. Wolfgang Wahlster
(Vorsitzender) Dr. Walter Olthoff
Vorsitzender des Aufsichtsrats: Prof. Dr. h.c. Hans A. Aukes
Amtsgericht Kaiserslautern, HRB 2313
Sitz der Gesellschaft: Kaiserslautern (HRB 2313)
USt-Id.Nr.: DE 148646973
Steuernummer: 19/673/0060/3
-----------------------------------------------------------------------
--
Orocos-Users mailing list
Orocos-Users [..] ...
http://lists.mech.kuleuven.be/mailman/listinfo/orocos-users