$ the-wire · showcase
State changes and tooling shifts dominate Arch Linux
By RepoJournal · Filed · About Arch Linux
Arch Linux package state updates remove gst-thumbnailers and talhelper, while archinstall reverts an archiso workflow fix and buildbtw adds a buildspaces listing endpoint.
Manual package state changes removed gst-thumbnailers from gnome-unstable-x86_64 and talhelper from extra-x86_64, affecting users of those packages on those architectures [1][2]. Updates include zigbee2mqtt to 2.14.0-1 in extra-x86_64, mvt to 2026.9.1-1 in extra-any, and openai-codex to 0.152.1-1 in extra-x86_64, bringing feature and security changes to each [3][4][5]. archinstall reverted a prior archiso workflow fix; the revert notes "The archiso merge request has a link that shows the package was dropped," meaning that change is no longer applied [6][7]. archinstall also enabled the Ruff rule for zip calls to require an explicit strict parameter, tightening lint checks in CI and locally [8][9]. In buildbtw, a new route endpoint for listing buildspaces was merged, providing an API to enumerate build spaces [10][11][12]; concurrent cleanup and consistency changes replaced ok_or_else(eyre!()) calls with ok_or_eyre(), and dependencies were bumped [13][14].
Action items
- → If you rely on gst-thumbnailers in gnome-unstable or talhelper in extra, check for package availability and adjust dependencies archlinux/state [immediate]
- → Update packages: zigbee2mqtt 2.14.0-1, mvt 2026.9.1-1, openai-codex 0.152.1-1 archlinux/state [plan]
- → Review archinstall's reverted archiso workflow fix and update any scripts relying on it archlinux/archinstall [plan]
- → In buildbtw, adopt the new buildspaces listing endpoint archlinux/buildbtw [monitor]
References
- [1] remove gst-thumbnailers from gnome-unstable-x86_64 ↗ archlinux/state
- [2] remove talhelper from extra-x86_64 ↗ archlinux/state
- [3] update zigbee2mqtt to 2.14.0-1 in extra-x86_64 ↗ archlinux/state
- [4] update mvt to 2026.9.1-1 in extra-any ↗ archlinux/state
- [5] update openai-codex to 0.152.1-1 in extra-x86_64 ↗ archlinux/state
- [6] Revert "Fix archiso workflow (#4748)" (#4751) ↗ archlinux/archinstall
- [7] Revert "Fix archiso workflow (#4748)" ↗ archlinux/archinstall
- [8] Enable Ruff zip-without-explicit-strict rule ↗ archlinux/archinstall
- [9] Enable Ruff zip-without-explicit-strict rule (#4744) ↗ archlinux/archinstall
- [10] One more consistency fix to ok_or_eyre ↗ archlinux/buildbtw
- [11] Merge branch 'add-route-endpoint-for-listing-buildspaces' into 'main' ↗ archlinux/buildbtw
- [12] Add route endpoint for listing buildspaces ↗ archlinux/buildbtw
- [13] Switch usages of ok_or_else(eyre!()) to ok_or_eyre() ↗ archlinux/buildbtw
- [14] Merge branch 'bump-deps' into 'main' ↗ archlinux/buildbtw