AUR Source PKGBUILD fails for x64-baseline #8511

Closed
opened 2026-02-16 18:10:09 -05:00 by yindo · 2 comments
Owner

Originally created by @bitmonkey on GitHub (Feb 4, 2026).

Originally assigned to: @thdxr on GitHub.

Description

The current source PKGBUILD doesn't build for x64-baseline correctly, it fails as the baseline binary isn't generated so it generate the install package.

Image

Can fix by adding the --baseline switch when build.ts is called in the build() section of the PKGBUILD as below:

Image

Guessing this is a case of updating the publish.ts file to tweak the generated PKGBUILD.

Plugins

No response

OpenCode version

1.1.49

Steps to reproduce

Run AUR source install on an older x64-baseline CPU machine.

Screenshot and/or share link

No response

Operating System

endeavourOS

Terminal

xfce terminal

Originally created by @bitmonkey on GitHub (Feb 4, 2026). Originally assigned to: @thdxr on GitHub. ### Description The current source PKGBUILD doesn't build for x64-baseline correctly, it fails as the baseline binary isn't generated so it generate the install package. <img width="577" height="446" alt="Image" src="https://github.com/user-attachments/assets/74f86b12-6af3-47ba-a89a-70bce51b5449" /> Can fix by adding the `--baseline` switch when build.ts is called in the `build()` section of the PKGBUILD as below: <img width="944" height="500" alt="Image" src="https://github.com/user-attachments/assets/5345a1c7-ae05-471b-b1f0-6658a01fc625" /> Guessing this is a case of updating the publish.ts file to tweak the generated PKGBUILD. ### Plugins _No response_ ### OpenCode version 1.1.49 ### Steps to reproduce Run AUR source install on an older x64-baseline CPU machine. ### Screenshot and/or share link _No response_ ### Operating System endeavourOS ### Terminal xfce terminal
yindo added the bug label 2026-02-16 18:10:09 -05:00
yindo closed this issue 2026-02-16 18:10:09 -05:00
Author
Owner

@github-actions[bot] commented on GitHub (Feb 4, 2026):

This issue might be a duplicate of existing issues. Please check:

  • #4462: AUR build broken (again)

Feel free to ignore if none of these address your specific case.

@github-actions[bot] commented on GitHub (Feb 4, 2026): This issue might be a duplicate of existing issues. Please check: - #4462: AUR build broken (again) Feel free to ignore if none of these address your specific case.
Author
Owner

@bitmonkey commented on GitHub (Feb 8, 2026):

Going to close this, it looks like the AUR source builds have been discontinued in favour of binary ones - the binary build has it's own issues with not handling musl + baseline builds but think that will be a new issue.

@bitmonkey commented on GitHub (Feb 8, 2026): Going to close this, it looks like the AUR source builds have been discontinued in favour of binary ones - the binary build has it's own issues with not handling musl + baseline builds but think that will be a new issue.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#8511