pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: py-qt6-webengine
> I've successfully built wip/qt6-qtwebengine.
> But, I need python bindings for my next step.
>
> So, I've tried to create the equivalent to x11/py-qt5-webengine,
> https://mail-index.netbsd.org/pkgsrc-wip-changes/2025/04/16/msg033338.html
>
> but, I get:
>
> ===> Building for py312-PyQt6_WebEngine-6.8.0
> * Building wheel...
> Querying qmake about your Qt installation...
> These bindings will be built: QtWebEngineCore, QtWebEngineQuick, QtWebEngineWidgets.
> Generating the QtWebEngineCore bindings...
> Generating the QtWebEngineQuick bindings...
> Generating the QtWebEngineWidgets bindings...
> Generating the .pro file for the QtWebEngineCore module...
> Generating the .pro file for the QtWebEngineQuick module...
> Generating the .pro file for the QtWebEngineWidgets module...
> Generating the top-level .pro file...
> Generating the Makefiles...
> Compiling the project...
> _in_process.py: 'make' failed returning 1
>
> ERROR Backend subprocess exited when trying to invoke build_wheel
> *** Error code 1
>
> Can anyone with a better knowledge of Python/Qt help with identifying the issue?
> Thanks
Can you try to build with
WHEEL_ARGS+= -C=--verbose
?
Home |
Main Index |
Thread Index |
Old Index