Skip to content

Instantly share code, notes, and snippets.

@davidcroda
Created June 1, 2014 11:03
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 davidcroda/0a92854506cd337ab814 to your computer and use it in GitHub Desktop.
Save davidcroda/0a92854506cd337ab814 to your computer and use it in GitHub Desktop.
D:\src\node\atom>npm install
> atom@0.101.0 preinstall D:\src\node\atom
> node -e 'process.exit(0)'
npm http GET https://registry.npmjs.org/git-utils
npm http 304 https://registry.npmjs.org/git-utils
npm http GET https://registry.npmjs.org/nan/0.8.0
npm http GET https://registry.npmjs.org/bindings
npm http 304 https://registry.npmjs.org/bindings
npm http 304 https://registry.npmjs.org/nan/0.8.0
> git-utils@1.4.0 install D:\src\node\atom\node_modules\git-utils
> node-gyp rebuild
D:\src\node\atom\node_modules\git-utils>node "D:\bin\nodejs\node_modules\npm\bin
\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild
Building the projects in this solution one at a time. To enable parallel build,
please add the "/m" switch.
pqueue.c
diff_driver.c
fileops.c
mwindow.c
object_api.c
revparse.c
filebuf.c
branch.c
refspec.c
diff_print.c
buf_text.c
indexer.c
status.c
posix.c
object.c
signature.c
config.c
odb_pack.c
commit.c
delta-apply.c
pathspec.c
odb_loose.c
config_cache.c
path.c
vector.c
revwalk.c
pool.c
refdb_fs.c
netops.c
pack.c
iterator.c
graph.c
index.c
compress.c
merge.c
util.c
attr.c
checkout.c
hashsig.c
push.c
filter.c
blob.c
config_file.c
fetch.c
sortedcache.c
fetchhead.c
reflog.c
diff_patch.c
stash.c
fnmatch.c
oid.c
thread-utils.c
ident.c
delta.c
pack-objects.c
tsort.c
remote.c
ignore.c
repository.c
reset.c
tree-cache.c
clone.c
message.c
diff_xdiff.c
refs.c
commit_list.c
merge_file.c
trace.c
diff_tform.c
strmap.c
global.c
errors.c
sha1_lookup.c
cache.c
hash.c
buffer.c
attr_file.c
diff.c
crlf.c
submodule.c
tag.c
diff_file.c
notes.c
transport.c
odb.c
tree.c
date.c
refdb.c
xmerge.c
xemit.c
xutils.c
xprepare.c
xpatience.c
xhistogram.c
xdiffi.c
pthread.c
map.c
posix_w32.c
findfile.c
precompiled.c
dir.c
error.c
utf-conv.c
cred.c
smart_pkt.c
smart.c
winhttp.c
cred_helpers.c
smart_protocol.c
git.c
ssh.c
local.c
http.c
hash_generic.c
regex.c
Release\obj\libgit2\git2.res : fatal error LNK1123: failure during conversion t
o COFF: file invalid or corrupt [D:\src\node\atom\node_modules\git-utils\build\
libgit2.vcxproj]
inflate.c
zutil.c
crc32.c
inftrees.c
inffast.c
deflate.c
adler32.c
trees.c
zlib.vcxproj -> D:\src\node\atom\node_modules\git-utils\build\Release\\zlib.l
ib
http_parser.c
http_parser.vcxproj -> D:\src\node\atom\node_modules\git-utils\build\Release\
\http_parser.lib
gyp ERR! build error
gyp ERR! stack Error: `msbuild` failed with exit code: 1
gyp ERR! stack at ChildProcess.onExit (D:\bin\nodejs\node_modules\npm\node_m
odules\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:789:
12)
gyp ERR! System Windows_NT 6.1.7601
gyp ERR! command "node" "D:\\bin\\nodejs\\node_modules\\npm\\node_modules\\node-
gyp\\bin\\node-gyp.js" "rebuild"
gyp ERR! cwd D:\src\node\atom\node_modules\git-utils
gyp ERR! node -v v0.10.24
gyp ERR! node-gyp -v v0.12.1
gyp ERR! not ok
npm ERR! git-utils@1.4.0 install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the git-utils@1.4.0 install script.
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! System Windows_NT 6.1.7601
npm ERR! command "D:\\bin\\nodejs\\\\node.exe" "D:\\bin\\nodejs\\node_modules\\n
pm\\bin\\npm-cli.js" "install"
npm ERR! cwd D:\src\node\atom
npm ERR! node -v v0.10.24
npm ERR! npm -v 1.3.21
npm ERR! code ELIFECYCLE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! D:\src\node\atom\npm-debug.log
npm ERR! not ok code 0
D:\src\node\atom>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment