List Info

Thread: /usr/lib/ruby/site_ruby/1.8/rubygems.rb:196:in `activate': can't activate facets (= 1.4.5)




/usr/lib/ruby/site_ruby/1.8/rubygems.rb :196:in `activate': can't activate facets (= 1.4.5)
user name
2007-03-20 13:18:46
How do I resolve the subject error when utilizing the repo
and
glycerin.rb?
_______________________________________________
Nitro-general mailing list
Nitro-generalrubyforge.org
h
ttp://rubyforge.org/mailman/listinfo/nitro-general

Re: /usr/lib/ruby/site_ruby/1.8/rubygems.rb: 196:in `activate': can't activate facets (= 1.
user name
2007-03-20 14:02:01
use facets 1.8.49 and remove older versions.

-g.

On 3/20/07, Reid Thompson <Reid.Thompsonateb.com> wrote:
> How do I resolve the subject error when utilizing the
repo and
> glycerin.rb?
> _______________________________________________
> Nitro-general mailing list
> Nitro-generalrubyforge.org
> h
ttp://rubyforge.org/mailman/listinfo/nitro-general
>


-- 
http://blog.gmosx.com
http://cull.gr
http://www.joy.gr
http://nitroproject.org
_______________________________________________
Nitro-general mailing list
Nitro-generalrubyforge.org
h
ttp://rubyforge.org/mailman/listinfo/nitro-general

Re: /usr/lib/ruby/site_ruby/1.8/rubygems.rb: 196:in `activate': can't activate facets (= 1.
user name
2007-03-20 14:38:31
On Tue, 2007-03-20 at 21:02 +0200, George Moschovitis
wrote:
> use facets 1.8.49 and remove older versions.
> 
> -g.
> 
> On 3/20/07, Reid Thompson <Reid.Thompsonateb.com> wrote:
> > How do I resolve the subject error when utilizing
the repo and
> > glycerin.rb?
> > _______________________________________________
> > Nitro-general mailing list
> > Nitro-generalrubyforge.org
> > h
ttp://rubyforge.org/mailman/listinfo/nitro-general
> >
> 
rthompsojhereg:~/src/repo.nitroproject.org$ gem list facets

*** LOCAL GEMS ***

facets (1.8.49)
    If Godzilla were a Programmer's Library

rthompsojhereg:~/src/repo.nitroproject.org$ ruby ./Test.rb
/home/rthompso/src/repo.nitroproject.org/script/../og/lib/og
.rb:10:in `require': no such file to load --
facets/more/synchash (LoadError)
        from
/home/rthompso/src/repo.nitroproject.org/script/../og/lib/og
.rb:10
        from ./Test.rb:2:in `require'
        from ./Test.rb:2
rthompsojhereg:~/src/repo.nitroproject.org$ cat Test.rb
require
'/home/rthompso/src/repo.nitroproject.org/script/glycerin'
require 'og'

class Simple
    attr_accessor :myid, Integer, :primary_key => true
    attr_accessor :author, String
    attr_accessor :state, String
end

og_psql = {
    :destroy_tables => false,
    :store => :psql,
    :address => 'localhost',
    :user => 'rthompso',
    :password => '',
    :name => 'test'
}

db =
Og.setup(og_psql)
pstore = db.store

Simple.create_with  :author => "author", :state
=> "state"

_______________________________________________
Nitro-general mailing list
Nitro-generalrubyforge.org
h
ttp://rubyforge.org/mailman/listinfo/nitro-general

Re: /usr/lib/ruby/site_ruby/1.8/rubygems.rb: 196:in `activate': can't activate facets (= 1.
country flaguser name
United States
2007-03-20 15:24:15
On Mar 20, 3:38 pm, Reid Thompson <Reid.Thomp...ateb.com> wrote:
> On Tue, 2007-03-20 at 21:02 +0200, George Moschovitis
wrote:
> > use facets 1.8.49 and remove older versions.
>
> > -g.
>
> > On 3/20/07, Reid Thompson <Reid.Thomp...ateb.com> wrote:
> > > How do I resolve the subject error when
utilizing the repo and
> > > glycerin.rb?
> > >
_______________________________________________
> > > Nitro-general mailing list
> > > Nitro-gene...rubyforge.org
> > >h
ttp://rubyforge.org/mailman/listinfo/nitro-general
>
> rthompsojhereg:~/src/repo.nitroproject.org$ gem
list facets
>
> *** LOCAL GEMS ***
>
> facets (1.8.49)
>     If Godzilla were a Programmer's Library
>
> rthompsojhereg:~/src/repo.nitroproject.org$ ruby
./Test.rb
>
/home/rthompso/src/repo.nitroproject.org/script/../og/lib/og
.rb:10:in `require': no such file to load --
facets/more/synchash (LoadError)
>         from
/home/rthompso/src/repo.nitroproject.org/script/../og/lib/og
.rb:10
>         from ./Test.rb:2:in `require'
>         from ./Test.rb:2
> rthompsojhereg:~/src/repo.nitroproject.org$ cat
Test.rb
> require
'/home/rthompso/src/repo.nitroproject.org/script/glycerin'
> require 'og'

First, make sure you have RUBYOPT="-rubygems".

If that's not it, then check manually to see if synchash.rb
is where
it's suppose to be.
(/usr/lib/ruby/gems/1.8/gems/facets-1.8.49/lib/
more/  --or something like that).

T.

_______________________________________________
Nitro-general mailing list
Nitro-generalrubyforge.org
h
ttp://rubyforge.org/mailman/listinfo/nitro-general

Re: /usr/lib/ruby/site_ruby/1.8/rubygems.rb: 196:in `activate': can't activate facets (= 1.
user name
2007-03-20 15:38:05
On Tue, 2007-03-20 at 16:36 -0400, Reid Thompson wrote:
> On Tue, 2007-03-20 at 20:24 +0000, transfiregmail.com
wrote:
> > On Mar 20, 3:38 pm, Reid Thompson
<Reid.Thomp...ateb.com> wrote:
> > > On Tue, 2007-03-20 at 21:02 +0200, George
Moschovitis wrote:
> > > > use facets 1.8.49 and remove older
versions.
> > >
> > > > -g.
> > >
> > > > On 3/20/07, Reid Thompson
<Reid.Thomp...ateb.com> wrote:
> > > > > How do I resolve the subject error
when utilizing the repo and
> > > > > glycerin.rb?
> > > > >
_______________________________________________
> > > > > Nitro-general mailing list
> > > > > Nitro-gene...rubyforge.org
> > > > >h
ttp://rubyforge.org/mailman/listinfo/nitro-general
> > >
> > > rthompsojhereg:~/src/repo.nitroproject.org$ gem
list facets
> > >
> > > *** LOCAL GEMS ***
> > >
> > > facets (1.8.49)
> > >     If Godzilla were a Programmer's Library
> > >
> > > rthompsojhereg:~/src/repo.nitroproject.org$ ruby
./Test.rb
> > >
/home/rthompso/src/repo.nitroproject.org/script/../og/lib/og
.rb:10:in `require': no such file to load --
facets/more/synchash (LoadError)
> > >         from
/home/rthompso/src/repo.nitroproject.org/script/../og/lib/og
.rb:10
> > >         from ./Test.rb:2:in `require'
> > >         from ./Test.rb:2
> > > rthompsojhereg:~/src/repo.nitroproject.org$ cat
Test.rb
> > > require
'/home/rthompso/src/repo.nitroproject.org/script/glycerin'
> > > require 'og'
> > 
> > First, make sure you have
RUBYOPT="-rubygems".
> > 
> > If that's not it, then check manually to see if
synchash.rb is where
> > it's suppose to be.
(/usr/lib/ruby/gems/1.8/gems/facets-1.8.49/lib/
> > more/  --or something like that).
> > 
> > T.
> > 
> ok - export RUBYOPT="-rubygems" fixes the
synchash.rb issue ( why
> doesn't requiring rubygems in the script (require
'rubygems') do the
> same thing? ) but now there's
>    
/usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
`gem_original_require': no such file to load --
facets/more/inflect (LoadError)
> and inflect.rb is not in
>    
/usr/lib/ruby/gems/1.8/gems/facets-1.8.49/lib/facets/more
> 
> rthompsojhereg:/usr/lib/ruby/gems/1.8/gems/facets-1.8.49/lib/
facets/more$ ls -rlt in*
> -rw-r--r-- 1 root root 14197 2007-03-20 15:25
interval.rb
> -rw-r--r-- 1 root root  3139 2007-03-20 15:25
instance_intercept.rb
> -rw-r--r-- 1 root root  5404 2007-03-20 15:25
inheritor.rb
> -rw-r--r-- 1 root root  3866 2007-03-20 15:25
infinity.rb
> 
> 
there is an inflect.rb in .facets/core/inflect.rb
_______________________________________________
Nitro-general mailing list
Nitro-generalrubyforge.org
h
ttp://rubyforge.org/mailman/listinfo/nitro-general

Re: /usr/lib/ruby/site_ruby/1.8/rubygems.rb: 196:in `activate': can't activate facets (= 1.
user name
2007-03-20 15:36:47
On Tue, 2007-03-20 at 20:24 +0000, transfiregmail.com
wrote:
> On Mar 20, 3:38 pm, Reid Thompson <Reid.Thomp...ateb.com> wrote:
> > On Tue, 2007-03-20 at 21:02 +0200, George
Moschovitis wrote:
> > > use facets 1.8.49 and remove older versions.
> >
> > > -g.
> >
> > > On 3/20/07, Reid Thompson
<Reid.Thomp...ateb.com> wrote:
> > > > How do I resolve the subject error when
utilizing the repo and
> > > > glycerin.rb?
> > > >
_______________________________________________
> > > > Nitro-general mailing list
> > > > Nitro-gene...rubyforge.org
> > > >h
ttp://rubyforge.org/mailman/listinfo/nitro-general
> >
> > rthompsojhereg:~/src/repo.nitroproject.org$ gem
list facets
> >
> > *** LOCAL GEMS ***
> >
> > facets (1.8.49)
> >     If Godzilla were a Programmer's Library
> >
> > rthompsojhereg:~/src/repo.nitroproject.org$ ruby
./Test.rb
> >
/home/rthompso/src/repo.nitroproject.org/script/../og/lib/og
.rb:10:in `require': no such file to load --
facets/more/synchash (LoadError)
> >         from
/home/rthompso/src/repo.nitroproject.org/script/../og/lib/og
.rb:10
> >         from ./Test.rb:2:in `require'
> >         from ./Test.rb:2
> > rthompsojhereg:~/src/repo.nitroproject.org$ cat
Test.rb
> > require
'/home/rthompso/src/repo.nitroproject.org/script/glycerin'
> > require 'og'
> 
> First, make sure you have
RUBYOPT="-rubygems".
> 
> If that's not it, then check manually to see if
synchash.rb is where
> it's suppose to be.
(/usr/lib/ruby/gems/1.8/gems/facets-1.8.49/lib/
> more/  --or something like that).
> 
> T.
> 
ok - export RUBYOPT="-rubygems" fixes the
synchash.rb issue ( why
doesn't requiring rubygems in the script (require
'rubygems') do the
same thing? ) but now there's
   
/usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
`gem_original_require': no such file to load --
facets/more/inflect (LoadError)
and inflect.rb is not in
   
/usr/lib/ruby/gems/1.8/gems/facets-1.8.49/lib/facets/more

rthompsojhereg:/usr/lib/ruby/gems/1.8/gems/facets-1.8.49/lib/
facets/more$ ls -rlt in*
-rw-r--r-- 1 root root 14197 2007-03-20 15:25 interval.rb
-rw-r--r-- 1 root root  3139 2007-03-20 15:25
instance_intercept.rb
-rw-r--r-- 1 root root  5404 2007-03-20 15:25 inheritor.rb
-rw-r--r-- 1 root root  3866 2007-03-20 15:25 infinity.rb


_______________________________________________
Nitro-general mailing list
Nitro-generalrubyforge.org
h
ttp://rubyforge.org/mailman/listinfo/nitro-general

Re: /usr/lib/ruby/site_ruby/1.8/rubygems.rb: 196:in `activate': can't activate facets (= 1.
user name
2007-03-20 16:21:30
ah, have already reported this to Tom.

-g.


On 3/20/07, Reid Thompson <Reid.Thompsonateb.com> wrote:
> On Tue, 2007-03-20 at 16:36 -0400, Reid Thompson
wrote:
> > On Tue, 2007-03-20 at 20:24 +0000, transfiregmail.com
wrote:
> > > On Mar 20, 3:38 pm, Reid Thompson
<Reid.Thomp...ateb.com> wrote:
> > > > On Tue, 2007-03-20 at 21:02 +0200,
George Moschovitis wrote:
> > > > > use facets 1.8.49 and remove older
versions.
> > > >
> > > > > -g.
> > > >
> > > > > On 3/20/07, Reid Thompson
<Reid.Thomp...ateb.com> wrote:
> > > > > > How do I resolve the subject
error when utilizing the repo and
> > > > > > glycerin.rb?
> > > > > >
_______________________________________________
> > > > > > Nitro-general mailing list
> > > > > > Nitro-gene...rubyforge.org
> > > > > >h
ttp://rubyforge.org/mailman/listinfo/nitro-general
> > > >
> > > > rthompsojhereg:~/src/repo.nitroproject.org$ gem list facets
> > > >
> > > > *** LOCAL GEMS ***
> > > >
> > > > facets (1.8.49)
> > > >     If Godzilla were a Programmer's
Library
> > > >
> > > > rthompsojhereg:~/src/repo.nitroproject.org$ ruby ./Test.rb
> > > >
/home/rthompso/src/repo.nitroproject.org/script/../og/lib/og
.rb:10:in `require': no such file to load --
facets/more/synchash (LoadError)
> > > >         from
/home/rthompso/src/repo.nitroproject.org/script/../og/lib/og
.rb:10
> > > >         from ./Test.rb:2:in `require'
> > > >         from ./Test.rb:2
> > > > rthompsojhereg:~/src/repo.nitroproject.org$ cat Test.rb
> > > > require
'/home/rthompso/src/repo.nitroproject.org/script/glycerin'
> > > > require 'og'
> > >
> > > First, make sure you have
RUBYOPT="-rubygems".
> > >
> > > If that's not it, then check manually to see
if synchash.rb is where
> > > it's suppose to be.
(/usr/lib/ruby/gems/1.8/gems/facets-1.8.49/lib/
> > > more/  --or something like that).
> > >
> > > T.
> > >
> > ok - export RUBYOPT="-rubygems" fixes
the synchash.rb issue ( why
> > doesn't requiring rubygems in the script (require
'rubygems') do the
> > same thing? ) but now there's
> >    
/usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
`gem_original_require': no such file to load --
facets/more/inflect (LoadError)
> > and inflect.rb is not in
> >    
/usr/lib/ruby/gems/1.8/gems/facets-1.8.49/lib/facets/more
> >
> > rthompsojhereg:/usr/lib/ruby/gems/1.8/gems/facets-1.8.49/lib/
facets/more$ ls -rlt in*
> > -rw-r--r-- 1 root root 14197 2007-03-20 15:25
interval.rb
> > -rw-r--r-- 1 root root  3139 2007-03-20 15:25
instance_intercept.rb
> > -rw-r--r-- 1 root root  5404 2007-03-20 15:25
inheritor.rb
> > -rw-r--r-- 1 root root  3866 2007-03-20 15:25
infinity.rb
> >
> >
> there is an inflect.rb in .facets/core/inflect.rb
> _______________________________________________
> Nitro-general mailing list
> Nitro-generalrubyforge.org
> h
ttp://rubyforge.org/mailman/listinfo/nitro-general
>


-- 
http://blog.gmosx.com
http://cull.gr
http://www.joy.gr
http://nitroproject.org
_______________________________________________
Nitro-general mailing list
Nitro-generalrubyforge.org
h
ttp://rubyforge.org/mailman/listinfo/nitro-general

Re: /usr/lib/ruby/site_ruby/1.8/rubygems.rb: 196:in `activate': can't activate facets (= 1.
country flaguser name
United States
2007-03-20 16:32:53

On Mar 20, 4:36 pm, Reid Thompson <Reid.Thomp...ateb.com> wrote:
> On Tue, 2007-03-20 at 20:24 +0000, transf...gmail.com
wrote:
> > On Mar 20, 3:38 pm, Reid Thompson
<Reid.Thomp...ateb.com> wrote:
> > > On Tue, 2007-03-20 at 21:02 +0200, George
Moschovitis wrote:
> > > > use facets 1.8.49 and remove older
versions.
>
> > > > -g.
>
> > > > On 3/20/07, Reid Thompson
<Reid.Thomp...ateb.com> wrote:
> > > > > How do I resolve the subject error
when utilizing the repo and
> > > > > glycerin.rb?
> > > > >
_______________________________________________
> > > > > Nitro-general mailing list
> > > > > Nitro-gene...rubyforge.org
> > > > >h
ttp://rubyforge.org/mailman/listinfo/nitro-general
>
> > > rthompsojhereg:~/src/repo.nitroproject.org$ gem
list facets
>
> > > *** LOCAL GEMS ***
>
> > > facets (1.8.49)
> > >     If Godzilla were a Programmer's Library
>
> > > rthompsojhereg:~/src/repo.nitroproject.org$ ruby
./Test.rb
> > >
/home/rthompso/src/repo.nitroproject.org/script/../og/lib/og
.rb:10:in `require': no such file to load --
facets/more/synchash (LoadError)
> > >         from
/home/rthompso/src/repo.nitroproject.org/script/../og/lib/og
.rb:10
> > >         from ./Test.rb:2:in `require'
> > >         from ./Test.rb:2
> > > rthompsojhereg:~/src/repo.nitroproject.org$ cat
Test.rb
> > > require
'/home/rthompso/src/repo.nitroproject.org/script/glycerin'
> > > require 'og'
>
> > First, make sure you have
RUBYOPT="-rubygems".
>
> > If that's not it, then check manually to see if
synchash.rb is where
> > it's suppose to be.
(/usr/lib/ruby/gems/1.8/gems/facets-1.8.49/lib/
> > more/  --or something like that).
>
> > T.
>
> ok - export RUBYOPT="-rubygems" fixes the
synchash.rb issue ( why
> doesn't requiring rubygems in the script (require
'rubygems') do the
> same thing? ) but now there's
>    
/usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
`gem_original_require': no such file to load --
facets/more/inflect (LoadError)
> and inflect.rb is not in
>    
/usr/lib/ruby/gems/1.8/gems/facets-1.8.49/lib/facets/more

Right. For now just manually change "more/inflect"
to "core/inflect".
I'll go ahead and put out another 1.8.x release with some
bug fixes.

T.

_______________________________________________
Nitro-general mailing list
Nitro-generalrubyforge.org
h
ttp://rubyforge.org/mailman/listinfo/nitro-general

Re: Running examples from darcs repository
country flaguser name
United States
2007-03-20 20:48:27

On Mar 20, 6:04 pm, Robert Mela <r...robmela.com> wrote:
> Are the core devs using repo.nitroproject.org for core
development?
> Theoretically then, shouldn't it be possible to run
code using the repo?

Current repo is under major development, though it should be
possible
with some elbow grease.

T.

_______________________________________________
Nitro-general mailing list
Nitro-generalrubyforge.org
h
ttp://rubyforge.org/mailman/listinfo/nitro-general

Re: Running examples from darcs repository
country flaguser name
Germany
2007-03-21 04:58:15
Hi,

> Are the core devs using repo.nitroproject.org for core
development?
> Theoretically then, shouldn't it be possible to run
code using the repo?

yes, I'm always using the repo version, even now for
production stuff.
Getting Nitro to run is easy, provided you are willing to
make small
changes to code (which is why it's the dev version :P ).

About your (second) error, this sadly had nothing to do with
Nitro but
Facets having a messed up include.  (I had these some times
already,
simply locating the file and fixing the path helps.)

But I heard Trans is putting out a new facets release soon,
so that'll
be ok.  

Jo

-- 
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

_______________________________________________
Nitro-general mailing list
Nitro-generalrubyforge.org
h
ttp://rubyforge.org/mailman/listinfo/nitro-general

[1-10] [11-12]

about | contact  Other archives ( Real Estate discussion Medical topics )