http://bugs.kde.org/show_bug.cgi?id=175963 Summary: configure doesn't check for neon-gnutls Product: kdevelop Version: unspecified Platform: Debian testing OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: kdevelop-bugs@kdevelop.org ReportedBy: msoos@freemail.hu Version: svn r888264 (using KDE 4.1.3) Compiler: gcc 4.3.1 OS: Linux Installed from: Debian testing/unstable Packages I didn't have neon-gnutls installed, and configure succeeded. However, during compilation I got: /bin/sh ../../libtool --silent --tag=CXX --mode=link g++ -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -fno-builtin -g3 -fno-inline -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -o kio_kdevsvn.la -rpath /lib/kde3 -module -avoid-version -module -no-undefined -Wl,--no-undefined -Wl,--allow-shlib-undefined -R /lib -R /usr/lib -R /usr/lib -L/usr/lib -L/usr/lib -lapr-1 -luuid -lrt -lcrypt -lpthread -ldl -L/usr/lib -laprutil-1 -lsvn_client-1 -lsvn_subr-1 -lsvn_ra-1 svn_kio.lo -lkio /usr/bin/ld: cannot find -lneon-gnutls collect2: ld returned 1 exit status make[4]: *** [kio_kdevsvn.la] Error 1 make[4]: Leaving directory `/home/soos/tmp/kdevelop/vcs/subversion' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/soos/tmp/kdevelop/vcs/subversion' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/soos/tmp/kdevelop/vcs' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/soos/tmp/kdevelop' make: *** [all] Error 2 So, I instealled libneon27-gnutls, and this problem disappeared. So, the configure script should check for neon-gnutls, as it needs it for linking. PS: After installing neon-gnutls, I got a new error: /bin/sh ../../libtool --silent --tag=CXX --mode=link g++ -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -fno-builtin -g3 -fno-inline -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -o kio_kdevsvn.la -rpath /lib/kde3 -module -avoid-version -module -no-undefined -Wl,--no-undefined -Wl,--allow-shlib-undefined -R /lib -R /usr/lib -R /usr/lib -L/usr/lib -L/usr/lib -lapr-1 -luuid -lrt -lcrypt -lpthread -ldl -L/usr/lib -laprutil-1 -lsvn_client-1 -lsvn_subr-1 -lsvn_ra-1 svn_kio.lo -lkio /usr/bin/ld: cannot find -lserf-0 ollect2: ld returned 1 exit status make[4]: *** [kio_kdevsvn.la] Error 1 So, I installed libserf-0 and now all seems ok -- Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ KDevelop-bugs mailing list KDevelop-bugs@kdevelop.org https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-bugs