[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: texinfo-6.8.90 pretest
From: |
Eli Zaretskii |
Subject: |
Re: texinfo-6.8.90 pretest |
Date: |
Sun, 23 Oct 2022 10:39:57 +0300 |
> The next problem is all the non-ASCII file names in tp/tests/ and its
> subdirectories: they cause failures like this one:
>
> make[2]: Entering directory `/d/gnu/texinfo-6.8.90/tp/tests'
> Making check in .
> make[3]: Entering directory `/d/gnu/texinfo-6.8.90/tp/tests'
> make input_file_names_recoded_stamp.txt
> make[4]: Entering directory `/d/gnu/texinfo-6.8.90/tp/tests'
> make[4]: *** No rule to make target `input/included_lat?rn1.texi', needed
> by `input_file_names_recoded_stamp.txt'. Stop.
> make[4]: Leaving directory `/d/gnu/texinfo-6.8.90/tp/tests'
> Makefile:3105: recipe for target `check-am' failed
> make[3]: *** [check-am] Error 2
Attempt to run tests in individual directories also fails, as does an
attempt to run individual tests:
$ ./run_parser_all.sh -dir contents
sed: can't read input_file_names_recoded_stamp.txt: No such file or directory
D: contents//diffs/contents_at_begin.diff (printed below)
diff --strip-trailing-cr -a -u -r
./contents//res_parser/contents_at_begin/contents_at_begin.2
contents//out_parser/contents_at_begin/contents_at_begin.2
--- ./contents//res_parser/contents_at_begin/contents_at_begin.2
2022-10-19 16:04:28 +0300
+++ contents//out_parser/contents_at_begin/contents_at_begin.2 2022-10-23
10:20:23 +0300
@@ -0,0 +1,2 @@
+'locale' is not recognized as an internal or external command,
+operable program or batch file.
D: contents//diffs/contents_at_begin.diff (printed above)
There are two problems here:
. input_file_names_recoded_stamp.txt doesn't exist, because it is
generated by a Makefile rule (which fails due to non-ASCII
characters);
. the 'locale' command (where is that called?) is not available on
MS-Windows.
- Re: Skip filename recoding tests on MS-Windows, (continued)
- Re: Skip filename recoding tests on MS-Windows, Gavin Smith, 2022/10/23
- Re: Skip filename recoding tests on MS-Windows, pertusus, 2022/10/23
- Re: Skip filename recoding tests on MS-Windows, Eli Zaretskii, 2022/10/23
- Re: Skip filename recoding tests on MS-Windows, pertusus, 2022/10/23
- Re: Skip filename recoding tests on MS-Windows, Eli Zaretskii, 2022/10/23
- Re: Skip filename recoding tests on MS-Windows, pertusus, 2022/10/23
- Re: texinfo-6.8.90 pretest,
Eli Zaretskii <=
- Re: texinfo-6.8.90 pretest, Eli Zaretskii, 2022/10/23
- Re: texinfo-6.8.90 pretest, pertusus, 2022/10/23
- Re: texinfo-6.8.90 pretest, Gavin Smith, 2022/10/23
- Re: texinfo-6.8.90 pretest, Eli Zaretskii, 2022/10/23
- Re: texinfo-6.8.90 pretest, Gavin Smith, 2022/10/23
- Re: texinfo-6.8.90 pretest, Eli Zaretskii, 2022/10/23
- Re: texinfo-6.8.90 pretest, Gavin Smith, 2022/10/23
- Re: texinfo-6.8.90 pretest, Eli Zaretskii, 2022/10/23
- Re: texinfo-6.8.90 pretest, Gavin Smith, 2022/10/23
- Re: texinfo-6.8.90 pretest, Eli Zaretskii, 2022/10/23