svn kiolsave FTBFSF against subversion-1.9+ Errors include: ../../svn/svn.cpp: In function 'int compare_items_as_paths(const svn_sort__item_t*, const svn_sort__item_t*)': ../../svn/svn.cpp:112:49: error: invalid use of incomplete type 'const svn_sort__item_t {aka const struct svn_sort__item_t}' return svn_path_compare_paths ((const char *)a->key, (const char *)b->key); ^ In file included from ../../svn/svn.cpp:41:0: /usr/include/subversion-1/svn_sorts.h:55:16: note: forward declaration of 'svn_sort__item_t {aka struct svn_sort__item_t}' typedef struct svn_sort__item_t svn_sort__item_t; ^ ../../svn/svn.cpp:112:71: error: invalid use of incomplete type 'const svn_sort__item_t {aka const struct svn_sort__item_t}' return svn_path_compare_paths ((const char *)a->key, (const char *)b->key); In file included from ../../svn/svn.h:30:0, from ../../svn/svn.cpp:54: /usr/include/subversion-1/svn_client.h:5844:1: note: declared here svn_client_ls(apr_hash_t **dirents, ^ ../../svn/svn.cpp:553:67: error: 'svn_sort__hash' was not declared in this scope array = svn_sort__hash (dirents, compare_items_as_paths, subpool); ^ ../../svn/svn.cpp:562:11: error: invalid use of incomplete type 'struct svn_sort__item_t' item = &APR_ARRAY_IDX (array, i, svn_sort__item_t); ^ In file included from ../../svn/svn.cpp:41:0: /usr/include/subversion-1/svn_sorts.h:55:16: note: forward declaration of 'struct svn_sort__item_t' typedef struct svn_sort__item_t svn_sort__item_t; ^ ../../svn/svn.cpp:564:38: error: invalid use of incomplete type 'svn_sort__item_t {aka struct svn_sort__item_t}' utf8_entryname = (const char*)item->key; ^ In file included from ../../svn/svn.cpp:41:0: /usr/include/subversion-1/svn_sorts.h:55:16: note: forward declaration of 'svn_sort__item_t {aka struct svn_sort__item_t}' typedef struct svn_sort__item_t svn_sort__item_t; ^ ../../svn/svn.cpp:566:71: error: invalid use of incomplete type 'svn_sort__item_t {aka struct svn_sort__item_t}' dirent = (svn_dirent_t*)apr_hash_get (dirents, utf8_entryname, item->klen); Reproducible: Always
I think this bug is related: #351284
*** Bug 351284 has been marked as a duplicate of this bug. ***
The kioslave was removed by Albert Astals Cid as per mailing list discussion.