Installation: ruby-nokogir error

Hi all,
I am installing orocos on debian stable (squeeze) trough bootstrap.sh.

I tried to install the "nokogiri" following
https://ariejan.net/2010/03/25/installing-the-nokogiri-ruby-gem-on-debian
but I still have this problem:

Build failed
autoproj: failed in osdeps phase
'/bin/bash /tmp/osdeps_sh20130131-8421-slckqu-0' returned status 100
see /home/rams/orocos-toolchain/install/log/autoproj-osdeps.log for details
last 10 lines are:

'XDG_SESSION_COOKIE'='d8e35101a21e90ac06db50da0000017b-1359656573.715177-394620630'
'_'='/bin/sh'

Thu Jan 31 11:04:16 -0800 2013: running
/bin/bash /tmp/osdeps_sh20130131-8421-slckqu-0
in directory /home/rams/orocos-toolchain
Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package ruby-nokogiri

Bye
Fabrizio

Installation: ruby-nokogir error

I've pushed a fix. Could you try it out ?

source env.sh (if not done yet)
autoproj update-config
autoproj osdeps

Sylvain

Installation: ruby-nokogir error

OK great! Now runs!

Thanks!

On Fri, Feb 1, 2013 at 2:52 AM, Sylvain Joyeux <sylvain [dot] joyeux [..] ...>wrote:

> I've pushed a fix. Could you try it out ?
>
> source env.sh (if not done yet)
> autoproj update-config
> autoproj osdeps
>
> Sylvain
>

Installation: ruby-nokogir error

I'll have a look

squeeze is not built on the Rock side (we only support
testing/unstable), and I do not know about the orocos-toolchain guys.
Anyways, I just bootstrapped a squeeze VM and will check that.

Installation: ruby-nokogir error

2013/2/1 Sylvain Joyeux <sylvain [dot] joyeux [..] ...>:
> I'll have a look
>
> squeeze is not built on the Rock side (we only support
> testing/unstable), and I do not know about the orocos-toolchain guys.
> Anyways, I just bootstrapped a squeeze VM and will check that.
>
> --
> Sylvain Joyeux (Dr.Ing.)
> Senior Researcher
>
> Space & Security Robotics
> Underwater 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

Until 2.5 there were no problem with Debian squeeze, don't know for 2.6

Installation: ruby-nokogir error

On 02/01/2013 11:19 AM, Willy Lambert wrote:
> Until 2.5 there were no problem with Debian squeeze, don't know for 2.6
I've made a few changes so that we install less gems and more debian
packages. The error Fabrizio reports is definitely related to that.