[Rock-dev] [rock] #354: autoprj_bootstrap does not work on Manjaro (Archlinux variant)

rock noreply at opendfki.de
Fri Oct 18 15:48:04 CEST 2013


#354: autoprj_bootstrap does not work on Manjaro (Archlinux variant)
----------------------------------------+----------------------------------
 Reporter:  traveler.hauptman           |       Owner:  rock-dev-mailing-
     Type:  defect                      |  list
 Priority:  normal                      |      Status:  new
Component:  toolchain                   |   Milestone:
 Keywords:  autoproj archlinux manjaro  |  Resolution:
----------------------------------------+----------------------------------

Comment (by sylvain.joyeux):

 Replying to [comment:12 traveler.hauptman]:
 > Also, how would I install the autoproj source git repo I'm working on
 locally to test it?

 You can copy/paste the following in $HOME/.autoprojrc, replacing the
 File.join() with the path to your local autoproj/autobuild checkouts.

 {{{
 Autobuild.update_environment File.join(Dir.home, 'dev', 'autoproj')
 Autobuild.update_environment File.join(Dir.home, 'dev', 'autobuild')
 }}}

 Then run

 {{{
 autoproj envsh
 }}}

 and re-load the env.sh file with

 {{{
 source env.sh
 }}}

 To make sure that it worked, just do

 {{{
 which autoproj
 }}}

 and

 {{{
 echo $RUBYLIB
 # Make sure that the lib/ subfolder of your autoproj checkout is in there
 }}}

-- 
Ticket URL: <http://rock.opendfki.de/ticket/354#comment:15>
rock <http://rock.opendfki.de>
rock: the robot construction kit


More information about the Rock-dev mailing list