<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div class="">The qt5 build process bails for me right after linking qmake,exe on windows. Maybe the change in usage of the QMAKESPEC env variable from qt-5.8 to qt-5.9 is the cause, as described in this thread? <a href="https://bugreports.qt.io/browse/QTBUG-60016" class="">https://bugreports.qt.io/browse/QTBUG-60016</a></div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">From my sysroot.conf:</div><div class="">======================================================</div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">    "qt5": {<br class="">        "ios#qt_dir": "/Users/patrick/dev/vendor/lib/Qt/5.10.0/ios",<br class="">        "ios#ssl": "securetransport",<br class="">        "macos#source": "src/qt-everywhere-src-5.10.0-pk.tar.gz",<br class="">        "macos#configure_options": [<br class="">            "-opensource",<br class="">            "-debug-and-release",<br class="">            "-nomake", "examples",<br class="">            "-nomake", "tests"<br class="">        ],<br class="">        "skip": [<br class="">            "qtactiveqt",<br class="">            "qtcanvas3d",<br class="">            "qtgamepad",<br class="">            "qtremoteobjects",<br class="">            "qtscript",<br class="">            "qtserialbus",<br class="">            "qtserialport",<br class="">            "qtspeech",<br class="">            "qtvirtualkeyboard",<br class="">            "qtwayland",<br class="">            "qtwebchannel",<br class="">            "qtwebengine",<br class="">            "qtwebglplugin",<br class="">            "qtwebsockets",<br class="">            "qtwebview"<br class="">         ]<br class="">    },</div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">The build error:</div><div class="">==============================================</div><div class="">link  /OUT:..\bin\qmake.exe project.obj main.obj ioutils.obj proitems.obj qmakevfs.obj  qmakeglobals.obj qmakeparser.obj qmakeevaluator.obj qmakebuiltins.obj  makefile.obj unixmake.obj unixmake2.obj mingw_make.obj  option.obj winmakefile.obj projectgenerator.obj property.obj meta.obj  makefiledeps.obj metamakefile.obj xmloutput.obj  msvc_nmake.obj msvc_vcproj.obj msvc_vcxproj.obj  msvc_objectmodel.obj msbuild_objectmodel.obj registry.obj qbitarray.obj  qbuffer.obj  qcryptographichash.obj  qfilesystementry.obj  qfilesystemengine.obj  qfilesystemengine_win.obj  qfilesystemiterator_win.obj  qfsfileengine.obj  qfsfileengine_iterator.obj  qarraydata.obj  qbytearray.obj  qvsnprintf.obj  qbytearraymatcher.obj  qdatetime.obj  qdir.obj  qdiriterator.obj  qfiledevice.obj  qfile.obj  qtemporaryfile.obj  qabstractfileengine.obj  qfsfileengine_win.obj  qsystemlibrary.obj  qfileinfo.obj  qglobal.obj  qhash.obj  qiodevice.obj  qringbuffer.obj  qdebug.obj  qlist.obj  qlinkedlist.obj  qlocale.obj  qlocale_tools.obj  qlocale_win.obj  qversionnumber.obj  qmalloc.obj  qmap.obj  qoperatingsystemversion.obj  qoperatingsystemversion_win.obj  qregexp.obj  qtextcodec.obj  qutfcodec.obj  qstring.obj  qstring_compat.obj  qstringlist.obj  qstringbuilder.obj  qsystemerror.obj  qtextstream.obj  qdatastream.obj  quuid.obj  qrandom.obj  qsettings.obj  qvariant.obj  qsettings_win.obj  qmetatype.obj  qxmlstream.obj  qxmlutils.obj  qnumeric.obj  qlogging.obj  qjson.obj  qjsondocument.obj  qjsonparser.obj  qjsonarray.obj  qjsonobject.obj  qjsonvalue.obj qlibraryinfo.obj qmake_pch.obj ole32.lib advapi32.lib shell32.lib netapi32.lib</div><div class="">Microsoft (R) Incremental Linker Version 14.00.23918.0</div><div class="">Copyright (C) Microsoft Corporation.  All rights reserved.</div><div class=""><br class=""></div><div class="">Info: creating super cache file X:\dev\vendor\sysroot-win-32\build\qt-everywhere-src-5.10.0-pk\.qmake.super</div><div class="">Project ERROR: msvc-version.conf loaded but QMAKE_MSC_VER isn't set</div><div class="">Traceback (most recent call last):</div><div class="">  File "c:\users\patrick\appdata\local\programs\python\python36-32\lib\runpy.py", line 193, in _run_module_as_main</div><div class="">    "__main__", mod_spec)</div><div class="">  File "c:\users\patrick\appdata\local\programs\python\python36-32\lib\runpy.py", line 85, in _run_code</div><div class="">    exec(code, run_globals)</div><div class="">  File "C:\Users\patrick\AppData\Local\Programs\Python\Python36-32\Scripts\pyqtdeploy-sysroot.exe\__main__.py", line 9, in <module></div><div class="">  File "c:\users\patrick\appdata\local\programs\python\python36-32\lib\site-packages\pyqtdeploy\pyqtdeploysysroot_main.py", line 83, in main</div><div class="">    sysroot.build_components(args.component, args.no_clean)</div><div class="">  File "c:\users\patrick\appdata\local\programs\python\python36-32\lib\site-packages\pyqtdeploy\sysroot\sysroot.py", line 103, in build_components</div><div class="">    component.build(self)</div><div class="">  File "c:\users\patrick\appdata\local\programs\python\python36-32\lib\site-packages\pyqtdeploy\sysroot\plugins\qt5.py", line 69, in build</div><div class="">    self._build_from_source(sysroot)</div><div class="">  File "c:\users\patrick\appdata\local\programs\python\python36-32\lib\site-packages\pyqtdeploy\sysroot\plugins\qt5.py", line 178, in _build_from_source</div><div class="">    sysroot.run(*args)</div><div class="">  File "c:\users\patrick\appdata\local\programs\python\python36-32\lib\site-packages\pyqtdeploy\sysroot\sysroot.py", line 562, in run</div><div class="">    subprocess.check_call(args)</div><div class="">  File "c:\users\patrick\appdata\local\programs\python\python36-32\lib\subprocess.py", line 291, in check_call</div><div class="">    raise CalledProcessError(retcode, cmd)</div><div class="">subprocess.CalledProcessError: Command '('configure.bat', '-prefix', 'X:\\dev\\vendor\\sysroot-win-32\\qt', '-commercial', '-confirm-license', '-static', '-release', '-nomake', 'examples', '-nomake', 'tools', '-no-ssl', '-opensource', '-debug-and-release', '-nomake', 'examples', '-nomake', 'tests', '-skip', 'qtactiveqt', '-skip', 'qtcanvas3d', '-skip', 'qtgamepad', '-skip', 'qtremoteobjects', '-skip', 'qtscript', '-skip', 'qtserialbus', '-skip', 'qtserialport', '-skip', 'qtspeech', '-skip', 'qtvirtualkeyboard', '-skip', 'qtwayland', '-skip', 'qtwebchannel', '-skip', 'qtwebengine', '-skip', 'qtwebglplugin', '-skip', 'qtwebsockets', '-skip', 'qtwebview', '-skip', 'qtimageformats')' returned non-zero exit status 3.</div><div class=""><br class=""></div></body></html>