Code Monkey home page Code Monkey logo

Comments (25)

mafintosh avatar mafintosh commented on June 14, 2024

Hmm looks like all the native modules are failing. Are you able to install compiled modules in general?

from torrent-mount.

therebelrobot avatar therebelrobot commented on June 14, 2024

I'm getting the same issue. I've installed compiled modules before as well.

EDIT: lolz. sorry. I forgot to install fuse4js properly. did that and all is hunky dory. Thanks!

from torrent-mount.

mafintosh avatar mafintosh commented on June 14, 2024

Do you have fuse installed?

from torrent-mount.

mafintosh avatar mafintosh commented on June 14, 2024

@therebelrobot Cool! Would be great if we install that automagically somehow

from torrent-mount.

mafintosh avatar mafintosh commented on June 14, 2024

@brian-gates did you install fuse?

from torrent-mount.

brian-gates avatar brian-gates commented on June 14, 2024

Yes I have fuse. No I haven't installed compiled modules before on this machine, just got it.

On Sat, Apr 26, 2014 at 12:41 PM, Mathias Buus [email protected]
wrote:

@brian-gates did you install fuse?

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

from torrent-mount.

mafintosh avatar mafintosh commented on June 14, 2024

@brian-gates You probably need to install command line xcode tools then (i think i remember it being necessary to build stuff)

from torrent-mount.

brian-gates avatar brian-gates commented on June 14, 2024

Ok cool I'll give that a shot!

On Sat, Apr 26, 2014 at 1:45 PM, Mathias Buus [email protected]
wrote:

@brian-gates You probably need to install command line xcode tools then (i think i remember it being necessary to build stuff)

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

from torrent-mount.

brian-gates avatar brian-gates commented on June 14, 2024

Updated gist with log of second attempt (after installing xcode command line tools). Still no luck :(

from torrent-mount.

brian-gates avatar brian-gates commented on June 14, 2024
Brians-MacBook-Pro:api briangates$ make -v
GNU Make 3.81
Copyright (C) 2006  Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

This program built for i386-apple-darwin11.3.0
Brians-MacBook-Pro:api briangates$ python -V
Python 2.7.5

from torrent-mount.

brian-gates avatar brian-gates commented on June 14, 2024
Brians-MacBook-Pro:api briangates$ xcode-select -v
xcode-select version 2333.

from torrent-mount.

Ivshti avatar Ivshti commented on June 14, 2024

Same problem on my Mac. OS X, latest version - I also have both MacFUSE and Fuse for OS X installed. @brian-gates is there any chance that you also have those? Maybe that have something to do with it?

I'll dig into the logs.

from torrent-mount.

mafintosh avatar mafintosh commented on June 14, 2024

@Ivshti Is it also bailing on install time for you?

from torrent-mount.

Ivshti avatar Ivshti commented on June 14, 2024

Yes, exactly the same issue. Update: I tried with only npm install fuse4js and I've quickly identified the issue. Apparently you were right that it's xcode (or build stack) related, which is weird, because I have built modules before.

/bin/sh: pkg-config: command not found
gyp: Call to 'pkg-config --libs-only-l fuse' returned exit status 127.

from torrent-mount.

Ivshti avatar Ivshti commented on June 14, 2024

Okay, another update. pkg-config is not included by default with XCode, it has to be installed via Mac Ports.

from torrent-mount.

mafintosh avatar mafintosh commented on June 14, 2024

@Ivshti Nice debugging! @brian-gates try installing pkg-config. using homebrew its brew install pkg-config and something similar using mac ports

from torrent-mount.

mafintosh avatar mafintosh commented on June 14, 2024

We should do a prebuild version of fuse4js similar to what I did for leveldown, https://github.com/mafintosh/node-leveldown#notice

from torrent-mount.

Ivshti avatar Ivshti commented on June 14, 2024

Damn it, forgot about brew, so I installed Mac Ports. Anyway, it seems like this was the only issue. torrent-mount installs successfully on OS X now.

from torrent-mount.

brian-gates avatar brian-gates commented on June 14, 2024

Installing pkg-config fixed it.

Thanks for the help, guys :)

This. Is. Awesome!!!!!!

from torrent-mount.

brian-gates avatar brian-gates commented on June 14, 2024

What's the best way to interrupt this? ctrl+c doesn't seem to do it; I have to ctrl+d (logout).

from torrent-mount.

mafintosh avatar mafintosh commented on June 14, 2024

hmm ctrl+c should work (it intercepts ctrl+c to unmount the drive). does it throw an error when you do that?

from torrent-mount.

brian-gates avatar brian-gates commented on June 14, 2024

No it just seems to ingnore it.

On Sun, Apr 27, 2014 at 8:40 AM, Mathias Buus [email protected]
wrote:

hmm ctrl+c should work (it intercepts ctrl+c to unmount the drive). does it throw an error when you do that?

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

from torrent-mount.

mafintosh avatar mafintosh commented on June 14, 2024

@brian-gates could you make a new issue for this? i'll try and fix it

from torrent-mount.

mafintosh avatar mafintosh commented on June 14, 2024

@brian-gates actually i think i just fixed it. try upgrading to 1.0.3 to test it

from torrent-mount.

brian-gates avatar brian-gates commented on June 14, 2024

I upgraded and it still happened.

from torrent-mount.

Related Issues (20)

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.