<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
The problem here is that <br>
<br>
<a class="moz-txt-link-freetext" href="http://spacegit.dfki.uni-bremen.de/transterra/buildconf/blobs/master/bootstrap.sh">http://spacegit.dfki.uni-bremen.de/transterra/buildconf/blobs/master/bootstrap.sh</a><br>
<br>
<br>
simply calls ruby which means that the system-standart ruby version
is choose.<br>
Again select the current one with update-alternatives.<br>
<br>
<br>
(nevertheless a warning should appear)<br>
<br>
Matthias<br>
<br>
On 20.11.2013 13:54, Martin Zenzes wrote:
<blockquote cite="mid:528CB0EF.9080102@dfki.de" type="cite">On
11/20/2013 09:34 AM, Sylvain Joyeux wrote:
<br>
<blockquote type="cite">Hi Martin
<br>
<br>
The rock bootstrap script should have warned you about not using
ruby
<br>
1.8. Did it not ?
<br>
<br>
</blockquote>
Hey,
<br>
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:
<br>
<br>
{{{
<br>
$ which ruby
<br>
/usr/bin/ruby
<br>
$ ruby --version
<br>
ruby 1.8.7 (2011-06-30 patchlevel 352) [x86_64-linux]
<br>
$ ls -a
<br>
. ..
<br>
$ wget <a class="moz-txt-link-freetext" href="http://www.rock-robotics.org/autoproj_bootstrap">http://www.rock-robotics.org/autoproj_bootstrap</a>
<br>
<br>
(omitted)
<br>
<br>
$ ruby autoproj_bootstrap git
git://spacegit.dfki.uni-bremen.de/transterra/buildconf.git
branch=master
<a class="moz-txt-link-abbreviated" href="mailto:push_to=git@spacegit.dfki.uni-bremen.de:transterra/buildconf.git">push_to=git@spacegit.dfki.uni-bremen.de:transterra/buildconf.git</a>
<br>
<br>
(omitted, selecting all defaults. finishes normally)
<br>
<br>
$ source env.sh
<br>
$ which ruby
<br>
/home/mzenzes/TransTerrA/rock2/install/bin/ruby
<br>
$ ruby --version
<br>
ruby 1.8.7 (2011-06-30 patchlevel 352) [x86_64-linux]
<br>
$ cat `which ruby`
<br>
#! /bin/sh
<br>
exec /usr/bin/ruby1.8 "$@"
<br>
<br>
(meh...)
<br>
<br>
$ autoproj update
<br>
<br>
(omitted, using "master" and selecting defaults for the rest: will
fail later)
<br>
<br>
}}}
<br>
<br>
<br>
- building fails while compiling the gem "binding_of_caller". log
is attached to this email
<br>
- setting the correct ruby version in the beginning using
"update-alternatives --config ruby" will allow finishing the
bootstrap.
<br>
<br>
Greetings
<br>
Martin
<br>
<br>
<br>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
Rock-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Rock-dev@dfki.de">Rock-dev@dfki.de</a>
<a class="moz-txt-link-freetext" href="http://www.dfki.de/mailman/cgi-bin/listinfo/rock-dev">http://www.dfki.de/mailman/cgi-bin/listinfo/rock-dev</a>
</pre>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">--
Dipl.-Inf. Matthias Goldhoorn
Space and Underwater Robotic
Universität Bremen
FB 3 - Mathematik und Informatik
AG Robotik
Robert-Hooke-Straße 5
28359 Bremen, Germany
Tel.: +49 421 178 45-4193
Zentrale: +49 421 178 45-6550
Fax: +49 421 178 45-4150
E-Mail: <a class="moz-txt-link-abbreviated" href="mailto:matthias.goldhoorn@uni-bremen.de">matthias.goldhoorn@uni-bremen.de</a>
Weitere Informationen: <a class="moz-txt-link-freetext" href="http://www.informatik.uni-bremen.de/robotik">http://www.informatik.uni-bremen.de/robotik</a></pre>
</body>
</html>