Bug#1093004: tuxfootball FTBFS with gettext 0.22

Adrian Bunk bunk at debian.org
Tue Jan 14 13:39:33 GMT 2025


Source: tuxfootball
Version: 0.3.1-9
Severity: serious
Tags: ftbfs patch

https://buildd.debian.org/status/logs.php?pkg=tuxfootball&ver=0.3.1-9

...
Making all in po
make[3]: Entering directory '/build/reproducible-path/tuxfootball-0.3.1/po'
*** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext version 0.22 but the autoconf macros are from gettext version 0.20


Attached is a patch that replaces by fixing the root cause,
now autopoint will regenerate the gettext files during the build.
-------------- next part --------------
Description: Make autopoint regenerate gettext files
Author: Adrian Bunk <bunk at debian.org>

--- tuxfootball-0.3.1.orig/configure.ac
+++ tuxfootball-0.3.1/configure.ac
@@ -6,6 +6,7 @@ AC_CONFIG_SRCDIR([src/main.cpp])
 AC_CONFIG_HEADER([config.h])
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION, [dist-bzip2])
 AM_MAINTAINER_MODE
+AM_GNU_GETTEXT_VERSION([0.18])
 AM_GNU_GETTEXT([external])
 
 # Checks for programs.


More information about the Pkg-games-devel mailing list