AUR install cannot resolve @parcel/watcher-linux-x64-glibc #2177

Closed
opened 2026-02-16 17:34:32 -05:00 by yindo · 4 comments
Owner

Originally created by @hollandThomas on GitHub (Oct 19, 2025).

Originally assigned to: @rekram1-node on GitHub.

Description

→ Starting build()...
bun install v1.3.0 (boabfeca)
$ husky
.git can't be found
+ @tsconfig/bun@1.0.9
+ husky@9.1.7
+ prettier@3.6.2
+ sst@3.17.19
+ turbo@2.5.6

3219 packages installed [888.00ms]
27 | '@parcel/watcher-${process platform}-${process.arch}${process.platform == "linu
     ^                         
error: Could not resolve: "@parcel/watcher-linux-x64-glibc". Maybe you need to "bun install"?
    at /home/tho/.cache/yay/opencode/src/opencode-0.15.8/packages/opencode/src/file/watcher.ts:27:7
→ ERROR: A failure occurred in build().
Aborting...
→ error making: opencode-exit status 4
→ Failed to install the following packages. Manual intervention is required:

OpenCode version

0.15.8

Steps to reproduce

yay -S --needed --noconfirm opencode

Screenshot and/or share link

No response

Operating System

Arch Linux

Terminal

No response

Originally created by @hollandThomas on GitHub (Oct 19, 2025). Originally assigned to: @rekram1-node on GitHub. ### Description ```bash → Starting build()... bun install v1.3.0 (boabfeca) $ husky .git can't be found + @tsconfig/bun@1.0.9 + husky@9.1.7 + prettier@3.6.2 + sst@3.17.19 + turbo@2.5.6 3219 packages installed [888.00ms] 27 | '@parcel/watcher-${process platform}-${process.arch}${process.platform == "linu ^ error: Could not resolve: "@parcel/watcher-linux-x64-glibc". Maybe you need to "bun install"? at /home/tho/.cache/yay/opencode/src/opencode-0.15.8/packages/opencode/src/file/watcher.ts:27:7 → ERROR: A failure occurred in build(). Aborting... → error making: opencode-exit status 4 → Failed to install the following packages. Manual intervention is required: ```` ### OpenCode version 0.15.8 ### Steps to reproduce yay -S --needed --noconfirm opencode ### Screenshot and/or share link _No response_ ### Operating System Arch Linux ### Terminal _No response_
yindo added the bug label 2026-02-16 17:34:32 -05:00
yindo closed this issue 2026-02-16 17:34:32 -05:00
Author
Owner

@rekram1-node commented on GitHub (Oct 19, 2025):

we will fix thanks for raising

@rekram1-node commented on GitHub (Oct 19, 2025): we will fix thanks for raising
Author
Owner

@delafthi commented on GitHub (Oct 23, 2025):

The same issues on 3c7b229d with darwin arm64

 > bun build --define OPENCODE_TUI_PATH="'$(pwd)/packages/tui/tui'" --define OPENCODE_VERSION="'dev'" --compile --target=bun-darwin-arm64 --outfile=opencode ./packages/opencode/src/index.ts
27 |       `@parcel/watcher-${process.platform}-${process.arch}${process.platform === "linu
           ^
error: Could not resolve: "@parcel/watcher-darwin-arm64". Maybe you need to "bun install"?
    at /Users/delafthi/Developer/personal/opencode/packages/opencode/src/file/watcher.ts:27:7
@delafthi commented on GitHub (Oct 23, 2025): The same issues on 3c7b229d with darwin arm64 ```sh > bun build --define OPENCODE_TUI_PATH="'$(pwd)/packages/tui/tui'" --define OPENCODE_VERSION="'dev'" --compile --target=bun-darwin-arm64 --outfile=opencode ./packages/opencode/src/index.ts 27 | `@parcel/watcher-${process.platform}-${process.arch}${process.platform === "linu ^ error: Could not resolve: "@parcel/watcher-darwin-arm64". Maybe you need to "bun install"? at /Users/delafthi/Developer/personal/opencode/packages/opencode/src/file/watcher.ts:27:7 ```
Author
Owner

@rekram1-node commented on GitHub (Oct 29, 2025):

This may be fixed now

@rekram1-node commented on GitHub (Oct 29, 2025): This may be fixed now
Author
Owner

@hollandThomas commented on GitHub (Oct 30, 2025):

Can confirm it works. Thank you

@hollandThomas commented on GitHub (Oct 30, 2025): Can confirm it works. Thank you
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#2177