[Rock-dev] [rock] #198: autoproj failed if orogen is activated after bootstrap if orogen packages are defined

rock noreply at opendfki.de
Fri Sep 14 16:36:56 CEST 2012


#198: autoproj failed if orogen is activated after bootstrap if orogen packages
are defined
--------------------+-----------------------------------
 Reporter:  mago02  |      Owner:  rock-dev-mailing-list
     Type:  defect  |     Status:  new
 Priority:  minor   |  Milestone:
Component:  base    |   Keywords:
--------------------+-----------------------------------
 Autoproj checks for all orogen packages if orogen is enabled by:

   1 if package_enabled?('orogen')

 if the first bootsrap is done without orogen (or the rock.toolchain), no
 orogen is installed.

 Now if at one iteration an foo/bar/orogen-package is selected in the
 autoproj/manifest layout section autoproj fail because no orogen is
 installed.
 If the rock.toolchain is added also to the layout section autoproj still
 fails, because of the missing foo/bar/orogen-package (still not parsed
 because of this check package_enabled?('orogen')).

 Workaround is to comment out the foo/bar/orogen-package in the layout
 section, run autoproj update//build. This anables the orogen.

 But this cannot be done in one step and is confusing to new customer's i
 think..

-- 
Ticket URL: <https://rock.opendfki.de/ticket/198>
rock <https://rock.opendfki.de>
rock: the robot construction kit


More information about the Rock-dev mailing list