Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 726470 - app-editors/texworks-0.6.5: error: aggregate ‘QPainterPath clipPath’ has incomplete type and cannot be defined
Summary: app-editors/texworks-0.6.5: error: aggregate ‘QPainterPath clipPath’ has inco...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mikle Kolyada (RETIRED)
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks: qt-5.15
  Show dependency tree
 
Reported: 2020-05-31 16:58 UTC by Marco Genasci
Modified: 2020-06-19 07:41 UTC (History)
0 users

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


Attachments
texworks-0.6.5-missing-include-qpainterpath.patch (texworks-0.6.5-missing-include-qpainterpath.patch,368 bytes, patch)
2020-05-31 17:00 UTC, Marco Genasci
Details | Diff

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