-
Notifications
You must be signed in to change notification settings - Fork 61
node-gyp rebuild fails #69
Comments
Same issue - Fedora 23
make: Entering directory '/tmp/apm-install-dir-116126-15724-1xb8mky/node_modules/git-utils/build' make: *** No rule to make target 'Release/obj.target/libgit2/deps/libgit2/src/annotated_commit.o', needed by 'Release/obj.target/git2.a'. Stop. npm ERR! git-utils@4.1.2 install: npm ERR! Please include the following file with any support request: |
Can confirm this is failing on Mac OSX 10.11 as well. |
can confirm this is failing on ubuntu 14.04 also. |
Can confirm this on RHEL 7.2 also. |
Can confirm this on Windows 10. |
Can confirm this on Debian Testing. |
Can confirm this on Arch |
I'm having this issue on MacOS 10.14.6:
|
atom 1.4.1 (on Debian jessie), tying to install git-utils.
Installing “git-utils@4.1.2” failed.
Output below (unfortunately, the log mentioned at the very bottom does not exist):
make: Entering directory '/tmp/apm-install-dir-116124-20578-1fs2ixx/node_modules/git-utils/build'
make: Leaving directory '/tmp/apm-install-dir-116124-20578-1fs2ixx/node_modules/git-utils/build'
make: *** No rule to make target 'Release/obj.target/libgit2/deps/libgit2/src/annotated_commit.o', needed by 'Release/obj.target/git2.a'. Schluss.
gyp ERR! build error
gyp ERR! stack Error:
make
failed with exit code: 2gyp ERR! stack at ChildProcess.onExit (/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/node-gyp/lib/build.js:269:23)
gyp ERR! stack at ChildProcess.emit (events.js:98:17)
gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:820:12)
gyp ERR! System Linux 3.16.0-4-amd64
gyp ERR! command "node" "/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /tmp/apm-install-dir-116124-20578-1fs2ixx/node_modules/git-utils
gyp ERR! node -v v0.10.40
gyp ERR! node-gyp -v v2.0.2
gyp ERR! not ok
npm ERR! Linux 3.16.0-4-amd64
npm ERR! argv "/usr/share/atom/resources/app/apm/bin/node" "/usr/share/atom/resources/app/apm/node_modules/npm/bin/npm-cli.js" "--globalconfig" "/home/kamome/.atom/.apm/.apmrc" "--userconfig" "/home/kamome/.atom/.apmrc" "install" "/tmp/d-116124-20578-1xpi4lg/package.tgz" "--target=0.34.5" "--arch=x64"
npm ERR! node v0.10.40
npm ERR! npm v2.13.3
npm ERR! code ELIFECYCLE
npm ERR! git-utils@4.1.2 install:
node-gyp rebuild
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the git-utils@4.1.2 install script 'node-gyp rebuild'.
npm ERR! This is most likely a problem with the git-utils 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 git-utils
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /tmp/apm-install-dir-116124-20578-1fs2ixx/npm-debug.log
The text was updated successfully, but these errors were encountered: