From kde-bugs-dist Mon Nov 30 22:07:31 2015 From: Rex Dieter via KDE Bugzilla Date: Mon, 30 Nov 2015 22:07:31 +0000 To: kde-bugs-dist Subject: [kio] [Bug 356131] New: kdesdk-kioslaves: svn kioslave FTBFS against subversion-1.9+ Message-Id: X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=144892126218004 https://bugs.kde.org/show_bug.cgi?id=356131 Bug ID: 356131 Summary: kdesdk-kioslaves: svn kioslave FTBFS against subversion-1.9+ Product: kio Version: unspecified Platform: Other OS: Linux Status: UNCONFIRMED Severity: grave Priority: NOR Component: svn Assignee: marchand@kde.org Reporter: rdieter@math.unl.edu 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 -- You are receiving this mail because: You are watching all bug changes.