Bug 228341 - devel/qt5-qmake 5.10.1 falsely calls g++
Summary: devel/qt5-qmake 5.10.1 falsely calls g++
Status: Closed DUPLICATE of bug 224137
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: freebsd-kde (group)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-05-18 16:16 UTC by mikhail.rokhin
Modified: 2018-10-20 19:42 UTC (History)
3 users (show)

See Also:
bugzilla: maintainer-feedback? (kde)


Attachments
qt5-qmake porting failure (100.66 KB, image/jpeg)
2018-05-18 16:16 UTC, mikhail.rokhin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description mikhail.rokhin 2018-05-18 16:16:28 UTC
Created attachment 193512 [details]
qt5-qmake porting failure

Seems like it needs porting patch from `g++` calling to `c++` or direct `g++6` for e.g.

Work arounded for now via `ln -s /usr/local/bin/g++6 /usr/local/bin/g++`

ports tree , kernel & world latest.

Thank you for development.
Comment 1 Tijl Coosemans freebsd_committer freebsd_triage 2018-05-18 18:41:09 UTC
Are you using portmaster?  There was a problem with it that has been fixed in ports r470312.
Comment 2 mikhail.rokhin 2018-05-18 21:18:41 UTC
(In reply to Tijl Coosemans from comment #1)
Yes, v. 3.19_9

Updated to v. 3.19_10 - will see later.
Comment 3 Adriaan de Groot freebsd_committer freebsd_triage 2018-05-21 08:30:59 UTC
See, e.g. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204923 and https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208811 . Qt's tools are defined by the mkspecs, not by environment variables.
Comment 4 Tobias C. Berner freebsd_committer freebsd_triage 2018-10-20 19:42:17 UTC

*** This bug has been marked as a duplicate of bug 224137 ***