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: 51eb4b19ebe9887da017b71d189adb06a0a9c280 / Timofei Zhakov <rin...@apache.org> On the 'utf8-cmdline-prototype' branch: deprecate svn_client_args_to_target_array2 and rename svn_client_args_to_target_array_utf8 to svn_client_args_to_target_array3. It also required to factor out something like svn_client__process_target_array() from libsvn_client/cmdline.c. Yeah, it starts being messy due to all this backward compat. I hate it, but it's life. Life is hard. I did my best to avoid as much code duplication as I could. * subversion/include/svn_client.h (svn_client_args_to_target_array_utf8): rename to svn_client_args_to_target_array3. (svn_client_args_to_target_array2): deprecate. * subversion/libsvn_client/client.h (SVN_CLIENT__CMDLINE_DEFAULT_ARRAY_SIZE): add define. (svn_client__process_target_array): declare func. * subversion/libsvn_client/cmdline.c (DEFAULT_ARRAY_SIZE): moved to header. (args_to_target_array): rename to svn_client__process_target_array. (svn_client__process_target_array): Use SVN_CLIENT__CMDLINE_DEFAULT_ARRAY_SIZE instead of DEFAULT_ARRAY_SIZE (svn_client_args_to_target_array2): moved to deprecated.c * subversion/libsvn_client/deprecated.c (svn_client_args_to_target_array2): implement it here. * subversion/svn/util.c (svn_cl__args_to_target_array_print_reserved): adjust to use renamed function. git-svn-id: https://svn.apache.org/repos/asf/subversion/branches/utf8-cmdline-prototype@1925845 13f79535-47bb-0310-9956-ffa450edef68 Report URL: https://github.com/apache/subversion/actions/runs/15262610549 With regards, GitHub Actions via GitBox