Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fail to start probot because of dynamic linking (OS X) (node-dtrace-provider, bunyan) #789

Closed
sotayamashita opened this issue Dec 17, 2018 · 3 comments

Comments

@sotayamashita
Copy link
Contributor

sotayamashita commented Dec 17, 2018

I understand it is not Probot problem directly but I have trouble with it

Bug Report

Current Behavior
A clear and concise description of the behavior.

$ npm start

dyld: lazy symbol binding failed: Symbol not found: _usdt_create_provider
  Referenced from: ~/node_modules/dtrace-provider/src/build/Release/DTraceProviderBindings.node
  Expected in: flat namespace

dyld: Symbol not found: _usdt_create_provider
  Referenced from: ~/node_modules/dtrace-provider/src/build/Release/DTraceProviderBindings.node
  Expected in: flat namespace

Expected behavior/code
Start successfully.

Environment

  • Probot version(s): v7.3.1
  • Node/npm version: v10.14.2/npm 6.4.1
  • OS: OSX 10.14.1

Additional context/Screenshots

@welcome
Copy link

welcome bot commented Dec 17, 2018

Thanks for opening this issue. A contributor should be by to give feedback soon. In the meantime, please check out the contributing guidelines and explore other ways you can get involved.

@andrewgould
Copy link

andrewgould commented Jan 10, 2019

@sotayamashita Do you have binutils installed via Homebrew? I was encountering the same problem as you (https://stackoverflow.com/questions/54014971/macos-dyld-symbol-not-found-usdt-create-provider) and managed to fix it by removing this package.

Stack Overflow
In short, I'm unable to install @pact-foundation/pact-node on my development computer and from what I gather it seems to be loosely related to being on macOS 10.14. When I say loosely, this does not

@sotayamashita
Copy link
Contributor Author

@andreasolund Finally, I can start the server. Thank you for your help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants