Code Monkey home page Code Monkey logo

Comments (13)

ccuadrado avatar ccuadrado commented on July 28, 2024

I should also add I am using ruby 1.8.7 (rvm use ruby-1.8.7) but don't have anything like fink or macports or anything like that installed. Could that be the issue?

from vegas.

ljsc avatar ljsc commented on July 28, 2024

Are you sure you have the latest version of MacFuse installed?

from vegas.

ccuadrado avatar ccuadrado commented on July 28, 2024

== MacFUSE 2.0.3.2 ==

On Sun, Jun 26, 2011 at 4:44 PM, ljsc
[email protected]
wrote:

Are you sure you have the latest version of MacFuse installed?

Reply to this email directly or view it on GitHub:
#5 (comment)

from vegas.

ljsc avatar ljsc commented on July 28, 2024

Doing gem install fusefs-osx works fine and everything compiles, but it appears my rvm installation doesn't see it., so when I load with ruby current-timeline.rb tweets/ & it gives me a "'require' - no such file to load: fusefs" error. Then I do the following:

harry-potter:examples catalino$ gem install fusefs-osx
Building native extensions. This could take a while...
Successfully installed fusefs-osx-0.7.0
1 gem installed
Installing ri documentation for fusefs-osx-0.7.0...
Installing RDoc documentation for fusefs-osx-0.7.0...

Wait. Have you tried it again? It just said installed when you did this part, i.e.: it wasn't installed before.

from vegas.

ccuadrado avatar ccuadrado commented on July 28, 2024

Yeah i have done the following steps multiple times. I will bang on it some more when i get back from dinner.


Catalino Cuadrado, CTS
AV Engineer, AVDE
Academic Technologies
The George Washington University
814 20th St NW, Washington DC 20052
202.994.3827
[email protected]

On Jun 26, 2011, at 7:21 PM, [email protected] wrote:

Doing gem install fusefs-osx works fine and everything compiles, but it appears my rvm installation doesn't see it., so when I load with ruby current-timeline.rb tweets/ & it gives me a "'require' - no such file to load: fusefs" error. Then I do the following:

harry-potter:examples catalino$ gem install fusefs-osx
Building native extensions. This could take a while...
Successfully installed fusefs-osx-0.7.0
1 gem installed
Installing ri documentation for fusefs-osx-0.7.0...
Installing RDoc documentation for fusefs-osx-0.7.0...

Wait. Have you tried it again? It just said installed when you did this part, i.e.: it wasn't installed before.

Reply to this email directly or view it on GitHub:
#5 (comment)

from vegas.

ljsc avatar ljsc commented on July 28, 2024

On Sun, Jun 26, 2011 at 7:50 PM, ccuadrado
[email protected]
wrote:

Yeah i have done the following steps multiple times. I will bang on it some more when i get back from dinner.

Hrm. Okay, yeah sorry, that's all I could think of from this end. Let
me know how it goes.

Lou

from vegas.

ccuadrado avatar ccuadrado commented on July 28, 2024

Gonna install fink and macports when i get home.


Catalino Cuadrado, CTS
AV Engineer, AVDE
Academic Technologies
The George Washington University
814 20th St NW, Washington DC 20052
202.994.3827
[email protected]

On Jun 26, 2011, at 7:57 PM, [email protected] wrote:

On Sun, Jun 26, 2011 at 7:50 PM, ccuadrado
[email protected]
wrote:

Yeah i have done the following steps multiple times. I will bang on it some more when i get back from dinner.

Hrm. Okay, yeah sorry, that's all I could think of from this end. Let
me know how it goes.

Lou

Reply to this email directly or view it on GitHub:
#5 (comment)

from vegas.

ljsc avatar ljsc commented on July 28, 2024

On Sun, Jun 26, 2011 at 8:03 PM, ccuadrado
[email protected]
wrote:

Gonna install fink and macports when i get home.

For what? I've only heard painful stories about both.

I thought you already had macfuse installed? You have rvm too, so what
do you need from ports?

If you want to go down that path, homebrew is a much better option IMHO.

Lou

from vegas.

ccuadrado avatar ccuadrado commented on July 28, 2024

I thought maybe I'm missing a library that the system could use at
compiletime since it's borking while installing dependencies.

However, even though I use `rvm use 1.8.7' when I run the install it
gives me an error :
Gem files will remain installed in
/Users/catalino/.rvm/gems/ruby-head/gems/fusefs-osx-0.7.0 for
inspection.
Results logged to
/Users/catalino/.rvm/gems/ruby-head/gems/fusefs-osx-0.7.0/ext/gem_make.out
Results logged to
/Users/catalino/.rvm/gems/ruby-1.9.2-p136/gems/fusefs-osx-0.7.0/ext/gem_make.out

it appears when I attempt to install and compile the gem it uses ruby
1.9.2, which obviously borks.

-Catalino

On Sun, Jun 26, 2011 at 9:47 PM, ljsc
[email protected]
wrote:

On Sun, Jun 26, 2011 at 8:03 PM, ccuadrado
[email protected]
wrote:

Gonna install fink and macports when i get home.

For what? I've only heard painful stories about both.

I thought you already had macfuse installed? You have rvm too, so what
do you need from ports?

If you want to go down that path, homebrew is a much better option IMHO.

Lou

Reply to this email directly or view it on GitHub:
#5 (comment)

from vegas.

ccuadrado avatar ccuadrado commented on July 28, 2024

Running gcc -v gives me
harry-potter:examples catalino$ gcc -v
Using built-in specs.
Target: i686-apple-darwin10
Configured with: /var/tmp/gcc/gcc-5646.1~2/src/configure
--disable-checking --enable-werror --prefix=/usr --mandir=/share/man
--enable-languages=c,objc,c++,obj-c++
--program-transform-name=/^[cg][^.-]*$/s/$/-4.2/
--with-slibdir=/usr/lib --build=i686-apple-darwin10
--with-gxx-include-dir=/include/c++/4.2.1
--program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10
--target=i686-apple-darwin10
Thread model: posix
gcc version 4.2.1 (Apple Inc. build 5646) (dot 1)

On Sun, Jun 26, 2011 at 10:24 PM, Catalino Cuadrado [email protected] wrote:

I thought maybe I'm missing a library that the system could use at
compiletime since it's borking while installing dependencies.

However, even though I use `rvm use 1.8.7' when I run the install it
gives me an error :
Gem files will remain installed in
/Users/catalino/.rvm/gems/ruby-head/gems/fusefs-osx-0.7.0 for
inspection.
Results logged to
/Users/catalino/.rvm/gems/ruby-head/gems/fusefs-osx-0.7.0/ext/gem_make.out
Results logged to
/Users/catalino/.rvm/gems/ruby-1.9.2-p136/gems/fusefs-osx-0.7.0/ext/gem_make.out

it appears when I attempt to install and compile the gem it uses ruby
1.9.2, which obviously borks.

-Catalino

On Sun, Jun 26, 2011 at 9:47 PM, ljsc
[email protected]
wrote:

On Sun, Jun 26, 2011 at 8:03 PM, ccuadrado
[email protected]
wrote:

Gonna install fink and macports when i get home.

For what? I've only heard painful stories about both.

I thought you already had macfuse installed? You have rvm too, so what
do you need from ports?

If you want to go down that path, homebrew is a much better option IMHO.

Lou

Reply to this email directly or view it on GitHub:
#5 (comment)

from vegas.

ccuadrado avatar ccuadrado commented on July 28, 2024

rvm gem list gives me the list below. Is it normal to have 4 gem
lists? Could that be causing the problem?
harry-potter:examples catalino$ rvm gem list

*** LOCAL GEMS ***

fusefs (0.7.0)
fusefs-osx (0.7.0)
json (1.5.3)
rake (0.9.2)

*** LOCAL GEMS ***

fusefs (0.7.0)
json (1.5.3)
mysql (2.8.1)
rake (0.8.7)
rubygems-update (1.4.2)

*** LOCAL GEMS ***

abstract (1.0.0)
actionmailer (3.0.3, 3.0.1)
actionpack (3.0.3, 3.0.1)
activemodel (3.0.3, 3.0.1)
activerecord (3.0.3, 3.0.1)
activeresource (3.0.3, 3.0.1)
activesupport (3.0.3, 3.0.1)
arel (2.0.6, 1.0.1)
bcrypt-ruby (2.1.4)
builder (2.1.2)
bundler (1.0.7)
devise (1.1.5)
devise_ldap_authenticatable (0.4.4)
erubis (2.6.6)
formtastic (1.2.0)
fusefs (0.7.0)
i18n (0.5.0, 0.4.1)
json (1.5.3)
mail (2.2.14, 2.2.7)
mime-types (1.16)
mysql (2.8.1)
net-ldap (0.1.1)
polyglot (0.3.1)
rack (1.2.1)
rack-mount (0.6.13)
rack-test (0.5.7, 0.5.6)
rails (3.0.3, 3.0.1)
railties (3.0.3, 3.0.1)
rake (0.8.7)
rubygems-update (1.4.2)
sqlite3-ruby (1.3.1)
thor (0.14.6, 0.14.3)
treetop (1.4.9, 1.4.8)
tzinfo (0.3.23)
warden (1.0.3)

*** LOCAL GEMS ***

abstract (1.0.0)
actionmailer (3.0.0.rc2)
actionpack (3.0.0.rc2)
activemodel (3.0.0.rc2)
activerecord (3.0.0.rc2)
activeresource (3.0.0.rc2)
activesupport (3.0.0.rc2)
arel (1.0.0.rc1)
builder (2.1.2)
bundler (1.0.0.rc.6)
erubis (2.6.6)
fusefs (0.7.0)
i18n (0.4.2)
json (1.5.3)
mail (2.2.12)
mime-types (1.16)
polyglot (0.3.1)
rack (1.2.1)
rack-mount (0.6.13)
rack-test (0.5.6)
rails (3.0.0.rc2)
railties (3.0.0.rc2)
rake (0.8.7)
thor (0.14.6)
treetop (1.4.9)
tzinfo (0.3.23)
harry-potter:examples catalino$

On Sun, Jun 26, 2011 at 10:28 PM, Catalino Cuadrado [email protected] wrote:

Running gcc -v gives me
harry-potter:examples catalino$ gcc -v
Using built-in specs.
Target: i686-apple-darwin10
Configured with: /var/tmp/gcc/gcc-5646.1~2/src/configure
--disable-checking --enable-werror --prefix=/usr --mandir=/share/man
--enable-languages=c,objc,c++,obj-c++
--program-transform-name=/^[cg][^.-]*$/s/$/-4.2/
--with-slibdir=/usr/lib --build=i686-apple-darwin10
--with-gxx-include-dir=/include/c++/4.2.1
--program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10
--target=i686-apple-darwin10
Thread model: posix
gcc version 4.2.1 (Apple Inc. build 5646) (dot 1)

On Sun, Jun 26, 2011 at 10:24 PM, Catalino Cuadrado [email protected] wrote:

I thought maybe I'm missing a library that the system could use at
compiletime since it's borking while installing dependencies.

However, even though I use `rvm use 1.8.7' when I run the install it
gives me an error :
Gem files will remain installed in
/Users/catalino/.rvm/gems/ruby-head/gems/fusefs-osx-0.7.0 for
inspection.
Results logged to
/Users/catalino/.rvm/gems/ruby-head/gems/fusefs-osx-0.7.0/ext/gem_make.out
Results logged to
/Users/catalino/.rvm/gems/ruby-1.9.2-p136/gems/fusefs-osx-0.7.0/ext/gem_make.out

it appears when I attempt to install and compile the gem it uses ruby
1.9.2, which obviously borks.

-Catalino

On Sun, Jun 26, 2011 at 9:47 PM, ljsc
[email protected]
wrote:

On Sun, Jun 26, 2011 at 8:03 PM, ccuadrado
[email protected]
wrote:

Gonna install fink and macports when i get home.

For what? I've only heard painful stories about both.

I thought you already had macfuse installed? You have rvm too, so what
do you need from ports?

If you want to go down that path, homebrew is a much better option IMHO.

Lou

Reply to this email directly or view it on GitHub:
#5 (comment)

from vegas.

ccuadrado avatar ccuadrado commented on July 28, 2024

soooo after uninstaling rvm, deleting all my gems, deleting everything else and reinstalling, I find the solution:

I have to put
require 'rubygems' at the beginning of every file.
FML. :(

from vegas.

ljsc avatar ljsc commented on July 28, 2024

Lol, that will do it. Rubygems is built into 1.9, and I have an bash alias

alias ruby = ruby -rubygems

=)

On Sun, Jun 26, 2011 at 11:36 PM, ccuadrado
[email protected]
wrote:

soooo after uninstaling rvm, deleting all my gems, deleting everything else and reinstalling, I find the solution:

I have to put
require 'rubygems' at the beginning of every file.
FML. :(

Reply to this email directly or view it on GitHub:
#5 (comment)

Lou

from vegas.

Related Issues (18)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.