Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 656108 - app-text/pdf2htmlEX-0.14.6.2 with app-text/poppler-0.64.0 : /.../CairoOutputDev.h:190:8: error: void CairoOutputDev::beginString(GfxState*, GooString*) marked override , but does not override
Summary: app-text/pdf2htmlEX-0.14.6.2 with app-text/poppler-0.64.0 : /.../CairoOutputD...
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Printing Team
URL:
Whiteboard:
Keywords: PMASKED
Depends on:
Blocks:
 
Reported: 2018-05-19 09:27 UTC by Toralf Förster
Modified: 2019-03-02 18:00 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,16.37 KB, text/plain)
2018-05-19 09:27 UTC, Toralf Förster
Details
app-text:pdf2htmlEX-0.14.6.2:20180519-092122.log (app-text:pdf2htmlEX-0.14.6.2:20180519-092122.log,8.23 KB, text/plain)
2018-05-19 09:27 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,94.19 KB, text/plain)
2018-05-19 09:27 UTC, Toralf Förster
Details
environment (environment,119.63 KB, text/plain)
2018-05-19 09:28 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,12.10 KB, application/x-bzip)
2018-05-19 09:28 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,4.80 KB, application/x-bzip)
2018-05-19 09:28 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,29.07 KB, application/x-bzip)
2018-05-19 09:28 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2018-05-19 09:27:50 UTC
In file included from /var/tmp/portage/app-text/pdf2htmlEX-0.14.6.2/work/pdf2htmlEX-0.14.6.2/3rdparty/poppler/git/CairoFontEngine.cc:41:0:
/var/tmp/portage/app-text/pdf2htmlEX-0.14.6.2/work/pdf2htmlEX-0.14.6.2/3rdparty/poppler/git/CairoOutputDev.h:190:8: error: ‘void CairoOutputDev::beginString(GfxState*, GooString*)’ marked ‘override’, but does not override
   void beginString(GfxState *state, GooString *s) override;
        ^~~~~~~~~~~
/var/tmp/portage/app-text/pdf2htmlEX-0.14.6.2/work/pdf2htmlEX-0.14.6.2/3rdparty/poppler/git/CairoOutputDev.h:196:8: error: ‘void CairoOutputDev::beginActualText(GfxState*, GooString*)’ marked ‘override’, but does not override

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-desktop-plasma-systemd_libressl_20180516-202814

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.0 *

Available Python interpreters, in order of preference:
  [1]   python3.5
  [2]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby23 (with Rubygems) *
java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.7.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

emerge -qpv app-text/pdf2htmlEX
[ebuild  N    ] app-text/pdf2htmlEX-0.14.6.2
Comment 1 Toralf Förster gentoo-dev 2018-05-19 09:27:53 UTC
Created attachment 532214 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-05-19 09:27:56 UTC
Created attachment 532216 [details]
app-text:pdf2htmlEX-0.14.6.2:20180519-092122.log
Comment 3 Toralf Förster gentoo-dev 2018-05-19 09:27:59 UTC
Created attachment 532218 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2018-05-19 09:28:02 UTC
Created attachment 532220 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2018-05-19 09:28:05 UTC
Created attachment 532222 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2018-05-19 09:28:08 UTC
Created attachment 532224 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2018-05-19 09:28:10 UTC
Created attachment 532226 [details]
temp.tbz2
Comment 8 Andreas K. Hüttel archtester gentoo-dev 2018-05-20 21:25:43 UTC
This is essentially abandoned, and I try to keep it going. Given that it uses internal Poppler interfaces that's not really fun...
Comment 9 Larry the Git Cow gentoo-dev 2018-06-03 11:36:50 UTC
The bug has been referenced in the following commit(s):

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

commit e9e3cad70a654164462c8011bdf1b3d1f313a0be
Author:     Andreas K. Hüttel <dilfridge@gentoo.org>
AuthorDate: 2018-06-03 11:36:18 +0000
Commit:     Andreas K. Hüttel <dilfridge@gentoo.org>
CommitDate: 2018-06-03 11:36:18 +0000

    app-text/pdf2htmlEX: Drop poppler requirement only in live ebuild
    
    It builds, but it doesnt produce any reasonable output yet... :/
    Needs further code analysis and testing.
    
    Bug: https://bugs.gentoo.org/656108
    Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-text/pdf2htmlEX/pdf2htmlEX-9999.ebuild | 1 -
 1 file changed, 1 deletion(-)
Comment 10 Larry the Git Cow gentoo-dev 2019-01-30 22:31:38 UTC
The bug has been referenced in the following commit(s):

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

commit f0708682a610be7d5643d609b491b71af801c144
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2019-01-30 22:23:27 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2019-01-30 22:29:25 +0000

    profiles: Mask app-text/pdf2htmlEX for removal
    
    Bug: https://bugs.gentoo.org/656108
    Bug: https://bugs.gentoo.org/674808
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 profiles/package.mask | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
Comment 11 Mikle Kolyada (RETIRED) archtester Gentoo Infrastructure gentoo-dev Security 2019-03-02 18:00:36 UTC
Gone