Bug #3338
[freecad]: cannot resolve "python-pyqt5-webengine"
0%
Description
Sad news! FreeCAD went to the dark side.
warning: cannot resolve "python-pyqt5-webengine", a dependency of "freecad" warning: cannot resolve "fwupd", a dependency of "kinfocenter" :: The following packages cannot be upgraded due to unresolvable dependencies: freecad kinfocenter
Related issues
History
Updated by bill-auger 5 months ago
- Assignee set to bill-auger
- Status changed from unconfirmed to in progress
Updated by bill-auger 5 months ago
- Related to Freedom Issue #1035: [your-system-sanity]: Non-Free Software From Third-party Package Managers (TPPM) added
Updated by bill-auger 5 months ago
- Status changed from in progress to fixed
this can be built without webengine - webengine is apparently used for a runtime "addons" downloader, which is something else, which we would rather patch out anyways - so i also disabled the downloader
also, the arch package is built from VCS, though the package is not named 'freecad-git', and yet the upstream publishes versioned source-balls regularly - so, the parabola package builds from versioned source-balls
it has another flaw though, which is more troublesome - it requires networking to during the configure stage - like some others, i suspect that it does not require access to the internet, but only an internal networking/IPC mechanism - maybe libretools could be adapted somehow to allow that
Updated by bill-auger 5 months ago
- Related to Freedom Issue #1167: [chromium][electron][qt5-webengine][qt6-webengine] QTWebgine/Electron embeds "entire Chromium platform" added