Skip to content

Instantly share code, notes, and snippets.

@wolfeidau
Created March 8, 2013 13:27
Show Gist options
  • Select an option

  • Save wolfeidau/5116439 to your computer and use it in GitHub Desktop.

Select an option

Save wolfeidau/5116439 to your computer and use it in GitHub Desktop.
Messing around with DTrace to tell me WTF node-gyp is doing on smartos
  1     11         exec_common:exec-success   /opt/local/gcc47/bin/g++ -shared -rdynamic -m64 -pthreads -Wl,-z,allextract -Wl
  2     11         exec_common:exec-success   /opt/local/gcc47/libexec/gcc/x86_64-sun-solaris2.11/4.7.0/collect2 -G -dy -z te
  3     11         exec_common:exec-success   /usr/bin/ld -G -dy -z text -Y P,/lib/amd64:/usr/lib/amd64 -Qy -o Release/obj.ta
  3     11         exec_common:exec-success   /usr/bin/ld -G -dy -z text -Y P,/lib/amd64:/usr/lib/amd64 -Qy -o Release/obj.ta
  2     11         exec_common:exec-success   /bin/sh -c echo "  SOLINK_MODULE(target) Release/obj.target/leveldown.node: Fin
  2     11         exec_common:exec-success   /bin/sh -c echo "  SOLINK_MODULE(target) Release/obj.target/leveldown.node: Fin
  2     11         exec_common:exec-success   /bin/sh -c printf '%s\n' 'cmd_Release/obj.target/leveldown.node := ./gyp-sun-to
  2     11         exec_common:exec-success   /bin/sh -c printf '%s\n' 'cmd_Release/obj.target/leveldown.node := ./gyp-sun-to
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment