Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 217415 - dev-util/kdesvn-0.14.4 released
Summary: dev-util/kdesvn-0.14.4 released
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: George Shapovalov (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-12 16:04 UTC by Arfrever Frehtes Taifersar Arahesis (RETIRED)
Modified: 2008-05-30 14:00 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2008-04-12 16:04:03 UTC
dev-util/kdesvn-0.14.3 was released on 2008-03-28.
Comment 1 George Shapovalov (RETIRED) gentoo-dev 2008-05-02 10:07:44 UTC
The bump is not as straightforward as simply adding a new ebuild, as I am hitting some linking issue:

Linking CXX shared module ../lib64/kde3/libkdesvnpart.so
/var/tmp/portage/dev-util/kdesvn-0.14.3/work/kdesvn-0.14.3/lib64/kde3/libsvnfrontend.a(svnactions.o): In function `SvnActions::makeDiffinternal(QString const&, svn::Revision const&, QString const&, svn::Revision const&, QWidget*, svn::Revision const&)':
svnactions.cpp:(.text+0xa361): undefined reference to `svn::Revision::isRemote() const'
svnactions.cpp:(.text+0xa45e): undefined reference to `svn::Revision::isRemote() const'
collect2: ld returned 1 exit status

I'll investigate.

George
Comment 2 George Shapovalov (RETIRED) gentoo-dev 2008-05-02 11:46:53 UTC
I have just added 0.14.2, it does not seem to have this problem. However I do not completely like its run-time behavior (some annoying messages, but no "bad issues" so far)..
Comment 3 George Shapovalov (RETIRED) gentoo-dev 2008-05-02 18:20:28 UTC
A quick note: that link failure in 0.14.3 is independent of subversion version or having the as-needed patch applied or not or gcc version used (4.3.0 vs 4.2.3).
Comment 4 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2008-05-24 14:05:44 UTC
dev-util/kdesvn-0.14.4 was released on 2008-05-19.
It should work with Subversion 1.5.
Comment 5 George Shapovalov (RETIRED) gentoo-dev 2008-05-25 06:11:05 UTC
Same problem with 1.14.4, that is trying to build it throws the same 
undefined reference to `svn::Revision::isRemote() const'
error and this is independent of gcc version used (4.2.3 or 4.3.0, the last one only produced a ton of warnings in addition).
Comment 6 George Shapovalov (RETIRED) gentoo-dev 2008-05-30 14:00:25 UTC
Ok, finally. I've traced the problem, looks like some files were not added to some lib when some new function was introduced (see the patch). I just hope I added the right files to the right library :), but it all seems to work fine. Plus this version actually seems to work again, that is with new subversion, so the limitation in RDEPEND is no more..
All in the tree already, closing the bug.

George