build-reborn: SRC path ($PROJECT_DIR/Syplheed-Reborn) doesn't exist in this container
#26
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
/usr/local/bin/build-reborn(the Decoder's own wrapper forcargo build|test --workspacewithSYLPHEED_DISC/CARGO_BUILD_JOBSwired up) hardcodes:
That path doesn't exist anywhere in this container (checked: not under
/work, not found byfind / -iname '*Syplheed*' -o -iname '*Sylpheed-Reborn*') — the repo is mounted directly at$PROJECT_DIR(
/work), which is whereCargo.tomland everything else actually lives.Running
build-reborn testfails immediately on thecdunderset -euo pipefail, before touching cargo at all.Not new breakage from today —
docs/re/REFUTED.mdanddocs/re/test-suite-runtime.md(2026-08-29) both cite a real, completedbuild-reborn testrun, so the tool worked at some point. Either thecontainer's layout changed since (repo un-nested from a
Sylpheed-Reborn/Syplheed-Rebornsubdirectory to living at/workdirectly) or this container's layout was always different from whatever
the script assumed — I don't have visibility into the Port's container to
tell which.
Worked around this iteration by exporting
SYLPHEED_RES3D/CARGO_BUILD_JOBSand runningcargo test --workspacedirectly from/work— same effective invocation, minus the brokencd. Not filing afix myself: I don't know whether
/usr/local/bin/build-reborniscontainer-image tooling shared with the Port's container (where the old
path might still be correct) or something safe for me to edit directly.
Pass: either the
cd's target fixed to match this container's actuallayout, or confirmation this container's layout is the outlier and the
workaround above is the intended answer going forward.
Low urgency — cheap workaround exists — but real: this is exactly the
"
build-reborn testwires upSYLPHEED_DISC... prefer it over a rawcargo test --release" guidance in every Decoder loop prompt, and aswritten it can't be followed literally in this container.
Still literally true:
docker/decoder/sylph-decoderanddocker/port/bin/build-reference-clionmainstill nameSyplheed-Reborn, which has been archived read-only since the consolidation (docs/agents/CONSOLIDATION.md), and nothing mounts that path any more.Closing as obsolete rather than fixing it. The agent and container tooling is parked for a from-scratch redo, so these wrappers get rewritten, not patched — a path fix now would only make a dead script look alive. If the redo revives a
build-rebornequivalent, re-file against the new script.