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

Install on macOS fails w/o autoconf installed #43

Open
jasikpark opened this issue Jun 7, 2021 · 2 comments
Open

Install on macOS fails w/o autoconf installed #43

jasikpark opened this issue Jun 7, 2021 · 2 comments

Comments

@jasikpark
Copy link

Installing on macOS 11 gave this error:

npm ERR! code 1
npm ERR! path /usr/local/lib/node_modules/scuttle-shell/node_modules/sodium-native
npm ERR! command failed
npm ERR! command sh -c node-gyp-build "node preinstall.js" "node postinstall.js"
npm ERR! autoconf is required, but wasn't found on this system
npm ERR! ./configure: line 5: ./configure: No such file or directory
npm ERR! /usr/local/lib/node_modules/scuttle-shell/node_modules/sodium-native/preinstall.js:119
npm ERR!     if (err) throw err
npm ERR!              ^
npm ERR!
npm ERR! Error: ./configure exited with 127
npm ERR!     at ChildProcess.<anonymous> (/usr/local/lib/node_modules/scuttle-shell/node_modules/sodium-native/preinstall.js:149:25)
npm ERR!     at ChildProcess.emit (node:events:394:28)
npm ERR!     at Process.ChildProcess._handle.onexit (node:internal/child_process:290:12)

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/calebjasik/.npm/_logs/2021-06-07T16_51_57_277Z-debug.log
~ took 1m
@jasikpark
Copy link
Author

It then failed w/o automake

@jasikpark
Copy link
Author

2021-06-07T17_01_55_299Z-debug.log

whelp it seems even with all of the build tools installed, it fails because of libraries deprecated in macOS 10.12, whereas I'm using macOS 11.4

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

1 participant