Skip to content

gnome2.gtksourceview: resolve missing AM_GNU_GETTEXT_VERSION build failure#523652

Open
xworld21 wants to merge 1 commit into
NixOS:masterfrom
xworld21:gnome2-gtksourceview-gettext-m4
Open

gnome2.gtksourceview: resolve missing AM_GNU_GETTEXT_VERSION build failure#523652
xworld21 wants to merge 1 commit into
NixOS:masterfrom
xworld21:gnome2-gtksourceview-gettext-m4

Conversation

@xworld21

Copy link
Copy Markdown
Contributor

Resolve a Darwin build failure due to gettext m4 macros not being picked up.

The normal fix would be to add automake as build input, but gettext puts those files in a nonstandard folder anyway (share/gettext/m4 rather than share/aclocal), so we have to modify ACLOCAL_PATH manually.

Things done

@xworld21 xworld21 added the 0.kind: ZHF Fixes Fixes during the Zero Hydra Failures (ZHF) campaign label May 24, 2026
@nixpkgs-ci nixpkgs-ci Bot added 10.rebuild-linux: 11-100 This PR causes between 11 and 100 packages to rebuild on Linux. 10.rebuild-darwin: 11-100 This PR causes between 11 and 100 packages to rebuild on Darwin. labels May 24, 2026
@xworld21 xworld21 added the backport release-26.05 Backport PR automatically label May 25, 2026
@vcunat

vcunat commented May 27, 2026

Copy link
Copy Markdown
Member

Looks like a duplicate of #521903

@phibkro

phibkro commented May 30, 2026

Copy link
Copy Markdown
Contributor

Built successfully on x86_64-darwin (nix-build -A gnome2.gtksourceview), producing gtksourceview-2.10.5.

For cross-reference, the alternative fix in #521903 (the autoreconf approach) also builds cleanly on x86_64-darwin. Both fixes resolve the failure, so dropping the package (#522127) doesn't appear necessary on build grounds — it's a question of which approach maintainers prefer.

Disclosure: build verification performed with an AI agent (Claude Code, claude-opus-4-8) on x86_64-darwin; results reviewed by me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

0.kind: ZHF Fixes Fixes during the Zero Hydra Failures (ZHF) campaign 10.rebuild-darwin: 11-100 This PR causes between 11 and 100 packages to rebuild on Darwin. 10.rebuild-linux: 11-100 This PR causes between 11 and 100 packages to rebuild on Linux. backport release-26.05 Backport PR automatically

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants