On Tuesday 17 April 2007 16:48:11 Nistor Andrei wrote: > > > Hi, after an emerge --depclean I noticed none of the ruby scripts work > > > anymore. I get this error: "ruby: no such file to load -- auto_gem > > > (LoadError)" > > > > > > Does anyone know how this can be fixed? > > > > (re-)emerge rubygems. > > It works! Thanks a lot! I wonder why revdep-rebuild didn't detect it?
Obviously because there are no broken libs. There is not even a dependency upon rubygems. There is, however, an environment variable RUBYOPT="-rauto_gem" that tells ruby to load auto_gem which obviously fails when --depclean just uninstalled it. Clearly one solution is to reinstall it as you've done. Another solution is to stop telling it to load it as explained in another post to this thread... -- Bo Andresen
signature.asc
Description: This is a digitally signed message part.

