Closed Zylsjsp closed 1 week ago
What does which pnpm
say?
What does
which pnpm
say?
/opt/homebrew/bin/pnpm
which finally pointed to /opt/homebrew/Cellar/pnpm/9.13.2/libexec/lib/node_modules/pnpm/bin/pnpm.cjs
npm
get the same error
Seems to be Apple's bug. Fixed in Sequoia 15.1.1
Seems to be Apple's bug. Fixed in Sequoia 15.1.1
My misleading. pnpm install
doesn't calculate hash for existing storage, so the issue seemed to vanish. With clean storage the issue occurs again. Newly built out/Release/node
works well.
Therefore, seems a rebuild of formula node
is essential for MacOS Sequoia.
The issue also reproduces in older tags such as node@22
as long as built for Sequoia arm64
0x0000000100427308
is a call to EVP_MD_CTX_get_size_ex
. Does the issue still happen after a brew reinstall openssl@3
?
0x0000000100427308
is a call toEVP_MD_CTX_get_size_ex
. Does the issue still happen after abrew reinstall openssl@3
?
Fixed after reinstall, tks
Then maybe a hint could help with those who upgraded MacOS from major versions as:
brew list --formulae | xargs brew reinstall
Maybe I should draft a new discussion?
While there's a couple of formulae that's expected to need reinstalling on new macOS versions (pkg-config
and gcc
mainly), the vast majority is expected to work ok, including OpenSSL. Hard to tell though what happened here as this is the only report so far.
brew gist-logs <formula>
link ORbrew config
ANDbrew doctor
outputVerification
brew doctor
output saysYour system is ready to brew.
and am still able to reproduce my issue.brew update
and am still able to reproduce my issue.brew doctor
and that did not fix my problem.What were you trying to do (and why)?
run
pnpm install -g tsc
gotdyld[$pid] missing symbol called
when downloadingWhat happened (include all command output)?
attached to lldb and got an traceback of exception:
What did you expect to happen?
pnpm install
complete with no error.Step-by-step reproduction instructions (by running
brew
commands)On MacOS sequoia 15.1
Seems to be an API change, maybe re-compilation needed.