Update stacked: 4 packages - #375
Merged
Merged
Conversation
git 2.55.0's Makefile builds target/release/libgitcore.a via cargo, which the build sandbox lacks (`cargo: command not found`). Adopting git 2.55 means git build-depends on the whole Rust toolchain — a deliberate supply-chain decision, not an auto-bundle bump. Reverting to 2.54.0 so the other 6 members land; git 2.55 tracked as a separate follow-up.
Member
|
Dropped |
This was referenced Jul 9, 2026
Prior build on the git-dropped tip failed with no recorded error detail; re-running the 6-package bundle (abseil-cpp, cython, fish, fontconfig, harfbuzz, vim).
- abseil-cpp 20260526.0: gcc-15.2 rejects abseil's direct <bmi2intrin.h>
include under -march=x86-64-v3 ("Never use <bmi2intrin.h> directly").
- fontconfig 2.18.2: builds itself, but breaks reverse-dep pango
(implicit declaration of FcFreeTypeQueryAll — 2.18 changed that public API).
Adopting it needs pango fixed/bumped in the same unit (cascade).
Reverted both to main; remaining 4 (cython, fish, harfbuzz, vim) are clean.
Tracked as follow-ups.
Member
|
Dropped
Both reverted to main; the remaining 4 (cython, fish, harfbuzz, vim) are clean. Follow-ups: #378, #379. |
This was referenced Jul 9, 2026
fish 4.x (Rust rewrite) embeds completions/functions/config.fish into the binary — they're no longer installed as files under usr/share/fish/, so the old output globs matched nothing (`output globs did not match any files: completions, conf, functions`). Drop those three, add the new usr/share/pkgconfig/fish.pc. Build-proven locally (EXIT 0).
twitchyliquid64
approved these changes
Jul 10, 2026
Merged
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.
Update base-soup (7 packages)
Note
These packages declare
replace_on_cyclein their build.ncl, sothey participate in the toolchain rebuild graph and one hash change
cascades through the set. Bundling ensures the cascading rebuild
lands as a single unit, even when only one package is bumping —
avoids back-to-back full rebuilds from singleton PRs.
Warning
Pkgscan: 5 new signals introduced across bundle members.
Each member's diff was compared against its prior version. Review carefully — base-soup updates touch the toolchain core, so a malicious bump here has cascade-wide impact.
test/fctest/__init__.pyexecution/evalcompile(test/fctest/__init__.pyexfiltration/env-varsos.environtest/fctest/__init__.pyexecution/spawnsubprocess.run(test/fctest/__init__.pyexecution/spawnsubprocess.run(test/fctest/__init__.pyexecution/spawnsubprocess.run(Summary
20250814.120260526.0github:abseil/abseil-cpp2.17.12.18.2override:fontconfig14.2.014.2.1github:harfbuzz/harfbuzz2.54.02.55.0github:git/git:tag3.2.13.2.8github:cython/cython4.5.04.8.0github:fish-shell/fish-shell9.2.07809.2.0782github:vim/vim:tagWarning
1 known vulnerabilities still affect this bundle after update. Run
pkgmgr vulnsfor details.Per-package details
abseil-cpp 20250814.1 → 20260526.01692f77d1739bacf...→6e1aee5354734141...https://github.com/abseil/abseil-cpp/releases/download/20250814.1/abseil-cpp-20250814.1.tar.gz→https://github.com/abseil/abseil-cpp/releases/download/20260526.0/abseil-cpp-20260526.0.tar.gzApache-2.0(source: GitHub + tarball)fontconfig 2.17.1 → 2.18.29f5cae93f4fffc1f...→cf8e6576ef0484c1...gs://minimal-staging-archives/fontconfig-2.17.1.tar.xz→gs://minimal-staging-archives/fontconfig-2.18.2.tar.xzharfbuzz 14.2.0 → 14.2.194017020f96d025b...→a54a5d8e9380a41f...gs://minimal-staging-archives/harfbuzz-14.2.0.tar.xz→gs://minimal-staging-archives/harfbuzz-14.2.1.tar.xzMIT-Modern-Variant(source: tarball)git 2.54.0 → 2.55.0f689162364c10de7...→457fdb04dc8728e0...gs://minimal-staging-archives/git-2.54.0.tar.xz→gs://minimal-staging-archives/git-2.55.0.tar.xzGPL-2.0-only(source: tarball)cython 3.2.1 → 3.2.82be1e4d0cbdf7f4c...→f4f23a56b25221a0...https://github.com/cython/cython/releases/download/3.2.1/cython-3.2.1.tar.gz→https://github.com/cython/cython/releases/download/3.2.8/cython-3.2.8.tar.gzApache-2.0(source: GitHub + tarball)fish 4.5.0 → 4.8.089151f8cf14b634e...→33af62c7df2fa553...https://github.com/fish-shell/fish-shell/releases/download/4.5.0/fish-4.5.0.tar.xz→https://github.com/fish-shell/fish-shell/releases/download/4.8.0/fish-4.8.0.tar.xzvim 9.2.0780 → 9.2.078255e6094afcaf306a...→148ad1c29555e0cf...gs://minimal-staging-archives/vim-9.2.0780.tar.gz→gs://minimal-staging-archives/vim-9.2.0782.tar.gzVim(source: GitHub + tarball)Created by pkgmgr