Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#3744 - kio_svn missing from kdesdk
Attached to Project:
Arch Linux
Opened by Michael Lee (dreamwave) - Wednesday, 11 January 2006, 19:11 GMT
Last edited by Dale Blount (dale) - Wednesday, 11 January 2006, 19:18 GMT
Opened by Michael Lee (dreamwave) - Wednesday, 11 January 2006, 19:11 GMT
Last edited by Dale Blount (dale) - Wednesday, 11 January 2006, 19:18 GMT
|
Detailskio_svn is supposed to be part of the kdesdk package. However, it seems that svn support is not being built in kdesdk.
I checked the PKGBUILD and all seems correct to me. Here's a snippet from config.log: $ ./configure --prefix=/opt/kde --disable-debug --disable-dependency-tracking --with-svn-include=/usr/include/subversion-1 --with-svn-lib=/usr/lib --enable-final configure:34322: checking for Subversion svn-config configure:34349: result: not found configure:34363: checking for Subversion headers configure:34376: result: not found configure:34391: checking for Subversion libraries configure:34401: result: found include_kioslave_svn_FALSE='' include_kioslave_svn_TRUE='#' For some odd reason, the headers are not being found. But they are all there in /usr/include/subversion-1 |
This task depends upon
Closed by Tobias Powalowski (tpowa)
Tuesday, 31 January 2006, 17:55 GMT
Reason for closing: Fixed
Additional comments about closing: 3.5.1-2 fixed
Tuesday, 31 January 2006, 17:55 GMT
Reason for closing: Fixed
Additional comments about closing: 3.5.1-2 fixed
In PKGBUILD:
--with-svn-include=/usr/include --with-svn-lib=/usr/lib --enable-final
instead of
--with-svn-include=/usr/include/subversion-1 --with-svn-lib=/usr/lib --enable-final
b -L/usr/lib -L/usr/lib -lapr-0 -lrt -lm -lcrypt -lnsl -lpthread -ldl -L/usr/lib -laprutil-0 -lgdbm -ldb-4.3 -lexpat -lsvn_client-1 svn.lo -lkio
.libs/svn.o: In function `open_tmp_file(apr_file_t**, void*, apr_pool_t*)':
svn.cpp:(.text+0x45): undefined reference to `svn_path_join'
svn.cpp:(.text+0x72): undefined reference to `svn_io_open_unique_file'
.libs/svn.o: In function `write_to_string(void*, char const*, unsigned int*)':
svn.cpp:(.text+0xac): undefined reference to `svn_stringbuf_appendbytes'
.libs/svn.o: In function `compare_items_as_paths(svn_sort__item_t const*, svn_sort__item_t const*)':
svn.cpp:(.text+0xe4): undefined reference to `svn_path_compare_paths'
.libs/svn.o: In function `kio_svnProtocol::initNotifier(bool, bool, bool, apr_pool_t*)':
svn.cpp:(.text+0x189): undefined reference to `svn_pool_create_ex'