therecipe / qt

Qt binding for Go (Golang) with support for Windows / macOS / Linux / FreeBSD / Android / iOS / Sailfish OS / Raspberry Pi / AsteroidOS / Ubuntu Touch / JavaScript / WebAssembly
GNU Lesser General Public License v3.0
10.38k stars 735 forks source link

run qtsetup failed #608

Open orange-jacky opened 6 years ago

orange-jacky commented 6 years ago

macbookpro:cf fredlee$ qtsetup INFO[0000] running: 'qtsetup prep'
INFO[0000] successfully created qtrcc symlink in your PATH (/usr/local/bin/qtrcc) INFO[0000] successfully created qtmoc symlink in your PATH (/usr/local/bin/qtmoc) INFO[0000] successfully created qtminimal symlink in your PATH (/usr/local/bin/qtminimal) INFO[0000] successfully created qtdeploy symlink in your PATH (/usr/local/bin/qtdeploy) INFO[0000] running: 'qtsetup check darwin' [docker=false] [vagrant=false] INFO[0000] GOOS: 'darwin'
INFO[0000] GOARCH: 'amd64'
INFO[0000] GOVERSION: 'go1.10'
INFO[0000] GOROOT: '/usr/local/go' INFO[0000] GOPATH: '/Users/fredlee/Documents/开发/go/workspace' INFO[0000] GOBIN: '/Users/fredlee/Documents/开发/go/workspace/bin' INFO[0000] QT_HASH: '2f06d25d15c908d2334d3f37745c7bc7e56508ee' INFO[0000] QT_VERSION: '5.10.1'
INFO[0000] QT_VERSION_MAJOR: '5.10.1'
INFO[0000] QT_DIR:
'/usr/local/opt/qt' INFO[0000] QT_STUB: 'false'
INFO[0000] QT_DEBUG: 'false'
INFO[0000] QT_QMAKE_DIR: '/usr/local/opt/qt/bin' INFO[0000] QT_WEBKIT: 'false'
INFO[0000] QT_HOMEBREW:
'true'
INFO[0000] XCODE_DIR: '/Applications/Xcode.app' INFO[0000] running: 'qtsetup generate darwin' [docker=false] [vagrant=false] INFO[0007] generating full qt/core
ERRO[0015] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/core.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/core" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/core.pro.

ERRO[0015] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/core/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/core/Mfile: no such file or directory" INFO[0015] generating full qt/androidextras
INFO[0016] generating full qt/gui
ERRO[0043] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/gui.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/gui" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/gui.pro.

ERRO[0043] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/gui/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/gui/Mfile: no such file or directory" INFO[0043] generating full qt/network
ERRO[0047] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/network.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/network" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/network.pro.

ERRO[0047] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/network/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/network/Mfile: no such file or directory" INFO[0047] generating full qt/xml
ERRO[0048] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/xml.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/xml" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/xml.pro.

ERRO[0048] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/xml/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/xml/Mfile: no such file or directory" INFO[0048] generating full qt/dbus
ERRO[0049] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/dbus.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/dbus" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/dbus.pro.

ERRO[0049] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/dbus/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/dbus/Mfile: no such file or directory" INFO[0049] generating full qt/nfc
ERRO[0050] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/nfc.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/nfc" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/nfc.pro.

ERRO[0050] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/nfc/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/nfc/Mfile: no such file or directory" INFO[0050] generating full qt/script
ERRO[0051] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/script.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/script" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/script.pro.

ERRO[0051] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/script/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/script/Mfile: no such file or directory" INFO[0051] generating full qt/sensors
ERRO[0053] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/sensors.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/sensors" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/sensors.pro.

ERRO[0053] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/sensors/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/sensors/Mfile: no such file or directory" INFO[0053] generating full qt/positioning
ERRO[0054] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/positioning.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/positioning" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/positioning.pro.

ERRO[0054] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/positioning/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/positioning/Mfile: no such file or directory" INFO[0054] generating full qt/widgets
ERRO[0084] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/widgets.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/widgets" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/widgets.pro.

ERRO[0084] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/widgets/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/widgets/Mfile: no such file or directory" INFO[0084] generating full qt/sql
ERRO[0085] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/sql.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/sql" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/sql.pro.

ERRO[0085] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/sql/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/sql/Mfile: no such file or directory" INFO[0085] generating full qt/macextras
ERRO[0086] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/macextras.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/macextras" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/macextras.pro.

ERRO[0086] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/macextras/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/macextras/Mfile: no such file or directory" INFO[0086] generating full qt/qml
ERRO[0087] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/qml.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/qml" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/qml.pro.

ERRO[0087] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/qml/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/qml/Mfile: no such file or directory" INFO[0087] generating full qt/websockets
ERRO[0088] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/websockets.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/websockets" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/websockets.pro.

ERRO[0088] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/websockets/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/websockets/Mfile: no such file or directory" INFO[0088] generating full qt/xmlpatterns
ERRO[0088] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/xmlpatterns.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/xmlpatterns" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/xmlpatterns.pro.

ERRO[0088] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/xmlpatterns/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/xmlpatterns/Mfile: no such file or directory" INFO[0088] generating full qt/bluetooth
ERRO[0090] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/bluetooth.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/bluetooth" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/bluetooth.pro.

ERRO[0090] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/bluetooth/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/bluetooth/Mfile: no such file or directory" INFO[0090] generating full qt/webchannel
ERRO[0090] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/webchannel.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/webchannel" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/webchannel.pro.

ERRO[0090] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/webchannel/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/webchannel/Mfile: no such file or directory" INFO[0090] generating full qt/svg
ERRO[0091] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/svg.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/svg" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/svg.pro.

ERRO[0091] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/svg/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/svg/Mfile: no such file or directory" INFO[0091] generating full qt/multimedia
ERRO[0099] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/multimedia.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/multimedia" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/multimedia.pro.

ERRO[0099] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/multimedia/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/multimedia/Mfile: no such file or directory" INFO[0099] generating full qt/quick
ERRO[0102] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/quick.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/quick" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/quick.pro.

ERRO[0102] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/quick/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/quick/Mfile: no such file or directory" INFO[0102] generating full qt/help
ERRO[0105] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/help.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/help" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/help.pro.

ERRO[0105] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/help/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/help/Mfile: no such file or directory" INFO[0105] generating full qt/location
ERRO[0106] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/location.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/location" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/location.pro.

ERRO[0106] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/location/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/location/Mfile: no such file or directory" INFO[0106] generating full qt/scripttools
ERRO[0106] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/scripttools.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/scripttools" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/scripttools.pro.

ERRO[0106] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/scripttools/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/scripttools/Mfile: no such file or directory" INFO[0106] generating full qt/uitools
ERRO[0107] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/uitools.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/uitools" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/uitools.pro.

ERRO[0107] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/uitools/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/uitools/Mfile: no such file or directory" INFO[0107] generating full qt/webengine
ERRO[0109] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/webengine.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/webengine" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/webengine.pro.

ERRO[0109] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/webengine/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/webengine/Mfile: no such file or directory" INFO[0109] generating full qt/testlib
ERRO[0109] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/testlib.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/testlib" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/testlib.pro.

ERRO[0109] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/testlib/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/testlib/Mfile: no such file or directory" INFO[0109] generating full qt/serialport
ERRO[0110] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/serialport.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/serialport" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/serialport.pro.

ERRO[0110] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/serialport/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/serialport/Mfile: no such file or directory" INFO[0110] generating full qt/serialbus
ERRO[0111] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/serialbus.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/serialbus" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/serialbus.pro.

ERRO[0111] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/serialbus/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/serialbus/Mfile: no such file or directory" INFO[0111] generating full qt/printsupport
ERRO[0114] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/printsupport.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/printsupport" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/printsupport.pro.

ERRO[0114] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/printsupport/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/printsupport/Mfile: no such file or directory" INFO[0114] generating full qt/designer
ERRO[0118] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/designer.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/designer" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/designer.pro.

ERRO[0118] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/designer/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/designer/Mfile: no such file or directory" INFO[0118] generating full qt/scxml
ERRO[0118] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/scxml.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/scxml" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/scxml.pro.

ERRO[0118] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/scxml/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/scxml/Mfile: no such file or directory" INFO[0118] generating full qt/gamepad
ERRO[0119] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/gamepad.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/gamepad" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/gamepad.pro.

ERRO[0119] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/gamepad/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/gamepad/Mfile: no such file or directory" INFO[0119] generating full qt/purchasing
ERRO[0119] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/purchasing.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/purchasing" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/purchasing.pro.

ERRO[0119] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/purchasing/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/purchasing/Mfile: no such file or directory" INFO[0119] generating full qt/datavisualization
ERRO[0122] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/datavisualization.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/datavisualization" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/datavisualization.pro.

ERRO[0122] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/datavisualization/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/datavisualization/Mfile: no such file or directory" INFO[0122] generating full qt/charts
ERRO[0126] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/charts.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/charts" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/charts.pro.

ERRO[0126] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/charts/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/charts/Mfile: no such file or directory" INFO[0126] generating full qt/speech
ERRO[0126] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/speech.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/speech" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/speech.pro.

ERRO[0126] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/speech/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/speech/Mfile: no such file or directory" INFO[0126] generating full qt/quickcontrols2
ERRO[0126] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/quickcontrols2.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/quickcontrols2" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/quickcontrols2.pro.

ERRO[0126] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/quickcontrols2/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/quickcontrols2/Mfile: no such file or directory" INFO[0126] generating full qt/sailfish
INFO[0126] generating full qt/webview
ERRO[0127] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/webview.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/webview" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/webview.pro.

ERRO[0127] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/webview/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/webview/Mfile: no such file or directory" INFO[0127] generating full qt/remoteobjects
ERRO[0127] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/remoteobjects.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/remoteobjects" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/remoteobjects.pro.

ERRO[0127] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/remoteobjects/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/remoteobjects/Mfile: no such file or directory" INFO[0127] running: 'qtsetup install darwin' [docker=false] [vagrant=false] INFO[0127] installing full qt/core
ERRO[0142] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/core" env="GOROOT=/usr/local/go CGO_CXXFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=. CGO_ENABLED=1 GOPATH=/Users/fredlee/Documents/开发/go/workspace PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS CGO_CFLAGS_ALLOW=.* GOOS=darwin GOARCH=amd64" error="exit status 2" func=RunCmdOptionalError name="install core" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

INFO[0142] installing full qt/androidextras
ERRO[0156] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/androidextras" env="GOPATH=/Users/fredlee/Documents/开发/go/workspace GOROOT=/usr/local/go CGO_CXXFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=. CGO_ENABLED=1 GOARCH=amd64 PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS CGO_CFLAGS_ALLOW=.* GOOS=darwin" error="exit status 2" func=RunCmdOptionalError name="install androidextras" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

INFO[0156] installing full qt/gui
ERRO[0168] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/gui" env="CGO_LDFLAGS_ALLOW=. CGO_ENABLED=1 GOPATH=/Users/fredlee/Documents/开发/go/workspace GOROOT=/usr/local/go CGO_CXXFLAGS_ALLOW=. GOOS=darwin GOARCH=amd64 PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS CGO_CFLAGS_ALLOW=.*" error="exit status 2" func=RunCmdOptionalError name="install gui" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

INFO[0168] installing full qt/network
ERRO[0183] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/network" env="CGO_ENABLED=1 GOPATH=/Users/fredlee/Documents/开发/go/workspace GOROOT=/usr/local/go CGO_CXXFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=. GOOS=darwin GOARCH=amd64 PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS CGO_CFLAGS_ALLOW=.*" error="exit status 2" func=RunCmdOptionalError name="install network" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

INFO[0183] installing full qt/xml
ERRO[0197] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/xml" env="GOOS=darwin GOARCH=amd64 PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS CGO_CFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=. CGO_ENABLED=1 GOPATH=/Users/fredlee/Documents/开发/go/workspace GOROOT=/usr/local/go CGO_CXXFLAGS_ALLOW=.*" error="exit status 2" func=RunCmdOptionalError name="install xml" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

INFO[0197] installing full qt/dbus
ERRO[0211] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/dbus" env="GOOS=darwin GOARCH=amd64 PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS CGO_CFLAGS_ALLOW=. CGO_ENABLED=1 GOPATH=/Users/fredlee/Documents/开发/go/workspace GOROOT=/usr/local/go CGO_CXXFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=.*" error="exit status 2" func=RunCmdOptionalError name="install dbus" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

INFO[0211] installing full qt/nfc
ERRO[0225] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/nfc" env="GOROOT=/usr/local/go CGO_CXXFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=. CGO_ENABLED=1 GOPATH=/Users/fredlee/Documents/开发/go/workspace PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS CGO_CFLAGS_ALLOW=.* GOOS=darwin GOARCH=amd64" error="exit status 2" func=RunCmdOptionalError name="install nfc" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

INFO[0225] installing full qt/script
ERRO[0239] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/script" env="CGO_ENABLED=1 GOPATH=/Users/fredlee/Documents/开发/go/workspace GOROOT=/usr/local/go CGO_CXXFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=. GOOS=darwin GOARCH=amd64 PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS CGO_CFLAGS_ALLOW=.*" error="exit status 2" func=RunCmdOptionalError name="install script" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

INFO[0239] installing full qt/sensors
ERRO[0253] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/sensors" env="CGO_CFLAGS_ALLOW=. GOOS=darwin GOARCH=amd64 PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS CGO_CXXFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=.* CGO_ENABLED=1 GOPATH=/Users/fredlee/Documents/开发/go/workspace GOROOT=/usr/local/go" error="exit status 2" func=RunCmdOptionalError name="install sensors" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

INFO[0253] installing full qt/positioning
ERRO[0268] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/positioning" env="CGO_CFLAGS_ALLOW=. GOOS=darwin GOARCH=amd64 PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS CGO_CXXFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=.* CGO_ENABLED=1 GOPATH=/Users/fredlee/Documents/开发/go/workspace GOROOT=/usr/local/go" error="exit status 2" func=RunCmdOptionalError name="install positioning" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

INFO[0268] installing full qt/widgets
ERRO[0282] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/widgets" env="CGO_CFLAGS_ALLOW=. GOOS=darwin GOARCH=amd64 PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS CGO_CXXFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=.* CGO_ENABLED=1 GOPATH=/Users/fredlee/Documents/开发/go/workspace GOROOT=/usr/local/go" error="exit status 2" func=RunCmdOptionalError name="install widgets" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

INFO[0282] installing full qt/sql
ERRO[0295] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/sql" env="CGO_ENABLED=1 GOPATH=/Users/fredlee/Documents/开发/go/workspace GOROOT=/usr/local/go CGO_CXXFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=. GOOS=darwin GOARCH=amd64 PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS CGO_CFLAGS_ALLOW=.*" error="exit status 2" func=RunCmdOptionalError name="install sql" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

INFO[0295] installing full qt/macextras
ERRO[0309] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/macextras" env="CGO_ENABLED=1 GOPATH=/Users/fredlee/Documents/开发/go/workspace GOROOT=/usr/local/go CGO_CXXFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=. GOOS=darwin GOARCH=amd64 PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS CGO_CFLAGS_ALLOW=.*" error="exit status 2" func=RunCmdOptionalError name="install macextras" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

INFO[0309] installing full qt/qml
ERRO[0323] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/qml" env="GOROOT=/usr/local/go CGO_CXXFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=. CGO_ENABLED=1 GOPATH=/Users/fredlee/Documents/开发/go/workspace PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS CGO_CFLAGS_ALLOW=.* GOOS=darwin GOARCH=amd64" error="exit status 2" func=RunCmdOptionalError name="install qml" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

INFO[0323] installing full qt/websockets
ERRO[0337] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/websockets" env="CGO_ENABLED=1 GOPATH=/Users/fredlee/Documents/开发/go/workspace GOROOT=/usr/local/go CGO_CXXFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=. GOOS=darwin GOARCH=amd64 PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS CGO_CFLAGS_ALLOW=.*" error="exit status 2" func=RunCmdOptionalError name="install websockets" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

INFO[0337] installing full qt/xmlpatterns
ERRO[0350] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/xmlpatterns" env="CGO_CXXFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=. CGO_ENABLED=1 GOPATH=/Users/fredlee/Documents/开发/go/workspace GOROOT=/usr/local/go CGO_CFLAGS_ALLOW=.* GOOS=darwin GOARCH=amd64 PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS" error="exit status 2" func=RunCmdOptionalError name="install xmlpatterns" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

INFO[0350] installing full qt/bluetooth
ERRO[0364] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/bluetooth" env="GOOS=darwin GOARCH=amd64 PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS CGO_CFLAGS_ALLOW=. CGO_ENABLED=1 GOPATH=/Users/fredlee/Documents/开发/go/workspace GOROOT=/usr/local/go CGO_CXXFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=.*" error="exit status 2" func=RunCmdOptionalError name="install bluetooth" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

INFO[0364] installing full qt/webchannel
ERRO[0378] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/webchannel" env="CGO_CXXFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=. CGO_ENABLED=1 GOPATH=/Users/fredlee/Documents/开发/go/workspace GOROOT=/usr/local/go CGO_CFLAGS_ALLOW=.* GOOS=darwin GOARCH=amd64 PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS" error="exit status 2" func=RunCmdOptionalError name="install webchannel" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

INFO[0378] installing full qt/svg
ERRO[0391] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/svg" env="PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS CGO_CFLAGS_ALLOW=. GOOS=darwin GOARCH=amd64 GOROOT=/usr/local/go CGO_CXXFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=.* CGO_ENABLED=1 GOPATH=/Users/fredlee/Documents/开发/go/workspace" error="exit status 2" func=RunCmdOptionalError name="install svg" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

INFO[0391] installing full qt/multimedia
ERRO[0404] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/multimedia" env="CGO_ENABLED=1 GOPATH=/Users/fredlee/Documents/开发/go/workspace GOROOT=/usr/local/go CGO_CXXFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=. GOOS=darwin GOARCH=amd64 PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS CGO_CFLAGS_ALLOW=.*" error="exit status 2" func=RunCmdOptionalError name="install multimedia" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

INFO[0404] installing full qt/quick
ERRO[0417] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/quick" env="CGO_ENABLED=1 GOPATH=/Users/fredlee/Documents/开发/go/workspace GOROOT=/usr/local/go CGO_CXXFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=. GOOS=darwin GOARCH=amd64 PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS CGO_CFLAGS_ALLOW=.*" error="exit status 2" func=RunCmdOptionalError name="install quick" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

INFO[0417] installing full qt/help
ERRO[0431] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/help" env="GOARCH=amd64 PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS CGO_CFLAGS_ALLOW=. GOOS=darwin GOPATH=/Users/fredlee/Documents/开发/go/workspace GOROOT=/usr/local/go CGO_CXXFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=.* CGO_ENABLED=1" error="exit status 2" func=RunCmdOptionalError name="install help" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

INFO[0431] installing full qt/location
ERRO[0447] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/location" env="CGO_ENABLED=1 GOPATH=/Users/fredlee/Documents/开发/go/workspace GOROOT=/usr/local/go CGO_CXXFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=. GOOS=darwin GOARCH=amd64 PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS CGO_CFLAGS_ALLOW=.*" error="exit status 2" func=RunCmdOptionalError name="install location" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

INFO[0447] installing full qt/scripttools
ERRO[0459] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/scripttools" env="CGO_LDFLAGS_ALLOW=. CGO_ENABLED=1 GOPATH=/Users/fredlee/Documents/开发/go/workspace GOROOT=/usr/local/go CGO_CXXFLAGS_ALLOW=. GOOS=darwin GOARCH=amd64 PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS CGO_CFLAGS_ALLOW=.*" error="exit status 2" func=RunCmdOptionalError name="install scripttools" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

INFO[0460] installing full qt/uitools
ERRO[0472] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/uitools" env="CGO_ENABLED=1 GOPATH=/Users/fredlee/Documents/开发/go/workspace GOROOT=/usr/local/go CGO_CXXFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=. GOOS=darwin GOARCH=amd64 PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS CGO_CFLAGS_ALLOW=.*" error="exit status 2" func=RunCmdOptionalError name="install uitools" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

INFO[0472] installing full qt/webengine
ERRO[0485] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/webengine" env="GOOS=darwin GOARCH=amd64 PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS CGO_CFLAGS_ALLOW=. CGO_ENABLED=1 GOPATH=/Users/fredlee/Documents/开发/go/workspace GOROOT=/usr/local/go CGO_CXXFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=.*" error="exit status 2" func=RunCmdOptionalError name="install webengine" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

INFO[0485] installing full qt/testlib
ERRO[0497] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/testlib" env="GOOS=darwin GOARCH=amd64 PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS CGO_CFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=. CGO_ENABLED=1 GOPATH=/Users/fredlee/Documents/开发/go/workspace GOROOT=/usr/local/go CGO_CXXFLAGS_ALLOW=.*" error="exit status 2" func=RunCmdOptionalError name="install testlib" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

INFO[0497] installing full qt/serialport
ERRO[0511] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/serialport" env="GOOS=darwin GOARCH=amd64 PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS CGO_CFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=. CGO_ENABLED=1 GOPATH=/Users/fredlee/Documents/开发/go/workspace GOROOT=/usr/local/go CGO_CXXFLAGS_ALLOW=.*" error="exit status 2" func=RunCmdOptionalError name="install serialport" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

INFO[0511] installing full qt/serialbus
ERRO[0525] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/serialbus" env="CGO_ENABLED=1 GOPATH=/Users/fredlee/Documents/开发/go/workspace GOROOT=/usr/local/go CGO_CXXFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=. GOOS=darwin GOARCH=amd64 PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS CGO_CFLAGS_ALLOW=.*" error="exit status 2" func=RunCmdOptionalError name="install serialbus" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

INFO[0525] installing full qt/printsupport
ERRO[0540] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/printsupport" env="CGO_CFLAGS_ALLOW=. GOOS=darwin GOARCH=amd64 PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS CGO_CXXFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=.* CGO_ENABLED=1 GOPATH=/Users/fredlee/Documents/开发/go/workspace GOROOT=/usr/local/go" error="exit status 2" func=RunCmdOptionalError name="install printsupport" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

INFO[0540] installing full qt/designer
ERRO[0554] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/designer" env="GOOS=darwin GOARCH=amd64 PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS CGO_CFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=. CGO_ENABLED=1 GOPATH=/Users/fredlee/Documents/开发/go/workspace GOROOT=/usr/local/go CGO_CXXFLAGS_ALLOW=.*" error="exit status 2" func=RunCmdOptionalError name="install designer" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

INFO[0554] installing full qt/scxml
ERRO[0567] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/scxml" env="CGO_LDFLAGS_ALLOW=. CGO_ENABLED=1 GOPATH=/Users/fredlee/Documents/开发/go/workspace GOROOT=/usr/local/go CGO_CXXFLAGS_ALLOW=. GOOS=darwin GOARCH=amd64 PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS CGO_CFLAGS_ALLOW=.*" error="exit status 2" func=RunCmdOptionalError name="install scxml" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

INFO[0567] installing full qt/gamepad
ERRO[0582] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/gamepad" env="CGO_CFLAGS_ALLOW=. GOOS=darwin GOARCH=amd64 PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS CGO_CXXFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=.* CGO_ENABLED=1 GOPATH=/Users/fredlee/Documents/开发/go/workspace GOROOT=/usr/local/go" error="exit status 2" func=RunCmdOptionalError name="install gamepad" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

INFO[0582] installing full qt/purchasing
ERRO[0596] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/purchasing" env="GOOS=darwin GOARCH=amd64 PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS CGO_CFLAGS_ALLOW=. CGO_ENABLED=1 GOPATH=/Users/fredlee/Documents/开发/go/workspace GOROOT=/usr/local/go CGO_CXXFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=.*" error="exit status 2" func=RunCmdOptionalError name="install purchasing" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

INFO[0596] installing full qt/datavisualization
ERRO[0610] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/datavisualization" env="GOOS=darwin GOARCH=amd64 PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS CGO_CFLAGS_ALLOW=. CGO_ENABLED=1 GOPATH=/Users/fredlee/Documents/开发/go/workspace GOROOT=/usr/local/go CGO_CXXFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=.*" error="exit status 2" func=RunCmdOptionalError name="install datavisualization" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

INFO[0610] installing full qt/charts
ERRO[0623] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/charts" env="GOROOT=/usr/local/go CGO_CXXFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=. CGO_ENABLED=1 GOPATH=/Users/fredlee/Documents/开发/go/workspace PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS CGO_CFLAGS_ALLOW=.* GOOS=darwin GOARCH=amd64" error="exit status 2" func=RunCmdOptionalError name="install charts" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

INFO[0623] installing full qt/speech
ERRO[0636] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/speech" env="GOOS=darwin GOARCH=amd64 PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS CGO_CFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=. CGO_ENABLED=1 GOPATH=/Users/fredlee/Documents/开发/go/workspace GOROOT=/usr/local/go CGO_CXXFLAGS_ALLOW=.*" error="exit status 2" func=RunCmdOptionalError name="install speech" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

INFO[0636] installing full qt/quickcontrols2
ERRO[0637] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/quickcontrols2" env="CGO_LDFLAGS_ALLOW=. CGO_ENABLED=1 GOPATH=/Users/fredlee/Documents/开发/go/workspace GOROOT=/usr/local/go CGO_CXXFLAGS_ALLOW=. GOOS=darwin GOARCH=amd64 PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS CGO_CFLAGS_ALLOW=.*" error="exit status 2" func=RunCmdOptionalError name="install quickcontrols2" github.com/therecipe/qt/quickcontrols2

github.com/therecipe/qt/quickcontrols2

quickcontrols2.cpp:9:10: fatal error: 'QByteArray' file not found

INFO[0637] installing full qt/sailfish
ERRO[0652] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/sailfish" env="GOOS=darwin GOARCH=amd64 PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS CGO_CFLAGS_ALLOW=. CGO_ENABLED=1 GOPATH=/Users/fredlee/Documents/开发/go/workspace GOROOT=/usr/local/go CGO_CXXFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=.*" error="exit status 2" func=RunCmdOptionalError name="install sailfish" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

INFO[0652] installing full qt/webview
ERRO[0653] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/webview" env="CGO_ENABLED=1 GOPATH=/Users/fredlee/Documents/开发/go/workspace GOROOT=/usr/local/go CGO_CXXFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=. GOOS=darwin GOARCH=amd64 PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS CGO_CFLAGS_ALLOW=.*" error="exit status 2" func=RunCmdOptionalError name="install webview" github.com/therecipe/qt/webview

github.com/therecipe/qt/webview

webview.cpp:9:10: fatal error: 'QtWebView' file not found

INFO[0653] installing full qt/remoteobjects
ERRO[0666] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/remoteobjects" env="GOROOT=/usr/local/go CGO_CXXFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=. CGO_ENABLED=1 GOPATH=/Users/fredlee/Documents/开发/go/workspace PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS CGO_CFLAGS_ALLOW=.* GOOS=darwin GOARCH=amd64" error="exit status 2" func=RunCmdOptionalError name="install remoteobjects" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

WARN[0666] failed to install:
WARN[0666] core
WARN[0666] androidextras
WARN[0666] gui
WARN[0666] network
WARN[0666] xml
WARN[0666] dbus
WARN[0666] nfc
WARN[0666] script
WARN[0666] sensors
WARN[0666] positioning
WARN[0666] widgets
WARN[0666] sql
WARN[0666] macextras
WARN[0666] qml
WARN[0666] websockets
WARN[0666] xmlpatterns
WARN[0666] bluetooth
WARN[0666] webchannel
WARN[0666] svg
WARN[0666] multimedia
WARN[0666] quick
WARN[0666] help
WARN[0666] location
WARN[0666] scripttools
WARN[0666] uitools
WARN[0666] webengine
WARN[0666] testlib
WARN[0666] serialport
WARN[0666] serialbus
WARN[0666] printsupport
WARN[0666] designer
WARN[0666] scxml
WARN[0666] gamepad
WARN[0666] purchasing
WARN[0666] datavisualization
WARN[0666] charts
WARN[0666] speech
WARN[0666] quickcontrols2
WARN[0666] sailfish
WARN[0666] webview
WARN[0666] remoteobjects
INFO[0666] running: 'qtsetup test darwin' [docker=false] [vagrant=false] INFO[0666] testing qml/application
ERRO[0668] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/internal/examples/qml/application.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/internal/examples/qml/application" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/internal/examples/qml/application.pro.

ERRO[0668] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/internal/examples/qml/application/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/internal/examples/qml/application/Mfile: no such file or directory" ERRO[0671] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/dbus.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/dbus" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/dbus.pro.

ERRO[0671] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/dbus/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/dbus/Mfile: no such file or directory" ERRO[0671] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/core.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/core" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/core.pro.

ERRO[0671] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/core/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/core/Mfile: no such file or directory" ERRO[0671] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/nfc.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/nfc" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/nfc.pro.

ERRO[0671] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/nfc/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/nfc/Mfile: no such file or directory" ERRO[0672] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/script.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/script" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/script.pro.

ERRO[0672] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/script/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/script/Mfile: no such file or directory" ERRO[0672] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/xml.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/xml" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/xml.pro.

ERRO[0672] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/xml/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/xml/Mfile: no such file or directory" ERRO[0672] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/webengine.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/webengine" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/webengine.pro.

ERRO[0672] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/webengine/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/webengine/Mfile: no such file or directory" ERRO[0672] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/positioning.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/positioning" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/positioning.pro.

ERRO[0672] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/positioning/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/positioning/Mfile: no such file or directory" ERRO[0672] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/gamepad.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/gamepad" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/gamepad.pro.

ERRO[0672] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/gamepad/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/gamepad/Mfile: no such file or directory" ERRO[0672] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/remoteobjects.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/remoteobjects" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/remoteobjects.pro.

ERRO[0672] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/serialbus.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/serialbus" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/serialbus.pro.

ERRO[0672] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/sql.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/sql" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/sql.pro.

ERRO[0672] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/remoteobjects/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/remoteobjects/Mfile: no such file or directory" ERRO[0672] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/sql/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/sql/Mfile: no such file or directory" ERRO[0672] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/gui.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/gui" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/gui.pro.

ERRO[0672] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/testlib.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/testlib" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/testlib.pro.

ERRO[0672] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/purchasing.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/purchasing" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/purchasing.pro.

ERRO[0672] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/gui/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/gui/Mfile: no such file or directory" ERRO[0672] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/purchasing/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/purchasing/Mfile: no such file or directory" ERRO[0672] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/testlib/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/testlib/Mfile: no such file or directory" ERRO[0672] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/serialbus/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/serialbus/Mfile: no such file or directory" ERRO[0672] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/printsupport.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/printsupport" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/printsupport.pro.

ERRO[0672] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/widgets.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/widgets" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/widgets.pro.

ERRO[0672] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/widgets/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/widgets/Mfile: no such file or directory" ERRO[0672] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/printsupport/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/printsupport/Mfile: no such file or directory" ERRO[0672] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/sensors.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/sensors" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/sensors.pro.

ERRO[0672] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/sensors/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/sensors/Mfile: no such file or directory" ERRO[0672] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/multimedia.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/multimedia" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/multimedia.pro.

ERRO[0672] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/websockets.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/websockets" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/websockets.pro.

ERRO[0672] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/websockets/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/websockets/Mfile: no such file or directory" ERRO[0672] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/multimedia/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/multimedia/Mfile: no such file or directory" ERRO[0672] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/serialport.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/serialport" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/serialport.pro.

ERRO[0672] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/serialport/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/serialport/Mfile: no such file or directory" ERRO[0672] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/qml.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/qml" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/qml.pro.

ERRO[0672] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/network.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/network" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/network.pro.

ERRO[0672] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/qml/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/qml/Mfile: no such file or directory" ERRO[0672] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/location.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/location" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/location.pro.

ERRO[0672] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/webview.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/webview" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/webview.pro.

ERRO[0672] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/webchannel.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/webchannel" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/webchannel.pro.

ERRO[0672] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/quick.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/quick" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/quick.pro.

ERRO[0672] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/scripttools.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/scripttools" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/scripttools.pro.

ERRO[0672] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/designer.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/designer" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/designer.pro.

ERRO[0672] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/network/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/network/Mfile: no such file or directory" ERRO[0672] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/bluetooth.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/bluetooth" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/bluetooth.pro.

ERRO[0672] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/scripttools/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/scripttools/Mfile: no such file or directory" ERRO[0672] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/designer/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/designer/Mfile: no such file or directory" ERRO[0672] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/location/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/location/Mfile: no such file or directory" ERRO[0672] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/xmlpatterns.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/xmlpatterns" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/xmlpatterns.pro.

ERRO[0672] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/webview/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/webview/Mfile: no such file or directory" ERRO[0672] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/scxml.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/scxml" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/scxml.pro.

ERRO[0672] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/webchannel/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/webchannel/Mfile: no such file or directory" ERRO[0672] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/quick/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/quick/Mfile: no such file or directory" ERRO[0672] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/datavisualization.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/datavisualization" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/datavisualization.pro.

ERRO[0672] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/charts.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/charts" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/charts.pro.

ERRO[0672] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/svg.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/svg" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/svg.pro.

ERRO[0672] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/bluetooth/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/bluetooth/Mfile: no such file or directory" ERRO[0672] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/xmlpatterns/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/xmlpatterns/Mfile: no such file or directory" ERRO[0672] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/charts/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/charts/Mfile: no such file or directory" ERRO[0672] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/scxml/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/scxml/Mfile: no such file or directory" ERRO[0672] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/datavisualization/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/datavisualization/Mfile: no such file or directory" ERRO[0672] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/svg/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/svg/Mfile: no such file or directory" ERRO[0672] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/uitools.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/uitools" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/uitools.pro.

ERRO[0672] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/uitools/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/uitools/Mfile: no such file or directory" ERRO[0672] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/macextras.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/macextras" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/macextras.pro.

ERRO[0672] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/macextras/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/macextras/Mfile: no such file or directory" ERRO[0672] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/speech.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/speech" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/speech.pro.

ERRO[0672] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/speech/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/speech/Mfile: no such file or directory" ERRO[0672] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/quickcontrols2.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/quickcontrols2" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/quickcontrols2.pro.

ERRO[0672] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/help.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/help" env= error="exit status 2" func=RunCmdOptional name="run qmake for darwin on darwin" Cannot find file: /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/help.pro.

ERRO[0672] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/quickcontrols2/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/quickcontrols2/Mfile: no such file or directory" ERRO[0672] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/help/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/help/Mfile: no such file or directory" ERRO[0674] failed to run command cmd="go build -p 4 -v -ldflags=all=\"-w\" \"-r=/usr/local/opt/qt/lib\" -o /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/internal/examples/qml/application/deploy/darwin/application.app/Contents/MacOS/application -tags=\"minimal\"" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/internal/examples/qml/application" env="PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS GOPATH=/Users/fredlee/Documents/开发/go/workspace CGO_CXXFLAGS_ALLOW=. GOOS=darwin CGO_ENABLED=1 CGO_CFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=.* GOARCH=amd64 GOROOT=/usr/local/go" error="exit status 2" func=RunCmd name="build for darwin on darwin" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core-minimal.cpp:9:10: fatal error: 'QByteArray' file not found

therecipe commented 6 years ago

Hey

Should be fixed with: https://github.com/therecipe/qt/commit/e929d5dd531b8e052be0330772c1c2027dc2e31e

orange-jacky commented 6 years ago

it still failed.

macbookpro:pg_stat fredlee$ pwd /usr/local/var/postgres/pg_stat macbookpro:pg_stat fredlee$ go get -u -v github.com/therecipe/qt/cmd/... github.com/therecipe/qt (download) github.com/sirupsen/logrus (download) Fetching https://golang.org/x/crypto/ssh/terminal?go-get=1 Parsing meta tags from https://golang.org/x/crypto/ssh/terminal?go-get=1 (status code 200) get "golang.org/x/crypto/ssh/terminal": found meta tag get.metaImport{Prefix:"golang.org/x/crypto", VCS:"git", RepoRoot:"https://go.googlesource.com/crypto"} at https://golang.org/x/crypto/ssh/terminal?go-get=1 get "golang.org/x/crypto/ssh/terminal": verifying non-authoritative meta tag Fetching https://golang.org/x/crypto?go-get=1 Parsing meta tags from https://golang.org/x/crypto?go-get=1 (status code 200) golang.org/x/crypto (download) Fetching https://golang.org/x/sys/unix?go-get=1 Parsing meta tags from https://golang.org/x/sys/unix?go-get=1 (status code 200) get "golang.org/x/sys/unix": found meta tag get.metaImport{Prefix:"golang.org/x/sys", VCS:"git", RepoRoot:"https://go.googlesource.com/sys"} at https://golang.org/x/sys/unix?go-get=1 get "golang.org/x/sys/unix": verifying non-authoritative meta tag Fetching https://golang.org/x/sys?go-get=1 Parsing meta tags from https://golang.org/x/sys?go-get=1 (status code 200) golang.org/x/sys (download) Fetching https://golang.org/x/tools/imports?go-get=1 Parsing meta tags from https://golang.org/x/tools/imports?go-get=1 (status code 200) get "golang.org/x/tools/imports": found meta tag get.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/imports?go-get=1 get "golang.org/x/tools/imports": verifying non-authoritative meta tag Fetching https://golang.org/x/tools?go-get=1 Parsing meta tags from https://golang.org/x/tools?go-get=1 (status code 200) golang.org/x/tools (download) Fetching https://golang.org/x/tools/go/ast/astutil?go-get=1 Parsing meta tags from https://golang.org/x/tools/go/ast/astutil?go-get=1 (status code 200) get "golang.org/x/tools/go/ast/astutil": found meta tag get.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/go/ast/astutil?go-get=1 get "golang.org/x/tools/go/ast/astutil": verifying non-authoritative meta tag Fetching https://golang.org/x/tools/internal/fastwalk?go-get=1 Parsing meta tags from https://golang.org/x/tools/internal/fastwalk?go-get=1 (status code 200) get "golang.org/x/tools/internal/fastwalk": found meta tag get.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/internal/fastwalk?go-get=1 get "golang.org/x/tools/internal/fastwalk": verifying non-authoritative meta tag Fetching https://golang.org/x/crypto/ssh?go-get=1 Parsing meta tags from https://golang.org/x/crypto/ssh?go-get=1 (status code 200) get "golang.org/x/crypto/ssh": found meta tag get.metaImport{Prefix:"golang.org/x/crypto", VCS:"git", RepoRoot:"https://go.googlesource.com/crypto"} at https://golang.org/x/crypto/ssh?go-get=1 get "golang.org/x/crypto/ssh": verifying non-authoritative meta tag Fetching https://golang.org/x/crypto/curve25519?go-get=1 Parsing meta tags from https://golang.org/x/crypto/curve25519?go-get=1 (status code 200) get "golang.org/x/crypto/curve25519": found meta tag get.metaImport{Prefix:"golang.org/x/crypto", VCS:"git", RepoRoot:"https://go.googlesource.com/crypto"} at https://golang.org/x/crypto/curve25519?go-get=1 get "golang.org/x/crypto/curve25519": verifying non-authoritative meta tag Fetching https://golang.org/x/crypto/ed25519?go-get=1 Parsing meta tags from https://golang.org/x/crypto/ed25519?go-get=1 (status code 200) get "golang.org/x/crypto/ed25519": found meta tag get.metaImport{Prefix:"golang.org/x/crypto", VCS:"git", RepoRoot:"https://go.googlesource.com/crypto"} at https://golang.org/x/crypto/ed25519?go-get=1 get "golang.org/x/crypto/ed25519": verifying non-authoritative meta tag Fetching https://golang.org/x/crypto/ed25519/internal/edwards25519?go-get=1 Parsing meta tags from https://golang.org/x/crypto/ed25519/internal/edwards25519?go-get=1 (status code 200) get "golang.org/x/crypto/ed25519/internal/edwards25519": found meta tag get.metaImport{Prefix:"golang.org/x/crypto", VCS:"git", RepoRoot:"https://go.googlesource.com/crypto"} at https://golang.org/x/crypto/ed25519/internal/edwards25519?go-get=1 get "golang.org/x/crypto/ed25519/internal/edwards25519": verifying non-authoritative meta tag Fetching https://golang.org/x/crypto/internal/chacha20?go-get=1 Parsing meta tags from https://golang.org/x/crypto/internal/chacha20?go-get=1 (status code 200) get "golang.org/x/crypto/internal/chacha20": found meta tag get.metaImport{Prefix:"golang.org/x/crypto", VCS:"git", RepoRoot:"https://go.googlesource.com/crypto"} at https://golang.org/x/crypto/internal/chacha20?go-get=1 get "golang.org/x/crypto/internal/chacha20": verifying non-authoritative meta tag Fetching https://golang.org/x/crypto/poly1305?go-get=1 Parsing meta tags from https://golang.org/x/crypto/poly1305?go-get=1 (status code 200) get "golang.org/x/crypto/poly1305": found meta tag get.metaImport{Prefix:"golang.org/x/crypto", VCS:"git", RepoRoot:"https://go.googlesource.com/crypto"} at https://golang.org/x/crypto/poly1305?go-get=1 get "golang.org/x/crypto/poly1305": verifying non-authoritative meta tag macbookpro:pg_stat fredlee$ macbookpro:pg_stat fredlee$ $GOPATH/bin/qtsetup INFO[0000] running: 'qtsetup prep'
INFO[0000] successfully created qtrcc symlink in your PATH (/usr/local/bin/qtrcc) INFO[0000] successfully created qtmoc symlink in your PATH (/usr/local/bin/qtmoc) INFO[0000] successfully created qtminimal symlink in your PATH (/usr/local/bin/qtminimal) INFO[0000] successfully created qtdeploy symlink in your PATH (/usr/local/bin/qtdeploy) INFO[0000] running: 'qtsetup check darwin' [docker=false] [vagrant=false] INFO[0000] GOOS: 'darwin'
INFO[0000] GOARCH: 'amd64'
INFO[0000] GOVERSION: 'go1.10'
INFO[0000] GOROOT: '/usr/local/go' INFO[0000] GOPATH: '/Users/fredlee/Documents/开发/go/workspace' INFO[0000] GOBIN: '/Users/fredlee/Documents/开发/go/workspace/bin' INFO[0000] QT_HASH: 'e929d5dd531b8e052be0330772c1c2027dc2e31e' INFO[0000] QT_VERSION: '5.10.1'
INFO[0000] QT_VERSION_MAJOR: '5.10.1'
INFO[0000] QT_DIR:
'/usr/local/opt/qt' INFO[0000] QT_STUB: 'false'
INFO[0000] QT_DEBUG: 'false'
INFO[0000] QT_QMAKE_DIR: '/usr/local/opt/qt/bin' INFO[0000] QT_WEBKIT: 'false'
INFO[0000] QT_HOMEBREW:
'true'
INFO[0000] XCODE_DIR: '/Applications/Xcode.app' INFO[0000] running: 'qtsetup generate darwin' [docker=false] [vagrant=false] INFO[0007] generating full qt/core
ERRO[0014] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../core.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/core" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin" Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/core/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/core/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/core/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/core/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/core/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/core/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/core/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/core/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/core/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/core/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/core/.qmake.stash Project ERROR: failed to parse default search paths from compiler output

ERRO[0014] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/core/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/core/Mfile: no such file or directory" INFO[0014] generating full qt/androidextras
INFO[0014] generating full qt/gui
ERRO[0045] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../gui.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/gui" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin" Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/gui/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/gui/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/gui/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/gui/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/gui/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/gui/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/gui/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/gui/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/gui/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/gui/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/gui/.qmake.stash Project ERROR: failed to parse default search paths from compiler output

ERRO[0045] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/gui/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/gui/Mfile: no such file or directory" INFO[0045] generating full qt/network
ERRO[0049] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../network.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/network" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin" Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/network/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/network/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/network/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/network/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/network/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/network/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/network/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/network/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/network/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/network/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/network/.qmake.stash Project ERROR: failed to parse default search paths from compiler output

ERRO[0049] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/network/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/network/Mfile: no such file or directory" INFO[0049] generating full qt/xml
ERRO[0050] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../xml.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/xml" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin" Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/xml/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/xml/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/xml/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/xml/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/xml/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/xml/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/xml/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/xml/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/xml/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/xml/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/xml/.qmake.stash Project ERROR: failed to parse default search paths from compiler output

ERRO[0050] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/xml/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/xml/Mfile: no such file or directory" INFO[0050] generating full qt/dbus
ERRO[0051] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../dbus.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/dbus" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin" Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/dbus/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/dbus/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/dbus/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/dbus/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/dbus/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/dbus/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/dbus/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/dbus/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/dbus/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/dbus/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/dbus/.qmake.stash Project ERROR: failed to parse default search paths from compiler output

ERRO[0051] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/dbus/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/dbus/Mfile: no such file or directory" INFO[0051] generating full qt/nfc
ERRO[0052] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../nfc.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/nfc" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin" Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/nfc/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/nfc/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/nfc/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/nfc/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/nfc/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/nfc/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/nfc/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/nfc/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/nfc/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/nfc/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/nfc/.qmake.stash Project ERROR: failed to parse default search paths from compiler output

ERRO[0052] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/nfc/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/nfc/Mfile: no such file or directory" INFO[0052] generating full qt/script
ERRO[0053] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../script.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/script" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin" Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/script/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/script/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/script/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/script/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/script/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/script/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/script/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/script/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/script/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/script/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/script/.qmake.stash Project ERROR: failed to parse default search paths from compiler output

ERRO[0053] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/script/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/script/Mfile: no such file or directory" INFO[0053] generating full qt/sensors
ERRO[0056] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../sensors.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/sensors" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin" Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/sensors/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/sensors/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/sensors/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/sensors/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/sensors/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/sensors/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/sensors/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/sensors/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/sensors/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/sensors/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/sensors/.qmake.stash Project ERROR: failed to parse default search paths from compiler output

ERRO[0056] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/sensors/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/sensors/Mfile: no such file or directory" INFO[0056] generating full qt/positioning
ERRO[0058] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../positioning.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/positioning" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin" Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/positioning/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/positioning/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/positioning/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/positioning/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/positioning/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/positioning/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/positioning/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/positioning/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/positioning/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/positioning/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/positioning/.qmake.stash Project ERROR: failed to parse default search paths from compiler output

ERRO[0058] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/positioning/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/positioning/Mfile: no such file or directory" INFO[0058] generating full qt/widgets
ERRO[0084] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../widgets.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/widgets" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin" Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/widgets/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/widgets/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/widgets/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/widgets/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/widgets/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/widgets/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/widgets/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/widgets/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/widgets/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/widgets/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/widgets/.qmake.stash Project ERROR: failed to parse default search paths from compiler output

ERRO[0085] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/widgets/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/widgets/Mfile: no such file or directory" INFO[0085] generating full qt/sql
ERRO[0086] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../sql.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/sql" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin" Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/sql/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/sql/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/sql/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/sql/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/sql/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/sql/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/sql/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/sql/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/sql/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/sql/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/sql/.qmake.stash Project ERROR: failed to parse default search paths from compiler output

ERRO[0086] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/sql/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/sql/Mfile: no such file or directory" INFO[0086] generating full qt/macextras
ERRO[0086] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../macextras.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/macextras" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin" Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/macextras/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/macextras/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/macextras/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/macextras/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/macextras/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/macextras/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/macextras/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/macextras/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/macextras/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/macextras/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/macextras/.qmake.stash Project ERROR: failed to parse default search paths from compiler output

ERRO[0087] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/macextras/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/macextras/Mfile: no such file or directory" INFO[0087] generating full qt/qml
ERRO[0088] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../qml.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/qml" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin" Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/qml/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/qml/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/qml/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/qml/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/qml/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/qml/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/qml/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/qml/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/qml/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/qml/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/qml/.qmake.stash Project ERROR: failed to parse default search paths from compiler output

ERRO[0088] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/qml/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/qml/Mfile: no such file or directory" INFO[0088] generating full qt/websockets
ERRO[0088] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../websockets.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/websockets" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin" Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/websockets/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/websockets/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/websockets/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/websockets/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/websockets/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/websockets/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/websockets/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/websockets/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/websockets/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/websockets/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/websockets/.qmake.stash Project ERROR: failed to parse default search paths from compiler output

ERRO[0088] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/websockets/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/websockets/Mfile: no such file or directory" INFO[0088] generating full qt/xmlpatterns
ERRO[0089] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../xmlpatterns.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/xmlpatterns" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin" Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/xmlpatterns/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/xmlpatterns/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/xmlpatterns/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/xmlpatterns/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/xmlpatterns/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/xmlpatterns/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/xmlpatterns/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/xmlpatterns/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/xmlpatterns/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/xmlpatterns/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/xmlpatterns/.qmake.stash Project ERROR: failed to parse default search paths from compiler output

ERRO[0089] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/xmlpatterns/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/xmlpatterns/Mfile: no such file or directory" INFO[0089] generating full qt/bluetooth
ERRO[0091] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../bluetooth.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/bluetooth" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin" Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/bluetooth/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/bluetooth/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/bluetooth/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/bluetooth/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/bluetooth/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/bluetooth/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/bluetooth/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/bluetooth/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/bluetooth/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/bluetooth/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/bluetooth/.qmake.stash Project ERROR: failed to parse default search paths from compiler output

ERRO[0091] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/bluetooth/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/bluetooth/Mfile: no such file or directory" INFO[0091] generating full qt/webchannel
ERRO[0091] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../webchannel.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/webchannel" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin" Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/webchannel/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/webchannel/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/webchannel/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/webchannel/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/webchannel/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/webchannel/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/webchannel/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/webchannel/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/webchannel/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/webchannel/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/webchannel/.qmake.stash Project ERROR: failed to parse default search paths from compiler output

ERRO[0091] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/webchannel/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/webchannel/Mfile: no such file or directory" INFO[0091] generating full qt/svg
ERRO[0093] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../svg.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/svg" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin" Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/svg/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/svg/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/svg/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/svg/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/svg/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/svg/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/svg/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/svg/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/svg/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/svg/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/svg/.qmake.stash Project ERROR: failed to parse default search paths from compiler output

ERRO[0093] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/svg/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/svg/Mfile: no such file or directory" INFO[0093] generating full qt/multimedia
ERRO[0101] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../multimedia.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/multimedia" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin" Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/multimedia/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/multimedia/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/multimedia/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/multimedia/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/multimedia/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/multimedia/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/multimedia/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/multimedia/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/multimedia/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/multimedia/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/multimedia/.qmake.stash Project ERROR: failed to parse default search paths from compiler output

ERRO[0101] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/multimedia/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/multimedia/Mfile: no such file or directory" INFO[0101] generating full qt/quick
ERRO[0103] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../quick.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/quick" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin" Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/quick/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/quick/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/quick/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/quick/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/quick/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/quick/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/quick/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/quick/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/quick/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/quick/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/quick/.qmake.stash Project ERROR: failed to parse default search paths from compiler output

ERRO[0103] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/quick/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/quick/Mfile: no such file or directory" INFO[0103] generating full qt/help
ERRO[0106] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../help.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/help" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin" Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/help/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/help/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/help/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/help/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/help/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/help/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/help/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/help/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/help/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/help/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/help/.qmake.stash Project ERROR: failed to parse default search paths from compiler output

ERRO[0106] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/help/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/help/Mfile: no such file or directory" INFO[0106] generating full qt/location
ERRO[0107] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../location.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/location" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin" Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/location/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/location/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/location/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/location/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/location/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/location/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/location/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/location/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/location/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/location/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/location/.qmake.stash Project ERROR: failed to parse default search paths from compiler output

ERRO[0107] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/location/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/location/Mfile: no such file or directory" INFO[0107] generating full qt/scripttools
ERRO[0108] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../scripttools.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/scripttools" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin" Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/scripttools/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/scripttools/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/scripttools/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/scripttools/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/scripttools/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/scripttools/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/scripttools/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/scripttools/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/scripttools/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/scripttools/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/scripttools/.qmake.stash Project ERROR: failed to parse default search paths from compiler output

ERRO[0108] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/scripttools/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/scripttools/Mfile: no such file or directory" INFO[0108] generating full qt/uitools
ERRO[0108] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../uitools.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/uitools" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin" Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/uitools/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/uitools/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/uitools/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/uitools/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/uitools/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/uitools/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/uitools/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/uitools/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/uitools/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/uitools/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/uitools/.qmake.stash Project ERROR: failed to parse default search paths from compiler output

ERRO[0108] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/uitools/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/uitools/Mfile: no such file or directory" INFO[0108] generating full qt/webengine
ERRO[0110] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../webengine.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/webengine" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin" Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/webengine/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/webengine/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/webengine/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/webengine/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/webengine/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/webengine/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/webengine/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/webengine/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/webengine/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/webengine/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/webengine/.qmake.stash Project ERROR: failed to parse default search paths from compiler output

ERRO[0110] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/webengine/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/webengine/Mfile: no such file or directory" INFO[0110] generating full qt/testlib
ERRO[0111] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../testlib.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/testlib" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin" Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/testlib/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/testlib/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/testlib/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/testlib/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/testlib/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/testlib/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/testlib/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/testlib/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/testlib/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/testlib/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/testlib/.qmake.stash Project ERROR: failed to parse default search paths from compiler output

ERRO[0111] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/testlib/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/testlib/Mfile: no such file or directory" INFO[0111] generating full qt/serialport
ERRO[0112] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../serialport.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/serialport" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin" Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/serialport/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/serialport/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/serialport/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/serialport/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/serialport/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/serialport/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/serialport/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/serialport/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/serialport/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/serialport/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/serialport/.qmake.stash Project ERROR: failed to parse default search paths from compiler output

ERRO[0112] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/serialport/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/serialport/Mfile: no such file or directory" INFO[0112] generating full qt/serialbus
ERRO[0113] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../serialbus.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/serialbus" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin" Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/serialbus/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/serialbus/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/serialbus/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/serialbus/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/serialbus/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/serialbus/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/serialbus/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/serialbus/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/serialbus/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/serialbus/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/serialbus/.qmake.stash Project ERROR: failed to parse default search paths from compiler output

ERRO[0113] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/serialbus/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/serialbus/Mfile: no such file or directory" INFO[0113] generating full qt/printsupport
ERRO[0115] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../printsupport.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/printsupport" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin" Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/printsupport/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/printsupport/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/printsupport/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/printsupport/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/printsupport/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/printsupport/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/printsupport/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/printsupport/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/printsupport/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/printsupport/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/printsupport/.qmake.stash Project ERROR: failed to parse default search paths from compiler output

ERRO[0115] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/printsupport/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/printsupport/Mfile: no such file or directory" INFO[0115] generating full qt/designer
ERRO[0119] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../designer.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/designer" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin" Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/designer/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/designer/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/designer/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/designer/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/designer/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/designer/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/designer/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/designer/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/designer/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/designer/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/designer/.qmake.stash Project ERROR: failed to parse default search paths from compiler output

ERRO[0119] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/designer/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/designer/Mfile: no such file or directory" INFO[0119] generating full qt/scxml
ERRO[0121] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../scxml.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/scxml" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin" Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/scxml/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/scxml/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/scxml/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/scxml/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/scxml/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/scxml/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/scxml/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/scxml/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/scxml/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/scxml/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/scxml/.qmake.stash Project ERROR: failed to parse default search paths from compiler output

ERRO[0121] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/scxml/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/scxml/Mfile: no such file or directory" INFO[0121] generating full qt/gamepad
ERRO[0122] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../gamepad.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/gamepad" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin" Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/gamepad/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/gamepad/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/gamepad/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/gamepad/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/gamepad/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/gamepad/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/gamepad/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/gamepad/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/gamepad/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/gamepad/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/gamepad/.qmake.stash Project ERROR: failed to parse default search paths from compiler output

ERRO[0122] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/gamepad/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/gamepad/Mfile: no such file or directory" INFO[0122] generating full qt/purchasing
ERRO[0123] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../purchasing.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/purchasing" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin" Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/purchasing/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/purchasing/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/purchasing/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/purchasing/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/purchasing/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/purchasing/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/purchasing/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/purchasing/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/purchasing/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/purchasing/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/purchasing/.qmake.stash Project ERROR: failed to parse default search paths from compiler output

ERRO[0123] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/purchasing/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/purchasing/Mfile: no such file or directory" INFO[0123] generating full qt/datavisualization
ERRO[0127] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../datavisualization.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/datavisualization" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin" Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/datavisualization/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/datavisualization/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/datavisualization/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/datavisualization/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/datavisualization/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/datavisualization/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/datavisualization/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/datavisualization/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/datavisualization/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/datavisualization/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/datavisualization/.qmake.stash Project ERROR: failed to parse default search paths from compiler output

ERRO[0127] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/datavisualization/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/datavisualization/Mfile: no such file or directory" INFO[0127] generating full qt/charts
ERRO[0133] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../charts.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/charts" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin" Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/charts/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/charts/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/charts/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/charts/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/charts/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/charts/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/charts/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/charts/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/charts/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/charts/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/charts/.qmake.stash Project ERROR: failed to parse default search paths from compiler output

ERRO[0133] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/charts/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/charts/Mfile: no such file or directory" INFO[0133] generating full qt/speech
ERRO[0133] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../speech.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/speech" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin" Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/speech/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/speech/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/speech/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/speech/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/speech/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/speech/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/speech/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/speech/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/speech/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/speech/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/speech/.qmake.stash Project ERROR: failed to parse default search paths from compiler output

ERRO[0133] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/speech/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/speech/Mfile: no such file or directory" INFO[0133] generating full qt/quickcontrols2
ERRO[0133] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../quickcontrols2.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/quickcontrols2" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin" Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/quickcontrols2/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/quickcontrols2/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/quickcontrols2/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/quickcontrols2/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/quickcontrols2/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/quickcontrols2/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/quickcontrols2/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/quickcontrols2/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/quickcontrols2/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/quickcontrols2/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/quickcontrols2/.qmake.stash Project ERROR: failed to parse default search paths from compiler output

ERRO[0133] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/quickcontrols2/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/quickcontrols2/Mfile: no such file or directory" INFO[0133] generating full qt/sailfish
INFO[0133] generating full qt/webview
ERRO[0134] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../webview.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/webview" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin" Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/webview/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/webview/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/webview/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/webview/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/webview/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/webview/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/webview/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/webview/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/webview/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/webview/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/webview/.qmake.stash Project ERROR: failed to parse default search paths from compiler output

ERRO[0134] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/webview/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/webview/Mfile: no such file or directory" INFO[0134] generating full qt/remoteobjects
ERRO[0135] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../remoteobjects.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/remoteobjects" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin" Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/remoteobjects/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/remoteobjects/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/remoteobjects/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/remoteobjects/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/remoteobjects/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/remoteobjects/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/remoteobjects/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/remoteobjects/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/remoteobjects/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/remoteobjects/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/remoteobjects/.qmake.stash Project ERROR: failed to parse default search paths from compiler output

ERRO[0135] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/remoteobjects/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/remoteobjects/Mfile: no such file or directory" INFO[0135] running: 'qtsetup install darwin' [docker=false] [vagrant=false] INFO[0135] installing full qt/core
ERRO[0153] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/core" env="PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS CGO_CXXFLAGS_ALLOW=. GOOS=darwin GOARCH=amd64 CGO_ENABLED=1 GOPATH=/Users/fredlee/Documents/开发/go/workspace GOROOT=/usr/local/go CGO_CFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=.*" error="exit status 2" func=RunCmdOptionalError name="install core" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

INFO[0153] installing full qt/androidextras
ERRO[0167] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/androidextras" env="PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS CGO_CXXFLAGS_ALLOW=. CGO_CFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=.* GOOS=darwin GOARCH=amd64 CGO_ENABLED=1 GOPATH=/Users/fredlee/Documents/开发/go/workspace GOROOT=/usr/local/go" error="exit status 2" func=RunCmdOptionalError name="install androidextras" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

INFO[0167] installing full qt/gui
ERRO[0179] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/gui" env="PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS CGO_CXXFLAGS_ALLOW=. CGO_ENABLED=1 GOPATH=/Users/fredlee/Documents/开发/go/workspace GOROOT=/usr/local/go CGO_CFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=.* GOOS=darwin GOARCH=amd64" error="exit status 2" func=RunCmdOptionalError name="install gui" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

INFO[0179] installing full qt/network
ERRO[0191] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/network" env="PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS CGO_CXXFLAGS_ALLOW=. GOROOT=/usr/local/go CGO_CFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=.* GOOS=darwin GOARCH=amd64 CGO_ENABLED=1 GOPATH=/Users/fredlee/Documents/开发/go/workspace" error="exit status 2" func=RunCmdOptionalError name="install network" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

INFO[0191] installing full qt/xml
ERRO[0204] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/xml" env="PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS CGO_CXXFLAGS_ALLOW=. CGO_ENABLED=1 GOPATH=/Users/fredlee/Documents/开发/go/workspace GOROOT=/usr/local/go CGO_CFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=.* GOOS=darwin GOARCH=amd64" error="exit status 2" func=RunCmdOptionalError name="install xml" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

INFO[0204] installing full qt/dbus
ERRO[0215] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/dbus" env="CGO_ENABLED=1 GOPATH=/Users/fredlee/Documents/开发/go/workspace GOROOT=/usr/local/go CGO_CFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=. GOOS=darwin GOARCH=amd64 PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS CGO_CXXFLAGS_ALLOW=.*" error="exit status 2" func=RunCmdOptionalError name="install dbus" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

INFO[0215] installing full qt/nfc
ERRO[0229] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/nfc" env="GOOS=darwin GOARCH=amd64 CGO_ENABLED=1 GOPATH=/Users/fredlee/Documents/开发/go/workspace GOROOT=/usr/local/go CGO_CFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=. PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS CGO_CXXFLAGS_ALLOW=.*" error="exit status 2" func=RunCmdOptionalError name="install nfc" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

INFO[0229] installing full qt/script
ERRO[0240] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/script" env="GOARCH=amd64 CGO_ENABLED=1 GOPATH=/Users/fredlee/Documents/开发/go/workspace GOROOT=/usr/local/go CGO_CFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=. GOOS=darwin CGO_CXXFLAGS_ALLOW=.* PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS" error="exit status 2" func=RunCmdOptionalError name="install script" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

INFO[0240] installing full qt/sensors
ERRO[0250] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/sensors" env="CGO_CXXFLAGS_ALLOW=. PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS GOARCH=amd64 CGO_ENABLED=1 GOPATH=/Users/fredlee/Documents/开发/go/workspace GOROOT=/usr/local/go CGO_CFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=.* GOOS=darwin" error="exit status 2" func=RunCmdOptionalError name="install sensors" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

INFO[0250] installing full qt/positioning
ERRO[0261] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/positioning" env="GOROOT=/usr/local/go CGO_CFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=. GOOS=darwin GOARCH=amd64 CGO_ENABLED=1 GOPATH=/Users/fredlee/Documents/开发/go/workspace PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS CGO_CXXFLAGS_ALLOW=.*" error="exit status 2" func=RunCmdOptionalError name="install positioning" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

INFO[0261] installing full qt/widgets
ERRO[0272] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/widgets" env="GOROOT=/usr/local/go CGO_CFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=. GOOS=darwin GOARCH=amd64 CGO_ENABLED=1 GOPATH=/Users/fredlee/Documents/开发/go/workspace PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS CGO_CXXFLAGS_ALLOW=.*" error="exit status 2" func=RunCmdOptionalError name="install widgets" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

INFO[0272] installing full qt/sql
ERRO[0288] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/sql" env="GOPATH=/Users/fredlee/Documents/开发/go/workspace GOROOT=/usr/local/go CGO_CFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=. GOOS=darwin GOARCH=amd64 CGO_ENABLED=1 PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS CGO_CXXFLAGS_ALLOW=.*" error="exit status 2" func=RunCmdOptionalError name="install sql" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

INFO[0288] installing full qt/macextras
ERRO[0300] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/macextras" env="PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS CGO_CXXFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=. GOOS=darwin GOARCH=amd64 CGO_ENABLED=1 GOPATH=/Users/fredlee/Documents/开发/go/workspace GOROOT=/usr/local/go CGO_CFLAGS_ALLOW=.*" error="exit status 2" func=RunCmdOptionalError name="install macextras" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

INFO[0300] installing full qt/qml
ERRO[0312] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/qml" env="CGO_CFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=. GOOS=darwin GOARCH=amd64 CGO_ENABLED=1 GOPATH=/Users/fredlee/Documents/开发/go/workspace GOROOT=/usr/local/go PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS CGO_CXXFLAGS_ALLOW=.*" error="exit status 2" func=RunCmdOptionalError name="install qml" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

INFO[0312] installing full qt/websockets
ERRO[0325] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/websockets" env="GOOS=darwin GOARCH=amd64 CGO_ENABLED=1 GOPATH=/Users/fredlee/Documents/开发/go/workspace GOROOT=/usr/local/go CGO_CFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=. PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS CGO_CXXFLAGS_ALLOW=.*" error="exit status 2" func=RunCmdOptionalError name="install websockets" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

INFO[0325] installing full qt/xmlpatterns
ERRO[0337] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/xmlpatterns" env="CGO_CXXFLAGS_ALLOW=. PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS GOARCH=amd64 CGO_ENABLED=1 GOPATH=/Users/fredlee/Documents/开发/go/workspace GOROOT=/usr/local/go CGO_CFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=.* GOOS=darwin" error="exit status 2" func=RunCmdOptionalError name="install xmlpatterns" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

INFO[0337] installing full qt/bluetooth
ERRO[0353] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/bluetooth" env="GOPATH=/Users/fredlee/Documents/开发/go/workspace GOROOT=/usr/local/go CGO_CFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=. GOOS=darwin GOARCH=amd64 CGO_ENABLED=1 PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS CGO_CXXFLAGS_ALLOW=.*" error="exit status 2" func=RunCmdOptionalError name="install bluetooth" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

INFO[0353] installing full qt/webchannel
ERRO[0368] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/webchannel" env="PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS CGO_CXXFLAGS_ALLOW=. CGO_CFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=.* GOOS=darwin GOARCH=amd64 CGO_ENABLED=1 GOPATH=/Users/fredlee/Documents/开发/go/workspace GOROOT=/usr/local/go" error="exit status 2" func=RunCmdOptionalError name="install webchannel" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

INFO[0368] installing full qt/svg
ERRO[0380] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/svg" env="GOROOT=/usr/local/go CGO_CFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=. GOOS=darwin GOARCH=amd64 CGO_ENABLED=1 GOPATH=/Users/fredlee/Documents/开发/go/workspace PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS CGO_CXXFLAGS_ALLOW=.*" error="exit status 2" func=RunCmdOptionalError name="install svg" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

INFO[0380] installing full qt/multimedia
ERRO[0392] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/multimedia" env="GOROOT=/usr/local/go CGO_CFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=. GOOS=darwin GOARCH=amd64 CGO_ENABLED=1 GOPATH=/Users/fredlee/Documents/开发/go/workspace PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS CGO_CXXFLAGS_ALLOW=.*" error="exit status 2" func=RunCmdOptionalError name="install multimedia" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

INFO[0392] installing full qt/quick
ERRO[0406] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/quick" env="PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS CGO_CXXFLAGS_ALLOW=. GOOS=darwin GOARCH=amd64 CGO_ENABLED=1 GOPATH=/Users/fredlee/Documents/开发/go/workspace GOROOT=/usr/local/go CGO_CFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=.*" error="exit status 2" func=RunCmdOptionalError name="install quick" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

INFO[0406] installing full qt/help
ERRO[0417] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/help" env="PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS CGO_CXXFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=. GOOS=darwin GOARCH=amd64 CGO_ENABLED=1 GOPATH=/Users/fredlee/Documents/开发/go/workspace GOROOT=/usr/local/go CGO_CFLAGS_ALLOW=.*" error="exit status 2" func=RunCmdOptionalError name="install help" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

INFO[0417] installing full qt/location
ERRO[0429] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/location" env="PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS CGO_CXXFLAGS_ALLOW=. CGO_ENABLED=1 GOPATH=/Users/fredlee/Documents/开发/go/workspace GOROOT=/usr/local/go CGO_CFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=.* GOOS=darwin GOARCH=amd64" error="exit status 2" func=RunCmdOptionalError name="install location" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

INFO[0429] installing full qt/scripttools
ERRO[0440] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/scripttools" env="PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS CGO_CXXFLAGS_ALLOW=. GOOS=darwin GOARCH=amd64 CGO_ENABLED=1 GOPATH=/Users/fredlee/Documents/开发/go/workspace GOROOT=/usr/local/go CGO_CFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=.*" error="exit status 2" func=RunCmdOptionalError name="install scripttools" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

INFO[0440] installing full qt/uitools
ERRO[0452] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/uitools" env="CGO_LDFLAGS_ALLOW=. GOOS=darwin GOARCH=amd64 CGO_ENABLED=1 GOPATH=/Users/fredlee/Documents/开发/go/workspace GOROOT=/usr/local/go CGO_CFLAGS_ALLOW=. PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS CGO_CXXFLAGS_ALLOW=.*" error="exit status 2" func=RunCmdOptionalError name="install uitools" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

INFO[0452] installing full qt/webengine
ERRO[0464] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/webengine" env="GOROOT=/usr/local/go CGO_CFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=. GOOS=darwin GOARCH=amd64 CGO_ENABLED=1 GOPATH=/Users/fredlee/Documents/开发/go/workspace PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS CGO_CXXFLAGS_ALLOW=.*" error="exit status 2" func=RunCmdOptionalError name="install webengine" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

INFO[0464] installing full qt/testlib
ERRO[0475] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/testlib" env="PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS CGO_CXXFLAGS_ALLOW=. GOOS=darwin GOARCH=amd64 CGO_ENABLED=1 GOPATH=/Users/fredlee/Documents/开发/go/workspace GOROOT=/usr/local/go CGO_CFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=.*" error="exit status 2" func=RunCmdOptionalError name="install testlib" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

INFO[0475] installing full qt/serialport
ERRO[0487] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/serialport" env="PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS CGO_CXXFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=. GOOS=darwin GOARCH=amd64 CGO_ENABLED=1 GOPATH=/Users/fredlee/Documents/开发/go/workspace GOROOT=/usr/local/go CGO_CFLAGS_ALLOW=.*" error="exit status 2" func=RunCmdOptionalError name="install serialport" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

INFO[0487] installing full qt/serialbus
ERRO[0498] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/serialbus" env="CGO_LDFLAGS_ALLOW=. GOOS=darwin GOARCH=amd64 CGO_ENABLED=1 GOPATH=/Users/fredlee/Documents/开发/go/workspace GOROOT=/usr/local/go CGO_CFLAGS_ALLOW=. PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS CGO_CXXFLAGS_ALLOW=.*" error="exit status 2" func=RunCmdOptionalError name="install serialbus" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

INFO[0498] installing full qt/printsupport
ERRO[0509] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/printsupport" env="PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS CGO_CXXFLAGS_ALLOW=. GOPATH=/Users/fredlee/Documents/开发/go/workspace GOROOT=/usr/local/go CGO_CFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=.* GOOS=darwin GOARCH=amd64 CGO_ENABLED=1" error="exit status 2" func=RunCmdOptionalError name="install printsupport" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

INFO[0509] installing full qt/designer
ERRO[0520] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/designer" env="PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS CGO_CXXFLAGS_ALLOW=. GOPATH=/Users/fredlee/Documents/开发/go/workspace GOROOT=/usr/local/go CGO_CFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=.* GOOS=darwin GOARCH=amd64 CGO_ENABLED=1" error="exit status 2" func=RunCmdOptionalError name="install designer" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

INFO[0520] installing full qt/scxml
ERRO[0532] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/scxml" env="PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS CGO_CXXFLAGS_ALLOW=. GOROOT=/usr/local/go CGO_CFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=.* GOOS=darwin GOARCH=amd64 CGO_ENABLED=1 GOPATH=/Users/fredlee/Documents/开发/go/workspace" error="exit status 2" func=RunCmdOptionalError name="install scxml" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

INFO[0532] installing full qt/gamepad
ERRO[0546] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/gamepad" env="GOPATH=/Users/fredlee/Documents/开发/go/workspace GOROOT=/usr/local/go CGO_CFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=. GOOS=darwin GOARCH=amd64 CGO_ENABLED=1 PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS CGO_CXXFLAGS_ALLOW=.*" error="exit status 2" func=RunCmdOptionalError name="install gamepad" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

INFO[0546] installing full qt/purchasing
ERRO[0560] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/purchasing" env="GOPATH=/Users/fredlee/Documents/开发/go/workspace GOROOT=/usr/local/go CGO_CFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=. GOOS=darwin GOARCH=amd64 CGO_ENABLED=1 PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS CGO_CXXFLAGS_ALLOW=.*" error="exit status 2" func=RunCmdOptionalError name="install purchasing" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

INFO[0560] installing full qt/datavisualization
ERRO[0572] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/datavisualization" env="GOROOT=/usr/local/go CGO_CFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=. GOOS=darwin GOARCH=amd64 CGO_ENABLED=1 GOPATH=/Users/fredlee/Documents/开发/go/workspace PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS CGO_CXXFLAGS_ALLOW=.*" error="exit status 2" func=RunCmdOptionalError name="install datavisualization" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

INFO[0572] installing full qt/charts
ERRO[0585] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/charts" env="PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS CGO_CXXFLAGS_ALLOW=. CGO_ENABLED=1 GOPATH=/Users/fredlee/Documents/开发/go/workspace GOROOT=/usr/local/go CGO_CFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=.* GOOS=darwin GOARCH=amd64" error="exit status 2" func=RunCmdOptionalError name="install charts" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

INFO[0585] installing full qt/speech
ERRO[0599] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/speech" env="GOARCH=amd64 CGO_ENABLED=1 GOPATH=/Users/fredlee/Documents/开发/go/workspace GOROOT=/usr/local/go CGO_CFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=. GOOS=darwin CGO_CXXFLAGS_ALLOW=.* PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS" error="exit status 2" func=RunCmdOptionalError name="install speech" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

INFO[0599] installing full qt/quickcontrols2
ERRO[0600] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/quickcontrols2" env="GOROOT=/usr/local/go CGO_CFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=. GOOS=darwin GOARCH=amd64 CGO_ENABLED=1 GOPATH=/Users/fredlee/Documents/开发/go/workspace PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS CGO_CXXFLAGS_ALLOW=.*" error="exit status 2" func=RunCmdOptionalError name="install quickcontrols2" github.com/therecipe/qt/quickcontrols2

github.com/therecipe/qt/quickcontrols2

quickcontrols2.cpp:9:10: fatal error: 'QByteArray' file not found

INFO[0600] installing full qt/sailfish
ERRO[0612] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/sailfish" env="PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS CGO_CXXFLAGS_ALLOW=. GOOS=darwin GOARCH=amd64 CGO_ENABLED=1 GOPATH=/Users/fredlee/Documents/开发/go/workspace GOROOT=/usr/local/go CGO_CFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=.*" error="exit status 2" func=RunCmdOptionalError name="install sailfish" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

INFO[0612] installing full qt/webview
ERRO[0613] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/webview" env="PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS CGO_CXXFLAGS_ALLOW=. GOOS=darwin GOARCH=amd64 CGO_ENABLED=1 GOPATH=/Users/fredlee/Documents/开发/go/workspace GOROOT=/usr/local/go CGO_CFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=.*" error="exit status 2" func=RunCmdOptionalError name="install webview" github.com/therecipe/qt/webview

github.com/therecipe/qt/webview

webview.cpp:9:10: fatal error: 'QtWebView' file not found

INFO[0613] installing full qt/remoteobjects
ERRO[0624] failed to run command cmd="go install -p 4 -v github.com/therecipe/qt/remoteobjects" env="CGO_ENABLED=1 GOPATH=/Users/fredlee/Documents/开发/go/workspace GOROOT=/usr/local/go CGO_CFLAGS_ALLOW=. CGO_LDFLAGS_ALLOW=. GOOS=darwin GOARCH=amd64 PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS CGO_CXXFLAGS_ALLOW=.*" error="exit status 2" func=RunCmdOptionalError name="install remoteobjects" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core.cpp:9:10: fatal error: 'QAbstractAnimation' file not found

WARN[0624] failed to install:
WARN[0624] core
WARN[0624] androidextras
WARN[0624] gui
WARN[0624] network
WARN[0624] xml
WARN[0624] dbus
WARN[0624] nfc
WARN[0624] script
WARN[0624] sensors
WARN[0624] positioning
WARN[0624] widgets
WARN[0624] sql
WARN[0624] macextras
WARN[0624] qml
WARN[0624] websockets
WARN[0624] xmlpatterns
WARN[0624] bluetooth
WARN[0624] webchannel
WARN[0624] svg
WARN[0624] multimedia
WARN[0624] quick
WARN[0624] help
WARN[0624] location
WARN[0624] scripttools
WARN[0624] uitools
WARN[0624] webengine
WARN[0624] testlib
WARN[0624] serialport
WARN[0624] serialbus
WARN[0624] printsupport
WARN[0624] designer
WARN[0624] scxml
WARN[0624] gamepad
WARN[0624] purchasing
WARN[0624] datavisualization
WARN[0624] charts
WARN[0624] speech
WARN[0624] quickcontrols2
WARN[0624] sailfish
WARN[0624] webview
WARN[0624] remoteobjects
INFO[0624] running: 'qtsetup test darwin' [docker=false] [vagrant=false] INFO[0624] testing qml/application
ERRO[0626] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../application.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/internal/examples/qml/application" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin" Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/internal/examples/qml/application/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/internal/examples/qml/application/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/internal/examples/qml/application/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/internal/examples/qml/application/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/internal/examples/qml/application/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/internal/examples/qml/application/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/internal/examples/qml/application/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/internal/examples/qml/application/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/internal/examples/qml/application/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/internal/examples/qml/application/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/internal/examples/qml/application/.qmake.stash Project ERROR: failed to parse default search paths from compiler output

ERRO[0626] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/internal/examples/qml/application/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/internal/examples/qml/application/Mfile: no such file or directory" ERRO[0631] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../macextras.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/macextras" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin" Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/macextras/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/macextras/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/macextras/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/macextras/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/macextras/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/macextras/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/macextras/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/macextras/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/macextras/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/macextras/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/macextras/.qmake.stash Project ERROR: failed to parse default search paths from compiler output

ERRO[0631] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../webchannel.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/webchannel" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin" Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/webchannel/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/webchannel/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/webchannel/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/webchannel/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/webchannel/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/webchannel/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/webchannel/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/webchannel/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/webchannel/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/webchannel/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/webchannel/.qmake.stash Project ERROR: failed to parse default search paths from compiler output ERRO[0631] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../location.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/location" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin"

Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/location/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/location/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/location/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/location/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/location/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/location/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/location/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/location/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/location/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/location/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/location/.qmake.stash Project ERROR: failed to parse default search paths from compiler output

ERRO[0631] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../xml.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/xml" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin" Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/xml/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/xml/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/xml/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/xml/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/xml/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/xml/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/xml/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/xml/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/xml/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/xml/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/xml/.qmake.stash Project ERROR: failed to parse default search paths from compiler output

ERRO[0632] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../positioning.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/positioning" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin" Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/positioning/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/positioning/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/positioning/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/positioning/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/positioning/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/positioning/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/positioning/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/positioning/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/positioning/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/positioning/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/positioning/.qmake.stash Project ERROR: failed to parse default search paths from compiler output

ERRO[0632] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/macextras/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/macextras/Mfile: no such file or directory" ERRO[0632] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/webchannel/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/webchannel/Mfile: no such file or directory" ERRO[0632] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../network.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/network" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin" Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/network/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/network/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/network/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/network/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/network/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/network/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/network/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/network/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/network/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/network/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/network/.qmake.stash Project ERROR: failed to parse default search paths from compiler output

ERRO[0632] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/location/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/location/Mfile: no such file or directory" ERRO[0632] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../serialport.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/serialport" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin" Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/serialport/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/serialport/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/serialport/.qmake.stash Info: creating stERRO[0632] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../dbus.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/dbus" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin" ash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/serialport/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/serialport/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/serialport/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/serialport/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/serialport/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/serialport/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/serialport/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/serialport/.qmake.stash Project ERROR: failed to parse default search paths from compiler output ERRO[0632] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/network/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/network/Mfile: no such file or directory"

Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/dbus/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/dbus/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/dbus/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/dbus/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/dbus/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/dbus/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/dbus/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/dbus/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/dbus/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/dbus/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/dbus/.qmake.stash Project ERROR: failed to parse default search paths from compiler output

ERRO[0632] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/positioning/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/positioning/Mfile: no such file or directory" ERRO[0632] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/xml/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/xml/Mfile: no such file or directory" ERRO[0632] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/serialport/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/serialport/Mfile: no such file or directory" ERRO[0632] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/dbus/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/dbus/Mfile: no such file or directory" ERRO[0632] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../testlib.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/testlib" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin" Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/testlib/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/testlib/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/testlib/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/testlib/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/testlib/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/testlib/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/testlib/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/testlib/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/testlib/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/testlib/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/testlib/.qmake.stash Project ERROR: failed to parse default search paths from compiler output ERRO[0632] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../quickcontrols2.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/quickcontrols2" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin"

Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/quickcontrols2/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/quickcontrols2/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/quickcontrols2/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/quickcontrols2/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/quickcontrols2/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/quickcontrols2/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/quickcontrols2/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/quickcontrols2/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/quickcontrols2/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/quickcontrols2/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/quickcontrols2/.qmake.stash Project ERROR: failed to parse default search paths from compiler output ERRO[0632] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../quick.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/quick" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin"

Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/quick/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/quick/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/quick/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/quick/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/quick/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/quick/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/quick/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/quick/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/quick/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/quick/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/quick/.qmake.stash Project ERROR: failed to parse default search paths from compiler output ERRO[0632] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../help.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/help" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin"

Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/help/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/help/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/help/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/help/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/help/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/help/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/help/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/help/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/help/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/help/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/help/.qmake.stash Project ERROR: failed to parse default search paths from compiler output

ERRO[0633] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/testlib/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/testlib/Mfile: no such file or directory" ERRO[0633] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/quickcontrols2/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/quickcontrols2/Mfile: no such file or directory" ERRO[0633] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/quick/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/quick/Mfile: no such file or directory" ERRO[0633] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/help/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/help/Mfile: no such file or directory" ERRO[0632] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../svg.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/svg" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin" Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/svg/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/svg/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/svg/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/svg/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/svg/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/svg/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/svg/.qmake.stash Info: creating stash file /Users/fredlee/DoERRO[0632] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../designer.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/designer" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin" cuments/??/go/workspace/src/github.com/therecipe/qt/svg/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/svg/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/svg/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/svg/.qmake.stash Project ERROR: failed to parse default search paths from compiler output

Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/designer/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/designer/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/designer/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/designer/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/designer/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/designer/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/designer/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/designer/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/designer/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/designer/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/designer/.qmake.stash Project ERROR: failed to parse default search paths from compiler output

ERRO[0632] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../webengine.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/webengine" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin" Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/webengine/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/webengine/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/webengine/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/webengine/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/webengine/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/webengine/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/webengine/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/webengine/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/webengine/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/webengine/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/webengine/.qmake.stash Project ERROR: failed to parse default search paths from compiler output

ERRO[0632] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../nfc.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/nfc" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin" Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/nfc/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/nfc/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/nfc/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/nfc/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/nfc/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/nfc/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/nfc/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/nfc/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/nfc/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/nfc/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/nfc/.qmake.stash Project ERROR: failed to parse default search paths from compiler output

ERRO[0633] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../scxml.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/scxml" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin" Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/scxml/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/scxml/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/scxml/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/scxml/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/scxml/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/scxml/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/scxml/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/scxml/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/scxml/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/scxml/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/scxml/.qmake.stash Project ERROR: failed to parse default search paths from compiler output

ERRO[0633] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../gui.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/gui" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin" Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/gui/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/gui/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/gui/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/gui/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/gui/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/gui/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/gui/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/gui/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/gui/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/gui/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/gui/.qmake.stash Project ERROR: failed to parse default search paths from compiler output ERRO[0633] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../webview.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/webview" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin"

Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/webview/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/webview/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/webview/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/webview/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/webview/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/webview/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/webview/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/webview/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/webview/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/webview/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/webview/.qmake.stash Project ERROR: failed to parse default search paths from compiler output

ERRO[0633] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../sql.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/sql" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin" Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/sql/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/sql/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/sql/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/sql/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/sql/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/sql/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/sql/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/sql/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/sql/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/sql/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/sql/.qmake.stash Project ERROR: failed to parse default search paths from compiler output

ERRO[0633] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../widgets.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/widgets" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin" Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/widgets/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/widgets/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/widgets/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/widgets/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/widgets/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/widgets/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/widgets/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/widgets/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/widgets/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/widgets/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/widgets/.qmake.stash Project ERROR: failed to parse default search paths from compiler output

ERRO[0633] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/gui/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/gui/Mfile: no such file or directory" ERRO[0633] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/webview/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/webview/Mfile: no such file or directory" ERRO[0633] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/sql/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/sql/Mfile: no such file or directory" ERRO[0633] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../serialbus.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/serialbus" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin" Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/serialbus/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/serialbus/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/serialbus/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/serialbus/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/serialbus/.qmake.stash Info: creating stash file ERRO[0632] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../core.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/core" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin" /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/serialbus/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/serialbus/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/serialbus/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/serialbus/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/serialbus/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/serialbus/.qmake.stash Project ERROR: failed to parse default search paths from compiler output

ERRO[0633] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../xmlpatterns.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/xmlpatterns" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin" Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/core/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/core/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/core/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/core/.qmake.stash Info: creating stash file /UERRO[0633] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../uitools.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/uitools" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin" sers/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/core/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/core/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/core/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/core/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/core/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/core/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/core/.qmake.stash Project ERROR: failed to parse default search paths from compiler output

ERRO[0633] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../remoteobjects.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/remoteobjects" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin" Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/uitools/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/uitools/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/uitools/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/uitools/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/uitools/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/uitools/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/uitools/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/uitools/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/uitools/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/uitools/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/uitools/.qmake.stash Project ERROR: failed to parse default search paths from compiler output

Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/xmlpatterns/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/xmlpatterns/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/xmlpatterns/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/xmlpatterns/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/xmlpatterns/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/xmlpatterns/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/xmlpatterns/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/xmlpatterns/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/xmlpatterns/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/xmlpatterns/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/xmlpatterns/.qmake.stash Project ERROR: failed to parse default search paths from compiler output

ERRO[0633] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../speech.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/speech" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin" Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/remoteobjects/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/remoteobjects/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/remoteobjects/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/remoteobjects/.qmake.stash Info: creating stash file ERRO[0633] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/uitools/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/uitools/Mfile: no such file or directory" /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/remoteobjects/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/remoteobjects/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/remoteobjects/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/remoteobjects/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/remoteobjects/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/remoteobjects/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/remoteobjects/.qmake.stash Project ERROR: failed to parse default search paths from compiler output

ERRO[0633] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../websockets.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/websockets" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin" Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/websockets/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/websockets/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/websockets/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/websockets/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/websockets/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/websockets/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/websockets/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/websockets/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/websockets/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/websockets/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/websockets/.qmake.stash Project ERROR: failed to parse default search paths from compiler output ERRO[0633] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../qml.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/qml" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin"

Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/qml/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/qml/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/qml/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/qml/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/qml/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/qml/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/qml/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/qml/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/qml/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/qml/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/qml/.qmake.stash Project ERROR: failed to parse default search paths from compiler output

ERRO[0633] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../scripttools.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/scripttools" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin" Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/speech/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/speech/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/speech/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/speech/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/speech/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/speech/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/speech/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/speech/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/speech/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/speech/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/speech/.qmake.stash Project ERROR: failed to parse default search paths from compiler output

ERRO[0633] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../purchasing.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/purchasing" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin" Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/scripttools/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/scripttools/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/scripttools/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/scripttools/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/scripttools/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/scripttools/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/scripttools/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/scripttools/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/scripttools/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/scripttools/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/scripttools/.qmake.stash Project ERROR: failed to parse default search paths from compiler output

ERRO[0633] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../bluetooth.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/bluetooth" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin" Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/bluetooth/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/bluetooth/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/bluetooth/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/bluetooth/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/bluetooth/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/bluetooth/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/bluetooth/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/bluetooth/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/bluetooth/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/bluetooth/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/bluetooth/.qmake.stash Project ERROR: failed to parse default search paths from compiler output

ERRO[0633] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../datavisualization.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/datavisualization" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin" Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/purchasing/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/purchasing/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/purchasing/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/purchasing/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/purchasing/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/purchasing/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/purchasing/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/purchasing/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/purchasing/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/purchasing/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/purchasing/.qmake.stash Project ERROR: failed to parse default search paths from compiler output

ERRO[0633] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../printsupport.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/printsupport" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin" Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/printsupport/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/printsupport/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/printsupport/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/printsupport/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/printsupportERRO[0633] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../sensors.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/sensors" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin"

Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/printsupport/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/printsupport/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/printsupport/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/printsupport/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/printsupport/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/printsupport/.qmake.stash Project ERROR: failed to parse default search paths from compiler output

ERRO[0633] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../charts.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/charts" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin" Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/sensors/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/sensors/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/sensors/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/sensors/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/sensors/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/sensors/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/sensors/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/sensors/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/sensors/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/sensors/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/sensors/.qmake.stash Project ERROR: failed to parse default search paths from compiler output ERRO[0632] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../gamepad.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/gamepad" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin"

Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/charts/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/charts/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/charts/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/charts/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/charts/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/charts/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/charts/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/charts/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/charts/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/charts/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/charts/.qmake.stash Project ERROR: failed to parse default search paths from compiler output

Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/gamepad/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/gamepad/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/gamepad/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/gamepad/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/gamepad/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/gamepad/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/gamepad/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/gamepad/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/gamepad/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/gamepad/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/gamepad/.qmake.stash Project ERROR: failed to parse default search paths from compiler output

ERRO[0633] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/bluetooth/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/bluetooth/Mfile: no such file or directory" Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/datavisualization/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/datavisualization/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/datavisualization/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/datavisualization/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/datavisualization/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/datavisualization/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/datavisualization/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/datavisualization/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/datavisualization/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/datavisualization/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/datavisualization/.qmake.stash Project ERROR: failed to parse default search paths from compiler output ERRO[0633] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/purchasing/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/purchasing/Mfile: no such file or directory"

ERRO[0633] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../script.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/script" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin" Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/script/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/script/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/script/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/script/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/script/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/script/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/script/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/script/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/script/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/script/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/script/.qmake.stash Project ERROR: failed to parse default search paths from compiler output ERRO[0633] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/widgets/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/widgets/Mfile: no such file or directory"

ERRO[0633] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../multimedia.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/multimedia" env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin" Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/multimedia/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/multimedia/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/multimedia/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/multimedia/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/multimedia/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/multimedia/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/multimedia/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/multimedia/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/multimedia/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/multimedia/.qmake.stash Info: creating stash file /Users/fredlee/Documents/??/go/workspace/src/github.com/therecipe/qt/multimedia/.qmake.stash Project ERROR: failed to parse default search paths from compiler output

ERRO[0633] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/designer/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/designer/Mfile: no such file or directory" ERRO[0633] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/script/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/script/Mfile: no such file or directory" ERRO[0633] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/svg/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/svg/Mfile: no such file or directory" ERRO[0633] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/webengine/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/webengine/Mfile: no such file or directory" ERRO[0633] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/nfc/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/nfc/Mfile: no such file or directory" ERRO[0633] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/scxml/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/scxml/Mfile: no such file or directory" ERRO[0633] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/serialbus/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/serialbus/Mfile: no such file or directory" ERRO[0633] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/core/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/core/Mfile: no such file or directory" ERRO[0633] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/xmlpatterns/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/xmlpatterns/Mfile: no such file or directory" ERRO[0633] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/remoteobjects/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/remoteobjects/Mfile: no such file or directory" ERRO[0633] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/websockets/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/websockets/Mfile: no such file or directory" ERRO[0633] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/qml/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/qml/Mfile: no such file or directory" ERRO[0633] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/scripttools/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/scripttools/Mfile: no such file or directory" ERRO[0633] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/speech/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/speech/Mfile: no such file or directory" ERRO[0633] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/printsupport/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/printsupport/Mfile: no such file or directory" ERRO[0633] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/sensors/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/sensors/Mfile: no such file or directory" ERRO[0633] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/charts/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/charts/Mfile: no such file or directory" ERRO[0633] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/gamepad/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/gamepad/Mfile: no such file or directory" ERRO[0633] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/datavisualization/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/datavisualization/Mfile: no such file or directory" ERRO[0633] failed to load /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/multimedia/Mfile error="open /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/multimedia/Mfile: no such file or directory" ERRO[0634] failed to run command cmd="go build -p 4 -v -ldflags=all=\"-w\" \"-r=/usr/local/opt/qt/lib\" -o /Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/internal/examples/qml/application/deploy/darwin/application.app/Contents/MacOS/application -tags=\"minimal\"" dir="/Users/fredlee/Documents/开发/go/workspace/src/github.com/therecipe/qt/internal/examples/qml/application" env="CGO_ENABLED=1 PATH=/usr/local/opt/qt/bin:/Users/fredlee/Library/Android/sdk/platform-tools:/Users/fredlee/Documents/开发/go/workspace/bin:/Applications/mongodb/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS GOPATH=/Users/fredlee/Documents/开发/go/workspace CGO_CFLAGS_ALLOW=. CGO_CXXFLAGS_ALLOW=. GOOS=darwin GOARCH=amd64 GOROOT=/usr/local/go CGO_LDFLAGS_ALLOW=.*" error="exit status 2" func=RunCmd name="build for darwin on darwin" github.com/therecipe/qt/core

github.com/therecipe/qt/core

core-minimal.cpp:9:10: fatal error: 'QByteArray' file not found

macbookpro:pg_stat fredlee$

therecipe commented 6 years ago

Ah, okay yeah I hoped that the "Mfile" location wouldn't cause trouble but it seems like "qmake" and "rcc" and "moc" can't handle chinese characters. So you will need to get "开发" out of your GOPATH to make it work. (You can probably work around this with a symlink)

orange-jacky commented 6 years ago

GOPATH has change english characters, but it also failed.

macbookpro:~ fredlee$ $GOPATH/bin/qtsetup INFO[0000] running: 'qtsetup prep'
INFO[0000] successfully created qtrcc symlink in your PATH (/usr/local/bin/qtrcc) INFO[0000] successfully created qtmoc symlink in your PATH (/usr/local/bin/qtmoc) INFO[0000] successfully created qtminimal symlink in your PATH (/usr/local/bin/qtminimal) INFO[0000] successfully created qtdeploy symlink in your PATH (/usr/local/bin/qtdeploy) INFO[0000] running: 'qtsetup check darwin' [docker=false] [vagrant=false] INFO[0000] GOOS: 'darwin'
INFO[0000] GOARCH: 'amd64'
INFO[0000] GOVERSION: 'go1.10'
INFO[0000] GOROOT: '/usr/local/go' INFO[0000] GOPATH: '/Users/fredlee/Documents/develop/go/workspace' INFO[0000] GOBIN: '/Users/fredlee/Documents/develop/go/workspace/bin' INFO[0000] QT_HASH: '7038382d6c7bb5fd3957df56bbedf8ec4ca6b67c' INFO[0000] QT_VERSION: '5.10.1'
INFO[0000] QT_VERSION_MAJOR: '5.10.1'
INFO[0000] QT_DIR:
'/usr/local/opt/qt' INFO[0000] QT_STUB: 'false'
INFO[0000] QT_DEBUG: 'false'
INFO[0000] QT_QMAKE_DIR: '/usr/local/opt/qt/bin' INFO[0000] QT_WEBKIT: 'false'
INFO[0000] QT_HOMEBREW:
'true'
INFO[0000] XCODE_DIR: '/Applications/Xcode.app' INFO[0000] running: 'qtsetup generate darwin' [docker=false] [vagrant=false] INFO[0005] generating full qt/core
ERRO[0012] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../core.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir=/Users/fredlee/Documents/develop/go/workspace/src/github.com/therecipe/qt/core env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin" Info: creating stash file /Users/fredlee/Documents/develop/go/workspace/src/github.com/therecipe/qt/core/.qmake.stash Project ERROR: failed to parse default search paths from compiler output

ERRO[0012] failed to load /Users/fredlee/Documents/develop/go/workspace/src/github.com/therecipe/qt/core/Mfile error="open /Users/fredlee/Documents/develop/go/workspace/src/github.com/therecipe/qt/core/Mfile: no such file or directory" INFO[0012] generating full qt/androidextras
INFO[0012] generating full qt/gui
ERRO[0036] failed to run command cmd="/usr/local/opt/qt/bin/qmake -o Mfile ../gui.pro -spec macx-clang CONFIG+=x86_64 CONFIG+=release" dir=/Users/fredlee/Documents/develop/go/workspace/src/github.com/therecipe/qt/gui env= error="exit status 3" func=RunCmdOptional name="run qmake for darwin on darwin" Info: creating stash file /Users/fredlee/Documents/develop/go/workspace/src/github.com/therecipe/qt/gui/.qmake.stash Project ERROR: failed to parse default search paths from compiler output

ERRO[0036] failed to load /Users/fredlee/Documents/develop/go/workspace/src/github.com/therecipe/qt/gui/Mfile error="open /Users/fredlee/Documents/develop/go/workspace/src/github.com/therecipe/qt/gui/Mfile: no such file or directory" INFO[0036] generating full qt/network
^C

therecipe commented 6 years ago

Hm, sorry for the delay. This seems to be related to this issue: https://bugreports.qt.io/browse/QTBUG-68139

Also which Xcode & clang version do you use? It should work with these:

MacBook-Pro:~ user$ /usr/bin/xcodebuild -version && g++ --version
Xcode 9.4
Build version 9F1027a
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/c++/4.2.1
Apple LLVM version 9.1.0 (clang-902.0.39.2)
Target: x86_64-apple-darwin17.5.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
orange-jacky commented 6 years ago

it's not work

macbookpro:client fredlee$ /usr/bin/xcodebuild -version && g++ --version Xcode 9.4 Build version 9F1027a Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/c++/4.2.1 Apple LLVM version 9.1.0 (clang-902.0.39.2) Target: x86_64-apple-darwin17.5.0 Thread model: posix InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin

skys215 commented 5 years ago

/Users/fredlee/Documents/develop/go/workspace/src/github.com/therecipe/qt/core/Mfile: no such file or directory" Have you downloaded the go qt package successfully?

antwal commented 5 years ago

installation failed:

ERRO[****] failed to find MacOSX sdk in /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs

the path is wrong on setup, my correct path is:

/Developer/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs

i have created a symlink to fix it.

therecipe commented 5 years ago

@antwal you could also export XCODE_DIR=/Developer/Xcode.app

prologic commented 4 years ago

I assume I need to install Xcode here as I run into similar issues where I only have the CommandLineTools installed (and not Xcode itself)?

therecipe commented 4 years ago

@prologic Yes, I think Xcode is necessary to get it working. Because Qt depends on the macOS SDK.