Skip to content

Instantly share code, notes, and snippets.

@mikemorris
Last active August 29, 2015 14:05
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 mikemorris/50f3a7e0d98f144b84aa to your computer and use it in GitHub Desktop.
Save mikemorris/50f3a7e0d98f144b84aa to your computer and use it in GitHub Desktop.
> mapbox-gl-native@0.0.1 test /Users/mikemorris/gyp/node-mapbox-gl-native
> tap ./test
dyld: lazy symbol binding failed: Symbol not found: _uv_loop_init
Referenced from: /Users/mikemorris/gyp/node-mapbox-gl-native/build/Release/mapbox-gl-native.node
Expected in: flat namespace
dyld: Symbol not found: _uv_loop_init
Referenced from: /Users/mikemorris/gyp/node-mapbox-gl-native/build/Release/mapbox-gl-native.node
Expected in: flat namespace
not ok test/hello.js .................................... 0/1
Command: "/Users/mikemorris/.nvm/v0.10.30/bin/node hello.js"
TAP version 13
not ok 1 test/hello.js
---
exit: ~
signal: SIGTRAP
stderr: |
dyld: lazy symbol binding failed: Symbol not found: _uv_loop_init
Referenced from: /Users/mikemorris/gyp/node-mapbox-gl-native/build/Release/mapbox-gl-native.node
Expected in: flat namespace
dyld: Symbol not found: _uv_loop_init
Referenced from: /Users/mikemorris/gyp/node-mapbox-gl-native/build/Release/mapbox-gl-native.node
Expected in: flat namespace
command: "/Users/mikemorris/.nvm/v0.10.30/bin/node hello.js"
...
1..1
# tests 1
# fail 1
total ................................................... 0/1
not ok
> mapbox-gl-native@0.0.1 test /Users/mikemorris/gyp/node-mapbox-gl-native
> tap ./test
dyld: lazy symbol binding failed: Symbol not found: __ZN4mbgl12HeadlessViewC1Ev
Referenced from: /Users/mikemorris/gyp/node-mapbox-gl-native/build/Release/mapbox-gl-native.node
Expected in: flat namespace
dyld: Symbol not found: __ZN4mbgl12HeadlessViewC1Ev
Referenced from: /Users/mikemorris/gyp/node-mapbox-gl-native/build/Release/mapbox-gl-native.node
Expected in: flat namespace
not ok test/hello.js .................................... 0/1
Command: "/Users/mikemorris/.nvm/v0.10.30/bin/node hello.js"
TAP version 13
not ok 1 test/hello.js
---
exit: ~
signal: SIGTRAP
stderr: |
dyld: lazy symbol binding failed: Symbol not found: __ZN4mbgl12HeadlessViewC1Ev
Referenced from: /Users/mikemorris/gyp/node-mapbox-gl-native/build/Release/mapbox-gl-native.node
Expected in: flat namespace
dyld: Symbol not found: __ZN4mbgl12HeadlessViewC1Ev
Referenced from: /Users/mikemorris/gyp/node-mapbox-gl-native/build/Release/mapbox-gl-native.node
Expected in: flat namespace
command: "/Users/mikemorris/.nvm/v0.10.30/bin/node hello.js"
...
1..1
# tests 1
# fail 1
total ................................................... 0/1
not ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment