Created
May 30, 2022 15:00
-
-
Save possibilities/d4d37a3cfee85af336962324cea88f3d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
WARNING: apt does not have a stable CLI interface. Use with caution in scripts. | |
Reading package lists... | |
Building dependency tree... | |
Reading state information... | |
python3 is already the newest version (3.9.2-3). | |
python3-venv is already the newest version (3.9.2-3). | |
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. | |
Cloning into '/home/mike/src/qutebrowser'... | |
Note: switching to 'v2.5.1'. | |
You are in 'detached HEAD' state. You can look around, make experimental | |
changes and commit them, and you can discard any commits you make in this | |
state without impacting any branches by switching back to a branch. | |
If you want to create a new branch to retain commits you create, you may | |
do so (now or later) by using -c with the switch command. Example: | |
git switch -c <new-branch-name> | |
Or undo this operation with: | |
git switch - | |
Turn off this advice by setting config variable advice.detachedHead to false | |
HEAD is now at 1996c4d7e Release v2.5.1 | |
[33m==================== Creating virtual environment ====================[0m | |
[34m$ python3 -m venv .venv[0m | |
[33m==================== Upgrading initial packages ====================[0m | |
[34mvenv$ pip install -U pip[0m | |
Requirement already satisfied: pip in ./.venv/lib/python3.9/site-packages (20.3.4) | |
Collecting pip | |
Using cached pip-22.1.1-py3-none-any.whl (2.1 MB) | |
Installing collected packages: pip | |
Attempting uninstall: pip | |
Found existing installation: pip 20.3.4 | |
Uninstalling pip-20.3.4: | |
Successfully uninstalled pip-20.3.4 | |
Successfully installed pip-22.1.1 | |
[34mvenv$ pip install -U setuptools wheel[0m | |
Requirement already satisfied: setuptools in ./.venv/lib/python3.9/site-packages (44.1.1) | |
Collecting setuptools | |
Using cached setuptools-62.3.2-py3-none-any.whl (1.2 MB) | |
Collecting wheel | |
Using cached wheel-0.37.1-py2.py3-none-any.whl (35 kB) | |
Installing collected packages: wheel, setuptools | |
Attempting uninstall: setuptools | |
Found existing installation: setuptools 44.1.1 | |
Uninstalling setuptools-44.1.1: | |
Successfully uninstalled setuptools-44.1.1 | |
Successfully installed setuptools-62.3.2 wheel-0.37.1 | |
[33m==================== Installing PyQt from binary ====================[0m | |
[1mNo proprietary codec support will be available in qutebrowser.[0m | |
[34mvenv$ pip install -r /home/mike/src/qutebrowser/misc/requirements/requirements-pyqt.txt --only-binary PyQt5,PyQtWebEngine[0m | |
Collecting PyQt5==5.15.6 | |
Using cached PyQt5-5.15.6-cp36-abi3-manylinux1_x86_64.whl (8.3 MB) | |
Collecting PyQt5-Qt5==5.15.2 | |
Using cached PyQt5_Qt5-5.15.2-py3-none-manylinux2014_x86_64.whl (59.9 MB) | |
Collecting PyQt5-sip==12.9.1 | |
Using cached PyQt5_sip-12.9.1-cp39-cp39-manylinux1_x86_64.whl (349 kB) | |
Collecting PyQtWebEngine==5.15.5 | |
Using cached PyQtWebEngine-5.15.5-cp36-abi3-manylinux1_x86_64.whl (228 kB) | |
Collecting PyQtWebEngine-Qt5==5.15.2 | |
Using cached PyQtWebEngine_Qt5-5.15.2-py3-none-manylinux2014_x86_64.whl (67.5 MB) | |
Installing collected packages: PyQtWebEngine-Qt5, PyQt5-Qt5, PyQt5-sip, PyQt5, PyQtWebEngine | |
Successfully installed PyQt5-5.15.6 PyQt5-Qt5-5.15.2 PyQt5-sip-12.9.1 PyQtWebEngine-5.15.5 PyQtWebEngine-Qt5-5.15.2 | |
[33m==================== Running xcb-util workaround ====================[0m | |
Workaround not needed: libxcb-util.so.1 found. | |
[33m==================== Running Qt smoke test ====================[0m | |
QFactoryLoader::QFactoryLoader() checking directory path "/home/mike/src/qutebrowser/.venv/lib/python3.9/site-packages/PyQt5/Qt5/plugins/platforms" ... | |
QFactoryLoader::QFactoryLoader() looking at "/home/mike/src/qutebrowser/.venv/lib/python3.9/site-packages/PyQt5/Qt5/plugins/platforms/libqeglfs.so" | |
Found metadata in lib /home/mike/src/qutebrowser/.venv/lib/python3.9/site-packages/PyQt5/Qt5/plugins/platforms/libqeglfs.so, metadata= | |
{ | |
"IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3", | |
"MetaData": { | |
"Keys": [ | |
"eglfs" | |
] | |
}, | |
"archreq": 0, | |
"className": "QEglFSIntegrationPlugin", | |
"debug": false, | |
"version": 331520 | |
} | |
Got keys from plugin meta data ("eglfs") | |
QFactoryLoader::QFactoryLoader() looking at "/home/mike/src/qutebrowser/.venv/lib/python3.9/site-packages/PyQt5/Qt5/plugins/platforms/libqlinuxfb.so" | |
Found metadata in lib /home/mike/src/qutebrowser/.venv/lib/python3.9/site-packages/PyQt5/Qt5/plugins/platforms/libqlinuxfb.so, metadata= | |
{ | |
"IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3", | |
"MetaData": { | |
"Keys": [ | |
"linuxfb" | |
] | |
}, | |
"archreq": 0, | |
"className": "QLinuxFbIntegrationPlugin", | |
"debug": false, | |
"version": 331520 | |
} | |
Got keys from plugin meta data ("linuxfb") | |
QFactoryLoader::QFactoryLoader() looking at "/home/mike/src/qutebrowser/.venv/lib/python3.9/site-packages/PyQt5/Qt5/plugins/platforms/libqminimal.so" | |
Found metadata in lib /home/mike/src/qutebrowser/.venv/lib/python3.9/site-packages/PyQt5/Qt5/plugins/platforms/libqminimal.so, metadata= | |
{ | |
"IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3", | |
"MetaData": { | |
"Keys": [ | |
"minimal" | |
] | |
}, | |
"archreq": 0, | |
"className": "QMinimalIntegrationPlugin", | |
"debug": false, | |
"version": 331520 | |
} | |
Got keys from plugin meta data ("minimal") | |
QFactoryLoader::QFactoryLoader() looking at "/home/mike/src/qutebrowser/.venv/lib/python3.9/site-packages/PyQt5/Qt5/plugins/platforms/libqminimalegl.so" | |
Found metadata in lib /home/mike/src/qutebrowser/.venv/lib/python3.9/site-packages/PyQt5/Qt5/plugins/platforms/libqminimalegl.so, metadata= | |
{ | |
"IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3", | |
"MetaData": { | |
"Keys": [ | |
"minimalegl" | |
] | |
}, | |
"archreq": 0, | |
"className": "QMinimalEglIntegrationPlugin", | |
"debug": false, | |
"version": 331520 | |
} | |
Got keys from plugin meta data ("minimalegl") | |
QFactoryLoader::QFactoryLoader() looking at "/home/mike/src/qutebrowser/.venv/lib/python3.9/site-packages/PyQt5/Qt5/plugins/platforms/libqoffscreen.so" | |
Found metadata in lib /home/mike/src/qutebrowser/.venv/lib/python3.9/site-packages/PyQt5/Qt5/plugins/platforms/libqoffscreen.so, metadata= | |
{ | |
"IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3", | |
"MetaData": { | |
"Keys": [ | |
"offscreen" | |
] | |
}, | |
"archreq": 0, | |
"className": "QOffscreenIntegrationPlugin", | |
"debug": false, | |
"version": 331520 | |
} | |
Got keys from plugin meta data ("offscreen") | |
QFactoryLoader::QFactoryLoader() looking at "/home/mike/src/qutebrowser/.venv/lib/python3.9/site-packages/PyQt5/Qt5/plugins/platforms/libqvnc.so" | |
Found metadata in lib /home/mike/src/qutebrowser/.venv/lib/python3.9/site-packages/PyQt5/Qt5/plugins/platforms/libqvnc.so, metadata= | |
{ | |
"IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3", | |
"MetaData": { | |
"Keys": [ | |
"vnc" | |
] | |
}, | |
"archreq": 0, | |
"className": "QVncIntegrationPlugin", | |
"debug": false, | |
"version": 331520 | |
} | |
Got keys from plugin meta data ("vnc") | |
QFactoryLoader::QFactoryLoader() looking at "/home/mike/src/qutebrowser/.venv/lib/python3.9/site-packages/PyQt5/Qt5/plugins/platforms/libqwayland-egl.so" | |
Found metadata in lib /home/mike/src/qutebrowser/.venv/lib/python3.9/site-packages/PyQt5/Qt5/plugins/platforms/libqwayland-egl.so, metadata= | |
{ | |
"IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3", | |
"MetaData": { | |
"Keys": [ | |
"wayland-egl" | |
] | |
}, | |
"archreq": 0, | |
"className": "QWaylandEglPlatformIntegrationPlugin", | |
"debug": false, | |
"version": 331520 | |
} | |
Got keys from plugin meta data ("wayland-egl") | |
QFactoryLoader::QFactoryLoader() looking at "/home/mike/src/qutebrowser/.venv/lib/python3.9/site-packages/PyQt5/Qt5/plugins/platforms/libqwayland-generic.so" | |
Found metadata in lib /home/mike/src/qutebrowser/.venv/lib/python3.9/site-packages/PyQt5/Qt5/plugins/platforms/libqwayland-generic.so, metadata= | |
{ | |
"IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3", | |
"MetaData": { | |
"Keys": [ | |
"wayland" | |
] | |
}, | |
"archreq": 0, | |
"className": "QWaylandIntegrationPlugin", | |
"debug": false, | |
"version": 331520 | |
} | |
Got keys from plugin meta data ("wayland") | |
QFactoryLoader::QFactoryLoader() looking at "/home/mike/src/qutebrowser/.venv/lib/python3.9/site-packages/PyQt5/Qt5/plugins/platforms/libqwayland-xcomposite-egl.so" | |
Found metadata in lib /home/mike/src/qutebrowser/.venv/lib/python3.9/site-packages/PyQt5/Qt5/plugins/platforms/libqwayland-xcomposite-egl.so, metadata= | |
{ | |
"IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3", | |
"MetaData": { | |
"Keys": [ | |
"wayland-xcomposite-egl" | |
] | |
}, | |
"archreq": 0, | |
"className": "QWaylandXCompositeEglPlatformIntegrationPlugin", | |
"debug": false, | |
"version": 331520 | |
} | |
Got keys from plugin meta data ("wayland-xcomposite-egl") | |
QFactoryLoader::QFactoryLoader() looking at "/home/mike/src/qutebrowser/.venv/lib/python3.9/site-packages/PyQt5/Qt5/plugins/platforms/libqwayland-xcomposite-glx.so" | |
Found metadata in lib /home/mike/src/qutebrowser/.venv/lib/python3.9/site-packages/PyQt5/Qt5/plugins/platforms/libqwayland-xcomposite-glx.so, metadata= | |
{ | |
"IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3", | |
"MetaData": { | |
"Keys": [ | |
"wayland-xcomposite-glx" | |
] | |
}, | |
"archreq": 0, | |
"className": "QWaylandXCompositeGlxPlatformIntegrationPlugin", | |
"debug": false, | |
"version": 331520 | |
} | |
Got keys from plugin meta data ("wayland-xcomposite-glx") | |
QFactoryLoader::QFactoryLoader() looking at "/home/mike/src/qutebrowser/.venv/lib/python3.9/site-packages/PyQt5/Qt5/plugins/platforms/libqwebgl.so" | |
Found metadata in lib /home/mike/src/qutebrowser/.venv/lib/python3.9/site-packages/PyQt5/Qt5/plugins/platforms/libqwebgl.so, metadata= | |
{ | |
"IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3", | |
"MetaData": { | |
"Keys": [ | |
"webgl" | |
] | |
}, | |
"archreq": 0, | |
"className": "QWebGLIntegrationPlugin", | |
"debug": false, | |
"version": 331520 | |
} | |
Got keys from plugin meta data ("webgl") | |
QFactoryLoader::QFactoryLoader() looking at "/home/mike/src/qutebrowser/.venv/lib/python3.9/site-packages/PyQt5/Qt5/plugins/platforms/libqxcb.so" | |
Found metadata in lib /home/mike/src/qutebrowser/.venv/lib/python3.9/site-packages/PyQt5/Qt5/plugins/platforms/libqxcb.so, metadata= | |
{ | |
"IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3", | |
"MetaData": { | |
"Keys": [ | |
"xcb" | |
] | |
}, | |
"archreq": 0, | |
"className": "QXcbIntegrationPlugin", | |
"debug": false, | |
"version": 331520 | |
} | |
Got keys from plugin meta data ("xcb") | |
QFactoryLoader::QFactoryLoader() checking directory path "/home/mike/src/qutebrowser/.venv/bin/platforms" ... | |
Cannot load library /home/mike/src/qutebrowser/.venv/lib/python3.9/site-packages/PyQt5/Qt5/plugins/platforms/libqxcb.so: (libxcb-xinerama.so.0: cannot open shared object file: No such file or directory) | |
QLibraryPrivate::loadPlugin failed on "/home/mike/src/qutebrowser/.venv/lib/python3.9/site-packages/PyQt5/Qt5/plugins/platforms/libqxcb.so" : "Cannot load library /home/mike/src/qutebrowser/.venv/lib/python3.9/site-packages/PyQt5/Qt5/plugins/platforms/libqxcb.so: (libxcb-xinerama.so.0: cannot open shared object file: No such file or directory)" | |
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found. | |
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem. | |
Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, webgl, xcb. | |
[31mSmoke test failed with status -6. You might find additional information in the debug output above.[0m | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment