Date: Tue, 13 Sep 2022 00:42:08 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 266389] devel/qtcreator configure fails, also does not build if googletest installed Message-ID: <bug-266389-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D266389 Bug ID: 266389 Summary: devel/qtcreator configure fails, also does not build if googletest installed Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: kde@FreeBSD.org Reporter: alt2600@icloud.com Flags: maintainer-feedback?(kde@FreeBSD.org) Assignee: kde@FreeBSD.org Attachment #236523 text/plain mime type: Created attachment 236523 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D236523&action= =3Dedit configure log two issues I've had with this thing, it hasn't built for me for a while, an= d i noticed cmake brings in googletest if its found which isn't a listed depend= ency so I was looking for the CMAKE_ARG to disable but it doesn't seem to be a switch. I think I can force it to be disabled by forcing the cmake environm= ent of GOOGLETEST_DIR to a known place if cannot be found, or patching it out if that fails, but I ran into an issue trying to just get things configured to even test making some sort of patch. Here is a snippet, I've attached the f= ull log as well. This is new, previously it was building and long in the proces= s it failed with odd errors about missing googletest types, with oddly misnamed/mangled names of items that did seem to exist in the headers it fo= und. Either way, I cannot now get it to configure, not sure if this is due to changes in how the QT.mk files getting ready for QT 6. I've included the Cmakelog as well, but I don't see any outright errors in it. -- The following features have been disabled: * Build online documentation * Build tests * Build with sanitize, SANITIZE_FLAGS=3D'' * Build with Crashpad * Library KSyntaxHighlighting * Library Nanotrace * Build Qbs * Native WebKit help viewer, with CONDITION FWWebKit AND FWAppKit AND Qt5_VERSION VERSION_LESS 6.0.0 * Plugin ClangTools, with CONDITION TARGET yaml-cpp * Plugin QmlDesigner, with CONDITION Qt5_VERSION VERSION_GREATER_EQUAL 6.2= .0 AND TARGET Qt5::QuickWidgets AND TARGET Qt5::Svg * Plugin assetexporterplugin, with CONDITION TARGET QmlDesigner * Plugin componentsplugin, with CONDITION TARGET QmlDesigner * Plugin qmlpreviewplugin, with CONDITION TARGET QmlDesigner * Plugin qtquickplugin, with CONDITION TARGET QmlDesigner * Plugin StudioPlugin, with CONDITION TARGET QmlDesigner * Plugin StudioWelcome, with CONDITION TARGET Qt5::QuickWidgets AND TARGET QmlDesigner * Qt Quick 3D particles, with CONDITION TARGET Qt5::Quick3DParticles * Qt Quick 3D asset utils, with CONDITION TARGET Qt5::Quick3DAssetUtils * multilanguage-support in qml2puppet, with CONDITION TARGET QtCreator::multilanguage-support * Include developer documentation -- Configuring incomplete, errors occurred! See also "/usr/ports/devel/qtcreator/work/.build/CMakeFiles/CMakeOutput.log= ". *** Error code 1 --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-266389-7788>