[Rock-dev] Error in System management tutorial: moving to bundles

Martin Zenzes martin.zenzes at dfki.de
Wed Nov 20 13:54:07 CET 2013


On 11/20/2013 09:34 AM, Sylvain Joyeux wrote:
> Hi Martin
>
> The rock bootstrap script should have warned you about not using ruby
> 1.8. Did it not ?
>
Hey,
ran into similar problem (ruby1.8 vs. ruby1.9) yesterday while 
bootstrapping for transterra. no warning whatsoever about any ruby 
version (while using 1.8) is printed:

{{{
$ which ruby
/usr/bin/ruby
$ ruby --version
ruby 1.8.7 (2011-06-30 patchlevel 352) [x86_64-linux]
$ ls -a
. ..
$ wget http://www.rock-robotics.org/autoproj_bootstrap

(omitted)

$ ruby autoproj_bootstrap git 
git://spacegit.dfki.uni-bremen.de/transterra/buildconf.git branch=master 
push_to=git at spacegit.dfki.uni-bremen.de:transterra/buildconf.git

(omitted, selecting all defaults. finishes normally)

$ source env.sh
$ which ruby
/home/mzenzes/TransTerrA/rock2/install/bin/ruby
$ ruby --version
ruby 1.8.7 (2011-06-30 patchlevel 352) [x86_64-linux]
$  cat `which ruby`
#! /bin/sh
exec /usr/bin/ruby1.8 "$@"

(meh...)

$ autoproj update

(omitted, using "master" and selecting defaults for the rest: will fail 
later)

}}}


- building fails while compiling the gem "binding_of_caller". log is 
attached to this email
- setting the correct ruby version in the beginning using 
"update-alternatives --config ruby" will allow finishing the bootstrap.

Greetings
     Martin


-- 
   M.Sc. Martin Zenzes
   Space Robotics

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

   Phone: +49 (0) 421 178 45 - 6658
   Fax:   +49 (0) 421 178 45 - 4150
   E-Mail: martin.zenzes at dfki.de

  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
  -----------------------------------------------------------------------

-------------- next part --------------
A non-text attachment was scrubbed...
Name: autoproj-osdeps.log
Type: text/x-log
Size: 6924 bytes
Desc: not available
Url : http://www.dfki.de/pipermail/rock-dev/attachments/20131120/8b8b4cb9/attachment.bin 


More information about the Rock-dev mailing list