<div> On Wednesday, December 2, 2020 4:49 PM, Damon Lynch <damonlynch@gmail.com> wrote:<br></div><div> <br></div><blockquote class="protonmail_quote" type="cite"><div dir="ltr"><div><div dir="ltr"><br></div><div><br></div><div class="gmail_quote"><div dir="ltr">On Wed, Dec 2, 2020 at 9:32 AM Frans Fürst <<a href="mailto:frans.fuerst@protonmail.com">frans.fuerst@protonmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><br></div><div>Is there any chance to get a list of those dependencies? Maybe a Dockerfile which demonstrates how to build the pyqtdeploy demo (or at least PyQt5)?<br></div><div> <br></div><div> It looks like Qt5 itself builds perfectly fine and the Qt5 wiki sais all it needs is build-essential, libx11-xcb-dev and libglu1-mesa-dev: <a href="https://wiki.qt.io/Qt5_dependencies" rel="noreferrer" target="_blank">https://wiki.qt.io/Qt5_dependencies</a><br></div><div> <br></div><div> I've definitively installed all of them among many others.<br></div><div> <br></div><div> I'll now start debugging pyqtdeploy-sysroot and sip-install in order to get an idea what "Unknown module(s) in QT: x11extras" might mean, but maybe someone has a list of packages to be installed before running pyqtdeploy on a fresh system?<br></div></blockquote></div></div><div>Hi Frans,<br></div><div><br></div><div>On Debian like platforms, have you tried libxcb-xinerama0-dev? That could help.<br></div><div><br></div></div></blockquote><div>And because <a href="https://doc.qt.io/qt-5/linux-requirements.html">https://doc.qt.io/qt-5/linux-requirements.html</a> does not list libxcb-xinerama0-dev but libxcb-xinerama-dev (without the trailing 0) it's very easy to accidentally not install..<br></div><div><br></div><div>Thanks for the hint<br></div><div><br></div><div>Is there a way to find out whether QtX11extras will be built without having to wait two hours to see if PyQt5 can be built?<br></div><div>I tried to run .configure <many args> but it seems to not reconfigure anything and there seems to be no information about x11extras..<br></div>