Skip to content

Instantly share code, notes, and snippets.

@jimfleming
Created March 22, 2015 17:51
> node ./build.js
child_eprocess: customFds option is deprecated, use stdio instead.
gyp WARN EACCES user "root" does not have permission to access the dev dir "/Users/Jim/.node-gyp/1.5.0"
gyp WARN EACCES attempting to reinstall using temporary dev dir "/Users/Jim/Documents/***/node_modules/capnp/.node-gyp"
child_process: customFds option is deprecated, use stdio instead.
2015-03-22 10:33:02.429 xcodebuild[64755:10399416] [MT] PluginLoading: Required plug-in compatibility UUID C4A681B0-4A26-480E-93EC-1218098B9AA0 for plug-in at path '~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/Unity4XC.xcplugin' not present in DVTPlugInCompatibilityUUIDs
2015-03-22 10:33:02.432 xcodebuild[64755:10399416] Failed to load plugin at: /Users/Jim/Library/Application Support/Developer/Shared/Xcode/Plug-ins/Unity4XC.xcplugin, skipping. Reason for failure: *** -[__NSPlaceholderDictionary initWithObjects:forKeys:count:]: attempt to insert nil object from objects[0]
CXX(target) Release/obj.target/capnp/src/node-capnp/capnp.o
../src/node-capnp/capnp.cc:70:7: error: use of undeclared identifier 'uv_last_error'; did
you mean 'uv_strerror'?
UV_CALL(uv_timer_stop(&timer), loop);
^
../src/node-capnp/capnp.cc:63:36: note: expanded from macro 'UV_CALL'
KJ_ASSERT(code == 0, uv_strerror(uv_last_error(loop)), ##__VA_ARGS__)
^
/usr/local/include/kj/debug.h:206:57: note: expanded from macro 'KJ_REQUIRE'
#cond, #__VA_ARGS__, ##__VA_ARGS__);; f.fatal())
^
/Users/Jim/Documents/***/node_modules/capnp/.node-gyp/1.5.0/deps/uv/include/uv.h:354:23: note:
'uv_strerror' declared here
UV_EXTERN const char* uv_strerror(int err);
^
../src/node-capnp/capnp.cc:70:38: error: cannot initialize a parameter of type 'int' with
an lvalue of type 'uv_loop_t *' (aka 'uv_loop_s *')
UV_CALL(uv_timer_stop(&timer), loop);
^~~~
../src/node-capnp/capnp.cc:63:50: note: expanded from macro 'UV_CALL'
KJ_ASSERT(code == 0, uv_strerror(uv_last_error(loop)), ##__VA_ARGS__)
^
/usr/local/include/kj/debug.h:206:57: note: expanded from macro 'KJ_REQUIRE'
#cond, #__VA_ARGS__, ##__VA_ARGS__);; f.fatal())
^
/Users/Jim/Documents/***/node_modules/capnp/.node-gyp/1.5.0/deps/uv/include/uv.h:354:39: note:
passing argument to parameter 'err' here
UV_EXTERN const char* uv_strerror(int err);
^
../src/node-capnp/capnp.cc:86:5: error: use of undeclared identifier 'uv_last_error'; did
you mean 'uv_strerror'?
UV_CALL(uv_run(loop, UV_RUN_ONCE), loop);
^
../src/node-capnp/capnp.cc:63:36: note: expanded from macro 'UV_CALL'
KJ_ASSERT(code == 0, uv_strerror(uv_last_error(loop)), ##__VA_ARGS__)
^
/usr/local/include/kj/debug.h:206:57: note: expanded from macro 'KJ_REQUIRE'
#cond, #__VA_ARGS__, ##__VA_ARGS__);; f.fatal())
^
/Users/Jim/Documents/***/node_modules/capnp/.node-gyp/1.5.0/deps/uv/include/uv.h:354:23: note:
'uv_strerror' declared here
UV_EXTERN const char* uv_strerror(int err);
^
../src/node-capnp/capnp.cc:86:40: error: cannot initialize a parameter of type 'int' with
an lvalue of type 'uv_loop_t *' (aka 'uv_loop_s *')
UV_CALL(uv_run(loop, UV_RUN_ONCE), loop);
^~~~
../src/node-capnp/capnp.cc:63:50: note: expanded from macro 'UV_CALL'
KJ_ASSERT(code == 0, uv_strerror(uv_last_error(loop)), ##__VA_ARGS__)
^
/usr/local/include/kj/debug.h:206:57: note: expanded from macro 'KJ_REQUIRE'
#cond, #__VA_ARGS__, ##__VA_ARGS__);; f.fatal())
^
/Users/Jim/Documents/***/node_modules/capnp/.node-gyp/1.5.0/deps/uv/include/uv.h:354:39: note:
passing argument to parameter 'err' here
UV_EXTERN const char* uv_strerror(int err);
^
../src/node-capnp/capnp.cc:99:5: error: use of undeclared identifier 'uv_last_error'; did
you mean 'uv_strerror'?
UV_CALL(uv_run(loop, UV_RUN_NOWAIT), loop);
^
../src/node-capnp/capnp.cc:63:36: note: expanded from macro 'UV_CALL'
KJ_ASSERT(code == 0, uv_strerror(uv_last_error(loop)), ##__VA_ARGS__)
^
/usr/local/include/kj/debug.h:206:57: note: expanded from macro 'KJ_REQUIRE'
#cond, #__VA_ARGS__, ##__VA_ARGS__);; f.fatal())
^
/Users/Jim/Documents/***/node_modules/capnp/.node-gyp/1.5.0/deps/uv/include/uv.h:354:23: note:
'uv_strerror' declared here
UV_EXTERN const char* uv_strerror(int err);
^
../src/node-capnp/capnp.cc:99:42: error: cannot initialize a parameter of type 'int' with
an lvalue of type 'uv_loop_t *' (aka 'uv_loop_s *')
UV_CALL(uv_run(loop, UV_RUN_NOWAIT), loop);
^~~~
../src/node-capnp/capnp.cc:63:50: note: expanded from macro 'UV_CALL'
KJ_ASSERT(code == 0, uv_strerror(uv_last_error(loop)), ##__VA_ARGS__)
^
/usr/local/include/kj/debug.h:206:57: note: expanded from macro 'KJ_REQUIRE'
#cond, #__VA_ARGS__, ##__VA_ARGS__);; f.fatal())
^
/Users/Jim/Documents/***/node_modules/capnp/.node-gyp/1.5.0/deps/uv/include/uv.h:354:39: note:
passing argument to parameter 'err' here
UV_EXTERN const char* uv_strerror(int err);
^
../src/node-capnp/capnp.cc:124:5: error: use of undeclared identifier 'uv_last_error';
did you mean 'uv_strerror'?
UV_CALL(uv_timer_init(loop, &timer), loop);
^
../src/node-capnp/capnp.cc:63:36: note: expanded from macro 'UV_CALL'
KJ_ASSERT(code == 0, uv_strerror(uv_last_error(loop)), ##__VA_ARGS__)
^
/usr/local/include/kj/debug.h:206:57: note: expanded from macro 'KJ_REQUIRE'
#cond, #__VA_ARGS__, ##__VA_ARGS__);; f.fatal())
^
/Users/Jim/Documents/***/node_modules/capnp/.node-gyp/1.5.0/deps/uv/include/uv.h:354:23: note:
'uv_strerror' declared here
UV_EXTERN const char* uv_strerror(int err);
^
../src/node-capnp/capnp.cc:124:42: error: cannot initialize a parameter of type 'int'
with an lvalue of type 'uv_loop_t *' (aka 'uv_loop_s *')
UV_CALL(uv_timer_init(loop, &timer), loop);
^~~~
../src/node-capnp/capnp.cc:63:50: note: expanded from macro 'UV_CALL'
KJ_ASSERT(code == 0, uv_strerror(uv_last_error(loop)), ##__VA_ARGS__)
^
/usr/local/include/kj/debug.h:206:57: note: expanded from macro 'KJ_REQUIRE'
#cond, #__VA_ARGS__, ##__VA_ARGS__);; f.fatal())
^
/Users/Jim/Documents/***/node_modules/capnp/.node-gyp/1.5.0/deps/uv/include/uv.h:354:39: note:
passing argument to parameter 'err' here
UV_EXTERN const char* uv_strerror(int err);
^
../src/node-capnp/capnp.cc:126:13: error: no matching function for call to
'uv_timer_start'
UV_CALL(uv_timer_start(&timer, &doRun, 0, 0), loop);
^~~~~~~~~~~~~~
../src/node-capnp/capnp.cc:63:13: note: expanded from macro 'UV_CALL'
KJ_ASSERT(code == 0, uv_strerror(uv_last_error(loop)), ##__VA_ARGS__)
^
/usr/local/include/kj/debug.h:204:17: note: expanded from macro 'KJ_REQUIRE'
if (KJ_LIKELY(cond)) {} else \
^
/usr/local/include/kj/common.h:129:47: note: expanded from macro 'KJ_LIKELY'
#define KJ_LIKELY(condition) __builtin_expect(condition, true)
^
/Users/Jim/Documents/***/node_modules/capnp/.node-gyp/1.5.0/deps/uv/include/uv.h:760:15: note:
candidate function not viable: no known conversion from 'void (*)(uv_timer_t *,
int)' to 'uv_timer_cb' (aka 'void (*)(uv_timer_t *)') for 2nd argument
UV_EXTERN int uv_timer_start(uv_timer_t* handle,
^
../src/node-capnp/capnp.cc:126:5: error: use of undeclared identifier 'uv_last_error';
did you mean 'uv_strerror'?
UV_CALL(uv_timer_start(&timer, &doRun, 0, 0), loop);
^
../src/node-capnp/capnp.cc:63:36: note: expanded from macro 'UV_CALL'
KJ_ASSERT(code == 0, uv_strerror(uv_last_error(loop)), ##__VA_ARGS__)
^
/usr/local/include/kj/debug.h:206:57: note: expanded from macro 'KJ_REQUIRE'
#cond, #__VA_ARGS__, ##__VA_ARGS__);; f.fatal())
^
/Users/Jim/Documents/***/node_modules/capnp/.node-gyp/1.5.0/deps/uv/include/uv.h:354:23: note:
'uv_strerror' declared here
UV_EXTERN const char* uv_strerror(int err);
^
../src/node-capnp/capnp.cc:126:51: error: cannot initialize a parameter of type 'int'
with an lvalue of type 'uv_loop_t *' (aka 'uv_loop_s *')
UV_CALL(uv_timer_start(&timer, &doRun, 0, 0), loop);
^~~~
../src/node-capnp/capnp.cc:63:50: note: expanded from macro 'UV_CALL'
KJ_ASSERT(code == 0, uv_strerror(uv_last_error(loop)), ##__VA_ARGS__)
^
/usr/local/include/kj/debug.h:206:57: note: expanded from macro 'KJ_REQUIRE'
#cond, #__VA_ARGS__, ##__VA_ARGS__);; f.fatal())
^
/Users/Jim/Documents/***/node_modules/capnp/.node-gyp/1.5.0/deps/uv/include/uv.h:354:39: note:
passing argument to parameter 'err' here
UV_EXTERN const char* uv_strerror(int err);
^
../src/node-capnp/capnp.cc:133:5: error: use of undeclared identifier 'uv_last_error';
did you mean 'uv_strerror'?
UV_CALL(uv_timer_stop(&timer), loop);
^
../src/node-capnp/capnp.cc:63:36: note: expanded from macro 'UV_CALL'
KJ_ASSERT(code == 0, uv_strerror(uv_last_error(loop)), ##__VA_ARGS__)
^
/usr/local/include/kj/debug.h:206:57: note: expanded from macro 'KJ_REQUIRE'
#cond, #__VA_ARGS__, ##__VA_ARGS__);; f.fatal())
^
/Users/Jim/Documents/***/node_modules/capnp/.node-gyp/1.5.0/deps/uv/include/uv.h:354:23: note:
'uv_strerror' declared here
UV_EXTERN const char* uv_strerror(int err);
^
../src/node-capnp/capnp.cc:133:36: error: cannot initialize a parameter of type 'int'
with an lvalue of type 'uv_loop_t *' (aka 'uv_loop_s *')
UV_CALL(uv_timer_stop(&timer), loop);
^~~~
../src/node-capnp/capnp.cc:63:50: note: expanded from macro 'UV_CALL'
KJ_ASSERT(code == 0, uv_strerror(uv_last_error(loop)), ##__VA_ARGS__)
^
/usr/local/include/kj/debug.h:206:57: note: expanded from macro 'KJ_REQUIRE'
#cond, #__VA_ARGS__, ##__VA_ARGS__);; f.fatal())
^
/Users/Jim/Documents/***/node_modules/capnp/.node-gyp/1.5.0/deps/uv/include/uv.h:354:39: note:
passing argument to parameter 'err' here
UV_EXTERN const char* uv_strerror(int err);
^
../src/node-capnp/capnp.cc:200:5: error: use of undeclared identifier 'uv_last_error';
did you mean 'uv_strerror'?
UV_CALL(uv_poll_init(uvLoop, &uvPoller, fd), uvLoop);
^
../src/node-capnp/capnp.cc:63:36: note: expanded from macro 'UV_CALL'
KJ_ASSERT(code == 0, uv_strerror(uv_last_error(loop)), ##__VA_ARGS__)
^
/usr/local/include/kj/debug.h:206:57: note: expanded from macro 'KJ_REQUIRE'
#cond, #__VA_ARGS__, ##__VA_ARGS__);; f.fatal())
^
/Users/Jim/Documents/***/node_modules/capnp/.node-gyp/1.5.0/deps/uv/include/uv.h:354:23: note:
'uv_strerror' declared here
UV_EXTERN const char* uv_strerror(int err);
^
../src/node-capnp/capnp.cc:200:50: error: cannot initialize a parameter of type 'int'
with an lvalue of type 'uv_loop_t *const' (aka 'uv_loop_s *const')
UV_CALL(uv_poll_init(uvLoop, &uvPoller, fd), uvLoop);
^~~~~~
../src/node-capnp/capnp.cc:63:50: note: expanded from macro 'UV_CALL'
KJ_ASSERT(code == 0, uv_strerror(uv_last_error(loop)), ##__VA_ARGS__)
^
/usr/local/include/kj/debug.h:206:57: note: expanded from macro 'KJ_REQUIRE'
#cond, #__VA_ARGS__, ##__VA_ARGS__);; f.fatal())
^
/Users/Jim/Documents/***/node_modules/capnp/.node-gyp/1.5.0/deps/uv/include/uv.h:354:39: note:
passing argument to parameter 'err' here
UV_EXTERN const char* uv_strerror(int err);
^
../src/node-capnp/capnp.cc:201:5: error: use of undeclared identifier 'uv_last_error';
did you mean 'uv_strerror'?
UV_CALL(uv_poll_start(&uvPoller, 0, &pollCallback), uvLoop);
^
../src/node-capnp/capnp.cc:63:36: note: expanded from macro 'UV_CALL'
KJ_ASSERT(code == 0, uv_strerror(uv_last_error(loop)), ##__VA_ARGS__)
^
/usr/local/include/kj/debug.h:206:57: note: expanded from macro 'KJ_REQUIRE'
#cond, #__VA_ARGS__, ##__VA_ARGS__);; f.fatal())
^
/Users/Jim/Documents/***/node_modules/capnp/.node-gyp/1.5.0/deps/uv/include/uv.h:354:23: note:
'uv_strerror' declared here
UV_EXTERN const char* uv_strerror(int err);
^
../src/node-capnp/capnp.cc:201:57: error: cannot initialize a parameter of type 'int'
with an lvalue of type 'uv_loop_t *const' (aka 'uv_loop_s *const')
UV_CALL(uv_poll_start(&uvPoller, 0, &pollCallback), uvLoop);
^~~~~~
../src/node-capnp/capnp.cc:63:50: note: expanded from macro 'UV_CALL'
KJ_ASSERT(code == 0, uv_strerror(uv_last_error(loop)), ##__VA_ARGS__)
^
/usr/local/include/kj/debug.h:206:57: note: expanded from macro 'KJ_REQUIRE'
#cond, #__VA_ARGS__, ##__VA_ARGS__);; f.fatal())
^
/Users/Jim/Documents/***/node_modules/capnp/.node-gyp/1.5.0/deps/uv/include/uv.h:354:39: note:
passing argument to parameter 'err' here
UV_EXTERN const char* uv_strerror(int err);
^
../src/node-capnp/capnp.cc:207:7: error: use of undeclared identifier 'uv_last_error';
did you mean 'uv_strerror'?
UV_CALL(uv_poll_stop(&uvPoller), uvLoop);
^
../src/node-capnp/capnp.cc:63:36: note: expanded from macro 'UV_CALL'
KJ_ASSERT(code == 0, uv_strerror(uv_last_error(loop)), ##__VA_ARGS__)
^
/usr/local/include/kj/debug.h:206:57: note: expanded from macro 'KJ_REQUIRE'
#cond, #__VA_ARGS__, ##__VA_ARGS__);; f.fatal())
^
/Users/Jim/Documents/***/node_modules/capnp/.node-gyp/1.5.0/deps/uv/include/uv.h:354:23: note:
'uv_strerror' declared here
UV_EXTERN const char* uv_strerror(int err);
^
../src/node-capnp/capnp.cc:207:40: error: cannot initialize a parameter of type 'int'
with an lvalue of type 'uv_loop_t *const' (aka 'uv_loop_s *const')
UV_CALL(uv_poll_stop(&uvPoller), uvLoop);
^~~~~~
../src/node-capnp/capnp.cc:63:50: note: expanded from macro 'UV_CALL'
KJ_ASSERT(code == 0, uv_strerror(uv_last_error(loop)), ##__VA_ARGS__)
^
/usr/local/include/kj/debug.h:206:57: note: expanded from macro 'KJ_REQUIRE'
#cond, #__VA_ARGS__, ##__VA_ARGS__);; f.fatal())
^
/Users/Jim/Documents/***/node_modules/capnp/.node-gyp/1.5.0/deps/uv/include/uv.h:354:39: note:
passing argument to parameter 'err' here
UV_EXTERN const char* uv_strerror(int err);
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
make: *** [Release/obj.target/capnp/src/node-capnp/capnp.o] Error 1
gyp ERR! build error
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:267:23)
gyp ERR! stack at emitTwo (events.js:87:13)
gyp ERR! stack at ChildProcess.emit (events.js:169:7)
gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:1044:12)
gyp ERR! System Darwin 14.0.0
gyp ERR! command "node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /Users/Jim/Documents/***/node_modules/capnp
gyp ERR! node -v v1.5.0
gyp ERR! node-gyp -v v1.0.2
gyp ERR! not ok
Build failed
npm ERR! Darwin 14.0.0
npm ERR! argv "node" "/usr/local/bin/npm" "install" "capnp"
npm ERR! node v1.5.0
npm ERR! npm v2.7.0
npm ERR! code ELIFECYCLE
npm ERR! capnp@0.1.11 install: `node ./build.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the capnp@0.1.11 install script 'node ./build.js'.
npm ERR! This is most likely a problem with the capnp 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 capnp
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! npm-debug.log
0 info it worked if it ends with ok
1 verbose cli [ 'node', '/usr/local/bin/npm', 'install', 'capnp' ]
2 info using npm@2.7.0
3 info using node@v1.5.0
4 verbose node symlink /usr/local/bin/node
5 warn package.json ***@0.0.1 No repository field.
6 warn package.json ***@0.0.1 No repository field.
7 warn package.json capnp-js@0.2.11 No README data
8 silly cache add args [ 'capnp', null ]
9 verbose cache add spec capnp
10 silly cache add parsed spec { raw: 'capnp',
10 silly cache add scope: null,
10 silly cache add name: 'capnp',
10 silly cache add rawSpec: '',
10 silly cache add spec: '*',
10 silly cache add type: 'range' }
11 verbose addNamed capnp@*
12 silly addNamed semver.valid null
13 silly addNamed semver.validRange *
14 silly addNameRange { name: 'capnp', range: '*', hasData: false }
15 silly mapToRegistry name capnp
16 silly mapToRegistry using default registry
17 silly mapToRegistry registry https://registry.npmjs.org/
18 silly mapToRegistry uri https://registry.npmjs.org/capnp
19 verbose addNameRange registry:https://registry.npmjs.org/capnp not in flight; fetching
20 verbose request uri https://registry.npmjs.org/capnp
21 verbose request no auth needed
22 info attempt registry request try #1 at 10:32:41
23 verbose request id 37c21767cd51e0d1
24 verbose etag "BPU187UH8LA62ULHGGULSZ04A"
25 http request GET https://registry.npmjs.org/capnp
26 http 304 https://registry.npmjs.org/capnp
27 silly get cb [ 304,
27 silly get { date: 'Sun, 22 Mar 2015 17:32:41 GMT',
27 silly get server: 'Apache',
27 silly get via: '1.1 varnish',
27 silly get 'last-modified': 'Sun, 22 Mar 2015 17:32:41 GMT',
27 silly get 'cache-control': 'max-age=60',
27 silly get etag: '"BPU187UH8LA62ULHGGULSZ04A"',
27 silly get age: '0',
27 silly get 'x-served-by': 'cache-sjc3133-SJC',
27 silly get 'x-cache': 'MISS',
27 silly get 'x-cache-hits': '0',
27 silly get 'x-timer': 'S1427045561.557780,VS0,VE177',
27 silly get vary: 'Accept',
27 silly get 'content-length': '0',
27 silly get 'keep-alive': 'timeout=10, max=50',
27 silly get connection: 'Keep-Alive' } ]
28 verbose etag https://registry.npmjs.org/capnp from cache
29 verbose get saving capnp to /Users/Jim/.npm/registry.npmjs.org/capnp/.cache.json
30 silly addNameRange number 2 { name: 'capnp', range: '*', hasData: true }
31 silly addNameRange versions [ 'capnp',
31 silly addNameRange [ '0.1.0',
31 silly addNameRange '0.1.1',
31 silly addNameRange '0.1.2',
31 silly addNameRange '0.1.3',
31 silly addNameRange '0.1.4',
31 silly addNameRange '0.1.5',
31 silly addNameRange '0.1.6',
31 silly addNameRange '0.1.7',
31 silly addNameRange '0.1.8',
31 silly addNameRange '0.1.9',
31 silly addNameRange '0.1.10',
31 silly addNameRange '0.1.11' ] ]
32 verbose addNamed capnp@0.1.11
33 silly addNamed semver.valid 0.1.11
34 silly addNamed semver.validRange 0.1.11
35 silly cache afterAdd capnp@0.1.11
36 verbose afterAdd /Users/Jim/.npm/capnp/0.1.11/package/package.json not in flight; writing
37 verbose afterAdd /Users/Jim/.npm/capnp/0.1.11/package/package.json written
38 silly install resolved [ { name: 'capnp',
38 silly install resolved version: '0.1.11',
38 silly install resolved description: 'A wrapper for the C++ Cap\'n Proto library',
38 silly install resolved keywords: [ 'capnproto', 'serialization' ],
38 silly install resolved homepage: 'http://capnproto.org',
38 silly install resolved author:
38 silly install resolved { name: 'Kenton Varda',
38 silly install resolved email: 'kenton@sandstorm.io',
38 silly install resolved url: 'https://sandstorm.io' },
38 silly install resolved contributors: [ [Object] ],
38 silly install resolved main: 'src/node-capnp/capnp.js',
38 silly install resolved peerDependencies: { 'es6-promise': '1.x' },
38 silly install resolved scripts:
38 silly install resolved { install: 'node ./build.js',
38 silly install resolved test: 'node src/node-capnp/capnp-test.js' },
38 silly install resolved repository: { type: 'git', url: 'git://github.com/kentonv/node-capnp.git' },
38 silly install resolved license: 'MIT',
38 silly install resolved bugs: { url: 'https://github.com/kentonv/node-capnp/issues' },
38 silly install resolved _id: 'capnp@0.1.11',
38 silly install resolved dist:
38 silly install resolved { shasum: '804a35f273c348c4921749021e89977aaa579d1c',
38 silly install resolved tarball: 'http://registry.npmjs.org/capnp/-/capnp-0.1.11.tgz' },
38 silly install resolved _from: 'capnp@*',
38 silly install resolved _npmVersion: '1.4.6',
38 silly install resolved _npmUser: { name: 'kentonv', email: 'temporal@gmail.com' },
38 silly install resolved maintainers: [ [Object] ],
38 silly install resolved directories: {},
38 silly install resolved _shasum: '804a35f273c348c4921749021e89977aaa579d1c',
38 silly install resolved _resolved: 'https://registry.npmjs.org/capnp/-/capnp-0.1.11.tgz',
38 silly install resolved readme: 'ERROR: No README data found!' } ]
39 info install capnp@0.1.11 into /Users/Jim/Documents/***
40 info installOne capnp@0.1.11
41 verbose installOne of capnp to /Users/Jim/Documents/*** not in flight; installing
42 verbose lock using /Users/Jim/.npm/_locks/capnp-c522cbb51164abf6.lock for /Users/Jim/Documents/***/node_modules/capnp
43 silly install write writing capnp 0.1.11 to /Users/Jim/Documents/***/node_modules/capnp
44 silly cache addNamed cb capnp@0.1.11
45 verbose unbuild node_modules/capnp
46 verbose gentlyRm vacuuming /Users/Jim/Documents/***/node_modules/capnp
47 verbose tar unpack /Users/Jim/.npm/capnp/0.1.11/package.tgz
48 verbose tar unpacking to /Users/Jim/Documents/***/node_modules/capnp
49 verbose gentlyRm vacuuming /Users/Jim/Documents/***/node_modules/capnp
50 silly gunzTarPerm modes [ '755', '644' ]
51 silly gunzTarPerm extractEntry package.json
52 silly gunzTarPerm extractEntry .npmignore
53 silly gunzTarPerm extractEntry README.md
54 silly gunzTarPerm extractEntry LICENSE
55 silly gunzTarPerm extractEntry build.js
56 silly gunzTarPerm extractEntry CONTRIBUTORS
57 silly gunzTarPerm extractEntry bin/.npmignore
58 silly gunzTarPerm extractEntry binding.gyp
59 silly gunzTarPerm extractEntry src/node-capnp/capnp-test.js
60 silly gunzTarPerm extractEntry src/node-capnp/capnp.js
61 silly gunzTarPerm extractEntry src/node-capnp/capnp.cc
62 silly gunzTarPerm extractEntry src/node-capnp/test.capnp
63 silly gunzTarPerm extractEntry src/node-capnp/testdata/binary
64 info preinstall capnp@0.1.11
65 silly prepareForInstallMany adding es6-promise@1.x from capnp peerDependencies
66 warn peerDependencies The peer dependency es6-promise@1.x included from capnp will no
67 warn peerDependencies longer be automatically installed to fulfill the peerDependency
68 warn peerDependencies in npm 3+. Your application will need to depend on it explicitly.
69 silly install resolved []
70 verbose about to build /Users/Jim/Documents/***/node_modules/capnp
71 info build /Users/Jim/Documents/***/node_modules/capnp
72 verbose linkStuff [ false,
72 verbose linkStuff false,
72 verbose linkStuff false,
72 verbose linkStuff '/Users/Jim/Documents/***/node_modules' ]
73 info linkStuff capnp@0.1.11
74 verbose linkBins capnp@0.1.11
75 verbose linkMans capnp@0.1.11
76 verbose rebuildBundles capnp@0.1.11
77 info install capnp@0.1.11
78 verbose unsafe-perm in lifecycle false
79 info capnp@0.1.11 Failed to exec install script
80 verbose unlock done using /Users/Jim/.npm/_locks/capnp-c522cbb51164abf6.lock for /Users/Jim/Documents/***/node_modules/capnp
81 verbose stack Error: capnp@0.1.11 install: `node ./build.js`
81 verbose stack Exit status 1
81 verbose stack at EventEmitter.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/lifecycle.js:213:16)
81 verbose stack at emitTwo (events.js:87:13)
81 verbose stack at EventEmitter.emit (events.js:169:7)
81 verbose stack at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/spawn.js:14:12)
81 verbose stack at emitTwo (events.js:87:13)
81 verbose stack at ChildProcess.emit (events.js:169:7)
81 verbose stack at maybeClose (child_process.js:984:16)
81 verbose stack at Process.ChildProcess._handle.onexit (child_process.js:1057:5)
82 verbose pkgid capnp@0.1.11
83 verbose cwd /Users/Jim/Documents/***
84 error Darwin 14.0.0
85 error argv "node" "/usr/local/bin/npm" "install" "capnp"
86 error node v1.5.0
87 error npm v2.7.0
88 error code ELIFECYCLE
89 error capnp@0.1.11 install: `node ./build.js`
89 error Exit status 1
90 error Failed at the capnp@0.1.11 install script 'node ./build.js'.
90 error This is most likely a problem with the capnp package,
90 error not with npm itself.
90 error Tell the author that this fails on your system:
90 error node ./build.js
90 error You can get their info via:
90 error npm owner ls capnp
90 error There is likely additional logging output above.
91 verbose exit [ 1, true ]
92 verbose unbuild node_modules/capnp
93 info preuninstall capnp@0.1.11
94 info uninstall capnp@0.1.11
95 verbose unbuild rmStuff capnp@0.1.11 from /Users/Jim/Documents/***/node_modules
96 info postuninstall capnp@0.1.11
97 verbose gentlyRm vacuuming /Users/Jim/Documents/***/node_modules/capnp
98 silly gentlyRm purging /Users/Jim/Documents/***/node_modules/capnp
99 silly gentlyRm quitting because other entries in /Users/Jim/Documents/***/node_modules
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment