Skip to content

Instantly share code, notes, and snippets.

@thepian
Created March 29, 2013 18:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thepian/84cda6cd1d9a192b9644 to your computer and use it in GitHub Desktop.
Save thepian/84cda6cd1d9a192b9644 to your computer and use it in GitHub Desktop.
fibers/mongodb compile
npm http 200 https://registry.npmjs.org/bson/-/bson-0.0.6.tgz
make: Entering directory `/root/tmp/tmp-105107a72x4g/build/package/node_modules/fibers/build'
CXX(target) Release/obj.target/fibers/src/fibers.o
> useragent@1.0.6 postinstall /root/tmp/tmp-105107a72x4g/build/package/node_modules/useragent
> node ./bin/update.js
npm WARN package.json bson@0.0.6 No README.md file found!
Successfully fetched and generated new parsers from the internets.
CXX(target) Release/obj.target/fibers/src/coroutine.o
> bson@0.0.6 install /root/tmp/tmp-105107a72x4g/build/package/node_modules/mongodb/node_modules/bson
> node install.js
../src/coroutine.cc:23:41: warning: converting to non-pointer type 'pthread_key_t {aka unsigned int}' from NULL [-Wconversion-null]
../src/coroutine.cc:24:40: warning: converting to non-pointer type 'pthread_key_t {aka unsigned int}' from NULL [-Wconversion-null]
../src/coroutine.cc: In constructor 'Coroutine::Coroutine()':
../src/coroutine.cc:87:46: warning: passing NULL to non-pointer argument 5 of 'void coro_create(coro_context*, coro_func, void*, void*, long int)' [-Wconversion-null]
../src/coroutine.cc: In destructor 'Coroutine::~Coroutine()':
../src/coroutine.cc:110:24: warning: statement has no effect [-Wunused-value]
================================================================================
= =
= To install with C++ bson parser do <npm install mongodb --mongodb:native> =
= =
================================================================================
CC(target) Release/obj.target/fibers/src/libcoro/coro.o
SOLINK_MODULE(target) Release/obj.target/fibers.node
SOLINK_MODULE(target) Release/obj.target/fibers.node: Finished
COPY Release/fibers.node
make: Leaving directory `/root/tmp/tmp-105107a72x4g/build/package/node_modules/fibers/build'
Build succeeded but target not found
npm ERR! fibers@0.6.9 install: `node ./build.js`
npm ERR! `sh "-c" "node ./build.js"` failed with 1
npm ERR!
npm ERR! Failed at the fibers@0.6.9 install script.
npm ERR! This is most likely a problem with the fibers package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node ./build.js
npm ERR! You can get their info via:
npm ERR! npm owner ls fibers
npm ERR! There is likely additional logging output above.
npm ERR! System SunOS 5.11
npm ERR! command "node" "/opt/local/bin/npm" "install"
npm ERR! cwd /root/tmp/tmp-105107a72x4g/build/package
npm ERR! node -v v0.8.22
npm ERR! npm -v 1.2.15
npm ERR! code ELIFECYCLE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /root/tmp/tmp-105107a72x4g/build/package/npm-debug.log
npm ERR! not ok code 0
help: For help with this error contact Nodejitsu Support:
help: webchat: <http://webchat.nodejitsu.com/>
help: irc: <irc://chat.freenode.net/#nodejitsu>
help: email: <support@nodejitsu.com>
help:
help: Copy and paste this output to a gist (http://gist.github.com/)
info: Nodejitsu not ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment