Re: [gentoo-user] ruby scripts for amarok won't run anymore

2007-04-17 Thread Dirk Heinrichs
Am Dienstag, 17. April 2007 schrieb ext Nistor Andrei:
 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.

HTH...

Dirk
-- 
Dirk Heinrichs  | Tel:  +49 (0)162 234 3408
Configuration Manager   | Fax:  +49 (0)211 47068 111
Capgemini Deutschland   | Mail: [EMAIL PROTECTED]
Wanheimerstraße 68  | Web:  http://www.capgemini.com
D-40468 Düsseldorf  | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: www.keyserver.net


signature.asc
Description: This is a digitally signed message part.


[gentoo-user] ruby scripts for amarok won't run anymore

2007-04-17 Thread Nistor Andrei
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?
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] ruby scripts for amarok won't run anymore

2007-04-17 Thread Bo Ørsted Andresen
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.


Re: [gentoo-user] ruby scripts for amarok won't run anymore

2007-04-17 Thread Nistor Andrei
On Tuesday 17 April 2007, Neil Bothwick wrote:
 On Tue, 17 Apr 2007 15:55:59 +0300, 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)

 Have you run revdep-rebuild?
I've tried revdep-rebuild, but the scripts still won't work. I'm re-emerging 
rubygems now...

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] ruby scripts for amarok won't run anymore

2007-04-17 Thread Bo Ørsted Andresen
On Tuesday 17 April 2007 14:55:59 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?

# unset RUBYOPT

And make sure /etc/env.d/10rubygems has been removed and env-update has been 
run... You'll have to unset it in every terminal from which you want to run 
ruby apps until you've restarted X at least..

-- 
Bo Andresen


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] ruby scripts for amarok won't run anymore

2007-04-17 Thread Neil Bothwick
On Tue, 17 Apr 2007 15:55:59 +0300, 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)

Have you run revdep-rebuild?


-- 
Neil Bothwick

The fact that no one understands you doesn't mean you're an artist.


signature.asc
Description: PGP signature


Re: [gentoo-user] ruby scripts for amarok won't run anymore

2007-04-17 Thread Nistor Andrei
On Tuesday 17 April 2007, Dirk Heinrichs wrote:
 Am Dienstag, 17. April 2007 schrieb ext Nistor Andrei:
  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?
 HTH...

   Dirk


-- 
[EMAIL PROTECTED] mailing list