Opened 4 weeks ago
Last modified 4 weeks ago
#74219 assigned defect
opencode @1.18.1: Build failure on macOS 10.15–12
| Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | breun (Nils Breunese) |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 2.12.5 |
| Keywords: | catalina bigsur monterey | Cc: | |
| Port: | opencode |
Description
The port claims compatibility with macOS 10.15 and later but fails to build on macOS 12 and earlier.
npm verbose stack Error: command failed npm verbose stack at promiseSpawn (/opt/local/lib/node_modules/npm/node_modules/@npmcli/promise-spawn/lib/index.js:22:22) npm verbose stack at spawnWithShell (/opt/local/lib/node_modules/npm/node_modules/@npmcli/promise-spawn/lib/index.js:124:10) npm verbose stack at promiseSpawn (/opt/local/lib/node_modules/npm/node_modules/@npmcli/promise-spawn/lib/index.js:12:12) npm verbose stack at runScriptPkg (/opt/local/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/run-script-pkg.js:79:13) npm verbose stack at runScript (/opt/local/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/run-script.js:9:12) npm verbose stack at /opt/local/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/rebuild.js:330:17 npm verbose stack at run (/opt/local/lib/node_modules/npm/node_modules/promise-call-limit/dist/commonjs/index.js:67:22) npm verbose stack at /opt/local/lib/node_modules/npm/node_modules/promise-call-limit/dist/commonjs/index.js:84:9 npm verbose stack at new Promise (<anonymous>) npm verbose stack at callLimit (/opt/local/lib/node_modules/npm/node_modules/promise-call-limit/dist/commonjs/index.js:35:69) npm verbose pkgid opencode-ai@1.18.1 npm error code 1
Note: See
TracTickets for help on using
tickets.

I think this may be caused by https://github.com/anomalyco/opencode/issues/29039. I'll keep an eye on that issue, there seems to be some movement there.