Ciao,

I've just added a new revision of each ruby slot, which changes how we
name the ruby executables & libraries. /usr/bin/ruby18 is now
/usr/bin/ruby1.8, libruby18.so is now libruby1.8.so.

The upgrade path for this is as follows:

- Upgrade dev-lang/ruby

- Run reconcilio. Rebuild any packages that are found to be broken.

- Reinstall dev-ruby/rubygems.

- Rebuild all your installed gems. Gem executables have the path path to
  the ruby interpreter on the shebang line. Basically you'll want to
  rebuild or otherwise upgrade every script with the '#!/usr/bin/ruby18'
  shebang, so it uses '#!/usr/bin/ruby1.8' instead.

It's all fairly easy to work the upgrade path out, but I figured I'd
give a little heads up anyways.

Regards,
Ingmar


_______________________________________________
Exherbo-dev mailing list
[email protected]
http://lists.exherbo.org/mailman/listinfo/exherbo-dev

Reply via email to