From: Bruno Haible Date: Mon, 5 May 2025 01:00:58 +0000 (+0200) Subject: tests: Add a comment regarding a lang-modula2 failure. X-Git-Tag: v0.25~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03d289ae211d1bf3bc5dabf7eb5a9e6205a22b4c;p=thirdparty%2Fgettext.git tests: Add a comment regarding a lang-modula2 failure. * gettext-tools/tests/lang-modula2: Add comment. --- diff --git a/gettext-tools/tests/lang-modula2 b/gettext-tools/tests/lang-modula2 index 299385742..b627b7616 100644 --- a/gettext-tools/tests/lang-modula2 +++ b/gettext-tools/tests/lang-modula2 @@ -5,6 +5,10 @@ # Assumes an fr_FR locale is installed. # Assumes the following packages are installed: gm2. +# Note: This test fails on Ubuntu 22.04, with a compilation error +# "error: the file containing the definition module 'Terminal' cannot be found", +# apparently due to insufficient include paths in this version of gm2. + # Test whether we can build and test Modula-2 programs. test "${MODULA2_CHOICE}" != no || { echo "Skipping test: configured with --disable-modula2"