Hi Patrice (and all), > I have got the same problem but switching back to use Ruby 1.8 as > default ruby command solved this. May be using update-alternatives > command or removing both the ruby and ruby1.9.1 packages if no > dependency.
It seems that forcing to use Ruby 1.8 via update-alternatives solves the issue: # update-alternatives --config ruby There are 2 choices for the alternative ruby (providing /usr/bin/ruby). Selection Path Priority Status ------------------------------------------------------------ * 0 /usr/bin/ruby1.9.1 51 auto mode 1 /usr/bin/ruby1.8 50 manual mode 2 /usr/bin/ruby1.9.1 51 manual mode Press enter to keep the current choice[*], or type selection number: 1 update-alternatives: using /usr/bin/ruby1.8 to provide /usr/bin/ruby (ruby) in manual mode. Note: I'm not reasigning this bug to the Ruby packages since Redmine Team may want to handle it in some other way. Regards. -- Dario Minnucci <[email protected]> Phone: +34 902884117 | Fax: +34 902024417 | Support: +34 807450000 Key fingerprint = BAA1 7AAF B21D 6567 D457 D67D A82F BB83 F3D5 7033
signature.asc
Description: OpenPGP digital signature

