[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pykde
Subject:    Re: [PyQt] demo/ build failed : ERROR: Feature 'openssl' was enabled, but [...]
From:       suizokukan <suizokukan () orange ! fr>
Date:       2018-12-01 17:34:03
Message-ID: 1541306351.5798.1543685643635.JavaMail.www () wwinf1g31
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


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.

  

> Message du 27/11/18 16:38
> De : "Phil Thompson" 

> A : "suizokukan" 
> Copie à : pyqt@riverbankcomputing.com
> Objet : Re: [PyQt] demo/ build failed : ERROR: Feature 'openssl' was enabled, but \
> [...] 
> On 27 Nov 2018, at 12:41 pm, suizokukan  wrote:
> > 
> > Hi,
> > I'm still trying to build the demo/ app on a freshed install, up-to-date Ubuntu:
> > 
> > $ uname -a
> > > > > 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
> > 
> > I'm using the lastest snapshot, namely:
> > $ sudo -H pip3 install \
> > https://www.riverbankcomputing.com/static/Downloads/pyqtdeploy/pyqtdeploy-2.3.1.dev1811241346.tar.gz
> >  
> > I launched the build with:
> > $ python3 build-demo.py --verbose --source-dir=[...skipped...]
> > 
> > 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): 
> > > > > ERROR: Feature 'openssl' was enabled, but the pre-condition \
> > > > > '!features.securetransport && (features.openssl-linked || \
> > > > > libs.openssl_headers)' failed.
> > 
> > > > > ERROR: Feature 'ssl' was enabled, but the pre-condition 'config.winrt || \
> > > > > features.securetransport || features.openssl' failed. 
> > > > > ERROR: Feature 'xcb' was enabled, but the pre-condition 'libs.xcb' failed.
> > > > > 
> > > > > ERROR: Feature 'opengl-desktop' was enabled, but the pre-condition \
> > > > > '(config.win32 && !config.winrt && !features.opengles2 && (config.msvc || \
> > > > > libs.opengl))
> > > > (!config.watchos && !config.win32 && libs.opengl)' failed.
> > > > > 
> > > > > ERROR: The OpenGL functionality tests failed!
> > > > > You might need to modify the include and library search paths by editing \
> > > > > QMAKE_INCDIR_OPENGL[_ES2], QMAKE_LIBDIR_OPENGL[_ES2] and \
> > > > > QMAKE_LIBS_OPENGL[_ES2] in the mkspec for your platform. 
> > > > > Check config.log for details.
> > > > > pyqtdeploy-sysroot: Execution failed: returned exit code 3
> > 
> > There are several errors but I can't go further. Any idea to help me ?
> 
> Looks like you haven't got the OpenSSL and xcb development packages installed.
> 
> Phil


[Attachment #5 (text/html)]

<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;">&gt; Message du 27/11/18 16:38<br />&gt; De : "Phil Thompson" &lt;<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&amp;IDMSG=1488&amp;check=&amp;SORTBY=1" \
target="_blank"><span>phil@riverbankcomputing.com</span></a>&gt;<br />&gt; A : \
"suizokukan" &lt;<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&amp;IDMSG=1488&amp;check=&amp;SORTBY=1" \
target="_blank"><span>suizokukan@orange.fr</span></a>&gt;<br />&gt; 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&amp;IDMSG=1488&amp;check=&amp;SORTBY=1" \
target="_blank"><span>pyqt@riverbankcomputing.com</span></a><br />&gt; Objet : Re: \
[PyQt] demo/ build failed : ERROR: Feature 'openssl' was enabled, but [...]<br />&gt; \
<br />&gt; On 27 Nov 2018, at 12:41 pm, suizokukan &lt;<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&amp;IDMSG=1488&amp;check=&amp;SORTBY=1" \
target="_blank"><span>suizokukan@orange.fr</span></a>&gt; wrote:<br />&gt; &gt; <br \
/>&gt; &gt; Hi,<br />&gt; &gt; I'm still trying to build the demo/ app on a freshed \
install, up-to-date Ubuntu:<br />&gt; &gt; <br />&gt; &gt; $ uname -a<br />&gt; &gt; \
&gt;&gt;&gt; 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 />&gt; &gt; <br />&gt; &gt; I'm using the lastest \
snapshot, namely:<br />&gt; &gt; $ sudo -H pip3 install \
https://www.riverbankcomputing.com/static/Downloads/pyqtdeploy/pyqtdeploy-2.3.1.dev1811241346.tar.gz<br \
/>&gt; &gt; <br />&gt; &gt; I launched the build with:<br />&gt; &gt; $ python3 \
build-demo.py --verbose --source-dir=[...skipped...]<br />&gt; &gt; <br />&gt; &gt; \
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 />&gt; &gt; \
<br />&gt; &gt; &gt;&gt;&gt; ERROR: Feature 'openssl' was enabled, but the \
pre-condition '!features.securetransport &amp;&amp; (features.openssl-linked || \
libs.openssl_headers)' failed.<br />&gt; &gt; <br />&gt; &gt; &gt;&gt;&gt; ERROR: \
Feature 'ssl' was enabled, but the pre-condition 'config.winrt || \
features.securetransport || features.openssl' failed.<br />&gt; &gt; &gt;&gt;&gt; <br \
/>&gt; &gt; &gt;&gt;&gt; ERROR: Feature 'xcb' was enabled, but the pre-condition \
'libs.xcb' failed.<br />&gt; &gt; &gt;&gt;&gt; <br />&gt; &gt; &gt;&gt;&gt; ERROR: \
Feature 'opengl-desktop' was enabled, but the pre-condition '(config.win32 &amp;&amp; \
!config.winrt &amp;&amp; !features.opengles2 &amp;&amp; (config.msvc || \
libs.opengl))<br />&gt; &gt; || (!config.watchos &amp;&amp; !config.win32 &amp;&amp; \
libs.opengl)' failed.<br />&gt; &gt; &gt;&gt;&gt; <br />&gt; &gt; &gt;&gt;&gt; ERROR: \
The OpenGL functionality tests failed!<br />&gt; &gt; &gt;&gt;&gt; You might need to \
modify the include and library search paths by editing QMAKE_INCDIR_OPENGL[_ES2],<br \
/>&gt; &gt; &gt;&gt;&gt; QMAKE_LIBDIR_OPENGL[_ES2] and QMAKE_LIBS_OPENGL[_ES2] in the \
mkspec for your platform.<br />&gt; &gt; &gt;&gt;&gt; <br />&gt; &gt; &gt;&gt;&gt; \
Check config.log for details.<br />&gt; &gt; &gt;&gt;&gt; pyqtdeploy-sysroot: \
Execution failed: returned exit code 3<br />&gt; &gt; <br />&gt; &gt; There are \
several errors but I can't go further. Any idea to help me ?<br />&gt; <br />&gt; \
Looks like you haven't got the OpenSSL and xcb development packages installed.<br \
/>&gt; <br />&gt; Phil</blockquote> </div>


[Attachment #6 (text/plain)]

_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
https://www.riverbankcomputing.com/mailman/listinfo/pyqt


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic