gpt4 book ai didi

node.js - macOS & dyld : Symbol not found: _usdt_create_provider

转载 作者:搜寻专家 更新时间:2023-11-01 00:27:31 29 4
gpt4 key购买 nike

简而言之,我无法在我的开发计算机上安装@pact-foundation/pact-node,从我收集到的信息来看,它似乎与在 macOS 10.14 上有松散的关系。当我松散地说时,这不会影响我运行相同堆栈的其他非开发计算机。

在 nvm 中,我尝试使用 Node 8.14.0、8.15.0、9.4.0、10.14.2、10.15.0 和 11.6.0,此外还有系统 Node,它也是 11.6.0。每个版本都会导致相同的错误消息,无论我是在我团队的项目目录中还是在其他空的沙箱目录中。

直到几分钟前,我还在运行 macOS 10.14.1,但在 10.14.2 上遇到了同样的问题。没有未安装的更新。

包安装输出如下。

$ npm install @pact-foundation/pact-node

> dtrace-provider@0.8.7 install /Users/andrewgould/www/sandbox/node_modules/dtrace-provider
> node-gyp rebuild || node suppress-error.js

ACTION binding_gyp_ndtp_target_build_ndtp .
TOUCH Release/obj.target/ndtp.stamp

> spawn-sync@1.0.15 postinstall /Users/andrewgould/www/sandbox/node_modules/spawn-sync
> node postinstall


> caporal@0.10.0 postinstall /Users/andrewgould/www/sandbox/node_modules/caporal
> (test -f ./node_modules/husky/bin/install.js && node ./node_modules/husky/bin/install.js) || exit 0


> @pact-foundation/pact-node@6.20.0 postinstall /Users/andrewgould/www/sandbox/node_modules/@pact-foundation/pact-node
> node postinstall.js

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

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

Abort trap: 6

有没有人见过这样的错误?有已知的解决方案吗?

最佳答案

原来这个问题是由我通过 Homebrew 安装的 binutils 引起的。卸载解决了问题。

来自GNU binutils网站,其中包含的主要包是 ld,GNU 链接器和 as,GNU 汇编器。这两个工具都包含在 macOS 中,但是这些工具的 Homebrew 版本导致了上述问题中显示的冲突。

关于node.js - macOS & dyld : Symbol not found: _usdt_create_provider,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54014971/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com