Bug 228341

Summary: devel/qt5-qmake 5.10.1 falsely calls g++
Product: Ports & Packages Reporter: mikhail.rokhin
Component: Individual Port(s)Assignee: freebsd-kde (group) <kde>
Status: Closed DUPLICATE    
Severity: Affects Many People CC: adridg, tcberner, tijl
Priority: --- Flags: bugzilla: maintainer-feedback? (kde)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
qt5-qmake porting failure none

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 ***