Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 564406

Summary: kopete-cryptography FTBFS against kdepim-4.4.0
Product: [Fedora] Fedora Reporter: Rex Dieter <rdieter>
Component: kopete-cryptographyAssignee: Kevin Kofler <kevin>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: fedora, ftbfs, jreznik, kevin, ltinkl, rdieter, than
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-02-13 21:55:43 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 533921, 538681    

Description Rex Dieter 2010-02-12 16:38:13 UTC
In short, kopete-cryptography-1.3.0-kde4.4.0 uses libkeo headers that are no longer exported by kdepim.

krop in #kontact suggested : "drop the kopete-cryptography packaging"

Unfortunately, I see no alternative at the moment.

Comment 1 Kevin Kofler 2010-02-12 21:21:34 UTC
Leave it as is for now (i.e. leave the previous build in), I'll look into this tomorrow.

Comment 2 Kevin Kofler 2010-02-13 11:43:55 UTC
The offending kdepim commit to revert:
http://websvn.kde.org/?view=revision&revision=1070773
(and we'll need to reenable our kdepim-devel package too).

Comment 3 Kevin Kofler 2010-02-13 17:44:28 UTC
*** Bug 564980 has been marked as a duplicate of this bug. ***

Comment 4 Kevin Kofler 2010-02-13 20:52:36 UTC
Actually, this is the 4.4 branch commit I'm reverting:
http://websvn.kde.org/?view=revision&revision=1072331

Comment 5 Kevin Kofler 2010-02-13 21:55:43 UTC
Fixed in kdepim-4.4.0-4.fc1[123]. kopete-cryptography-1.3.0-16.fc13 built successfully.

Comment 6 Jaroslav Reznik 2010-02-15 13:34:10 UTC
Kevin,
thanks for taking care.

Do we have reply from upstream?

Comment 7 Kevin Kofler 2010-02-15 14:17:37 UTC
Sadly, no really helpful one. :-( There were 2 suggestions:
(a) drop kopete-cryptography packaging entirely. Huh? They won't even support software in extragear anymore?!
(b) copy the libkleo headers into kopete-cryptography. This is just wrong for several reasons:
1. It's not in kopete-cryptography upstream. We'd have to patch it (also hack the CMakeLists.txt, not just add the headers).
2. Bundling the header probably also means bundling the library or we'll be doing the "build against private header, link against public copy" hack which is quite dangerous if they get out of sync.
3. Bundled libraries (or even just parts of libraries, e.g. header files) suck and violate our packaging guidelines.
So both (a) and (b) look like "no go" to me.
IMHO it's unacceptable that kdepim stops exporting an API which is used by an extragear application.