You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Runtime-smoke of the rebuilt Wave-3 images surfaced 3 genuine at-source
defects (acl2 + twelf verified REAL; hol4 build in progress):
- metamath: metamath-builder installs gcc/make but NOT libc6-dev, so
bookworm-slim has no libc headers -> 'gcc m*.c' died with
'fatal error: string.h: No such file or directory' -> graceful stub.
Add libc6-dev. (metamath-exe v0.198 layout/glob were already correct.)
- or-tools: ORTOOLS_ARCHIVE omitted the mandatory build number; the real
v9.12 asset is or-tools_amd64_debian-12_cpp_v9.12.4544.tar.gz (verified
via the google/or-tools releases API). Add ORTOOLS_BUILD=4544; the
download 404'd -> empty graceful export -> libless image.
- tamarin: bookworm apt 'maude' is 3.2, which tamarin-prover 1.12.0
rejects (supported: 3.2.1/3.2.2/3.3+). Replace apt maude with the
official SRI-CSL Maude 3.5.1 prebuilt binary (asset verified to exist
and run) in both installer and runtime stages; set MAUDE_LIB. Maude
fetch is fail-fast by design (a stubbed maude silently recreates the
bug). Brittle pins tracked: #75.
Root-caused via 3 parallel read-only investigators; applied serially.
Runtime-smoke re-verification of these 3 queued to run after the
in-flight hol4 build frees the box; verdicts to be posted on #73.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments