-
Notifications
You must be signed in to change notification settings - Fork 36
Installing terminal fails on Atom 0.51.0 #19
Comments
Similar issue on Version 0.69.0 (0.69.0) > [email protected] install /private/var/folders/n_/5yd480d13_q3gj3gy_g6slm8n8qsmj/T/apm-install-dir-114211-70068-zulpgp/node_modules/terminal/node_modules/pty.js
> node-gyp rebuild
CXX(target) Release/obj.target/pty/src/unix/pty.o
npm http GET https://registry.npmjs.org/pty.js/0.2.2
npm http GET https://registry.npmjs.org/guid/0.0.10
npm http 200 https://registry.npmjs.org/guid/0.0.10
npm http GET https://registry.npmjs.org/guid/-/guid-0.0.10.tgz
npm http 200 https://registry.npmjs.org/pty.js/0.2.2
npm http GET https://registry.npmjs.org/pty.js/-/pty.js-0.2.2.tgz
npm http 200 https://registry.npmjs.org/guid/-/guid-0.0.10.tgz
npm http 200 https://registry.npmjs.org/pty.js/-/pty.js-0.2.2.tgz
../src/unix/pty.cc:65:15: error: unknown type name 'Arguments'; did you mean 'v8::internal::Arguments'?
PtyFork(const Arguments&);
^~~~~~~~~
v8::internal::Arguments
/Users/tstachl/.atom/.node-gyp/.node-gyp/0.11.10/deps/v8/include/v8.h:140:7: note: 'v8::internal::Arguments' declared here
class Arguments;
^
../src/unix/pty.cc:68:15: error: unknown type name 'Arguments'; did you mean 'v8::internal::Arguments'?
PtyOpen(const Arguments&);
^~~~~~~~~
v8::internal::Arguments
/Users/tstachl/.atom/.node-gyp/.node-gyp/0.11.10/deps/v8/include/v8.h:140:7: note: 'v8::internal::Arguments' declared here
class Arguments;
^
../src/unix/pty.cc:71:17: error: unknown type name 'Arguments'; did you mean 'v8::internal::Arguments'?
PtyResize(const Arguments&);
^~~~~~~~~
v8::internal::Arguments
/Users/tstachl/.atom/.node-gyp/.node-gyp/0.11.10/deps/v8/include/v8.h:140:7: note: 'v8::internal::Arguments' declared here
class Arguments;
^
../src/unix/pty.cc:74:18: error: unknown type name 'Arguments'; did you mean 'v8::internal::Arguments'?
PtyGetProc(const Arguments&);
^~~~~~~~~
v8::internal::Arguments
/Users/tstachl/.atom/.node-gyp/.node-gyp/0.11.10/deps/v8/include/v8.h:140:7: note: 'v8::internal::Arguments' declared here
class Arguments;
^
../src/unix/pty.cc:104:15: error: unknown type name 'Arguments'; did you mean 'v8::internal::Arguments'?
PtyFork(const Arguments& args) {
^~~~~~~~~
v8::internal::Arguments
/Users/tstachl/.atom/.node-gyp/.node-gyp/0.11.10/deps/v8/include/v8.h:140:7: note: 'v8::internal::Arguments' declared here
class Arguments;
^
../src/unix/pty.cc:105:15: error: no matching constructor for initialization of 'v8::HandleScope'
HandleScope scope;
^
/Users/tstachl/.atom/.node-gyp/.node-gyp/0.11.10/deps/v8/include/v8.h:756:3: note: candidate constructor not viable: requires single argument 'isolate', but no arguments were provided
HandleScope(Isolate* isolate);
^
/Users/tstachl/.atom/.node-gyp/.node-gyp/0.11.10/deps/v8/include/v8.h:783:3: note: candidate constructor not viable: requires 1 argument, but 0 were provided
HandleScope(const HandleScope&);
^
../src/unix/pty.cc:226:15: error: unknown type name 'Arguments'; did you mean 'v8::internal::Arguments'?
PtyOpen(const Arguments& args) {
^~~~~~~~~
v8::internal::Arguments
/Users/tstachl/.atom/.node-gyp/.node-gyp/0.11.10/deps/v8/include/v8.h:140:7: note: 'v8::internal::Arguments' declared here
class Arguments;
^
../src/unix/pty.cc:227:15: error: no matching constructor for initialization of 'v8::HandleScope'
HandleScope scope;
^
/Users/tstachl/.atom/.node-gyp/.node-gyp/0.11.10/deps/v8/include/v8.h:756:3: note: candidate constructor not viable: requires single argument 'isolate', but no arguments were provided
HandleScope(Isolate* isolate);
^
/Users/tstachl/.atom/.node-gyp/.node-gyp/0.11.10/deps/v8/include/v8.h:783:3: note: candidate constructor not viable: requires 1 argument, but 0 were provided
HandleScope(const HandleScope&);
^
../src/unix/pty.cc:277:17: error: unknown type name 'Arguments'; did you mean 'v8::internal::Arguments'?
PtyResize(const Arguments& args) {
^~~~~~~~~
v8::internal::Arguments
/Users/tstachl/.atom/.node-gyp/.node-gyp/0.11.10/deps/v8/include/v8.h:140:7: note: 'v8::internal::Arguments' declared here
class Arguments;
^
../src/unix/pty.cc:278:15: error: no matching constructor for initialization of 'v8::HandleScope'
HandleScope scope;
^
/Users/tstachl/.atom/.node-gyp/.node-gyp/0.11.10/deps/v8/include/v8.h:756:3: note: candidate constructor not viable: requires single argument 'isolate', but no arguments were provided
HandleScope(Isolate* isolate);
^
/Users/tstachl/.atom/.node-gyp/.node-gyp/0.11.10/deps/v8/include/v8.h:783:3: note: candidate constructor not viable: requires 1 argument, but 0 were provided
HandleScope(const HandleScope&);
^
../src/unix/pty.cc:311:18: error: unknown type name 'Arguments'; did you mean 'v8::internal::Arguments'?
PtyGetProc(const Arguments& args) {
^~~~~~~~~
v8::internal::Arguments
/Users/tstachl/.atom/.node-gyp/.node-gyp/0.11.10/deps/v8/include/v8.h:140:7: note: 'v8::internal::Arguments' declared here
class Arguments;
^
../src/unix/pty.cc:312:15: error: no matching constructor for initialization of 'v8::HandleScope'
HandleScope scope;
^
/Users/tstachl/.atom/.node-gyp/.node-gyp/0.11.10/deps/v8/include/v8.h:756:3: note: candidate constructor not viable: requires single argument 'isolate', but no arguments were provided
HandleScope(Isolate* isolate);
^
/Users/tstachl/.atom/.node-gyp/.node-gyp/0.11.10/deps/v8/include/v8.h:783:3: note: candidate constructor not viable: requires 1 argument, but 0 were provided
HandleScope(const HandleScope&);
^
../src/unix/pty.cc:499:10: error: use of undeclared identifier 'openpty'
return openpty(amaster, aslave, name, (termios *)termp, (winsize *)winp);
^
../src/unix/pty.cc:545:10: error: use of undeclared identifier 'forkpty'
return forkpty(amaster, name, (termios *)termp, (winsize *)winp);
^
../src/unix/pty.cc:555:15: error: no matching constructor for initialization of 'v8::HandleScope'
HandleScope scope;
^
/Users/tstachl/.atom/.node-gyp/.node-gyp/0.11.10/deps/v8/include/v8.h:756:3: note: candidate constructor not viable: requires single argument 'isolate', but no arguments were provided
HandleScope(Isolate* isolate);
^
/Users/tstachl/.atom/.node-gyp/.node-gyp/0.11.10/deps/v8/include/v8.h:783:3: note: candidate constructor not viable: requires 1 argument, but 0 were provided
HandleScope(const HandleScope&);
^
15 errors generated.
make: *** [Release/obj.target/pty/src/unix/pty.o] Error 1
gyp ERR! build error
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/Applications/Atom.app/Contents/Resources/app/apm/node_modules/atom-package-manager/node_modules/npm/node_modules/node-gyp/lib/build.js:267:23)
gyp ERR! stack at ChildProcess.EventEmitter.emit (events.js:98:17)
gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:797:12)
gyp ERR! System Darwin 12.5.0
gyp ERR! command "node" "/Applications/Atom.app/Contents/Resources/app/apm/node_modules/atom-package-manager/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /private/var/folders/n_/5yd480d13_q3gj3gy_g6slm8n8qsmj/T/apm-install-dir-114211-70068-zulpgp/node_modules/terminal/node_modules/pty.js
gyp ERR! node -v v0.10.26
gyp ERR! node-gyp -v v0.12.2
gyp ERR! not ok
npm ERR! [email protected] install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script.
npm ERR! This is most likely a problem with the pty.js package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node-gyp rebuild
npm ERR! You can get their info via:
npm ERR! npm owner ls pty.js
npm ERR! There is likely additional logging output above.
npm ERR! System Darwin 12.5.0
npm ERR! command "/Applications/Atom.app/Contents/Resources/app/apm/node_modules/atom-package-manager/bin/node" "/Applications/Atom.app/Contents/Resources/app/apm/node_modules/atom-package-manager/node_modules/npm/bin/npm-cli.js" "--userconfig" "/Applications/Atom.app/Contents/Resources/app/apm/node_modules/atom-package-manager/.apmrc" "install" "/var/folders/n_/5yd480d13_q3gj3gy_g6slm8n8qsmj/T/d-114211-70068-1icka1o/package.tgz" "--target=0.11.10" "--arch=x64"
npm ERR! cwd /private/var/folders/n_/5yd480d13_q3gj3gy_g6slm8n8qsmj/T/apm-install-dir-114211-70068-zulpgp
npm ERR! node -v v0.10.26
npm ERR! npm -v 1.4.4
npm ERR! code ELIFECYCLE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /private/var/folders/n_/5yd480d13_q3gj3gy_g6slm8n8qsmj/T/apm-install-dir-114211-70068-zulpgp/npm-debug.log
npm ERR! not ok code 0 |
+1 v0.69.0 |
also experiencing error installing on Atom v0.71.0
|
Same issue on Version 0.75.0 (0.75.0)
npm http GET https://registry.npmjs.org/debounce/0.0.3 npm ERR! System Darwin 13.1.0 |
I see the same on Version 0.78.0 (0.78.0)
|
same issue :(
|
See solution here #28 (comment) |
The text was updated successfully, but these errors were encountered: