Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 678584 - kde-apps/kitinerary fails to build following app-text/poppler update
Summary: kde-apps/kitinerary fails to build following app-text/poppler update
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-02-22 15:06 UTC by frostblue
Modified: 2019-02-22 18:19 UTC (History)
2 users (show)

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


Attachments
Build log (build.log,145.99 KB, text/x-log)
2019-02-22 15:06 UTC, frostblue
Details
emerge --info (emerge-info.txt,6.20 KB, text/plain)
2019-02-22 15:07 UTC, frostblue
Details
kitinerary-18.08.3-poppler-0.72.patch (kitinerary-18.08.3-poppler-0.72.patch,2.76 KB, patch)
2019-02-22 18:13 UTC, Marco Genasci
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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. :)