<div id="message" class="mail-content-read" style="width: 1006px;">
<p>Thanks ! You were right, of course. I finally succeeded in getting the (linux 64) build I expected. I sum up every step in a gist (https://gist.github.com/suizokukan/8abb8437561048c63080575b54dce70a) for anyone trying to get the same result.</p>
<p> </p>
<blockquote style="padding-left: 5px; margin-left: 5px; border-left: #ff0000 2px solid;">> Message du 27/11/18 16:38<br />> De : "Phil Thompson" <<a id="phil@riverbankcomputing.com_body" class="adr black-to-orange contextEntry" href="https://webmail1k.orange.fr/webmail/fr_FR/read.html?FOLDER=SF_OUTBOX&IDMSG=1488&check=&SORTBY=1" target="_blank"><span>phil@riverbankcomputing.com</span></a>><br />> A : "suizokukan" <<a id="suizokukan@orange.fr_body" class="adr black-to-orange contextEntry" href="https://webmail1k.orange.fr/webmail/fr_FR/read.html?FOLDER=SF_OUTBOX&IDMSG=1488&check=&SORTBY=1" target="_blank"><span>suizokukan@orange.fr</span></a>><br />> Copie à : <a id="pyqt@riverbankcomputing.com_body" class="adr black-to-orange contextEntry" href="https://webmail1k.orange.fr/webmail/fr_FR/read.html?FOLDER=SF_OUTBOX&IDMSG=1488&check=&SORTBY=1" target="_blank"><span>pyqt@riverbankcomputing.com</span></a><br />> Objet : Re: [PyQt] demo/ build failed : ERROR: Feature 'openssl' was enabled, but [...]<br />> <br />> On 27 Nov 2018, at 12:41 pm, suizokukan <<a id="suizokukan@orange.fr_body" class="adr black-to-orange contextEntry" href="https://webmail1k.orange.fr/webmail/fr_FR/read.html?FOLDER=SF_OUTBOX&IDMSG=1488&check=&SORTBY=1" target="_blank"><span>suizokukan@orange.fr</span></a>> wrote:<br />> > <br />> > 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 />> Looks like you haven't got the OpenSSL and xcb development packages installed.<br />> <br />> Phil</blockquote>
</div>