From 099f2af4bfae857f62bef3c3fe864e0b9e67e396 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Tue, 25 Aug 2026 12:12:10 +0200 Subject: docs: update version table and add opencode-bin finding --- AGENTS.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'AGENTS.md') diff --git a/AGENTS.md b/AGENTS.md index b01903b..b6ae36a 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -362,3 +362,13 @@ trusting them, since upstream tooling fixes can retire a false positive. could hide a stale cache entry (e.g. after a version bump); do NOT use it for every `sbodl` call. If `-f` is not available, delete the entry under `~/sbodl-cache/` and re-run plain `sbodl`. + +### opencode-bin: do not strip the bun binary + +- Found: 2026-08-25 +- Symptom: `sbopkglint` 20-arch fails with "ELF object(s) not stripped" on + `usr/bin/opencode`. +- Cause: the binary is bun-generated; stripping breaks it at runtime. The + SlackBuild intentionally skips stripping (see the comment in the script). +- Action: leave it unstripped. The `sbopkglint` failure is expected; do not + add a strip pass to the SlackBuild. -- cgit v1.2.3