Ticket #614 (closed defect: fixed)
Kdesvn fails to compile with subversion 1.6
| Reported by: | DragonSA | Owned by: | alwin |
|---|---|---|---|
| Priority: | urgent | Milestone: | Version 1.3 |
| Component: | All | Version: | 1.2.x |
| Severity: | block | Keywords: | |
| Cc: |
Description (last modified by alwin) (diff)
Kdesvn fails to compile with subversion 1.6 under FreeBSD. Kdesvn has been successfully built with subversion 1.5.5. Below is an extract of the relevant part of the build log (and the full build log attached):
[ 16%] Building CXX object src/svnqt/CMakeFiles/svnqt.dir/commititem.o
cd /work/a/ports/devel/kdesvn-kde4/work/kdesvn-1.2.4/src/svnqt && /usr/bin/c++ -DKDE_DEFAULT_DEBUG_AREA=9510 -Dsvnqt_EXPORTS -O2 -fno-strict-aliasing -pipe -Woverloaded-virtual -fvisibility=hidden -fvisibility-inlines-hidden -fexceptions -O2 -g -fPIC -I/work/a/ports/devel/kdesvn-kde4/work/kdesvn-1.2.4/src/svnqt -I/work/a/ports/devel/kdesvn-kde4/work/kdesvn-1.2.4 -I/work/a/ports/devel/kdesvn-kde4/work/kdesvn-1.2.4/src -I/work/a/ports/devel/kdesvn-kde4/work/kdesvn-1.2.4/src/svnfrontend -I/usr/local/kde4/include -I/usr/local/kde4/include/KDE -I/usr/local/include/qt4/QtWebKit -I/usr/local/include/qt4/QtHelp -I/usr/local/include/qt4/QtDBus -I/usr/local/include/qt4/QtTest -I/usr/local/include/qt4/QtUiTools -I/usr/local/include/qt4/QtScript -I/usr/local/include/qt4/QtSvg -I/usr/local/include/qt4/QtXml -I/usr/local/include/qt4/QtSql -I/usr/local/include/qt4/QtOpenGL -I/usr/local/include/qt4/QtNetwork -I/usr/local/include/qt4/QtDesigner -I/usr/local/include/qt4/Qt3Support -I/usr/loc
al/include/qt4/QtGui -I/usr/local/include/qt4/QtCore -I/usr/local/include/qt4/Qt -I/usr/local/share/qt4/mkspecs/default -I/usr/local/include/qt4 -I/usr/local/include -I/usr/local/include/apr-1 -I/usr/local/include/subversion-1 -fPIC -o CMakeFiles/svnqt.dir/commititem.o -c /work/a/ports/devel/kdesvn-kde4/work/kdesvn-1.2.4/src/svnqt/commititem.cpp
/work/a/ports/devel/kdesvn-kde4/work/kdesvn-1.2.4/src/svnqt/commititem.cpp: In member function 'void svn::CommitItem::convertprop(apr_array_header_t*)': /work/a/ports/devel/kdesvn-kde4/work/kdesvn-1.2.4/src/svnqt/commititem.cpp:89: error: 'svn_prop_t' was not declared in this scope /work/a/ports/devel/kdesvn-kde4/work/kdesvn-1.2.4/src/svnqt/commititem.cpp:89: error: 'item' was not declared in this scope /work/a/ports/devel/kdesvn-kde4/work/kdesvn-1.2.4/src/svnqt/commititem.cpp:89: error: expected primary-expression before ')' token /work/a/ports/devel/kdesvn-kde4/work/kdesvn-1.2.4/src/svnqt/commititem.cpp:89: error: expected `)' before 'list' * Error code 1
Attachments
Change History
Changed 4 years ago by DragonSA
-
attachment
kdesvn-qt4.log
added
comment:3 Changed 4 years ago by alwin
here it builds perfect with svn 1.6 (except some warnings about obsolete functions but them are not critical)
so please check your system and try it again...
comment:4 Changed 4 years ago by David Naylor
It still doesn't compile here. It is due to a missing include... Please see attached for the patch that fixes this. If it doesn't break anything (it shouldn't) could you please commit the patch for the upcoming release. Thanks
comment:5 Changed 4 years ago by alwin
- Status changed from assigned to closed
- Resolution set to fixed
this patch is inside sind r1809 - so I close this bug, (Kenneth Lakin send it a while ago)
Many thanks for your report and sorry for you effort

Full build log of kdesvn-qt4 with subversion 1.6 under FreeBSD