Commit 0d35495
committed
test(examples): the GL members pin the glfw that carries the new farm
`compat.glfw` took 3.4.0.1 when its pin on `compat.glx-runtime` moved to
2026.09.11, and nothing moved with it: `imgui-window` and `gui-stack` still
pinned 3.4, so they resolved the old chain and the bump was inert. A version
nobody pins is a version nobody exercises -- these two are the only members that
reach the GL farm at all.
Both build against compat.glx-runtime@2026.09.11. They are libraries rather
than programs, so mcpp's dlopen-surface check does not apply to them and says
so; the farm's own closure is asserted structurally, by reading each member's
DT_NEEDED against the farm alone.
Measured on this host: the farm is 86 members with no unmet soname and no entry
taken directly from /usr/lib -- four route through xim:nvidia-gl-host-link,
twenty-eight through other xim payloads, the rest through the subos view. A
probe that dlopens every member opens all 86; that probe cannot isolate the
farm from the subos, which a control confirmed, so it is evidence that the
members load and not that the farm alone suffices.1 parent 45e7611 commit 0d35495
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
0 commit comments