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

Bug 726470

Summary: app-editors/texworks-0.6.5: error: aggregate ‘QPainterPath clipPath’ has incomplete type and cannot be defined
Product: Gentoo Linux Reporter: Marco Genasci <fedeliallalinea>
Component: Current packagesAssignee: Mikle Kolyada (RETIRED) <zlogene>
Status: RESOLVED FIXED    
Severity: normal Keywords: PATCH
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/TeXworks/texworks/issues/899
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 726178    
Attachments: texworks-0.6.5-missing-include-qpainterpath.patch

Description Marco Genasci 2020-05-31 16:58:10 UTC
Compile package with qt-5.15 return error

/var/tmp/portage/app-editors/texworks-0.6.5/work/texworks-release-0.6.5/modules/QtPDF/src/PDFBackend.cpp:744:22: error: aggregate ‘QPainterPath clipPath’ has incomplete type and cannot be defined
  744 |         QPainterPath clipPath;
      |                      ^~~~~~~~
/var/tmp/portage/app-editors/texworks-0.6.5/work/texworks-release-0.6.5/modules/QtPDF/src/PDFBackend.cpp:764:24: error: aggregate ‘QPainterPath pp’ has incomplete type and cannot be defined
  764 |           QPainterPath pp;
      |           

Reproducible: Always
Comment 1 Marco Genasci 2020-05-31 17:00:06 UTC
Created attachment 642890 [details, diff]
texworks-0.6.5-missing-include-qpainterpath.patch
Comment 3 Andreas Sturmlechner gentoo-dev 2020-06-14 22:39:58 UTC
ping