[kde-freebsd] [Bug 207098] devel/qt5-linguisttools: error: non-virtual member function marked 'override' hides virtual member function (stops the build)
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Feb 11 06:10:59 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207098
--- Comment #7 from Mark Millard <markmi at dsl-only.net> ---
(In reply to w.schwarzenfeld from comment #5)
I finally noticed what is likely the essential problem: implicit use of
/usr/local/include/qt5/. . . mixed with the failing lang/qt5-qml build.
It appears that the compile is picking up include files from the prior
installation of qt pkgs and/or ports (I do not remember which):
/usr/local/include/qt5/QtCore/qcompilerdetection.h:1027:26: note: . . .
/usr/local/include/qt5/QtQml/5.4.1/QtQml/private/qqmljslexer_p.h:67:18: note: .
. .
/usr/local/include/qt5/QtCore/qcompilerdetection.h:1027:26: note: . . .
/usr/local/include/qt5/QtQml/5.4.1/QtQml/private/qqmljslexer_p.h:73:18: note: .
. .
Since building lang/qt5-qml is failing the 2 lines mentioning
qt5/QtQml/5.4.1/QtQml have not been updated from 5.4.1 to anything more recent
yet.
It looks like lang/qt5-qml needs to come first before building
devel/qt5-linguisttools (as long as /usr/local/include/qt5/. . . is in use for
this). Otherwise devel/qt5-linguisttools would need its own copies of the files
to find (unlikely).
Should the build failure of lang/qt5-qml have stopped the attempt at building
devel/qt5-linguisttools because of such dependencies between them?
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the kde-freebsd
mailing list