Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 678584

Summary: kde-apps/kitinerary fails to build following app-text/poppler update
Product: Gentoo Linux Reporter: frostblue <luca.frostblue>
Component: Current packagesAssignee: Gentoo KDE team <kde>
Status: RESOLVED FIXED    
Severity: normal CC: andy.dalton, cafaia
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Build log
emerge --info
kitinerary-18.08.3-poppler-0.72.patch

Description frostblue 2019-02-22 15:06:29 UTC
Created attachment 566074 [details]
Build log

Following an app-text/poppler update it appears kde-apps/kitinerary cannot be updated and compilation fails with

 'class GooString' has no member named 'getCString'; did you mean 'GooString'?
Comment 1 frostblue 2019-02-22 15:07:18 UTC
Created attachment 566076 [details]
emerge --info
Comment 2 Andy Dalton 2019-02-22 15:42:14 UTC
I unmasked kde-apps/kitinerary-18.12.2 along with its dependencies and it builds successfully.
Comment 3 Eduardo Coutinho Scalabrin 2019-02-22 17:12:47 UTC
Here I have the same error.
Comment 4 Marco Genasci 2019-02-22 18:13:59 UTC
Created attachment 566102 [details, diff]
kitinerary-18.08.3-poppler-0.72.patch

A possible patch
Comment 5 Larry the Git Cow gentoo-dev 2019-02-22 18:17:35 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d15eb052fba4619ccbdbf1238ad40f98cbdaf11

commit 7d15eb052fba4619ccbdbf1238ad40f98cbdaf11
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2019-02-22 18:16:56 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2019-02-22 18:17:13 +0000

    kde-apps/kitinerary: Fix build with poppler-0.72
    
    Closes: https://bugs.gentoo.org/678584
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
    Package-Manager: Portage-2.3.51, Repoman-2.3.11

 .../files/kitinerary-18.08.3-poppler-0.72.patch    | 68 ++++++++++++++++++++++
 kde-apps/kitinerary/kitinerary-18.08.3.ebuild      |  4 +-
 2 files changed, 71 insertions(+), 1 deletion(-)
Comment 6 Andreas Sturmlechner gentoo-dev 2019-02-22 18:19:36 UTC
(In reply to Marco Genasci from comment #4)
> Created attachment 566102 [details, diff] [details, diff]
> kitinerary-18.08.3-poppler-0.72.patch
> 
> A possible patch

Thanks, except for the bogus Gentoo cmake snippet you had exactly the same idea that I had been working on. :)