Bump typst-gather to 0.2.3 to fix GLIBC 2.38 floor#14447
Open
gordonwoodhull wants to merge 1 commit intomainfrom
Open
Bump typst-gather to 0.2.3 to fix GLIBC 2.38 floor#14447gordonwoodhull wants to merge 1 commit intomainfrom
gordonwoodhull wants to merge 1 commit intomainfrom
Conversation
This was referenced Apr 27, 2026
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.
Summary
Bumps
typst-gatherfrom 0.2.2 to 0.2.3.The 0.2.2 Linux binary was built on
ubuntu-latest(now Ubuntu 24.04, glibc 2.39), which caused gcc to redirectstrtolcalls to__isoc23_strtol— a symbol introduced in glibc 2.38. The resulting binary failed to load on Ubuntu 22.04, Debian 12, and RHEL 9, including Quarto's ownghcr.io/quarto-dev/quarto:1.10.3image (Ubuntu 22.04, glibc 2.35), with:typst-gather0.2.3 pins its release runner toubuntu-22.04, dropping the floor back to glibc 2.34. See quarto-dev/typst-gather@9d9f31b.Fixes #14445
Test plan
./configure.shdownloads the new binary cleanlyquarto renderof a Typst doc onghcr.io/quarto-dev/quarto:1.10.3no longer logstypst-gather analyze failed; staging all packages as fallbackobjdump -Ton the bundled binary shows noGLIBC_2.38symbols