Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 617414 - [qt overlay] dev-qt/qtpositioning-5.9.0_beta3 fails to build
Summary: [qt overlay] dev-qt/qtpositioning-5.9.0_beta3 fails to build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Overlays (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 625258
  Show dependency tree
 
Reported: 2017-05-03 18:39 UTC by Eugene Shalygin
Modified: 2017-07-22 13:31 UTC (History)
0 users

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


Attachments
build.log (build.log,66.58 KB, text/x-log)
2017-05-04 13:24 UTC, Alexei Kharitonov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Eugene Shalygin 2017-05-03 18:39:17 UTC
error: cannot find -lclip2tri

One needs to build 3rdparty/{clip2tri,poly2tri,clipper} to make it compile.
Comment 1 Arfrever Frehtes Taifersar Arahesis 2017-05-03 22:04:40 UTC
Attach full build log.
Comment 2 Alexei Kharitonov 2017-05-04 13:24:34 UTC
Created attachment 471608 [details]
build.log
Comment 3 Stefan Böhmann 2017-05-08 20:03:03 UTC
Same for qtpositioning-5.9.9999 of course. The fix is simple, change QT5_TARGET_SUBDIRS to:

QT5_TARGET_SUBDIRS=(
        src/3rdparty/clipper
        src/3rdparty/poly2tri
        src/3rdparty/clip2tri
        src/positioning
        src/plugins/position/positionpoll
)