The GitHub Actions job "autoconf" on subversion.git/utf8-cmdline-prototype has failed. Run started by GitHub user asfgit (triggered by asfgit).
Head commit for run: 3b4cb127f5eb1a991e6d0affb8f5b55ab108eacb / Timofei Zhakov <rin...@apache.org> On the 'utf8-cmdline-prototype' branch: utf8-ize svnadmin program 🧑💻 * subversion/svnadmin/svnadmin.c (parse_args, subcommand_freeze): Remove conversion to UTF8; we work with normalized strings. (subcommand_lslocks): Use svn_opt_args_to_target_array4 instead of svn_opt__args_to_target_array which does exactly the same thing, but without utf conversion. (sub_main): Initialize argv using svn_cmdline__get_utf8_argv() instead of svn_cmdline__get_cstring_argv() which returns utf8 array straight away and read args directly to utf8_opt_arg in the loop. (-r, -F, svnadmin__fs_type, svnadmin__parent_dir, svnadmin__config_dir, svnadmin__exclude, svnadmin__include, first_arg, repos_path): Remove conversion to UTF8; we work with normalized strings. (-r, -t, -M, svnadmin__compatible_version): Silently migrate to use utf8 encoded strings instead of hell-encoded ones; it should not matter at all. git-svn-id: https://svn.apache.org/repos/asf/subversion/branches/utf8-cmdline-prototype@1925879 13f79535-47bb-0310-9956-ffa450edef68 Report URL: https://github.com/apache/subversion/actions/runs/15286208518 With regards, GitHub Actions via GitBox