feat(xpkg): 0.0.54 — interposer farm-first RPATH and vendor closure assertion - #178
Merged
Conversation
…ssertion openxlings/libxpkg#38. Two changes to host_link_interposer: * The subos lib directory -- the one name that does not move, a symlink farm the packages declare into -- goes FIRST in the RPATH, with the resolver's version-pinned payload directories after it as the fallback. Written into an ELF, the old order was a snapshot: upgrade libX11 and every entry still named 1.8.10. Every ecosystem that hands a foreign driver a search path converged on a stable indirection directory (/run/opengl-driver, /overrides, $SNAP/gpu-2404); we had one at the wrong end of the list. * The vendor's own DT_NEEDED closure is resolved against the final RPATH and the fraction reported. The three existing assertions check the shape of the object we made, and all three can hold while an RPATH naming the wrong directories sends the vendor's dependencies to the host -- which still renders, on llvmpipe, and prints nothing. Entry added to all three platform blocks. A bump landing in only one xpm.<platform> reads as "not found" on the others, which both index repos now enforce in CI. CN asset published with gtc and verified by GET (HEAD answers 401): byte-identical to the GitHub tag tarball, sha256 5fec15183be54a0a6d937da2289340da21fb42a023e68a975dfc43eb523391ef.
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.
openxlings/libxpkg#38. Two changes to host_link_interposer:
The subos lib directory -- the one name that does not move, a symlink farm the
packages declare into -- goes FIRST in the RPATH, with the resolver's
version-pinned payload directories after it as the fallback. Written into an
ELF, the old order was a snapshot: upgrade libX11 and every entry still named
1.8.10. Every ecosystem that hands a foreign driver a search path converged on
a stable indirection directory (/run/opengl-driver, /overrides,
$SNAP/gpu-2404); we had one at the wrong end of the list.
The vendor's own DT_NEEDED closure is resolved against the final RPATH and the
fraction reported. The three existing assertions check the shape of the object
we made, and all three can hold while an RPATH naming the wrong directories
sends the vendor's dependencies to the host -- which still renders, on
llvmpipe, and prints nothing.
Entry added to all three platform blocks. A bump landing in only one xpm.
reads as "not found" on the others, which both index repos now enforce in CI.
CN asset published with gtc and verified by GET (HEAD answers 401): byte-identical
to the GitHub tag tarball, sha256 5fec15183be54a0a6d937da2289340da21fb42a023e68a975dfc43eb523391ef.