Skip to content

Instantly share code, notes, and snippets.

@gusdecool
Last active August 29, 2015 14:00
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 gusdecool/19b674bb7a53a1954a77 to your computer and use it in GitHub Desktop.
Save gusdecool/19b674bb7a53a1954a77 to your computer and use it in GitHub Desktop.
libxmljs Failed install 0.9.0 on OSX maverics
0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/bin/node',
1 verbose cli '/usr/local/bin/npm',
1 verbose cli 'install',
1 verbose cli 'libxmljs' ]
2 info using npm@1.4.9
3 info using node@v0.10.28
4 warn package.json Gateway-App@0.0.1 No repository field.
5 warn package.json Gateway-App@0.0.1 No README data
6 warn package.json vows@0.7.0 No repository field.
7 verbose readDependencies using package.json deps
8 verbose cache add [ 'libxmljs', null ]
9 verbose cache add name=undefined spec="libxmljs" args=["libxmljs",null]
10 verbose parsed url { protocol: null,
10 verbose parsed url slashes: null,
10 verbose parsed url auth: null,
10 verbose parsed url host: null,
10 verbose parsed url port: null,
10 verbose parsed url hostname: null,
10 verbose parsed url hash: null,
10 verbose parsed url search: null,
10 verbose parsed url query: null,
10 verbose parsed url pathname: 'libxmljs',
10 verbose parsed url path: 'libxmljs',
10 verbose parsed url href: 'libxmljs' }
11 silly lockFile 7cc0caa4-libxmljs libxmljs
12 verbose lock libxmljs /Users/budiarsana/.npm/7cc0caa4-libxmljs.lock
13 silly lockFile 7cc0caa4-libxmljs libxmljs
14 silly lockFile 7cc0caa4-libxmljs libxmljs
15 verbose addNamed [ 'libxmljs', '' ]
16 verbose addNamed [ null, '*' ]
17 silly lockFile facb906b-libxmljs libxmljs@
18 verbose lock libxmljs@ /Users/budiarsana/.npm/facb906b-libxmljs.lock
19 silly addNameRange { name: 'libxmljs', range: '*', hasData: false }
20 verbose url raw libxmljs
21 verbose url resolving [ 'https://registry.npmjs.org/', './libxmljs' ]
22 verbose url resolved https://registry.npmjs.org/libxmljs
23 info trying registry request attempt 1 at 22:32:49
24 verbose etag "5FAXXMQI8OOESEPQESIHTWP3"
25 http GET https://registry.npmjs.org/libxmljs
26 http 304 https://registry.npmjs.org/libxmljs
27 silly registry.get cb [ 304,
27 silly registry.get { date: 'Sun, 04 May 2014 14:32:55 GMT',
27 silly registry.get server: 'Apache',
27 silly registry.get via: '1.1 varnish',
27 silly registry.get 'last-modified': 'Sun, 04 May 2014 14:32:55 GMT',
27 silly registry.get 'cache-control': 'max-age=1',
27 silly registry.get etag: '"5FAXXMQI8OOESEPQESIHTWP3"',
27 silly registry.get 'x-served-by': 'cache-sn88-SIN',
27 silly registry.get 'x-cache': 'MISS',
27 silly registry.get 'x-cache-hits': '0',
27 silly registry.get 'x-timer': 'S1399213975.404161215,VS0,VE340',
27 silly registry.get vary: 'Accept',
27 silly registry.get 'content-length': '0',
27 silly registry.get 'keep-alive': 'timeout=10, max=50',
27 silly registry.get connection: 'Keep-Alive' } ]
28 verbose etag libxmljs from cache
29 silly addNameRange number 2 { name: 'libxmljs', range: '*', hasData: true }
30 silly addNameRange versions [ 'libxmljs',
30 silly addNameRange [ '0.4.1',
30 silly addNameRange '0.4.2',
30 silly addNameRange '0.4.3',
30 silly addNameRange '0.5.0',
30 silly addNameRange '0.5.1',
30 silly addNameRange '0.5.2',
30 silly addNameRange '0.5.3',
30 silly addNameRange '0.5.4',
30 silly addNameRange '0.6.0',
30 silly addNameRange '0.6.1',
30 silly addNameRange '0.7.0',
30 silly addNameRange '0.7.1',
30 silly addNameRange '0.8.0',
30 silly addNameRange '0.8.1',
30 silly addNameRange '0.9.0' ] ]
31 verbose addNamed [ 'libxmljs', '0.9.0' ]
32 verbose addNamed [ '0.9.0', '0.9.0' ]
33 silly lockFile 82406a29-libxmljs-0-9-0 libxmljs@0.9.0
34 verbose lock libxmljs@0.9.0 /Users/budiarsana/.npm/82406a29-libxmljs-0-9-0.lock
35 silly lockFile 82406a29-libxmljs-0-9-0 libxmljs@0.9.0
36 silly lockFile 82406a29-libxmljs-0-9-0 libxmljs@0.9.0
37 silly lockFile facb906b-libxmljs libxmljs@
38 silly lockFile facb906b-libxmljs libxmljs@
39 silly resolved [ { name: 'libxmljs',
39 silly resolved author: { name: 'Marco Rogers - http://github.com/polotek' },
39 silly resolved contributors: [ [Object] ],
39 silly resolved description: 'libxml bindings for v8 javascript engine',
39 silly resolved version: '0.9.0',
39 silly resolved scripts:
39 silly resolved { test: 'node --expose_gc ./node_modules/nodeunit/bin/nodeunit test',
39 silly resolved install: 'node-gyp rebuild' },
39 silly resolved repository: { type: 'git', url: 'http://github.com/polotek/libxmljs.git' },
39 silly resolved bugs: { url: 'http://github.com/polotek/libxmljs/issues' },
39 silly resolved main: './index',
39 silly resolved engines: { node: '>=0.4.7' },
39 silly resolved dependencies: { bindings: '1.0.0' },
39 silly resolved devDependencies: { nodeunit: '*' },
39 silly resolved gypfile: true,
39 silly resolved readme: '# Libxmljs\n[![Build Status](https://secure.travis-ci.org/polotek/libxmljs.png?branch=master)](http://travis-ci.org/polotek/libxmljs)\n\nLibXML bindings for [node.js](http://nodejs.org/)\n\n```javascript\nvar libxmljs = require("libxmljs");\nvar xml = \'<?xml version="1.0" encoding="UTF-8"?>\' +\n \'<root>\' +\n \'<child foo="bar">\' +\n \'<grandchild baz="fizbuzz">grandchild content</grandchild>\' +\n \'</child>\' +\n \'<sibling>with content!</sibling>\' +\n \'</root>\';\n\nvar xmlDoc = libxmljs.parseXml(xml);\n\n// xpath queries\nvar gchild = xmlDoc.get(\'//grandchild\');\n\nconsole.log(gchild.text()); // prints "grandchild content"\n\nvar children = xmlDoc.root().childNodes();\nvar child = children[0];\n\nconsole.log(child.attr(\'foo\').value()); // prints "bar"\n```\n\n## Support\n\n* Docs - [http://github.com/polotek/libxmljs/wiki](http://github.com/polotek/libxmljs/wiki)\n* Mailing list - [http://groups.google.com/group/libxmljs](http://groups.google.com/group/libxmljs)\n\n## API and Examples\n\nCheck out the wiki [http://github.com/polotek/libxmljs/wiki](http://github.com/polotek/libxmljs/wiki).\n\nSee the [examples](https://github.com/polotek/libxmljs/tree/master/examples) folder.\n\n## Installation via [npm](https://npmjs.org)\n\n```shell\nnpm install libxmljs\n```\n\n## Contribute\n\nStart by checking out the [open issues](https://github.com/polotek/libxmljs/issues?labels=&page=1&state=open). Specifically the [desired feature](https://github.com/polotek/libxmljs/issues?labels=desired+feature&page=1&state=open) ones.\n\n### Requirements\n\nMake sure you have met the requirements for [node-gyp](https://github.com/TooTallNate/node-gyp#installation). You DO NOT need to manually install node-gyp; it comes bundled with node.\n\n',
39 silly resolved readmeFilename: 'README.md',
39 silly resolved homepage: 'https://github.com/polotek/libxmljs',
39 silly resolved _id: 'libxmljs@0.9.0',
39 silly resolved _shasum: '34a13e4ce2eed0d51ea4a1f621d565180ad65d61',
39 silly resolved _from: 'libxmljs@',
39 silly resolved _resolved: 'https://registry.npmjs.org/libxmljs/-/libxmljs-0.9.0.tgz' } ]
40 info install libxmljs@0.9.0 into /Users/budiarsana/Developer/nodejs/Gateway/server
41 info installOne libxmljs@0.9.0
42 info /Users/budiarsana/Developer/nodejs/Gateway/server/node_modules/libxmljs unbuild
43 verbose tar unpack /Users/budiarsana/.npm/libxmljs/0.9.0/package.tgz
44 silly lockFile 78bdde9c-way-server-node-modules-libxmljs tar:///Users/budiarsana/Developer/nodejs/Gateway/server/node_modules/libxmljs
45 verbose lock tar:///Users/budiarsana/Developer/nodejs/Gateway/server/node_modules/libxmljs /Users/budiarsana/.npm/78bdde9c-way-server-node-modules-libxmljs.lock
46 silly lockFile c1857eb7-a-npm-libxmljs-0-9-0-package-tgz tar:///Users/budiarsana/.npm/libxmljs/0.9.0/package.tgz
47 verbose lock tar:///Users/budiarsana/.npm/libxmljs/0.9.0/package.tgz /Users/budiarsana/.npm/c1857eb7-a-npm-libxmljs-0-9-0-package-tgz.lock
48 silly gunzTarPerm modes [ '755', '644' ]
49 silly gunzTarPerm extractEntry package.json
50 silly gunzTarPerm extractEntry .npmignore
51 silly gunzTarPerm extractEntry README.md
52 silly gunzTarPerm extractEntry LICENSE
53 silly gunzTarPerm extractEntry index.js
54 silly gunzTarPerm extractEntry binding.gyp
55 silly gunzTarPerm extractEntry docs/Home.md
56 silly gunzTarPerm extractEntry docs/Migrating-from-0.4.x-to-0.5.0.md
57 silly gunzTarPerm extractEntry docs/_Sidebar.md
58 silly gunzTarPerm extractEntry docs/api/Attribute.md
59 silly gunzTarPerm extractEntry docs/api/Element.md
60 silly gunzTarPerm extractEntry docs/api/HtmlDocument.md
61 silly gunzTarPerm extractEntry docs/api/Libxmljs.md
62 silly gunzTarPerm extractEntry docs/api/Namespace.md
63 silly gunzTarPerm extractEntry docs/api/SaxParser.md
64 silly gunzTarPerm extractEntry docs/api/SaxPushParser.md
65 silly gunzTarPerm extractEntry docs/api/SyntaxError.md
66 silly gunzTarPerm extractEntry docs/api/XmlDocument.md
67 silly gunzTarPerm extractEntry .travis.yml
68 silly gunzTarPerm extractEntry Makefile
69 silly gunzTarPerm extractEntry lib/bindings.js
70 silly gunzTarPerm extractEntry lib/document.js
71 silly gunzTarPerm extractEntry lib/element.js
72 silly gunzTarPerm extractEntry lib/sax_parser.js
73 silly gunzTarPerm extractEntry wscript
74 silly gunzTarPerm extractEntry src/xml_namespace.cc
75 silly gunzTarPerm extractEntry src/html_document.cc
76 silly gunzTarPerm extractEntry src/libxmljs.cc
77 silly gunzTarPerm extractEntry src/libxmljs.h
78 silly gunzTarPerm extractEntry src/xml_attribute.cc
79 silly gunzTarPerm extractEntry src/xml_attribute.h
80 silly gunzTarPerm extractEntry src/xml_document.cc
81 silly gunzTarPerm extractEntry src/xml_document.h
82 silly gunzTarPerm extractEntry src/xml_element.cc
83 silly gunzTarPerm extractEntry src/xml_element.h
84 silly gunzTarPerm extractEntry src/html_document.h
85 silly gunzTarPerm extractEntry src/xml_namespace.h
86 silly gunzTarPerm extractEntry src/xml_node.cc
87 silly gunzTarPerm extractEntry src/xml_node.h
88 silly gunzTarPerm extractEntry src/xml_sax_parser.cc
89 silly gunzTarPerm extractEntry src/xml_sax_parser.h
90 silly gunzTarPerm extractEntry src/xml_syntax_error.cc
91 silly gunzTarPerm extractEntry src/xml_syntax_error.h
92 silly gunzTarPerm extractEntry src/xml_xpath_context.cc
93 silly gunzTarPerm extractEntry src/xml_xpath_context.h
94 silly gunzTarPerm extractEntry test/attribute.js
95 silly gunzTarPerm extractEntry test/xml_parser.js
96 silly gunzTarPerm extractEntry test/html_parser.js
97 silly gunzTarPerm extractEntry test/main.js
98 silly gunzTarPerm extractEntry test/element.js
99 silly gunzTarPerm extractEntry test/document.js
100 silly gunzTarPerm extractEntry test/ref_integrity.js
101 silly gunzTarPerm extractEntry test/searching.js
102 silly gunzTarPerm extractEntry test/text_node.js
103 silly gunzTarPerm extractEntry test/traversal.js
104 silly gunzTarPerm extractEntry test/namespace.js
105 silly gunzTarPerm extractEntry test/xml_sax_parser.js
106 silly gunzTarPerm extractEntry test/node_attributes.js
107 silly gunzTarPerm extractEntry test/fixtures/errors/comment.xml
108 silly gunzTarPerm extractEntry test/fixtures/parser-utf16.xml
109 silly gunzTarPerm extractEntry test/fixtures/parser.euc_jp.html
110 silly gunzTarPerm extractEntry test/fixtures/parser.html
111 silly gunzTarPerm extractEntry test/fixtures/parser.xml
112 silly gunzTarPerm extractEntry test/fixtures/sax_parser.xml
113 silly gunzTarPerm extractEntry test/fixtures/warnings/amp.html
114 silly gunzTarPerm extractEntry test/fixtures/warnings/ent9.xml
115 silly gunzTarPerm extractEntry vendor/libxml/schematron.c
116 silly gunzTarPerm extractEntry vendor/libxml/DOCBparser.c
117 silly gunzTarPerm extractEntry vendor/libxml/HTMLtree.c
118 silly gunzTarPerm extractEntry vendor/libxml/SAX.c
119 silly gunzTarPerm extractEntry vendor/libxml/SAX2.c
120 silly gunzTarPerm extractEntry vendor/libxml/buf.c
121 silly gunzTarPerm extractEntry vendor/libxml/buf.h
122 silly gunzTarPerm extractEntry vendor/libxml/c14n.c
123 silly gunzTarPerm extractEntry vendor/libxml/catalog.c
124 silly gunzTarPerm extractEntry vendor/libxml/chvalid.c
125 silly gunzTarPerm extractEntry vendor/libxml/config.h
126 silly gunzTarPerm extractEntry vendor/libxml/debugXML.c
127 silly gunzTarPerm extractEntry vendor/libxml/dict.c
128 silly gunzTarPerm extractEntry vendor/libxml/elfgcchack.h
129 silly gunzTarPerm extractEntry vendor/libxml/enc.h
130 silly gunzTarPerm extractEntry vendor/libxml/encoding.c
131 silly gunzTarPerm extractEntry vendor/libxml/entities.c
132 silly gunzTarPerm extractEntry vendor/libxml/error.c
133 silly gunzTarPerm extractEntry vendor/libxml/globals.c
134 silly gunzTarPerm extractEntry vendor/libxml/hash.c
135 silly gunzTarPerm extractEntry vendor/libxml/include/libxml/schematron.h
136 silly gunzTarPerm extractEntry vendor/libxml/include/libxml/DOCBparser.h
137 silly gunzTarPerm extractEntry vendor/libxml/include/libxml/HTMLtree.h
138 silly gunzTarPerm extractEntry vendor/libxml/include/libxml/Makefile
139 silly gunzTarPerm extractEntry vendor/libxml/include/libxml/Makefile.am
140 silly gunzTarPerm extractEntry vendor/libxml/include/libxml/Makefile.in
141 silly gunzTarPerm extractEntry vendor/libxml/include/libxml/SAX.h
142 silly gunzTarPerm extractEntry vendor/libxml/include/libxml/SAX2.h
143 silly gunzTarPerm extractEntry vendor/libxml/include/libxml/c14n.h
144 silly gunzTarPerm extractEntry vendor/libxml/include/libxml/catalog.h
145 silly gunzTarPerm extractEntry vendor/libxml/include/libxml/chvalid.h
146 silly gunzTarPerm extractEntry vendor/libxml/include/libxml/debugXML.h
147 silly gunzTarPerm extractEntry vendor/libxml/include/libxml/dict.h
148 silly gunzTarPerm extractEntry vendor/libxml/include/libxml/encoding.h
149 silly gunzTarPerm extractEntry vendor/libxml/include/libxml/entities.h
150 silly gunzTarPerm extractEntry vendor/libxml/include/libxml/globals.h
151 silly gunzTarPerm extractEntry vendor/libxml/include/libxml/hash.h
152 silly gunzTarPerm extractEntry vendor/libxml/include/libxml/list.h
153 silly gunzTarPerm extractEntry vendor/libxml/include/libxml/nanoftp.h
154 silly gunzTarPerm extractEntry vendor/libxml/include/libxml/nanohttp.h
155 silly gunzTarPerm extractEntry vendor/libxml/include/libxml/parser.h
156 silly gunzTarPerm extractEntry vendor/libxml/include/libxml/parserInternals.h
157 silly gunzTarPerm extractEntry vendor/libxml/include/libxml/pattern.h
158 silly gunzTarPerm extractEntry vendor/libxml/include/libxml/relaxng.h
159 silly gunzTarPerm extractEntry vendor/libxml/include/libxml/schemasInternals.h
160 silly gunzTarPerm extractEntry vendor/libxml/include/libxml/HTMLparser.h
161 silly gunzTarPerm extractEntry vendor/libxml/include/libxml/threads.h
162 silly gunzTarPerm extractEntry vendor/libxml/include/libxml/tree.h
163 silly gunzTarPerm extractEntry vendor/libxml/include/libxml/uri.h
164 silly gunzTarPerm extractEntry vendor/libxml/include/libxml/valid.h
165 silly gunzTarPerm extractEntry vendor/libxml/include/libxml/xinclude.h
166 silly gunzTarPerm extractEntry vendor/libxml/include/libxml/xlink.h
167 silly gunzTarPerm extractEntry vendor/libxml/include/libxml/xmlIO.h
168 silly gunzTarPerm extractEntry vendor/libxml/include/libxml/xmlautomata.h
169 silly gunzTarPerm extractEntry vendor/libxml/include/libxml/xmlerror.h
170 silly gunzTarPerm extractEntry vendor/libxml/include/libxml/xmlexports.h
171 silly gunzTarPerm extractEntry vendor/libxml/include/libxml/xmlmemory.h
172 silly gunzTarPerm extractEntry vendor/libxml/include/libxml/xmlmodule.h
173 silly gunzTarPerm extractEntry vendor/libxml/include/libxml/xmlreader.h
174 silly gunzTarPerm extractEntry vendor/libxml/include/libxml/xmlregexp.h
175 silly gunzTarPerm extractEntry vendor/libxml/include/libxml/xmlsave.h
176 silly gunzTarPerm extractEntry vendor/libxml/include/libxml/xmlschemas.h
177 silly gunzTarPerm extractEntry vendor/libxml/include/libxml/xmlschemastypes.h
178 silly gunzTarPerm extractEntry vendor/libxml/include/libxml/xmlstring.h
179 silly gunzTarPerm extractEntry vendor/libxml/include/libxml/xmlunicode.h
180 silly gunzTarPerm extractEntry vendor/libxml/include/libxml/xmlversion.h
181 silly gunzTarPerm extractEntry vendor/libxml/include/libxml/xmlwriter.h
182 silly gunzTarPerm extractEntry vendor/libxml/include/libxml/xpath.h
183 silly gunzTarPerm extractEntry vendor/libxml/include/libxml/xpathInternals.h
184 silly gunzTarPerm extractEntry vendor/libxml/include/libxml/xpointer.h
185 silly gunzTarPerm extractEntry vendor/libxml/include/win32config.h
186 silly gunzTarPerm extractEntry vendor/libxml/include/wsockcompat.h
187 silly gunzTarPerm extractEntry vendor/libxml/legacy.c
188 silly gunzTarPerm extractEntry vendor/libxml/libxml.gyp
189 silly gunzTarPerm extractEntry vendor/libxml/libxml.h
190 silly gunzTarPerm extractEntry vendor/libxml/list.c
191 silly gunzTarPerm extractEntry vendor/libxml/nanoftp.c
192 silly gunzTarPerm extractEntry vendor/libxml/nanohttp.c
193 silly gunzTarPerm extractEntry vendor/libxml/parser.c
194 silly gunzTarPerm extractEntry vendor/libxml/parserInternals.c
195 silly gunzTarPerm extractEntry vendor/libxml/pattern.c
196 silly gunzTarPerm extractEntry vendor/libxml/relaxng.c
197 silly gunzTarPerm extractEntry vendor/libxml/runsuite.c
198 silly gunzTarPerm extractEntry vendor/libxml/save.h
199 silly gunzTarPerm extractEntry vendor/libxml/HTMLparser.c
200 silly gunzTarPerm extractEntry vendor/libxml/threads.c
201 silly gunzTarPerm extractEntry vendor/libxml/timsort.h
202 silly gunzTarPerm extractEntry vendor/libxml/tree.c
203 silly gunzTarPerm extractEntry vendor/libxml/trio.c
204 silly gunzTarPerm extractEntry vendor/libxml/trio.h
205 silly gunzTarPerm extractEntry vendor/libxml/triodef.h
206 silly gunzTarPerm extractEntry vendor/libxml/trionan.c
207 silly gunzTarPerm extractEntry vendor/libxml/trionan.h
208 silly gunzTarPerm extractEntry vendor/libxml/triop.h
209 silly gunzTarPerm extractEntry vendor/libxml/triostr.c
210 silly gunzTarPerm extractEntry vendor/libxml/triostr.h
211 silly gunzTarPerm extractEntry vendor/libxml/uri.c
212 silly gunzTarPerm extractEntry vendor/libxml/valid.c
213 silly gunzTarPerm extractEntry vendor/libxml/xinclude.c
214 silly gunzTarPerm extractEntry vendor/libxml/xlink.c
215 silly gunzTarPerm extractEntry vendor/libxml/xmlIO.c
216 silly gunzTarPerm extractEntry vendor/libxml/xmlcatalog.c
217 silly gunzTarPerm extractEntry vendor/libxml/xmllint.c
218 silly gunzTarPerm extractEntry vendor/libxml/xmlmemory.c
219 silly gunzTarPerm extractEntry vendor/libxml/xmlmodule.c
220 silly gunzTarPerm extractEntry vendor/libxml/xmlreader.c
221 silly gunzTarPerm extractEntry vendor/libxml/xmlregexp.c
222 silly gunzTarPerm extractEntry vendor/libxml/xmlsave.c
223 silly gunzTarPerm extractEntry vendor/libxml/xmlschemas.c
224 silly gunzTarPerm extractEntry vendor/libxml/xmlschemastypes.c
225 silly gunzTarPerm extractEntry vendor/libxml/xmlstring.c
226 silly gunzTarPerm extractEntry vendor/libxml/xmlunicode.c
227 silly gunzTarPerm extractEntry vendor/libxml/xmlwriter.c
228 silly gunzTarPerm extractEntry vendor/libxml/xpath.c
229 silly gunzTarPerm extractEntry vendor/libxml/xpointer.c
230 silly gunzTarPerm extractEntry vendor/libxml/xzlib.c
231 silly gunzTarPerm extractEntry vendor/libxml/xzlib.h
232 silly gunzTarPerm extractEntry examples/cdata.js
233 silly lockFile 78bdde9c-way-server-node-modules-libxmljs tar:///Users/budiarsana/Developer/nodejs/Gateway/server/node_modules/libxmljs
234 silly lockFile 78bdde9c-way-server-node-modules-libxmljs tar:///Users/budiarsana/Developer/nodejs/Gateway/server/node_modules/libxmljs
235 silly lockFile c1857eb7-a-npm-libxmljs-0-9-0-package-tgz tar:///Users/budiarsana/.npm/libxmljs/0.9.0/package.tgz
236 silly lockFile c1857eb7-a-npm-libxmljs-0-9-0-package-tgz tar:///Users/budiarsana/.npm/libxmljs/0.9.0/package.tgz
237 info preinstall libxmljs@0.9.0
238 verbose readDependencies using package.json deps
239 verbose readDependencies using package.json deps
240 verbose cache add [ 'bindings@1.0.0', null ]
241 verbose cache add name=undefined spec="bindings@1.0.0" args=["bindings@1.0.0",null]
242 verbose parsed url { protocol: null,
242 verbose parsed url slashes: null,
242 verbose parsed url auth: null,
242 verbose parsed url host: null,
242 verbose parsed url port: null,
242 verbose parsed url hostname: null,
242 verbose parsed url hash: null,
242 verbose parsed url search: null,
242 verbose parsed url query: null,
242 verbose parsed url pathname: 'bindings@1.0.0',
242 verbose parsed url path: 'bindings@1.0.0',
242 verbose parsed url href: 'bindings@1.0.0' }
243 verbose cache add name="bindings" spec="1.0.0" args=["bindings","1.0.0"]
244 verbose parsed url { protocol: null,
244 verbose parsed url slashes: null,
244 verbose parsed url auth: null,
244 verbose parsed url host: null,
244 verbose parsed url port: null,
244 verbose parsed url hostname: null,
244 verbose parsed url hash: null,
244 verbose parsed url search: null,
244 verbose parsed url query: null,
244 verbose parsed url pathname: '1.0.0',
244 verbose parsed url path: '1.0.0',
244 verbose parsed url href: '1.0.0' }
245 verbose addNamed [ 'bindings', '1.0.0' ]
246 verbose addNamed [ '1.0.0', '1.0.0' ]
247 silly lockFile f01e5454-bindings-1-0-0 bindings@1.0.0
248 verbose lock bindings@1.0.0 /Users/budiarsana/.npm/f01e5454-bindings-1-0-0.lock
249 verbose url raw bindings
250 verbose url resolving [ 'https://registry.npmjs.org/', './bindings' ]
251 verbose url resolved https://registry.npmjs.org/bindings
252 info trying registry request attempt 1 at 22:32:56
253 verbose etag "E0IA1FYM49RE7QMJZQ0COSZ85"
254 http GET https://registry.npmjs.org/bindings
255 http 304 https://registry.npmjs.org/bindings
256 silly registry.get cb [ 304,
256 silly registry.get { date: 'Sun, 04 May 2014 14:32:57 GMT',
256 silly registry.get server: 'Apache',
256 silly registry.get via: '1.1 varnish',
256 silly registry.get 'last-modified': 'Sun, 04 May 2014 14:32:57 GMT',
256 silly registry.get 'cache-control': 'max-age=1',
256 silly registry.get etag: '"E0IA1FYM49RE7QMJZQ0COSZ85"',
256 silly registry.get 'x-served-by': 'cache-sn88-SIN',
256 silly registry.get 'x-cache': 'MISS',
256 silly registry.get 'x-cache-hits': '0',
256 silly registry.get 'x-timer': 'S1399213977.103547573,VS0,VE261',
256 silly registry.get vary: 'Accept',
256 silly registry.get 'content-length': '0',
256 silly registry.get 'keep-alive': 'timeout=10, max=50',
256 silly registry.get connection: 'Keep-Alive' } ]
257 verbose etag bindings from cache
258 silly lockFile f01e5454-bindings-1-0-0 bindings@1.0.0
259 silly lockFile f01e5454-bindings-1-0-0 bindings@1.0.0
260 silly resolved [ { name: 'bindings',
260 silly resolved description: 'Helper module for loading your native module\'s .node file',
260 silly resolved keywords: [ 'native', 'addon', 'bindings', 'gyp', 'waf', 'c', 'c++' ],
260 silly resolved version: '1.0.0',
260 silly resolved author:
260 silly resolved { name: 'Nathan Rajlich',
260 silly resolved email: 'nathan@tootallnate.net',
260 silly resolved url: 'http://tootallnate.net' },
260 silly resolved repository:
260 silly resolved { type: 'git',
260 silly resolved url: 'git://github.com/TooTallNate/node-bindings.git' },
260 silly resolved main: './bindings.js',
260 silly resolved readme: 'node-bindings\n=============\n### Helper module for loading your native module\'s .node file\n\nThis is a helper module for authors of Node.js native addon modules.\nIt is basically the "swiss army knife" of `require()`ing your native module\'s\n`.node` file.\n\nThroughout the course of Node\'s native addon history, addons have ended up being\ncompiled in a variety of different places, depending on which build tool and which\nversion of node was used. To make matters worse, now the _gyp_ build tool can\nproduce either a _Release_ or _Debug_ build, each being built into different\nlocations.\n\nThis module checks _all_ the possible locations that a native addon would be built\nat, and returns the first one that loads successfully.\n\n\nInstallation\n------------\n\nInstall with `npm`:\n\n``` bash\n$ npm install bindings\n```\n\nOr add it to the `"dependencies"` section of your _package.json_ file.\n\n\nExample\n-------\n\n`require()`ing the proper bindings file for the current node version, platform\nand architecture is as simple as:\n\n``` js\nvar bindings = require(\'bindings\')(\'binding.node\')\n\n// Use your bindings defined in your C files\nbindings.your_c_function()\n```\n\n\nNice Error Output\n-----------------\n\nWhen the `.node` file could not be loaded, `node-bindings` throws an Error with\na nice error message telling you exactly what was tried. You can also check the\n`err.tries` Array property.\n\n```\nError: Could not load the bindings file. Tried:\n → /Users/nrajlich/ref/build/binding.node\n → /Users/nrajlich/ref/build/Debug/binding.node\n → /Users/nrajlich/ref/build/Release/binding.node\n → /Users/nrajlich/ref/out/Debug/binding.node\n → /Users/nrajlich/ref/Debug/binding.node\n → /Users/nrajlich/ref/out/Release/binding.node\n → /Users/nrajlich/ref/Release/binding.node\n → /Users/nrajlich/ref/build/default/binding.node\n → /Users/nrajlich/ref/compiled/0.8.2/darwin/x64/binding.node\n at bindings (/Users/nrajlich/ref/node_modules/bindings/bindings.js:84:13)\n at Object.<anonymous> (/Users/nrajlich/ref/lib/ref.js:5:47)\n at Module._compile (module.js:449:26)\n at Object.Module._extensions..js (module.js:467:10)\n at Module.load (module.js:356:32)\n at Function.Module._load (module.js:312:12)\n ...\n```\n\n\nLicense\n-------\n\n(The MIT License)\n\nCopyright (c) 2012 Nathan Rajlich &lt;nathan@tootallnate.net&gt;\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n\'Software\'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \'AS IS\', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n',
260 silly resolved readmeFilename: 'README.md',
260 silly resolved bugs: { url: 'https://github.com/TooTallNate/node-bindings/issues' },
260 silly resolved homepage: 'https://github.com/TooTallNate/node-bindings',
260 silly resolved _id: 'bindings@1.0.0',
260 silly resolved _shasum: 'c3ccde60e9de6807c6f1aa4ef4843af29191c828',
260 silly resolved _from: 'bindings@1.0.0',
260 silly resolved _resolved: 'https://registry.npmjs.org/bindings/-/bindings-1.0.0.tgz' } ]
261 info install bindings@1.0.0 into /Users/budiarsana/Developer/nodejs/Gateway/server/node_modules/libxmljs
262 info installOne bindings@1.0.0
263 info /Users/budiarsana/Developer/nodejs/Gateway/server/node_modules/libxmljs/node_modules/bindings unbuild
264 verbose tar unpack /Users/budiarsana/.npm/bindings/1.0.0/package.tgz
265 silly lockFile 78e1d7f3-s-libxmljs-node-modules-bindings tar:///Users/budiarsana/Developer/nodejs/Gateway/server/node_modules/libxmljs/node_modules/bindings
266 verbose lock tar:///Users/budiarsana/Developer/nodejs/Gateway/server/node_modules/libxmljs/node_modules/bindings /Users/budiarsana/.npm/78e1d7f3-s-libxmljs-node-modules-bindings.lock
267 silly lockFile e23fbde5-a-npm-bindings-1-0-0-package-tgz tar:///Users/budiarsana/.npm/bindings/1.0.0/package.tgz
268 verbose lock tar:///Users/budiarsana/.npm/bindings/1.0.0/package.tgz /Users/budiarsana/.npm/e23fbde5-a-npm-bindings-1-0-0-package-tgz.lock
269 silly gunzTarPerm modes [ '755', '644' ]
270 silly gunzTarPerm extractEntry package.json
271 silly gunzTarPerm extractEntry README.md
272 silly gunzTarPerm extractEntry bindings.js
273 silly lockFile 78e1d7f3-s-libxmljs-node-modules-bindings tar:///Users/budiarsana/Developer/nodejs/Gateway/server/node_modules/libxmljs/node_modules/bindings
274 silly lockFile 78e1d7f3-s-libxmljs-node-modules-bindings tar:///Users/budiarsana/Developer/nodejs/Gateway/server/node_modules/libxmljs/node_modules/bindings
275 silly lockFile e23fbde5-a-npm-bindings-1-0-0-package-tgz tar:///Users/budiarsana/.npm/bindings/1.0.0/package.tgz
276 silly lockFile e23fbde5-a-npm-bindings-1-0-0-package-tgz tar:///Users/budiarsana/.npm/bindings/1.0.0/package.tgz
277 info preinstall bindings@1.0.0
278 verbose readDependencies using package.json deps
279 verbose readDependencies using package.json deps
280 silly resolved []
281 verbose about to build /Users/budiarsana/Developer/nodejs/Gateway/server/node_modules/libxmljs/node_modules/bindings
282 info build /Users/budiarsana/Developer/nodejs/Gateway/server/node_modules/libxmljs/node_modules/bindings
283 verbose linkStuff [ false,
283 verbose linkStuff false,
283 verbose linkStuff false,
283 verbose linkStuff '/Users/budiarsana/Developer/nodejs/Gateway/server/node_modules/libxmljs/node_modules' ]
284 info linkStuff bindings@1.0.0
285 verbose linkBins bindings@1.0.0
286 verbose linkMans bindings@1.0.0
287 verbose rebuildBundles bindings@1.0.0
288 info install bindings@1.0.0
289 info postinstall bindings@1.0.0
290 verbose about to build /Users/budiarsana/Developer/nodejs/Gateway/server/node_modules/libxmljs
291 info build /Users/budiarsana/Developer/nodejs/Gateway/server/node_modules/libxmljs
292 verbose linkStuff [ false,
292 verbose linkStuff false,
292 verbose linkStuff false,
292 verbose linkStuff '/Users/budiarsana/Developer/nodejs/Gateway/server/node_modules' ]
293 info linkStuff libxmljs@0.9.0
294 verbose linkBins libxmljs@0.9.0
295 verbose linkMans libxmljs@0.9.0
296 verbose rebuildBundles libxmljs@0.9.0
297 verbose rebuildBundles [ 'bindings' ]
298 info install libxmljs@0.9.0
299 verbose unsafe-perm in lifecycle true
300 info libxmljs@0.9.0 Failed to exec install script
301 info /Users/budiarsana/Developer/nodejs/Gateway/server/node_modules/libxmljs unbuild
302 info preuninstall libxmljs@0.9.0
303 info uninstall libxmljs@0.9.0
304 verbose true,/Users/budiarsana/Developer/nodejs/Gateway/server/node_modules,/Users/budiarsana/Developer/nodejs/Gateway/server/node_modules unbuild libxmljs@0.9.0
305 info postuninstall libxmljs@0.9.0
306 error libxmljs@0.9.0 install: `node-gyp rebuild`
306 error Exit status 1
307 error Failed at the libxmljs@0.9.0 install script.
307 error This is most likely a problem with the libxmljs package,
307 error not with npm itself.
307 error Tell the author that this fails on your system:
307 error node-gyp rebuild
307 error You can get their info via:
307 error npm owner ls libxmljs
307 error There is likely additional logging output above.
308 error System Darwin 13.1.0
309 error command "/usr/local/bin/node" "/usr/local/bin/npm" "install" "libxmljs"
310 error cwd /Users/budiarsana/Developer/nodejs/Gateway/server
311 error node -v v0.10.28
312 error npm -v 1.4.9
313 error code ELIFECYCLE
314 verbose exit [ 1, true ]
Last login: Sun May 4 18:07:50 on ttys002
GusDeCooL:~ budiarsana$ cd ~/Developer/nodejs/Gateway/server/
GusDeCooL:server budiarsana$ npm install libxmljs
npm WARN package.json Gateway-App@0.0.1 No repository field.
npm WARN package.json Gateway-App@0.0.1 No README data
npm WARN package.json vows@0.7.0 No repository field.
npm http GET https://registry.npmjs.org/libxmljs
npm http 304 https://registry.npmjs.org/libxmljs
npm http GET https://registry.npmjs.org/bindings
npm http 304 https://registry.npmjs.org/bindings
> libxmljs@0.9.0 install /Users/budiarsana/Developer/nodejs/Gateway/server/node_modules/libxmljs
> node-gyp rebuild
gyp WARN EACCES user "budiarsana" does not have permission to access the dev dir "/Users/budiarsana/.node-gyp/0.10.28"
gyp WARN EACCES attempting to reinstall using temporary dev dir "/var/folders/s3/4km7x8pj63j9vm0yprlb640r0000gn/T/.node-gyp"
CC(target) Release/obj.target/libxml/vendor/libxml/buf.o
CC(target) Release/obj.target/libxml/vendor/libxml/catalog.o
CC(target) Release/obj.target/libxml/vendor/libxml/chvalid.o
CC(target) Release/obj.target/libxml/vendor/libxml/dict.o
CC(target) Release/obj.target/libxml/vendor/libxml/encoding.o
CC(target) Release/obj.target/libxml/vendor/libxml/entities.o
CC(target) Release/obj.target/libxml/vendor/libxml/error.o
CC(target) Release/obj.target/libxml/vendor/libxml/globals.o
CC(target) Release/obj.target/libxml/vendor/libxml/hash.o
CC(target) Release/obj.target/libxml/vendor/libxml/HTMLparser.o
CC(target) Release/obj.target/libxml/vendor/libxml/HTMLtree.o
CC(target) Release/obj.target/libxml/vendor/libxml/legacy.o
CC(target) Release/obj.target/libxml/vendor/libxml/list.o
CC(target) Release/obj.target/libxml/vendor/libxml/parser.o
../vendor/libxml/parser.c:13492:43: warning: passing 'const xmlChar *' (aka 'const unsigned char *') to parameter of
type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
hdlr = xmlFindCharEncodingHandler(doc->encoding);
^~~~~~~~~~~~~
../vendor/libxml/include/libxml/encoding.h:175:42: note: passing argument to parameter 'name' here
xmlFindCharEncodingHandler (const char *name);
^
1 warning generated.
CC(target) Release/obj.target/libxml/vendor/libxml/parserInternals.o
CC(target) Release/obj.target/libxml/vendor/libxml/pattern.o
CC(target) Release/obj.target/libxml/vendor/libxml/relaxng.o
CC(target) Release/obj.target/libxml/vendor/libxml/SAX2.o
CC(target) Release/obj.target/libxml/vendor/libxml/SAX.o
CC(target) Release/obj.target/libxml/vendor/libxml/tree.o
CC(target) Release/obj.target/libxml/vendor/libxml/threads.o
CC(target) Release/obj.target/libxml/vendor/libxml/uri.o
CC(target) Release/obj.target/libxml/vendor/libxml/valid.o
CC(target) Release/obj.target/libxml/vendor/libxml/xinclude.o
CC(target) Release/obj.target/libxml/vendor/libxml/xlink.o
CC(target) Release/obj.target/libxml/vendor/libxml/xmlIO.o
CC(target) Release/obj.target/libxml/vendor/libxml/xmlmemory.o
CC(target) Release/obj.target/libxml/vendor/libxml/xmlmodule.o
CC(target) Release/obj.target/libxml/vendor/libxml/xmlreader.o
CC(target) Release/obj.target/libxml/vendor/libxml/xmlregexp.o
CC(target) Release/obj.target/libxml/vendor/libxml/xmlsave.o
CC(target) Release/obj.target/libxml/vendor/libxml/xmlschemas.o
../vendor/libxml/xmlschemas.c:24203:10: warning: explicitly assigning a variable of type 'xmlSchemaValType' to itself
[-Wself-assign]
valType = valType;
~~~~~~~ ^ ~~~~~~~
1 warning generated.
CC(target) Release/obj.target/libxml/vendor/libxml/xmlschemastypes.o
CC(target) Release/obj.target/libxml/vendor/libxml/xmlstring.o
CC(target) Release/obj.target/libxml/vendor/libxml/xmlunicode.o
CC(target) Release/obj.target/libxml/vendor/libxml/xmlwriter.o
CC(target) Release/obj.target/libxml/vendor/libxml/xpath.o
../vendor/libxml/xpath.c:12402:13: warning: comparison of constant 'XML_NAMESPACE_DECL' (18) with expression of type
'xmlXPathTypeVal' is always false [-Wtautological-constant-out-of-range-compare]
if (type == XML_NAMESPACE_DECL)
~~~~ ^ ~~~~~~~~~~~~~~~~~~
In file included from ../vendor/libxml/xpath.c:185:
../vendor/libxml/trionan.c:194:1: warning: unused function 'trio_is_special_quantity' [-Wunused-function]
trio_is_special_quantity
^
../vendor/libxml/trionan.c:218:1: warning: unused function 'trio_is_negative' [-Wunused-function]
trio_is_negative
^
3 warnings generated.
CC(target) Release/obj.target/libxml/vendor/libxml/xpointer.o
LIBTOOL-STATIC Release/xml.a
libtool: unrecognized option `-static'
libtool: Try `libtool --help' for more information.
make: *** [Release/xml.a] 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 ChildProcess.EventEmitter.emit (events.js:98:17)
gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:807:12)
gyp ERR! System Darwin 13.1.0
gyp ERR! command "node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /Users/budiarsana/Developer/nodejs/Gateway/server/node_modules/libxmljs
gyp ERR! node -v v0.10.28
gyp ERR! node-gyp -v v0.13.0
gyp ERR! not ok
npm ERR! libxmljs@0.9.0 install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the libxmljs@0.9.0 install script.
npm ERR! This is most likely a problem with the libxmljs 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 libxmljs
npm ERR! There is likely additional logging output above.
npm ERR! System Darwin 13.1.0
npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "install" "libxmljs"
npm ERR! cwd /Users/budiarsana/Developer/nodejs/Gateway/server
npm ERR! node -v v0.10.28
npm ERR! npm -v 1.4.9
npm ERR! code ELIFECYCLE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /Users/budiarsana/Developer/nodejs/Gateway/server/npm-debug.log
npm ERR! not ok code 0
GusDeCooL:server budiarsana$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment