register openkal-musl 0.19.2 - #467
Merged
Merged
Conversation
Registration only: nothing here pins it yet. openkal-llvm-runtime names 0.19.1 exactly, and moving that pin is a separate change. 0.19.2 ships the eight archives musl's own `make install` places beside libc.a (libm, librt, libpthread, libcrypt, libutil, libxnet, libresolv and libdl, each an empty archive) and adds their directory to its Linux ldflags, so that a program's `-lm` is answered by the graph's C library and not by the build machine's libraries (mcpp-community/mcpp#696). Both urls were fetched before this entry was written: each serves 1157319 bytes with sha256 e8043bcd...c82238, and the CN copy is byte-for-byte identical to the GitHub archive. The tarball carries port/lib/lib*.a, eight files of eight bytes each.
Sunrisepeak
added a commit
to mcpplibs/openkal-llvm-runtime
that referenced
this pull request
Sep 25, 2026
0.19.2 ships the eight archives musl's own `make install` places beside libc.a (libm, librt, libpthread, libcrypt, libutil, libxnet, libresolv and libdl, each empty) and names their directory in its Linux ldflags. A program over this runtime that writes `-lm` is then answered by the graph's C library. From mcpp 2026.9.26.1 a link over a graph-supplied C library searches no host library directory (mcpp-community/mcpp#696), and without the archives such a `-lm` is unanswered; before it, the host's glibc archive answered it. 0.19.2 was registered and published before this pin moved (mcpplibs/mcpp-index#467, index artifact 1529f5f). No source changed. Co-authored-by: speak-agent <[email protected]>
Sunrisepeak
added a commit
that referenced
this pull request
Sep 25, 2026
Registration only: nothing here pins it yet; tests/openkal/pins.toml moves with the mcpp release that needs it. 0.15.2 pins openkal-musl 0.19.2 (registered in #467), which ships the eight empty archives musl installs beside libc.a. The runtime pins openkal-musl exactly, so this is the version a consumer moves to receive them: a root that pins openkal-musl 0.19.2 beside runtime 0.15.1 is refused as irreconcilable (measured). From mcpp 2026.9.26.1 a link over a graph-supplied C library searches no host library directory (mcpp-community/mcpp#696), and `-lm` is answered by those archives or by nothing. Both urls were fetched before this entry was written: each serves 15631743 bytes with sha256 c2219ad8...c0d0d9, and the CN copy is byte-for-byte identical to the GitHub archive. The archive's mcpp.toml reads version 0.15.2 and openkal-musl = "0.19.2". Co-authored-by: speak-agent <[email protected]>
Sunrisepeak
added a commit
that referenced
this pull request
Sep 25, 2026
…rgets in the openkal measurement (#469) Pins move, with no registration in this change (openkal-musl 0.19.2 and openkal-llvm-runtime 0.15.2 were registered in #467 and #468 and resolved from the published index before anything here named them): - validate.yml and openkal-compat.yml install mcpp 2026.9.26.1, and index.toml's latest_mcpp names it. min_mcpp does not move: the release changes no descriptor grammar. - tests/openkal/pins.toml: runtime 0.15.2 (which pins openkal-musl 0.19.2 exactly), mcpp 2026.9.26.1, and two targets, x86_64-linux-musl and aarch64-linux-musl. From mcpp 2026.9.26.1 a link over the graph's C library searches no host library directory (mcpp-community/mcpp#696); before it, a member's `-lm` on x86_64-linux-musl linked the host's glibc objects without a diagnostic. Neither target was measured here, which is why neither showed. - compat.py: a Linux image of the host's own architecture runs without a runner (`host_executes`), so x86_64-linux-musl is measured as run rather than `--no-run`; aarch64-linux-musl runs under qemu-aarch64, which the workflow now installs. Three selftest cases state the rule. - compat.libaio, compat.libdrm and compat.libinput: the comments that blamed `c_standard = "gnu11"` itself now name the defect (a dependency's own C standard was dropped up to mcpp 2026.9.25.1, mcpp-community/mcpp#695) and keep the `-D` spellings, which work under every engine this index admits. Co-authored-by: speak-agent <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Registration only: nothing here pins it yet. openkal-llvm-runtime names
0.19.1 exactly, and moving that pin is a separate change.
0.19.2 ships the eight archives musl's own
make installplaces besidelibc.a (libm, librt, libpthread, libcrypt, libutil, libxnet, libresolv and
libdl, each an empty archive) and adds their directory to its Linux ldflags,
so that a program's
-lmis answered by the graph's C library and not by thebuild machine's libraries (mcpp-community/mcpp#696).
Both urls were fetched before this entry was written: each serves 1157319
bytes with sha256 e8043bcd...c82238, and the CN copy is byte-for-byte
identical to the GitHub archive. The tarball carries port/lib/lib*.a, eight
files of eight bytes each.