-
Notifications
You must be signed in to change notification settings - Fork 398
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
node-rdkafka build/run: dyld: Symbol not found: _timespec_get #686
Comments
I found the issue and a workaround: XCode was automatically updated to v11, with it MacOS SDK was updated to 11.15. Reverted to XCode 10.3 and MacOS SDK 10.14, and everything just works fine |
@belabartha Hi, this is a temporary solution. But to solve the problem thoroughly still need |
@z0091 Yes, this is a temporary solution until it's fixed in librdkafka. |
Hi guys, this is merged in https://github.com/edenhill/librdkafka/releases/tag/v1.2.2-RC1. Could you please bump librdkafka in your package? |
How would we incorporate this fix if we're using the blizzard wrapper? Would a simple download into the node_module's folder suffice?
|
@klesgidis @nahomDiscover eventually make a PR and ask review of @iradul on it. IMHO I'd not integrate librdkafka RC1 in node-rdkafka. |
@belabartha in that case, do you know of any other fixes to the timespec_get issue? I can't use the workaround as I am not in control of updating/downgrading the mac/sdk version. |
@nahomDiscover worst case you can use directly from the repo, or make your own package and publish it (private package eventually). If you check npm, it has many node-rdkafka packages. |
According to this, librdkafka v1.2.2 is going to be released later this week |
@nahomDiscover @klesgidis node-rdkafka was updated to 2.7.4 on NPM, including librdkafka 1.2.2. |
@belabartha that's awesome! Thanks a lot! |
@belabartha any luck with 2.7.4 ? |
@iradul At the moment we're pretty close to release, so even if we switch to 2.7.4 won't upgrade MacOS SDK locally, for me it's more important the Node 12 support. |
I was curious if the error you described is still on. Also both 2.7.3 and 2.7.4 support Node 12. |
2.7.4 is working like a charm for us! Thank you very much for the help! |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Environment Information
Steps to Reproduce
Did an
npm i
as usual; we have some warnings on build:Upon running the code, after node-rdkafka has been initialized I get:
This has not been happening in the past (about 1 month ago).
CC @edenhill
The text was updated successfully, but these errors were encountered: