<p>Hi,<br />I'm still trying to build the demo/ app on a freshed install, up-to-date Ubuntu:<br /><br />$ uname -a<br />>>> Linux sui 4.15.0-39-generic #42-Ubuntu SMP Tue Oct 23 15:48:01 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux<br /><br />I'm using the lastest snapshot, namely:<br />$ sudo -H pip3 install https://www.riverbankcomputing.com/static/Downloads/pyqtdeploy/pyqtdeploy-2.3.1.dev1811241346.tar.gz<br /><br />I launched the build with:<br />$ python3 build-demo.py --verbose --source-dir=[...skipped...]<br /><br />And that's the console output I got (full log at https://gist.github.com/suizokukan/8362c40153981bd9828580f710913bc6, config.log at https://gist.github.com/suizokukan/764629c620807b711b413e690f26c286):<br /><br />>>> ERROR: Feature 'openssl' was enabled, but the pre-condition '!features.securetransport && (features.openssl-linked || libs.openssl_headers)' failed.<br /><br />>>> ERROR: Feature 'ssl' was enabled, but the pre-condition 'config.winrt || features.securetransport || features.openssl' failed.<br />>>> <br />>>> ERROR: Feature 'xcb' was enabled, but the pre-condition 'libs.xcb' failed.<br />>>> <br />>>> ERROR: Feature 'opengl-desktop' was enabled, but the pre-condition '(config.win32 && !config.winrt && !features.opengles2 && (config.msvc || libs.opengl))<br />                          || (!config.watchos && !config.win32 && libs.opengl)' failed.<br />>>> <br />>>> ERROR: The OpenGL functionality tests failed!<br />>>> You might need to modify the include and library search paths by editing QMAKE_INCDIR_OPENGL[_ES2],<br />>>> QMAKE_LIBDIR_OPENGL[_ES2] and QMAKE_LIBS_OPENGL[_ES2] in the mkspec for your platform.<br />>>> <br />>>> Check config.log for details.<br />>>> pyqtdeploy-sysroot: Execution failed: returned exit code 3<br /><br />There are several errors but I can't go further. Any idea to help me ?<br /><br />Thanks !<br />Xavier Faure (suizokukan)</p>