Hello,
I have goland and Qt 5.9.1 installed through regular ArchLinux package.
but then picking up a QT_DIR is not obvious
go get -u -v github.com/therecipe/qt/cmd/qtsetup seems to be succesfully ran.
but I don't understand why this command on your README ends with ... ?!?
then I set QT_VERSION=5.9.1
but I tried export QT_DIR=/usr/lib/qt and export QT_DIR=/usr
in the output, i see errors as it tries to find command like this
/usr/lib/qt/5.9.1/gcc_64/bin/qmake and /usr/lib/qt/5.9.1/gcc_64/bin/rcc
but these are simply in /usr/bin for me, which is part of $PATH
could your script look for the standard PATH first?
[mathieu@hz550 therecipe-qt]$ export QT_DIR=/usr
[mathieu@hz550 therecipe-qt]$ go run ~/go/src/github.com/therecipe/qt/cmd/qtsetup/main.go
INFO[0000] running: 'qtsetup prep'
WARN[0000] failed to create qtrcc symlink in your PATH (/usr/lib/go/bin/qtrcc); please use /home/mathieu/go/bin/qtrcc instead
WARN[0000] failed to create qtmoc symlink in your PATH (/usr/lib/go/bin/qtmoc); please use /home/mathieu/go/bin/qtmoc instead
WARN[0000] failed to create qtminimal symlink in your PATH (/usr/lib/go/bin/qtminimal); please use /home/mathieu/go/bin/qtminimal instead
WARN[0000] failed to create qtdeploy symlink in your PATH (/usr/lib/go/bin/qtdeploy); please use /home/mathieu/go/bin/qtdeploy instead
INFO[0000] running: 'qtsetup check linux' [docker=false] [vagrant=false]
INFO[0000] GOOS: 'linux'
INFO[0000] GOARCH: 'amd64'
INFO[0000] GOVERSION: 'go1.8.3'
INFO[0000] GOROOT: '/usr/lib/go'
INFO[0000] GOPATH: '/home/mathieu/go'
INFO[0000] GOBIN: '/home/mathieu/go/bin'
INFO[0000] QT_HASH: 'aff8abf36559a7585efbbc334940a49165440bc3'
INFO[0000] QT_VERSION: * '5.9.1'
INFO[0000] QT_VERSION_MAJOR: '5.9.1'
INFO[0000] QT_DIR: * '/usr'
INFO[0000] QT_STUB: 'false'
INFO[0000] QT_DEBUG: 'false'
INFO[0000] QT_QMAKE_DIR: ''
INFO[0000] QT_WEBKIT: 'false'
INFO[0000] QT_DISTRO: 'arch'
INFO[0000] QT_PKG_CONFIG: 'false'
INFO[0000] running: 'qtsetup generate linux' [docker=false] [vagrant=false]
ERRO[0000] failed to load /usr/Docs/Qt-5.9.1/qtremoteobjects/qtremoteobjects.index error="open /usr/Docs/Qt-5.9.1/qtremoteobjects/qtremoteobjects.index: no such file or directory"
WARN[0000] parser.LoadModule error=EOF module=RemoteObjects
ERRO[0000] failed to load /usr/Docs/Qt-5.9.1/qtandroidextras/qtandroidextras.index error="open /usr/Docs/Qt-5.9.1/qtandroidextras/qtandroidextras.index: no such file or directory"
WARN[0000] parser.LoadModule error=EOF module=AndroidExtras
ERRO[0000] failed to load /usr/Docs/Qt-5.9.1/qtlocation/qtlocation.index error="open /usr/Docs/Qt-5.9.1/qtlocation/qtlocation.index: no such file or directory"
ERRO[0000] failed to load /usr/Docs/Qt-5.9.1/qtcore/qtcore.index error="open /usr/Docs/Qt-5.9.1/qtcore/qtcore.index: no such file or directory"
WARN[0000] parser.LoadModule error=EOF module=Core
ERRO[0000] failed to load /usr/Docs/Qt-5.9.1/qtnetwork/qtnetwork.index error="open /usr/Docs/Qt-5.9.1/qtnetwork/qtnetwork.index: no such file or directory"
WARN[0000] parser.LoadModule error=EOF module=Network
ERRO[0000] failed to load /usr/Docs/Qt-5.9.1/qtxml/qtxml.index error="open /usr/Docs/Qt-5.9.1/qtxml/qtxml.index: no such file or directory"
WARN[0000] parser.LoadModule error=EOF module=Xml
ERRO[0000] failed to load /usr/Docs/Qt-5.9.1/qtscxml/qtscxml.index error="open /usr/Docs/Qt-5.9.1/qtscxml/qtscxml.index: no such file or directory"
ERRO[0000] failed to load /usr/Docs/Qt-5.9.1/qtwebsockets/qtwebsockets.index error="open /usr/Docs/Qt-5.9.1/qtwebsockets/qtwebsockets.index: no such file or directory"
WARN[0000] parser.LoadModule error=EOF module=WebSockets
ERRO[0000] failed to load /usr/Docs/Qt-5.9.1/qtdbus/qtdbus.index error="open /usr/Docs/Qt-5.9.1/qtdbus/qtdbus.index: no such file or directory"
WARN[0000] parser.LoadModule error=EOF module=DBus
ERRO[0000] failed to load /usr/Docs/Qt-5.9.1/qtuitools/qtuitools.index error="open /usr/Docs/Qt-5.9.1/qtuitools/qtuitools.index: no such file or directory"
ERRO[0000] failed to load /usr/Docs/Qt-5.9.1/qtsvg/qtsvg.index error="open /usr/Docs/Qt-5.9.1/qtsvg/qtsvg.index: no such file or directory"
WARN[0000] parser.LoadModule error=EOF module=Svg
ERRO[0000] failed to load /usr/Docs/Qt-5.9.1/qtpurchasing/qtpurchasing.index error="open /usr/Docs/Qt-5.9.1/qtpurchasing/qtpurchasing.index: no such file or directory"
WARN[0000] parser.LoadModule error=EOF module=Purchasing
ERRO[0000] failed to load /usr/Docs/Qt-5.9.1/qtwebengine/qtwebengine.index error="open /usr/Docs/Qt-5.9.1/qtwebengine/qtwebengine.index: no such file or directory"
ERRO[0000] failed to load /usr/Docs/Qt-5.9.1/qthelp/qthelp.index error="open /usr/Docs/Qt-5.9.1/qthelp/qthelp.index: no such file or directory"
WARN[0000] parser.LoadModule error=EOF module=WebEngine
ERRO[0000] failed to load /usr/Docs/Qt-5.9.1/qtmultimedia/qtmultimedia.index error="open /usr/Docs/Qt-5.9.1/qtmultimedia/qtmultimedia.index: no such file or directory"
WARN[0000] parser.LoadModule error=EOF module=Multimedia
ERRO[0000] failed to load /usr/Docs/Qt-5.9.1/qtdatavisualization/qtdatavisualization.index error="open /usr/Docs/Qt-5.9.1/qtdatavisualization/qtdatavisualization.index: no such file or directory"
ERRO[0000] failed to load /usr/Docs/Qt-5.9.1/qttestlib/qttestlib.index error="open /usr/Docs/Qt-5.9.1/qttestlib/qttestlib.index: no such file or directory"
WARN[0000] parser.LoadModule error=EOF module=TestLib
ERRO[0000] failed to load /usr/Docs/Qt-5.9.1/qtcharts/qtcharts.index error="open /usr/Docs/Qt-5.9.1/qtcharts/qtcharts.index: no such file or directory"
ERRO[0000] failed to load /usr/Docs/Qt-5.9.1/qtserialport/qtserialport.index error="open /usr/Docs/Qt-5.9.1/qtserialport/qtserialport.index: no such file or directory"
ERRO[0000] failed to load /usr/Docs/Qt-5.9.1/qtxmlpatterns/qtxmlpatterns.index error="open /usr/Docs/Qt-5.9.1/qtxmlpatterns/qtxmlpatterns.index: no such file or directory"
WARN[0000] parser.LoadModule error=EOF module=XmlPatterns
ERRO[0000] failed to load /usr/Docs/Qt-5.9.1/qtspeech/qtspeech.index error="open /usr/Docs/Qt-5.9.1/qtspeech/qtspeech.index: no such file or directory"
WARN[0000] parser.LoadModule error=EOF module=Speech
ERRO[0000] failed to load /usr/Docs/Qt-5.9.1/qtserialbus/qtserialbus.index error="open /usr/Docs/Qt-5.9.1/qtserialbus/qtserialbus.index: no such file or directory"
WARN[0000] parser.LoadModule error=EOF module=SerialBus
ERRO[0000] failed to load /usr/Docs/Qt-5.9.1/qtwidgets/qtwidgets.index error="open /usr/Docs/Qt-5.9.1/qtwidgets/qtwidgets.index: no such file or directory"
WARN[0000] parser.LoadModule error=EOF module=Widgets
ERRO[0000] failed to load /usr/Docs/Qt-5.9.1/qtquickcontrols2/qtquickcontrols2.index error="open /usr/Docs/Qt-5.9.1/qtquickcontrols2/qtquickcontrols2.index: no such file or directory"
WARN[0000] parser.LoadModule error=EOF module=QuickControls2
ERRO[0000] failed to load /usr/Docs/Qt-5.9.1/qtsql/qtsql.index error="open /usr/Docs/Qt-5.9.1/qtsql/qtsql.index: no such file or directory"
WARN[0000] parser.LoadModule error=EOF module=Sql
ERRO[0000] failed to load /usr/Docs/Qt-5.9.1/qtprintsupport/qtprintsupport.index error="open /usr/Docs/Qt-5.9.1/qtprintsupport/qtprintsupport.index: no such file or directory"
WARN[0000] parser.LoadModule error=EOF module=PrintSupport
ERRO[0000] failed to load /usr/Docs/Qt-5.9.1/qtqml/qtqml.index error="open /usr/Docs/Qt-5.9.1/qtqml/qtqml.index: no such file or directory"
WARN[0000] parser.LoadModule error=EOF module=Qml
ERRO[0000] failed to load /usr/Docs/Qt-5.9.1/qtwebview/qtwebview.index error="open /usr/Docs/Qt-5.9.1/qtwebview/qtwebview.index: no such file or directory"
WARN[0000] parser.LoadModule error=EOF module=WebView
ERRO[0000] failed to load /usr/Docs/Qt-5.9.1/qtscripttools/qtscripttools.index error="open /usr/Docs/Qt-5.9.1/qtscripttools/qtscripttools.index: no such file or directory"
WARN[0000] parser.LoadModule error=EOF module=ScriptTools
WARN[0000] parser.LoadModule error=EOF module=Location
WARN[0000] parser.LoadModule error=EOF module=Scxml
ERRO[0000] failed to load /usr/Docs/Qt-5.9.1/qtgui/qtgui.index error="open /usr/Docs/Qt-5.9.1/qtgui/qtgui.index: no such file or directory"
WARN[0000] parser.LoadModule error=EOF module=Gui
WARN[0000] parser.LoadModule error=EOF module=UiTools
ERRO[0000] failed to load /usr/Docs/Qt-5.9.1/qtgamepad/qtgamepad.index error="open /usr/Docs/Qt-5.9.1/qtgamepad/qtgamepad.index: no such file or directory"
WARN[0000] parser.LoadModule error=EOF module=Gamepad
ERRO[0000] failed to load /usr/Docs/Qt-5.9.1/qtquick/qtquick.index error="open /usr/Docs/Qt-5.9.1/qtquick/qtquick.index: no such file or directory"
WARN[0000] parser.LoadModule error=EOF module=Quick
WARN[0000] parser.LoadModule error=EOF module=Help
ERRO[0000] failed to load /usr/Docs/Qt-5.9.1/qtscript/qtscript.index error="open /usr/Docs/Qt-5.9.1/qtscript/qtscript.index: no such file or directory"
WARN[0000] parser.LoadModule error=EOF module=Script
ERRO[0000] failed to load /usr/Docs/Qt-5.9.1/qtwebchannel/qtwebchannel.index error="open /usr/Docs/Qt-5.9.1/qtwebchannel/qtwebchannel.index: no such file or directory"
WARN[0000] parser.LoadModule error=EOF module=WebChannel
WARN[0000] parser.LoadModule error=EOF module=SerialPort
ERRO[0000] failed to load /usr/Docs/Qt-5.9.1/qtpositioning/qtpositioning.index error="open /usr/Docs/Qt-5.9.1/qtpositioning/qtpositioning.index: no such file or directory"
WARN[0000] parser.LoadModule error=EOF module=Positioning
ERRO[0000] failed to load /usr/Docs/Qt-5.9.1/qtsensors/qtsensors.index error="open /usr/Docs/Qt-5.9.1/qtsensors/qtsensors.index: no such file or directory"
WARN[0000] parser.LoadModule error=EOF module=Sensors
ERRO[0000] failed to load /usr/Docs/Qt-5.9.1/qtnfc/qtnfc.index error="open /usr/Docs/Qt-5.9.1/qtnfc/qtnfc.index: no such file or directory"
WARN[0000] parser.LoadModule error=EOF module=Nfc
ERRO[0000] failed to load /usr/Docs/Qt-5.9.1/qtbluetooth/qtbluetooth.index error="open /usr/Docs/Qt-5.9.1/qtbluetooth/qtbluetooth.index: no such file or directory"
WARN[0000] parser.LoadModule error=EOF module=Bluetooth
ERRO[0000] failed to load /usr/Docs/Qt-5.9.1/qtdesigner/qtdesigner.index error="open /usr/Docs/Qt-5.9.1/qtdesigner/qtdesigner.index: no such file or directory"
WARN[0000] parser.LoadModule error=EOF module=Designer
INFO[0000] generating full qt/core
ERRO[0000] failed to run command cmd="/usr/5.9.1/gcc_64/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/core.pro -spec linux-g++ CONFIG+=release" env= error="fork/exec /usr/5.9.1/gcc_64/bin/qmake: no such file or directory" func=RunCmdOptional name="run qmake for linux on linux"
ERRO[0000] failed to load /home/mathieu/go/src/github.com/therecipe/qt/core/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/core/Makefile: no such file or directory"
INFO[0000] generating full qt/androidextras
INFO[0000] generating full qt/gui
ERRO[0000] failed to run command cmd="/usr/5.9.1/gcc_64/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/gui.pro -spec linux-g++ CONFIG+=release" env= error="fork/exec /usr/5.9.1/gcc_64/bin/qmake: no such file or directory" func=RunCmdOptional name="run qmake for linux on linux"
ERRO[0000] failed to load /home/mathieu/go/src/github.com/therecipe/qt/gui/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/gui/Makefile: no such file or directory"
INFO[0000] generating full qt/network
ERRO[0000] failed to run command cmd="/usr/5.9.1/gcc_64/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/network.pro -spec linux-g++ CONFIG+=release" env= error="fork/exec /usr/5.9.1/gcc_64/bin/qmake: no such file or directory" func=RunCmdOptional name="run qmake for linux on linux"
ERRO[0000] failed to load /home/mathieu/go/src/github.com/therecipe/qt/network/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/network/Makefile: no such file or directory"
INFO[0000] generating full qt/xml
ERRO[0000] failed to run command cmd="/usr/5.9.1/gcc_64/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/xml.pro -spec linux-g++ CONFIG+=release" env= error="fork/exec /usr/5.9.1/gcc_64/bin/qmake: no such file or directory" func=RunCmdOptional name="run qmake for linux on linux"
ERRO[0000] failed to load /home/mathieu/go/src/github.com/therecipe/qt/xml/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/xml/Makefile: no such file or directory"
INFO[0000] generating full qt/dbus
ERRO[0000] failed to run command cmd="/usr/5.9.1/gcc_64/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/dbus.pro -spec linux-g++ CONFIG+=release" env= error="fork/exec /usr/5.9.1/gcc_64/bin/qmake: no such file or directory" func=RunCmdOptional name="run qmake for linux on linux"
ERRO[0000] failed to load /home/mathieu/go/src/github.com/therecipe/qt/dbus/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/dbus/Makefile: no such file or directory"
INFO[0000] generating full qt/nfc
ERRO[0000] failed to run command cmd="/usr/5.9.1/gcc_64/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/nfc.pro -spec linux-g++ CONFIG+=release" env= error="fork/exec /usr/5.9.1/gcc_64/bin/qmake: no such file or directory" func=RunCmdOptional name="run qmake for linux on linux"
ERRO[0000] failed to load /home/mathieu/go/src/github.com/therecipe/qt/nfc/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/nfc/Makefile: no such file or directory"
INFO[0000] generating full qt/script
ERRO[0000] failed to run command cmd="/usr/5.9.1/gcc_64/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/script.pro -spec linux-g++ CONFIG+=release" env= error="fork/exec /usr/5.9.1/gcc_64/bin/qmake: no such file or directory" func=RunCmdOptional name="run qmake for linux on linux"
ERRO[0000] failed to load /home/mathieu/go/src/github.com/therecipe/qt/script/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/script/Makefile: no such file or directory"
INFO[0000] generating full qt/sensors
ERRO[0000] failed to run command cmd="/usr/5.9.1/gcc_64/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/sensors.pro -spec linux-g++ CONFIG+=release" env= error="fork/exec /usr/5.9.1/gcc_64/bin/qmake: no such file or directory" func=RunCmdOptional name="run qmake for linux on linux"
ERRO[0000] failed to load /home/mathieu/go/src/github.com/therecipe/qt/sensors/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/sensors/Makefile: no such file or directory"
INFO[0000] generating full qt/positioning
ERRO[0000] failed to run command cmd="/usr/5.9.1/gcc_64/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/positioning.pro -spec linux-g++ CONFIG+=release" env= error="fork/exec /usr/5.9.1/gcc_64/bin/qmake: no such file or directory" func=RunCmdOptional name="run qmake for linux on linux"
ERRO[0000] failed to load /home/mathieu/go/src/github.com/therecipe/qt/positioning/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/positioning/Makefile: no such file or directory"
INFO[0000] generating full qt/widgets
ERRO[0000] failed to run command cmd="/usr/5.9.1/gcc_64/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/widgets.pro -spec linux-g++ CONFIG+=release" env= error="fork/exec /usr/5.9.1/gcc_64/bin/qmake: no such file or directory" func=RunCmdOptional name="run qmake for linux on linux"
ERRO[0000] failed to load /home/mathieu/go/src/github.com/therecipe/qt/widgets/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/widgets/Makefile: no such file or directory"
INFO[0000] generating full qt/sql
ERRO[0000] failed to run command cmd="/usr/5.9.1/gcc_64/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/sql.pro -spec linux-g++ CONFIG+=release" env= error="fork/exec /usr/5.9.1/gcc_64/bin/qmake: no such file or directory" func=RunCmdOptional name="run qmake for linux on linux"
ERRO[0000] failed to load /home/mathieu/go/src/github.com/therecipe/qt/sql/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/sql/Makefile: no such file or directory"
INFO[0000] generating full qt/qml
ERRO[0000] failed to run command cmd="/usr/5.9.1/gcc_64/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/qml.pro -spec linux-g++ CONFIG+=release" env= error="fork/exec /usr/5.9.1/gcc_64/bin/qmake: no such file or directory" func=RunCmdOptional name="run qmake for linux on linux"
ERRO[0000] failed to load /home/mathieu/go/src/github.com/therecipe/qt/qml/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/qml/Makefile: no such file or directory"
INFO[0000] generating full qt/websockets
ERRO[0000] failed to run command cmd="/usr/5.9.1/gcc_64/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/websockets.pro -spec linux-g++ CONFIG+=release" env= error="fork/exec /usr/5.9.1/gcc_64/bin/qmake: no such file or directory" func=RunCmdOptional name="run qmake for linux on linux"
ERRO[0000] failed to load /home/mathieu/go/src/github.com/therecipe/qt/websockets/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/websockets/Makefile: no such file or directory"
INFO[0000] generating full qt/xmlpatterns
ERRO[0000] failed to run command cmd="/usr/5.9.1/gcc_64/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/xmlpatterns.pro -spec linux-g++ CONFIG+=release" env= error="fork/exec /usr/5.9.1/gcc_64/bin/qmake: no such file or directory" func=RunCmdOptional name="run qmake for linux on linux"
ERRO[0000] failed to load /home/mathieu/go/src/github.com/therecipe/qt/xmlpatterns/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/xmlpatterns/Makefile: no such file or directory"
INFO[0000] generating full qt/bluetooth
ERRO[0000] failed to run command cmd="/usr/5.9.1/gcc_64/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/bluetooth.pro -spec linux-g++ CONFIG+=release" env= error="fork/exec /usr/5.9.1/gcc_64/bin/qmake: no such file or directory" func=RunCmdOptional name="run qmake for linux on linux"
ERRO[0000] failed to load /home/mathieu/go/src/github.com/therecipe/qt/bluetooth/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/bluetooth/Makefile: no such file or directory"
INFO[0000] generating full qt/webchannel
ERRO[0000] failed to run command cmd="/usr/5.9.1/gcc_64/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/webchannel.pro -spec linux-g++ CONFIG+=release" env= error="fork/exec /usr/5.9.1/gcc_64/bin/qmake: no such file or directory" func=RunCmdOptional name="run qmake for linux on linux"
ERRO[0000] failed to load /home/mathieu/go/src/github.com/therecipe/qt/webchannel/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/webchannel/Makefile: no such file or directory"
INFO[0000] generating full qt/svg
ERRO[0000] failed to run command cmd="/usr/5.9.1/gcc_64/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/svg.pro -spec linux-g++ CONFIG+=release" env= error="fork/exec /usr/5.9.1/gcc_64/bin/qmake: no such file or directory" func=RunCmdOptional name="run qmake for linux on linux"
ERRO[0000] failed to load /home/mathieu/go/src/github.com/therecipe/qt/svg/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/svg/Makefile: no such file or directory"
INFO[0000] generating full qt/multimedia
ERRO[0000] failed to run command cmd="/usr/5.9.1/gcc_64/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/multimedia.pro -spec linux-g++ CONFIG+=release" env= error="fork/exec /usr/5.9.1/gcc_64/bin/qmake: no such file or directory" func=RunCmdOptional name="run qmake for linux on linux"
ERRO[0000] failed to load /home/mathieu/go/src/github.com/therecipe/qt/multimedia/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/multimedia/Makefile: no such file or directory"
INFO[0000] generating full qt/quick
ERRO[0000] failed to run command cmd="/usr/5.9.1/gcc_64/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/quick.pro -spec linux-g++ CONFIG+=release" env= error="fork/exec /usr/5.9.1/gcc_64/bin/qmake: no such file or directory" func=RunCmdOptional name="run qmake for linux on linux"
ERRO[0000] failed to load /home/mathieu/go/src/github.com/therecipe/qt/quick/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/quick/Makefile: no such file or directory"
INFO[0000] generating full qt/help
ERRO[0000] failed to run command cmd="/usr/5.9.1/gcc_64/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/help.pro -spec linux-g++ CONFIG+=release" env= error="fork/exec /usr/5.9.1/gcc_64/bin/qmake: no such file or directory" func=RunCmdOptional name="run qmake for linux on linux"
ERRO[0000] failed to load /home/mathieu/go/src/github.com/therecipe/qt/help/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/help/Makefile: no such file or directory"
INFO[0000] generating full qt/location
ERRO[0000] failed to run command cmd="/usr/5.9.1/gcc_64/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/location.pro -spec linux-g++ CONFIG+=release" env= error="fork/exec /usr/5.9.1/gcc_64/bin/qmake: no such file or directory" func=RunCmdOptional name="run qmake for linux on linux"
ERRO[0000] failed to load /home/mathieu/go/src/github.com/therecipe/qt/location/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/location/Makefile: no such file or directory"
INFO[0000] generating full qt/scripttools
ERRO[0000] failed to run command cmd="/usr/5.9.1/gcc_64/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/scripttools.pro -spec linux-g++ CONFIG+=release" env= error="fork/exec /usr/5.9.1/gcc_64/bin/qmake: no such file or directory" func=RunCmdOptional name="run qmake for linux on linux"
ERRO[0000] failed to load /home/mathieu/go/src/github.com/therecipe/qt/scripttools/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/scripttools/Makefile: no such file or directory"
INFO[0000] generating full qt/uitools
ERRO[0000] failed to run command cmd="/usr/5.9.1/gcc_64/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/uitools.pro -spec linux-g++ CONFIG+=release" env= error="fork/exec /usr/5.9.1/gcc_64/bin/qmake: no such file or directory" func=RunCmdOptional name="run qmake for linux on linux"
ERRO[0000] failed to load /home/mathieu/go/src/github.com/therecipe/qt/uitools/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/uitools/Makefile: no such file or directory"
INFO[0000] generating full qt/webengine
ERRO[0000] failed to run command cmd="/usr/5.9.1/gcc_64/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/webengine.pro -spec linux-g++ CONFIG+=release" env= error="fork/exec /usr/5.9.1/gcc_64/bin/qmake: no such file or directory" func=RunCmdOptional name="run qmake for linux on linux"
ERRO[0000] failed to load /home/mathieu/go/src/github.com/therecipe/qt/webengine/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/webengine/Makefile: no such file or directory"
INFO[0000] generating full qt/testlib
ERRO[0000] failed to run command cmd="/usr/5.9.1/gcc_64/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/testlib.pro -spec linux-g++ CONFIG+=release" env= error="fork/exec /usr/5.9.1/gcc_64/bin/qmake: no such file or directory" func=RunCmdOptional name="run qmake for linux on linux"
ERRO[0000] failed to load /home/mathieu/go/src/github.com/therecipe/qt/testlib/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/testlib/Makefile: no such file or directory"
INFO[0000] generating full qt/serialport
ERRO[0000] failed to run command cmd="/usr/5.9.1/gcc_64/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/serialport.pro -spec linux-g++ CONFIG+=release" env= error="fork/exec /usr/5.9.1/gcc_64/bin/qmake: no such file or directory" func=RunCmdOptional name="run qmake for linux on linux"
ERRO[0000] failed to load /home/mathieu/go/src/github.com/therecipe/qt/serialport/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/serialport/Makefile: no such file or directory"
INFO[0000] generating full qt/serialbus
ERRO[0000] failed to run command cmd="/usr/5.9.1/gcc_64/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/serialbus.pro -spec linux-g++ CONFIG+=release" env= error="fork/exec /usr/5.9.1/gcc_64/bin/qmake: no such file or directory" func=RunCmdOptional name="run qmake for linux on linux"
ERRO[0000] failed to load /home/mathieu/go/src/github.com/therecipe/qt/serialbus/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/serialbus/Makefile: no such file or directory"
INFO[0000] generating full qt/printsupport
ERRO[0000] failed to run command cmd="/usr/5.9.1/gcc_64/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/printsupport.pro -spec linux-g++ CONFIG+=release" env= error="fork/exec /usr/5.9.1/gcc_64/bin/qmake: no such file or directory" func=RunCmdOptional name="run qmake for linux on linux"
ERRO[0000] failed to load /home/mathieu/go/src/github.com/therecipe/qt/printsupport/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/printsupport/Makefile: no such file or directory"
INFO[0000] generating full qt/designer
ERRO[0000] failed to run command cmd="/usr/5.9.1/gcc_64/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/designer.pro -spec linux-g++ CONFIG+=release" env= error="fork/exec /usr/5.9.1/gcc_64/bin/qmake: no such file or directory" func=RunCmdOptional name="run qmake for linux on linux"
ERRO[0000] failed to load /home/mathieu/go/src/github.com/therecipe/qt/designer/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/designer/Makefile: no such file or directory"
INFO[0000] generating full qt/scxml
ERRO[0000] failed to run command cmd="/usr/5.9.1/gcc_64/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/scxml.pro -spec linux-g++ CONFIG+=release" env= error="fork/exec /usr/5.9.1/gcc_64/bin/qmake: no such file or directory" func=RunCmdOptional name="run qmake for linux on linux"
ERRO[0000] failed to load /home/mathieu/go/src/github.com/therecipe/qt/scxml/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/scxml/Makefile: no such file or directory"
INFO[0000] generating full qt/gamepad
ERRO[0000] failed to run command cmd="/usr/5.9.1/gcc_64/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/gamepad.pro -spec linux-g++ CONFIG+=release" env= error="fork/exec /usr/5.9.1/gcc_64/bin/qmake: no such file or directory" func=RunCmdOptional name="run qmake for linux on linux"
ERRO[0000] failed to load /home/mathieu/go/src/github.com/therecipe/qt/gamepad/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/gamepad/Makefile: no such file or directory"
INFO[0000] generating full qt/purchasing
ERRO[0000] failed to run command cmd="/usr/5.9.1/gcc_64/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/purchasing.pro -spec linux-g++ CONFIG+=release" env= error="fork/exec /usr/5.9.1/gcc_64/bin/qmake: no such file or directory" func=RunCmdOptional name="run qmake for linux on linux"
ERRO[0000] failed to load /home/mathieu/go/src/github.com/therecipe/qt/purchasing/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/purchasing/Makefile: no such file or directory"
INFO[0000] generating full qt/datavisualization
ERRO[0000] failed to run command cmd="/usr/5.9.1/gcc_64/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/datavisualization.pro -spec linux-g++ CONFIG+=release" env= error="fork/exec /usr/5.9.1/gcc_64/bin/qmake: no such file or directory" func=RunCmdOptional name="run qmake for linux on linux"
ERRO[0000] failed to load /home/mathieu/go/src/github.com/therecipe/qt/datavisualization/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/datavisualization/Makefile: no such file or directory"
INFO[0000] generating full qt/charts
ERRO[0000] failed to run command cmd="/usr/5.9.1/gcc_64/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/charts.pro -spec linux-g++ CONFIG+=release" env= error="fork/exec /usr/5.9.1/gcc_64/bin/qmake: no such file or directory" func=RunCmdOptional name="run qmake for linux on linux"
ERRO[0000] failed to load /home/mathieu/go/src/github.com/therecipe/qt/charts/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/charts/Makefile: no such file or directory"
INFO[0000] generating full qt/speech
ERRO[0000] failed to run command cmd="/usr/5.9.1/gcc_64/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/speech.pro -spec linux-g++ CONFIG+=release" env= error="fork/exec /usr/5.9.1/gcc_64/bin/qmake: no such file or directory" func=RunCmdOptional name="run qmake for linux on linux"
ERRO[0000] failed to load /home/mathieu/go/src/github.com/therecipe/qt/speech/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/speech/Makefile: no such file or directory"
INFO[0000] generating full qt/quickcontrols2
ERRO[0000] failed to run command cmd="/usr/5.9.1/gcc_64/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/quickcontrols2.pro -spec linux-g++ CONFIG+=release" env= error="fork/exec /usr/5.9.1/gcc_64/bin/qmake: no such file or directory" func=RunCmdOptional name="run qmake for linux on linux"
ERRO[0000] failed to load /home/mathieu/go/src/github.com/therecipe/qt/quickcontrols2/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/quickcontrols2/Makefile: no such file or directory"
INFO[0000] generating full qt/sailfish
INFO[0000] generating full qt/webview
ERRO[0000] failed to run command cmd="/usr/5.9.1/gcc_64/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/webview.pro -spec linux-g++ CONFIG+=release" env= error="fork/exec /usr/5.9.1/gcc_64/bin/qmake: no such file or directory" func=RunCmdOptional name="run qmake for linux on linux"
ERRO[0000] failed to load /home/mathieu/go/src/github.com/therecipe/qt/webview/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/webview/Makefile: no such file or directory"
INFO[0000] generating full qt/remoteobjects
ERRO[0000] failed to run command cmd="/usr/5.9.1/gcc_64/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/remoteobjects.pro -spec linux-g++ CONFIG+=release" env= error="fork/exec /usr/5.9.1/gcc_64/bin/qmake: no such file or directory" func=RunCmdOptional name="run qmake for linux on linux"
ERRO[0000] failed to load /home/mathieu/go/src/github.com/therecipe/qt/remoteobjects/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/remoteobjects/Makefile: no such file or directory"
INFO[0000] running: 'qtsetup install linux' [docker=false] [vagrant=false]
INFO[0000] installing full qt/core
ERRO[0000] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/core" env= error="exit status 2" func=RunCmdOptionalError name="install core"
github.com/therecipe/qt/core
# github.com/therecipe/qt/core
../../../go/src/github.com/therecipe/qt/core/core.cpp:9:10: fatal error: QTextDocument: No such file or directory
#include <QTextDocument>
^~~~~~~~~~~~~~~
compilation terminated.
INFO[0000] installing full qt/androidextras
ERRO[0000] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/androidextras" env= error="exit status 2" func=RunCmdOptionalError name="install androidextras"
github.com/therecipe/qt/androidextras
# github.com/therecipe/qt/androidextras
../../../go/src/github.com/therecipe/qt/androidextras/androidextras.go:11: undefined: QAndroidJniEnvironment
INFO[0000] installing full qt/gui
INFO[0000] installing full qt/network
INFO[0001] installing full qt/xml
INFO[0001] installing full qt/dbus
INFO[0002] installing full qt/nfc
INFO[0002] installing full qt/script
INFO[0002] installing full qt/sensors
INFO[0003] installing full qt/positioning
INFO[0003] installing full qt/widgets
INFO[0004] installing full qt/sql
INFO[0004] installing full qt/qml
INFO[0004] installing full qt/websockets
INFO[0005] installing full qt/xmlpatterns
INFO[0005] installing full qt/bluetooth
INFO[0006] installing full qt/webchannel
INFO[0006] installing full qt/svg
INFO[0006] installing full qt/multimedia
INFO[0007] installing full qt/quick
INFO[0007] installing full qt/help
INFO[0007] installing full qt/location
INFO[0008] installing full qt/scripttools
INFO[0008] installing full qt/uitools
INFO[0009] installing full qt/webengine
INFO[0009] installing full qt/testlib
INFO[0009] installing full qt/serialport
INFO[0010] installing full qt/serialbus
INFO[0010] installing full qt/printsupport
INFO[0010] installing full qt/designer
INFO[0011] installing full qt/scxml
INFO[0011] installing full qt/gamepad
INFO[0012] installing full qt/purchasing
INFO[0012] installing full qt/datavisualization
INFO[0012] installing full qt/charts
INFO[0013] installing full qt/speech
INFO[0013] installing full qt/quickcontrols2
INFO[0013] installing full qt/sailfish
INFO[0014] installing full qt/webview
INFO[0014] installing full qt/remoteobjects
WARN[0014] failed to install:
WARN[0014] core
WARN[0014] androidextras
INFO[0014] running: 'qtsetup test linux' [docker=false] [vagrant=false]
INFO[0014] testing qml/application
ERRO[0015] failed to run command cmd="/usr/5.9.1/gcc_64/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/internal/examples/qml/application.pro -spec linux-g++ CONFIG+=release" env= error="fork/exec /usr/5.9.1/gcc_64/bin/qmake: no such file or directory" func=RunCmdOptional name="run qmake for linux on linux"
ERRO[0015] failed to load /home/mathieu/go/src/github.com/therecipe/qt/internal/examples/qml/application/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/internal/examples/qml/application/Makefile: no such file or directory"
ERRO[0015] failed to run command cmd="/usr/5.9.1/gcc_64/bin/rcc -project -o /home/mathieu/go/src/github.com/therecipe/qt/internal/examples/qml/application/rcc.qrc" env= error="fork/exec /usr/5.9.1/gcc_64/bin/rcc: no such file or directory" func=RunCmd name="execute rcc *.qrc on linux for linux"
exit status 1
[mathieu@hz550 therecipe-qt]$
Hey @mathieujobin
Since you are installing Qt using your package manager, you don't have to set QT_DIR and QT_VERSION on your environment variables. Instead, you have to export QT_PKG_CONFIG=true. For more details, you can check wiki.
go get -u -v github.com/therecipe/qt/cmd/qtsetupseems to be succesfully ran.
but I don't understand why this command on your README ends with...?!?
Those dots means go get will fetch entire subdirectory under github.com/therecipe/qt/cmd/, including qtsetup, qtdeploy, qtrcc, qtmoc and qtminimal. If you replace that dots with specific directory name like qtsetup, then only the qtsetup directory that will be fetched.
Oh Thank you ! this is awesome, i look forward playing with this
I'm new to go-lang, Qt is what i needed to get me onto it
Thank you !!!!
i ran the command again... and I got a bunch of errors, I'm not sure yet if these are a few examples that failed...
but I did get a bunch of examples to open up. and for that I am greatful.
this will help me a lot to get started.
in case it could be helpful, I am posting the full output here.
[mathieu@hz550 therecipe-qt]$ go run ~/go/src/github.com/therecipe/qt/cmd/qtsetup/main.go
INFO[0000] running: 'qtsetup prep'
WARN[0000] failed to create qtrcc symlink in your PATH (/usr/lib/go/bin/qtrcc); please use /home/mathieu/go/bin/qtrcc instead
WARN[0000] failed to create qtmoc symlink in your PATH (/usr/lib/go/bin/qtmoc); please use /home/mathieu/go/bin/qtmoc instead
WARN[0000] failed to create qtminimal symlink in your PATH (/usr/lib/go/bin/qtminimal); please use /home/mathieu/go/bin/qtminimal instead
WARN[0000] failed to create qtdeploy symlink in your PATH (/usr/lib/go/bin/qtdeploy); please use /home/mathieu/go/bin/qtdeploy instead
INFO[0000] running: 'qtsetup check linux' [docker=false] [vagrant=false]
INFO[0000] GOOS: 'linux'
INFO[0000] GOARCH: 'amd64'
INFO[0000] GOVERSION: 'go1.8.3'
INFO[0000] GOROOT: '/usr/lib/go'
INFO[0000] GOPATH: '/home/mathieu/go'
INFO[0000] GOBIN: '/home/mathieu/go/bin'
INFO[0000] QT_HASH: 'aff8abf36559a7585efbbc334940a49165440bc3'
INFO[0000] QT_VERSION: '5.9.1'
INFO[0000] QT_VERSION_MAJOR: '5.9.1'
INFO[0000] QT_DIR: '/home/mathieu/Qt5.9.1'
INFO[0000] QT_STUB: 'false'
INFO[0000] QT_DEBUG: 'false'
INFO[0000] QT_QMAKE_DIR: ''
INFO[0000] QT_WEBKIT: 'false'
INFO[0000] QT_DISTRO: 'arch'
INFO[0000] QT_PKG_CONFIG: * 'true'
INFO[0000] QT_DOC_DIR: '/usr/share/doc/qt'
INFO[0000] QT_MISC_DIR: '/usr/lib/qt'
INFO[0000] running: 'qtsetup generate linux' [docker=false] [vagrant=false]
INFO[0025] generating full qt/core
INFO[0041] generating full qt/androidextras
INFO[0046] generating full qt/gui
INFO[0078] generating full qt/network
INFO[0083] generating full qt/xml
INFO[0087] generating full qt/dbus
INFO[0090] generating full qt/nfc
INFO[0094] generating full qt/script
INFO[0097] generating full qt/sensors
INFO[0102] generating full qt/positioning
INFO[0105] generating full qt/widgets
INFO[0134] generating full qt/sql
INFO[0138] generating full qt/qml
INFO[0142] generating full qt/websockets
INFO[0146] generating full qt/xmlpatterns
INFO[0149] generating full qt/bluetooth
INFO[0153] generating full qt/webchannel
INFO[0157] generating full qt/svg
INFO[0160] generating full qt/multimedia
INFO[0171] generating full qt/quick
INFO[0176] generating full qt/help
INFO[0182] generating full qt/location
INFO[0186] generating full qt/scripttools
INFO[0188] generating full qt/uitools
INFO[0191] generating full qt/webengine
INFO[0195] generating full qt/testlib
INFO[0198] generating full qt/serialport
ERRO[0201] failed to run command cmd="/usr/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/serialport.pro -spec linux-g++ CONFIG+=release" env= error="exit status 3" func=RunCmdOptional name="run qmake for linux on linux"
Info: creating stash file /home/mathieu/go/src/github.com/therecipe/qt/serialport/.qmake.stash
Project ERROR: Unknown module(s) in QT: serialport
ERRO[0201] failed to load /home/mathieu/go/src/github.com/therecipe/qt/serialport/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/serialport/Makefile: no such file or directory"
INFO[0201] generating full qt/serialbus
ERRO[0204] failed to run command cmd="/usr/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/serialbus.pro -spec linux-g++ CONFIG+=release" env= error="exit status 3" func=RunCmdOptional name="run qmake for linux on linux"
Info: creating stash file /home/mathieu/go/src/github.com/therecipe/qt/serialbus/.qmake.stash
Project ERROR: Unknown module(s) in QT: serialbus
ERRO[0204] failed to load /home/mathieu/go/src/github.com/therecipe/qt/serialbus/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/serialbus/Makefile: no such file or directory"
INFO[0204] generating full qt/printsupport
INFO[0209] generating full qt/designer
INFO[0214] generating full qt/scxml
ERRO[0217] failed to run command cmd="/usr/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/scxml.pro -spec linux-g++ CONFIG+=release" env= error="exit status 3" func=RunCmdOptional name="run qmake for linux on linux"
Info: creating stash file /home/mathieu/go/src/github.com/therecipe/qt/scxml/.qmake.stash
Project ERROR: Unknown module(s) in QT: scxml
ERRO[0217] failed to load /home/mathieu/go/src/github.com/therecipe/qt/scxml/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/scxml/Makefile: no such file or directory"
INFO[0217] generating full qt/gamepad
ERRO[0220] failed to run command cmd="/usr/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/gamepad.pro -spec linux-g++ CONFIG+=release" env= error="exit status 3" func=RunCmdOptional name="run qmake for linux on linux"
Info: creating stash file /home/mathieu/go/src/github.com/therecipe/qt/gamepad/.qmake.stash
Project ERROR: Unknown module(s) in QT: gamepad
ERRO[0220] failed to load /home/mathieu/go/src/github.com/therecipe/qt/gamepad/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/gamepad/Makefile: no such file or directory"
INFO[0220] generating full qt/datavisualization
ERRO[0225] failed to run command cmd="/usr/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/datavisualization.pro -spec linux-g++ CONFIG+=release" env= error="exit status 3" func=RunCmdOptional name="run qmake for linux on linux"
Info: creating stash file /home/mathieu/go/src/github.com/therecipe/qt/datavisualization/.qmake.stash
Project ERROR: Unknown module(s) in QT: datavisualization
ERRO[0225] failed to load /home/mathieu/go/src/github.com/therecipe/qt/datavisualization/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/datavisualization/Makefile: no such file or directory"
INFO[0225] generating full qt/charts
ERRO[0232] failed to run command cmd="/usr/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/charts.pro -spec linux-g++ CONFIG+=release" env= error="exit status 3" func=RunCmdOptional name="run qmake for linux on linux"
Info: creating stash file /home/mathieu/go/src/github.com/therecipe/qt/charts/.qmake.stash
Project ERROR: Unknown module(s) in QT: charts
ERRO[0232] failed to load /home/mathieu/go/src/github.com/therecipe/qt/charts/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/charts/Makefile: no such file or directory"
INFO[0232] generating full qt/speech
INFO[0235] generating full qt/quickcontrols2
INFO[0237] generating full qt/sailfish
INFO[0243] generating full qt/webview
INFO[0245] generating full qt/remoteobjects
ERRO[0248] failed to run command cmd="/usr/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/remoteobjects.pro -spec linux-g++ CONFIG+=release" env= error="exit status 3" func=RunCmdOptional name="run qmake for linux on linux"
Info: creating stash file /home/mathieu/go/src/github.com/therecipe/qt/remoteobjects/.qmake.stash
Project ERROR: Unknown module(s) in QT: remoteobjects
ERRO[0248] failed to load /home/mathieu/go/src/github.com/therecipe/qt/remoteobjects/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/remoteobjects/Makefile: no such file or directory"
INFO[0248] running: 'qtsetup install linux' [docker=false] [vagrant=false]
INFO[0251] installing full qt/core
INFO[0344] installing full qt/androidextras
INFO[0344] installing full qt/gui
INFO[1247] installing full qt/network
INFO[1281] installing full qt/xml
INFO[1293] installing full qt/dbus
INFO[1303] installing full qt/nfc
INFO[1311] installing full qt/script
INFO[1318] installing full qt/sensors
INFO[1333] installing full qt/positioning
INFO[1342] installing full qt/widgets
INFO[1633] installing full qt/sql
INFO[1649] installing full qt/qml
INFO[1661] installing full qt/websockets
INFO[1671] installing full qt/xmlpatterns
INFO[1679] installing full qt/bluetooth
INFO[1694] installing full qt/webchannel
INFO[1698] installing full qt/svg
INFO[1707] installing full qt/multimedia
INFO[1784] installing full qt/quick
INFO[1806] installing full qt/help
INFO[1827] installing full qt/location
INFO[1836] installing full qt/scripttools
INFO[1840] installing full qt/uitools
INFO[1844] installing full qt/webengine
INFO[1863] installing full qt/testlib
INFO[1868] installing full qt/serialport
ERRO[1868] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/serialport" env= error="exit status 2" func=RunCmdOptionalError name="install serialport"
github.com/therecipe/qt/serialport
# github.com/therecipe/qt/serialport
../../../go/src/github.com/therecipe/qt/serialport/serialport.cpp:9:10: fatal error: QByteArray: No such file or directory
#include <QByteArray>
^~~~~~~~~~~~
compilation terminated.
INFO[1868] installing full qt/serialbus
ERRO[1870] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/serialbus" env= error="exit status 2" func=RunCmdOptionalError name="install serialbus"
github.com/therecipe/qt/serialbus
# github.com/therecipe/qt/serialbus
../../../go/src/github.com/therecipe/qt/serialbus/serialbus.cpp:9:10: fatal error: QByteArray: No such file or directory
#include <QByteArray>
^~~~~~~~~~~~
compilation terminated.
INFO[1870] installing full qt/printsupport
INFO[1883] installing full qt/designer
INFO[1903] installing full qt/scxml
ERRO[1905] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/scxml" env= error="exit status 2" func=RunCmdOptionalError name="install scxml"
github.com/therecipe/qt/scxml
# github.com/therecipe/qt/scxml
../../../go/src/github.com/therecipe/qt/scxml/scxml.cpp:9:10: fatal error: QByteArray: No such file or directory
#include <QByteArray>
^~~~~~~~~~~~
compilation terminated.
INFO[1905] installing full qt/gamepad
ERRO[1907] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/gamepad" env= error="exit status 2" func=RunCmdOptionalError name="install gamepad"
github.com/therecipe/qt/gamepad
# github.com/therecipe/qt/gamepad
../../../go/src/github.com/therecipe/qt/gamepad/gamepad.cpp:9:10: fatal error: QByteArray: No such file or directory
#include <QByteArray>
^~~~~~~~~~~~
compilation terminated.
INFO[1907] installing full qt/datavisualization
ERRO[1920] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/datavisualization" env= error="exit status 2" func=RunCmdOptionalError name="install datavisualization"
github.com/therecipe/qt/datavisualization
# github.com/therecipe/qt/datavisualization
../../../go/src/github.com/therecipe/qt/datavisualization/datavisualization.cpp:9:10: fatal error: Q3DBars: No such file or directory
#include <Q3DBars>
^~~~~~~~~
compilation terminated.
INFO[1920] installing full qt/charts
ERRO[1943] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/charts" env= error="exit status 2" func=RunCmdOptionalError name="install charts"
github.com/therecipe/qt/charts
# github.com/therecipe/qt/charts
../../../go/src/github.com/therecipe/qt/charts/charts.cpp:9:10: fatal error: QAbstractAxis: No such file or directory
#include <QAbstractAxis>
^~~~~~~~~~~~~~~
compilation terminated.
INFO[1943] installing full qt/speech
INFO[1948] installing full qt/quickcontrols2
INFO[1949] installing full qt/sailfish
INFO[1950] installing full qt/webview
INFO[1951] installing full qt/remoteobjects
ERRO[1951] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/remoteobjects" env= error="exit status 2" func=RunCmdOptionalError name="install remoteobjects"
github.com/therecipe/qt/remoteobjects
# github.com/therecipe/qt/remoteobjects
../../../go/src/github.com/therecipe/qt/remoteobjects/remoteobjects.cpp:9:10: fatal error: QAbstractItemModel: No such file or directory
#include <QAbstractItemModel>
^~~~~~~~~~~~~~~~~~~~
compilation terminated.
WARN[1951] failed to install:
WARN[1951] serialport
WARN[1951] serialbus
WARN[1951] scxml
WARN[1951] gamepad
WARN[1951] datavisualization
WARN[1951] charts
WARN[1951] remoteobjects
INFO[1951] running: 'qtsetup test linux' [docker=false] [vagrant=false]
INFO[1951] testing qml/application
ERRO[2027] failed to run command cmd="/usr/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/serialport.pro -spec linux-g++ CONFIG+=release" env= error="exit status 3" func=RunCmdOptional name="run qmake for linux on linux"
Info: creating stash file /home/mathieu/go/src/github.com/therecipe/qt/serialport/.qmake.stash
Project ERROR: Unknown module(s) in QT: serialport
ERRO[2027] failed to load /home/mathieu/go/src/github.com/therecipe/qt/serialport/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/serialport/Makefile: no such file or directory"
ERRO[2027] failed to run command cmd="/usr/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/datavisualization.pro -spec linux-g++ CONFIG+=release" env= error="exit status 3" func=RunCmdOptional name="run qmake for linux on linux"
Info: creating stash file /home/mathieu/go/src/github.com/therecipe/qt/datavisualization/.qmake.stash
Project ERROR: Unknown module(s) in QT: datavisualization
ERRO[2027] failed to load /home/mathieu/go/src/github.com/therecipe/qt/datavisualization/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/datavisualization/Makefile: no such file or directory"
ERRO[2027] failed to run command cmd="/usr/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/charts.pro -spec linux-g++ CONFIG+=release" env= error="exit status 3" func=RunCmdOptional name="run qmake for linux on linux"
Info: creating stash file /home/mathieu/go/src/github.com/therecipe/qt/charts/.qmake.stash
Project ERROR: Unknown module(s) in QT: charts
ERRO[2027] failed to load /home/mathieu/go/src/github.com/therecipe/qt/charts/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/charts/Makefile: no such file or directory"
ERRO[2028] failed to run command cmd="/usr/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/serialbus.pro -spec linux-g++ CONFIG+=release" env= error="exit status 3" func=RunCmdOptional name="run qmake for linux on linux"
Info: creating stash file /home/mathieu/go/src/github.com/therecipe/qt/serialbus/.qmake.stash
Project ERROR: Unknown module(s) in QT: serialbus
ERRO[2028] failed to load /home/mathieu/go/src/github.com/therecipe/qt/serialbus/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/serialbus/Makefile: no such file or directory"
ERRO[2028] failed to run command cmd="/usr/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/gamepad.pro -spec linux-g++ CONFIG+=release" env= error="exit status 3" func=RunCmdOptional name="run qmake for linux on linux"
Info: creating stash file /home/mathieu/go/src/github.com/therecipe/qt/gamepad/.qmake.stash
Project ERROR: Unknown module(s) in QT: gamepad
ERRO[2028] failed to load /home/mathieu/go/src/github.com/therecipe/qt/gamepad/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/gamepad/Makefile: no such file or directory"
ERRO[2028] failed to run command cmd="/usr/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/remoteobjects.pro -spec linux-g++ CONFIG+=release" env= error="exit status 3" func=RunCmdOptional name="run qmake for linux on linux"
Info: creating stash file /home/mathieu/go/src/github.com/therecipe/qt/remoteobjects/.qmake.stash
Project ERROR: Unknown module(s) in QT: remoteobjects
ERRO[2028] failed to load /home/mathieu/go/src/github.com/therecipe/qt/remoteobjects/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/remoteobjects/Makefile: no such file or directory"
ERRO[2028] failed to run command cmd="/usr/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/scxml.pro -spec linux-g++ CONFIG+=release" env= error="exit status 3" func=RunCmdOptional name="run qmake for linux on linux"
Info: creating stash file /home/mathieu/go/src/github.com/therecipe/qt/scxml/.qmake.stash
Project ERROR: Unknown module(s) in QT: scxml
ERRO[2028] failed to load /home/mathieu/go/src/github.com/therecipe/qt/scxml/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/scxml/Makefile: no such file or directory"
INFO[2036] testing qml/drawer_nav_x
ERRO[2129] failed to run command cmd="/usr/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/remoteobjects.pro -spec linux-g++ CONFIG+=release" env= error="exit status 3" func=RunCmdOptional name="run qmake for linux on linux"
Info: creating stash file /home/mathieu/go/src/github.com/therecipe/qt/remoteobjects/.qmake.stash
Project ERROR: Unknown module(s) in QT: remoteobjects
ERRO[2129] failed to load /home/mathieu/go/src/github.com/therecipe/qt/remoteobjects/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/remoteobjects/Makefile: no such file or directory"
ERRO[2129] failed to run command cmd="/usr/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/serialbus.pro -spec linux-g++ CONFIG+=release" env= error="exit status 3" func=RunCmdOptional name="run qmake for linux on linux"
Info: creating stash file /home/mathieu/go/src/github.com/therecipe/qt/serialbus/.qmake.stash
Project ERROR: Unknown module(s) in QT: serialbus
ERRO[2129] failed to load /home/mathieu/go/src/github.com/therecipe/qt/serialbus/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/serialbus/Makefile: no such file or directory"
ERRO[2129] failed to run command cmd="/usr/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/scxml.pro -spec linux-g++ CONFIG+=release" env= error="exit status 3" func=RunCmdOptional name="run qmake for linux on linux"
Info: creating stash file /home/mathieu/go/src/github.com/therecipe/qt/scxml/.qmake.stash
Project ERROR: Unknown module(s) in QT: scxml
ERRO[2129] failed to load /home/mathieu/go/src/github.com/therecipe/qt/scxml/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/scxml/Makefile: no such file or directory"
ERRO[2130] failed to run command cmd="/usr/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/datavisualization.pro -spec linux-g++ CONFIG+=release" env= error="exit status 3" func=RunCmdOptional name="run qmake for linux on linux"
Info: creating stash file /home/mathieu/go/src/github.com/therecipe/qt/datavisualization/.qmake.stash
Project ERROR: Unknown module(s) in QT: datavisualization
ERRO[2130] failed to load /home/mathieu/go/src/github.com/therecipe/qt/datavisualization/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/datavisualization/Makefile: no such file or directory"
ERRO[2130] failed to run command cmd="/usr/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/serialport.pro -spec linux-g++ CONFIG+=release" env= error="exit status 3" func=RunCmdOptional name="run qmake for linux on linux"
Info: creating stash file /home/mathieu/go/src/github.com/therecipe/qt/serialport/.qmake.stash
Project ERROR: Unknown module(s) in QT: serialport
ERRO[2130] failed to load /home/mathieu/go/src/github.com/therecipe/qt/serialport/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/serialport/Makefile: no such file or directory"
ERRO[2130] failed to run command cmd="/usr/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/charts.pro -spec linux-g++ CONFIG+=release" env= error="exit status 3" func=RunCmdOptional name="run qmake for linux on linux"
Info: creating stash file /home/mathieu/go/src/github.com/therecipe/qt/charts/.qmake.stash
Project ERROR: Unknown module(s) in QT: charts
ERRO[2130] failed to load /home/mathieu/go/src/github.com/therecipe/qt/charts/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/charts/Makefile: no such file or directory"
ERRO[2131] failed to run command cmd="/usr/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/gamepad.pro -spec linux-g++ CONFIG+=release" env= error="exit status 3" func=RunCmdOptional name="run qmake for linux on linux"
Info: creating stash file /home/mathieu/go/src/github.com/therecipe/qt/gamepad/.qmake.stash
Project ERROR: Unknown module(s) in QT: gamepad
ERRO[2131] failed to load /home/mathieu/go/src/github.com/therecipe/qt/gamepad/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/gamepad/Makefile: no such file or directory"
INFO[2150] testing qml/gallery
ERRO[2240] failed to run command cmd="/usr/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/remoteobjects.pro -spec linux-g++ CONFIG+=release" env= error="exit status 3" func=RunCmdOptional name="run qmake for linux on linux"
Info: creating stash file /home/mathieu/go/src/github.com/therecipe/qt/remoteobjects/.qmake.stash
Project ERROR: Unknown module(s) in QT: remoteobjects
ERRO[2240] failed to load /home/mathieu/go/src/github.com/therecipe/qt/remoteobjects/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/remoteobjects/Makefile: no such file or directory"
ERRO[2240] failed to run command cmd="/usr/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/serialbus.pro -spec linux-g++ CONFIG+=release" env= error="exit status 3" func=RunCmdOptional name="run qmake for linux on linux"
Info: creating stash file /home/mathieu/go/src/github.com/therecipe/qt/serialbus/.qmake.stash
Project ERROR: Unknown module(s) in QT: serialbus
ERRO[2240] failed to load /home/mathieu/go/src/github.com/therecipe/qt/serialbus/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/serialbus/Makefile: no such file or directory"
ERRO[2240] failed to run command cmd="/usr/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/charts.pro -spec linux-g++ CONFIG+=release" env= error="exit status 3" func=RunCmdOptional name="run qmake for linux on linux"
Info: creating stash file /home/mathieu/go/src/github.com/therecipe/qt/charts/.qmake.stash
Project ERROR: Unknown module(s) in QT: charts
ERRO[2240] failed to load /home/mathieu/go/src/github.com/therecipe/qt/charts/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/charts/Makefile: no such file or directory"
ERRO[2240] failed to run command cmd="/usr/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/scxml.pro -spec linux-g++ CONFIG+=release" env= error="exit status 3" func=RunCmdOptional name="run qmake for linux on linux"
Info: creating stash file /home/mathieu/go/src/github.com/therecipe/qt/scxml/.qmake.stash
Project ERROR: Unknown module(s) in QT: scxml
ERRO[2240] failed to load /home/mathieu/go/src/github.com/therecipe/qt/scxml/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/scxml/Makefile: no such file or directory"
ERRO[2240] failed to run command cmd="/usr/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/datavisualization.pro -spec linux-g++ CONFIG+=release" env= error="exit status 3" func=RunCmdOptional name="run qmake for linux on linux"
Info: creating stash file /home/mathieu/go/src/github.com/therecipe/qt/datavisualization/.qmake.stash
Project ERROR: Unknown module(s) in QT: datavisualization
ERRO[2240] failed to load /home/mathieu/go/src/github.com/therecipe/qt/datavisualization/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/datavisualization/Makefile: no such file or directory"
ERRO[2241] failed to run command cmd="/usr/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/serialport.pro -spec linux-g++ CONFIG+=release" env= error="exit status 3" func=RunCmdOptional name="run qmake for linux on linux"
Info: creating stash file /home/mathieu/go/src/github.com/therecipe/qt/serialport/.qmake.stash
Project ERROR: Unknown module(s) in QT: serialport
ERRO[2241] failed to load /home/mathieu/go/src/github.com/therecipe/qt/serialport/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/serialport/Makefile: no such file or directory"
ERRO[2241] failed to run command cmd="/usr/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/gamepad.pro -spec linux-g++ CONFIG+=release" env= error="exit status 3" func=RunCmdOptional name="run qmake for linux on linux"
Info: creating stash file /home/mathieu/go/src/github.com/therecipe/qt/gamepad/.qmake.stash
Project ERROR: Unknown module(s) in QT: gamepad
ERRO[2241] failed to load /home/mathieu/go/src/github.com/therecipe/qt/gamepad/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/gamepad/Makefile: no such file or directory"
INFO[2254] testing quick/calc
ERRO[2344] failed to run command cmd="/usr/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/remoteobjects.pro -spec linux-g++ CONFIG+=release" env= error="exit status 3" func=RunCmdOptional name="run qmake for linux on linux"
Info: creating stash file /home/mathieu/go/src/github.com/therecipe/qt/remoteobjects/.qmake.stash
Project ERROR: Unknown module(s) in QT: remoteobjects
ERRO[2344] failed to load /home/mathieu/go/src/github.com/therecipe/qt/remoteobjects/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/remoteobjects/Makefile: no such file or directory"
ERRO[2344] failed to run command cmd="/usr/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/serialbus.pro -spec linux-g++ CONFIG+=release" env= error="exit status 3" func=RunCmdOptional name="run qmake for linux on linux"
Info: creating stash file /home/mathieu/go/src/github.com/therecipe/qt/serialbus/.qmake.stash
Project ERROR: Unknown module(s) in QT: serialbus
ERRO[2344] failed to load /home/mathieu/go/src/github.com/therecipe/qt/serialbus/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/serialbus/Makefile: no such file or directory"
ERRO[2344] failed to run command cmd="/usr/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/serialport.pro -spec linux-g++ CONFIG+=release" env= error="exit status 3" func=RunCmdOptional name="run qmake for linux on linux"
Info: creating stash file /home/mathieu/go/src/github.com/therecipe/qt/serialport/.qmake.stash
Project ERROR: Unknown module(s) in QT: serialport
ERRO[2344] failed to load /home/mathieu/go/src/github.com/therecipe/qt/serialport/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/serialport/Makefile: no such file or directory"
ERRO[2344] failed to run command cmd="/usr/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/scxml.pro -spec linux-g++ CONFIG+=release" env= error="exit status 3" func=RunCmdOptional name="run qmake for linux on linux"
Info: creating stash file /home/mathieu/go/src/github.com/therecipe/qt/scxml/.qmake.stash
Project ERROR: Unknown module(s) in QT: scxml
ERRO[2344] failed to load /home/mathieu/go/src/github.com/therecipe/qt/scxml/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/scxml/Makefile: no such file or directory"
ERRO[2344] failed to run command cmd="/usr/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/gamepad.pro -spec linux-g++ CONFIG+=release" env= error="exit status 3" func=RunCmdOptional name="run qmake for linux on linux"
Info: creating stash file /home/mathieu/go/src/github.com/therecipe/qt/gamepad/.qmake.stash
Project ERROR: Unknown module(s) in QT: gamepad
ERRO[2344] failed to load /home/mathieu/go/src/github.com/therecipe/qt/gamepad/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/gamepad/Makefile: no such file or directory"
ERRO[2344] failed to run command cmd="/usr/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/datavisualization.pro -spec linux-g++ CONFIG+=release" env= error="exit status 3" func=RunCmdOptional name="run qmake for linux on linux"
Info: creating stash file /home/mathieu/go/src/github.com/therecipe/qt/datavisualization/.qmake.stash
Project ERROR: Unknown module(s) in QT: datavisualization
ERRO[2344] failed to load /home/mathieu/go/src/github.com/therecipe/qt/datavisualization/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/datavisualization/Makefile: no such file or directory"
ERRO[2344] failed to run command cmd="/usr/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/charts.pro -spec linux-g++ CONFIG+=release" env= error="exit status 3" func=RunCmdOptional name="run qmake for linux on linux"
Info: creating stash file /home/mathieu/go/src/github.com/therecipe/qt/charts/.qmake.stash
Project ERROR: Unknown module(s) in QT: charts
ERRO[2344] failed to load /home/mathieu/go/src/github.com/therecipe/qt/charts/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/charts/Makefile: no such file or directory"
INFO[2357] testing widgets/line_edits
ERRO[2448] failed to run command cmd="/usr/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/remoteobjects.pro -spec linux-g++ CONFIG+=release" env= error="exit status 3" func=RunCmdOptional name="run qmake for linux on linux"
Info: creating stash file /home/mathieu/go/src/github.com/therecipe/qt/remoteobjects/.qmake.stash
Project ERROR: Unknown module(s) in QT: remoteobjects
ERRO[2448] failed to load /home/mathieu/go/src/github.com/therecipe/qt/remoteobjects/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/remoteobjects/Makefile: no such file or directory"
ERRO[2449] failed to run command cmd="/usr/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/serialport.pro -spec linux-g++ CONFIG+=release" env= error="exit status 3" func=RunCmdOptional name="run qmake for linux on linux"
Info: creating stash file /home/mathieu/go/src/github.com/therecipe/qt/serialport/.qmake.stash
Project ERROR: Unknown module(s) in QT: serialport
ERRO[2449] failed to load /home/mathieu/go/src/github.com/therecipe/qt/serialport/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/serialport/Makefile: no such file or directory"
ERRO[2449] failed to run command cmd="/usr/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/scxml.pro -spec linux-g++ CONFIG+=release" env= error="exit status 3" func=RunCmdOptional name="run qmake for linux on linux"
Info: creating stash file /home/mathieu/go/src/github.com/therecipe/qt/scxml/.qmake.stash
Project ERROR: Unknown module(s) in QT: scxml
ERRO[2449] failed to load /home/mathieu/go/src/github.com/therecipe/qt/scxml/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/scxml/Makefile: no such file or directory"
ERRO[2449] failed to run command cmd="/usr/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/serialbus.pro -spec linux-g++ CONFIG+=release" env= error="exit status 3" func=RunCmdOptional name="run qmake for linux on linux"
Info: creating stash file /home/mathieu/go/src/github.com/therecipe/qt/serialbus/.qmake.stash
Project ERROR: Unknown module(s) in QT: serialbus
ERRO[2449] failed to load /home/mathieu/go/src/github.com/therecipe/qt/serialbus/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/serialbus/Makefile: no such file or directory"
ERRO[2449] failed to run command cmd="/usr/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/datavisualization.pro -spec linux-g++ CONFIG+=release" env= error="exit status 3" func=RunCmdOptional name="run qmake for linux on linux"
Info: creating stash file /home/mathieu/go/src/github.com/therecipe/qt/datavisualization/.qmake.stash
Project ERROR: Unknown module(s) in QT: datavisualization
ERRO[2449] failed to load /home/mathieu/go/src/github.com/therecipe/qt/datavisualization/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/datavisualization/Makefile: no such file or directory"
ERRO[2449] failed to run command cmd="/usr/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/charts.pro -spec linux-g++ CONFIG+=release" env= error="exit status 3" func=RunCmdOptional name="run qmake for linux on linux"
Info: creating stash file /home/mathieu/go/src/github.com/therecipe/qt/charts/.qmake.stash
Project ERROR: Unknown module(s) in QT: charts
ERRO[2449] failed to load /home/mathieu/go/src/github.com/therecipe/qt/charts/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/charts/Makefile: no such file or directory"
ERRO[2450] failed to run command cmd="/usr/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/gamepad.pro -spec linux-g++ CONFIG+=release" env= error="exit status 3" func=RunCmdOptional name="run qmake for linux on linux"
Info: creating stash file /home/mathieu/go/src/github.com/therecipe/qt/gamepad/.qmake.stash
Project ERROR: Unknown module(s) in QT: gamepad
ERRO[2450] failed to load /home/mathieu/go/src/github.com/therecipe/qt/gamepad/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/gamepad/Makefile: no such file or directory"
INFO[2475] testing widgets/pixel_editor
ERRO[2568] failed to run command cmd="/usr/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/remoteobjects.pro -spec linux-g++ CONFIG+=release" env= error="exit status 3" func=RunCmdOptional name="run qmake for linux on linux"
Info: creating stash file /home/mathieu/go/src/github.com/therecipe/qt/remoteobjects/.qmake.stash
Project ERROR: Unknown module(s) in QT: remoteobjects
ERRO[2568] failed to load /home/mathieu/go/src/github.com/therecipe/qt/remoteobjects/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/remoteobjects/Makefile: no such file or directory"
ERRO[2568] failed to run command cmd="/usr/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/serialport.pro -spec linux-g++ CONFIG+=release" env= error="exit status 3" func=RunCmdOptional name="run qmake for linux on linux"
Info: creating stash file /home/mathieu/go/src/github.com/therecipe/qt/serialport/.qmake.stash
Project ERROR: Unknown module(s) in QT: serialport
ERRO[2568] failed to load /home/mathieu/go/src/github.com/therecipe/qt/serialport/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/serialport/Makefile: no such file or directory"
ERRO[2568] failed to run command cmd="/usr/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/gamepad.pro -spec linux-g++ CONFIG+=release" env= error="exit status 3" func=RunCmdOptional name="run qmake for linux on linux"
Info: creating stash file /home/mathieu/go/src/github.com/therecipe/qt/gamepad/.qmake.stash
Project ERROR: Unknown module(s) in QT: gamepad
ERRO[2568] failed to load /home/mathieu/go/src/github.com/therecipe/qt/gamepad/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/gamepad/Makefile: no such file or directory"
ERRO[2568] failed to run command cmd="/usr/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/serialbus.pro -spec linux-g++ CONFIG+=release" env= error="exit status 3" func=RunCmdOptional name="run qmake for linux on linux"
Info: creating stash file /home/mathieu/go/src/github.com/therecipe/qt/serialbus/.qmake.stash
Project ERROR: Unknown module(s) in QT: serialbus
ERRO[2568] failed to load /home/mathieu/go/src/github.com/therecipe/qt/serialbus/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/serialbus/Makefile: no such file or directory"
ERRO[2568] failed to run command cmd="/usr/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/scxml.pro -spec linux-g++ CONFIG+=release" env= error="exit status 3" func=RunCmdOptional name="run qmake for linux on linux"
Info: creating stash file /home/mathieu/go/src/github.com/therecipe/qt/scxml/.qmake.stash
Project ERROR: Unknown module(s) in QT: scxml
ERRO[2568] failed to load /home/mathieu/go/src/github.com/therecipe/qt/scxml/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/scxml/Makefile: no such file or directory"
ERRO[2568] failed to run command cmd="/usr/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/charts.pro -spec linux-g++ CONFIG+=release" env= error="exit status 3" func=RunCmdOptional name="run qmake for linux on linux"
Info: creating stash file /home/mathieu/go/src/github.com/therecipe/qt/charts/.qmake.stash
Project ERROR: Unknown module(s) in QT: charts
ERRO[2568] failed to load /home/mathieu/go/src/github.com/therecipe/qt/charts/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/charts/Makefile: no such file or directory"
ERRO[2569] failed to run command cmd="/usr/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/datavisualization.pro -spec linux-g++ CONFIG+=release" env= error="exit status 3" func=RunCmdOptional name="run qmake for linux on linux"
Info: creating stash file /home/mathieu/go/src/github.com/therecipe/qt/datavisualization/.qmake.stash
Project ERROR: Unknown module(s) in QT: datavisualization
ERRO[2569] failed to load /home/mathieu/go/src/github.com/therecipe/qt/datavisualization/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/datavisualization/Makefile: no such file or directory"
INFO[2592] testing widgets/textedit
ERRO[2702] failed to run command cmd="/usr/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/serialbus.pro -spec linux-g++ CONFIG+=release" env= error="exit status 3" func=RunCmdOptional name="run qmake for linux on linux"
Info: creating stash file /home/mathieu/go/src/github.com/therecipe/qt/serialbus/.qmake.stash
Project ERROR: Unknown module(s) in QT: serialbus
ERRO[2702] failed to load /home/mathieu/go/src/github.com/therecipe/qt/serialbus/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/serialbus/Makefile: no such file or directory"
ERRO[2702] failed to run command cmd="/usr/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/serialport.pro -spec linux-g++ CONFIG+=release" env= error="exit status 3" func=RunCmdOptional name="run qmake for linux on linux"
Info: creating stash file /home/mathieu/go/src/github.com/therecipe/qt/serialport/.qmake.stash
Project ERROR: Unknown module(s) in QT: serialport
ERRO[2702] failed to load /home/mathieu/go/src/github.com/therecipe/qt/serialport/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/serialport/Makefile: no such file or directory"
ERRO[2702] failed to run command cmd="/usr/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/remoteobjects.pro -spec linux-g++ CONFIG+=release" env= error="exit status 3" func=RunCmdOptional name="run qmake for linux on linux"
Info: creating stash file /home/mathieu/go/src/github.com/therecipe/qt/remoteobjects/.qmake.stash
Project ERROR: Unknown module(s) in QT: remoteobjects
ERRO[2702] failed to load /home/mathieu/go/src/github.com/therecipe/qt/remoteobjects/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/remoteobjects/Makefile: no such file or directory"
ERRO[2702] failed to run command cmd="/usr/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/scxml.pro -spec linux-g++ CONFIG+=release" env= error="exit status 3" func=RunCmdOptional name="run qmake for linux on linux"
Info: creating stash file /home/mathieu/go/src/github.com/therecipe/qt/scxml/.qmake.stash
Project ERROR: Unknown module(s) in QT: scxml
ERRO[2702] failed to load /home/mathieu/go/src/github.com/therecipe/qt/scxml/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/scxml/Makefile: no such file or directory"
ERRO[2703] failed to run command cmd="/usr/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/gamepad.pro -spec linux-g++ CONFIG+=release" env= error="exit status 3" func=RunCmdOptional name="run qmake for linux on linux"
Info: creating stash file /home/mathieu/go/src/github.com/therecipe/qt/gamepad/.qmake.stash
Project ERROR: Unknown module(s) in QT: gamepad
ERRO[2703] failed to load /home/mathieu/go/src/github.com/therecipe/qt/gamepad/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/gamepad/Makefile: no such file or directory"
ERRO[2703] failed to run command cmd="/usr/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/charts.pro -spec linux-g++ CONFIG+=release" env= error="exit status 3" func=RunCmdOptional name="run qmake for linux on linux"
Info: creating stash file /home/mathieu/go/src/github.com/therecipe/qt/charts/.qmake.stash
Project ERROR: Unknown module(s) in QT: charts
ERRO[2703] failed to load /home/mathieu/go/src/github.com/therecipe/qt/charts/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/charts/Makefile: no such file or directory"
ERRO[2703] failed to run command cmd="/usr/bin/qmake /home/mathieu/go/src/github.com/therecipe/qt/datavisualization.pro -spec linux-g++ CONFIG+=release" env= error="exit status 3" func=RunCmdOptional name="run qmake for linux on linux"
Info: creating stash file /home/mathieu/go/src/github.com/therecipe/qt/datavisualization/.qmake.stash
Project ERROR: Unknown module(s) in QT: datavisualization
ERRO[2703] failed to load /home/mathieu/go/src/github.com/therecipe/qt/datavisualization/Makefile error="open /home/mathieu/go/src/github.com/therecipe/qt/datavisualization/Makefile: no such file or directory"
[mathieu@hz550 therecipe-qt]$
Most helpful comment
Unknown module(s) in QT: ...means that the modules haven't installed yet in your system. To fix this, you can install allqt5-*packages in your Arch system by running :After it finished, run
qtsetupagain._Sent from my Lenovo P70-A using FastHub_