Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 465210 - Regression: Address book completion fails again in kde-base/kontact-4.10.2
Summary: Regression: Address book completion fails again in kde-base/kontact-4.10.2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL: https://bugs.kde.org/show_bug.cgi?id=...
Whiteboard:
Keywords: PATCH, REGRESSION
: 465212 465418 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-04-09 07:56 UTC by Daniel Hornung
Modified: 2013-04-13 10:32 UTC (History)
3 users (show)

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


Attachments
Proposed patch to fix the regression (changeset_r6a06c57f52a00018d607085efa7570deb91dc707.diff,6.99 KB, patch)
2013-04-09 08:08 UTC, Daniel Hornung
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Hornung 2013-04-09 07:56:13 UTC
As mentioned in the upstream bug report at https://bugs.kde.org/show_bug.cgi?id=259949, kontact loses the ability again to auto-complete email addresses from the address book.

Reproducible: Sometimes




There is a patch upstream which should fix this problem but which will only come officially with 4.10.3.  It should be added in Gentoo's version of kontact, you can find the commit at https://projects.kde.org/projects/kde/kdepim/repository/revisions/6a06c57f52a00018d607085efa7570deb91dc707
Comment 1 Daniel Hornung 2013-04-09 08:08:34 UTC
Created attachment 344920 [details, diff]
Proposed patch to fix the regression

I have not tested the patch yet myself, but will probably do so once I find the time.
Comment 2 Lukas Polacek 2013-04-09 11:10:12 UTC
*** Bug 465212 has been marked as a duplicate of this bug. ***
Comment 3 Chris Reffett (RETIRED) gentoo-dev Security 2013-04-10 18:04:37 UTC
*** Bug 465418 has been marked as a duplicate of this bug. ***
Comment 4 quazgar 2013-04-12 23:56:32 UTC
Mixed results:

I think that applying the patch worked by temporarily putting it into /etc/portage/patches/kde-base/kdepim-common-libs-4.10.2/. At least the files in /tmp/portage/kde-base/kdepim-common-libs-4.10.2/work/kdepim-common-libs-4.10.2 were patched as they should.

Unfortunately after recompiling kdepim-common-libs and restarting kontact and even KDE I could not see a positive effect.

Help would be very welcome.
Comment 5 quazgar 2013-04-13 00:00:02 UTC
BTW, I believe that the affected packages can be found with this command (trying to look for KDE packages which compile the libkdepim directory), am I right here?

find /usr/portage/kde-* -name '*4.10.2*.ebuild' -exec awk 'parse==1 && /"/{parse=0;} /(KMMODULE)|(KMEXTRA)|(KMCOMPILE)/{parse=1} parse==1 && /libkdepim\//{print FILENAME}' '{}' \;
Comment 6 Andreas K. Hüttel archtester gentoo-dev 2013-04-13 00:36:58 UTC
I added the fix in kde-base/kdepim-common-libs-4.10.2-r1 but cannot test it at all, therefore that ebuild is for now without keywords. 

Please test it; you'll need to add this to your package.keywords:
=kde-base/kdepim-common-libs-4.10.2-r1 **

(you may have to stop and restart all pim-related stuff or log out and back in after the emerge) ... and report back here whether that works and fixes the bug.
Comment 7 quazgar 2013-04-13 07:45:18 UTC
(In reply to comment #4)
> Unfortunately after recompiling kdepim-common-libs and restarting kontact
> and even KDE I could not see a positive effect.

Restarting the machine helped, I now have address book completion with 4.10.2.  I will not be able to test the released 4.10.2-r1 before Monday though.
Comment 8 Andreas K. Hüttel archtester gentoo-dev 2013-04-13 09:03:02 UTC
(In reply to comment #7)
> (In reply to comment #4)
> > Unfortunately after recompiling kdepim-common-libs and restarting kontact
> > and even KDE I could not see a positive effect.
> 
> Restarting the machine helped, I now have address book completion with
> 4.10.2.  I will not be able to test the released 4.10.2-r1 before Monday
> though.

OK that's one good data point. (The only change in 4.10.2-r1 is that it applies exactly that patch). One more positive feedback and I'll restore keywords.
Comment 9 Lukas Polacek 2013-04-13 09:10:25 UTC
Works perfect here, thanks!
Comment 10 Andreas K. Hüttel archtester gentoo-dev 2013-04-13 10:32:43 UTC
(In reply to comment #9)
> Works perfect here, thanks!

Great, thanks!

+  13 Apr 2013; Andreas K. Huettel <dilfridge@gentoo.org>
+  kdepim-common-libs-4.10.2-r1.ebuild:
+  Restore keywords after feedback, bug 465210
+