[QT5] Cannot mix incompatible Qt library (5.15.2) with this library (5.15.3) (Résolut)

Applications, problèmes de configuration réseau
Avatar de l’utilisateur
PowaBanga
archer de cavalerie
Messages : 175
Inscription : mar. 12 sept. 2017, 21:15

[QT5] Cannot mix incompatible Qt library (5.15.2) with this library (5.15.3) (Résolut)

Message par PowaBanga »

Salut à tous,
Je suis donc sur cinnamon, et j'ai récemment réinstallé optimus-manager-qt pour gérer mes cartes graphiques.

Mais je reçois ce message d'erreurs :

Code : Tout sélectionner

optimus-manager-qt                                                 
Cannot mix incompatible Qt library (5.15.2) with this library (5.15.3)
[1]    2828 IOT instruction (core dumped)  optimus-manager-qt
Que j'ai vraiment du mal à comprendre étant donné que mon système est à jours :/

Code : Tout sélectionner

pacman -Qs qt5 | grep 5.15                                         
local/python-pyqt5 5.15.6-7 (pyqt5)
local/qt5-base 5.15.3+kde+r133-1 (qt qt5)
local/qt5-declarative 5.15.3+kde+r20-1 (qt qt5)
local/qt5-graphicaleffects 5.15.3+kde+r0-1 (qt qt5)
local/qt5-location 5.15.3+kde+r0-1 (qt qt5)
local/qt5-multimedia 5.15.3+kde+r0-1 (qt qt5)
local/qt5-quickcontrols 5.15.3+kde+r0-1 (qt qt5)
local/qt5-quickcontrols2 5.15.3+kde+r4-1 (qt qt5)
local/qt5-remoteobjects 5.15.3+kde+r0-1 (qt qt5)
local/qt5-sensors 5.15.3+kde+r0-1 (qt qt5)
local/qt5-svg 5.15.3+kde+r12-1 (qt qt5)
local/qt5-tools 5.15.3+kde+r1-1 (qt qt5)
local/qt5-translations 5.15.3+kde+r2-1 (qt qt5)
local/qt5-wayland 5.15.3+kde+r40-1 (qt qt5)
local/qt5-webchannel 5.15.3+kde+r3-1 (qt qt5)
local/qt5-webengine 5.15.8-10 (qt qt5)
local/qt5-websockets 5.15.3+kde+r3-1 (qt qt5)
local/qt5-x11extras 5.15.3+kde+r0-1 (qt qt5)
powabanga@ArchiPavilion ~]$ pacman -Qs qt5*5.15                                                
zsh: no matches found: qt5*5.15
powabanga@ArchiPavilion ~]$ pacman -Qs qt5.*5.15                                          1 ↵  
zsh: no matches found: qt5.*5.15
powabanga@ArchiPavilion ~]$ pacman -Qs qt5                                                1 ↵  
local/avahi 0.8+22+gfd482a7-3
    Service Discovery for Linux using mDNS/DNS-SD -- compatible with Bonjour
local/python-pyqt5 5.15.6-7 (pyqt5)
    A set of Python bindings for the Qt5 toolkit
local/python-pyqt5-sip 12.9.1-1
    The sip module support for PyQt5
local/qt5-base 5.15.3+kde+r133-1 (qt qt5)
    A cross-platform application and UI framework
local/qt5-declarative 5.15.3+kde+r20-1 (qt qt5)
    Classes for QML and JavaScript languages
local/qt5-graphicaleffects 5.15.3+kde+r0-1 (qt qt5)
    Graphical effects for use with Qt Quick 2
local/qt5-location 5.15.3+kde+r0-1 (qt qt5)
    Provides access to position, satellite and area monitoring classes
local/qt5-multimedia 5.15.3+kde+r0-1 (qt qt5)
    Classes for audio, video, radio and camera functionality
local/qt5-quickcontrols 5.15.3+kde+r0-1 (qt qt5)
    Reusable Qt Quick based UI controls to create classic desktop-style user interfaces
local/qt5-quickcontrols2 5.15.3+kde+r4-1 (qt qt5)
    Next generation user interface controls based on Qt Quick
local/qt5-remoteobjects 5.15.3+kde+r0-1 (qt qt5)
    Inter-process communication (IPC) module developed for Qt
local/qt5-sensors 5.15.3+kde+r0-1 (qt qt5)
    Provides access to sensor hardware and motion gesture recognition
local/qt5-styleplugins 5.0.0.20170311-26
    Additional style plugins for Qt5
local/qt5-svg 5.15.3+kde+r12-1 (qt qt5)
    Classes for displaying the contents of SVG files
local/qt5-tools 5.15.3+kde+r1-1 (qt qt5)
    A cross-platform application and UI framework (Development Tools, QtHelp)
local/qt5-translations 5.15.3+kde+r2-1 (qt qt5)
    A cross-platform application and UI framework (Translations)
local/qt5-wayland 5.15.3+kde+r40-1 (qt qt5)
    Provides APIs for Wayland
local/qt5-webchannel 5.15.3+kde+r3-1 (qt qt5)
    Provides access to QObject or QML objects from HTML clients for seamless integration of Qt
    applications with HTML/JavaScript clients
local/qt5-webengine 5.15.8-10 (qt qt5)
    Provides support for web applications using the Chromium browser project
local/qt5-webkit 5.212.0alpha4-12
    Classes for a WebKit2 based implementation and a new QML API
local/qt5-websockets 5.15.3+kde+r3-1 (qt qt5)
    Provides WebSocket communication compliant with RFC 6455
local/qt5-x11extras 5.15.3+kde+r0-1 (qt qt5)
    Provides platform-specific APIs for X11
local/qtkeychain-qt5 0.13.2-1
    Provides support for secure credentials storage
local/quazip-qt5 1.2-2
    C++ wrapper for the ZIP/UNZIP C package
Dernière modification par PowaBanga le mer. 09 mars 2022, 10:33, modifié 1 fois.
jean_no
yeomen
Messages : 284
Inscription : dim. 09 sept. 2007, 12:19

Re: [QT5] Cannot mix incompatible Qt library (5.15.2) with this library (5.15.3)

Message par jean_no »

Salut

Tu dois recompiler les paquets venants de AUR: par ex optimus-manager-qt , qt5-styleplugins

A+
Avatar de l’utilisateur
PowaBanga
archer de cavalerie
Messages : 175
Inscription : mar. 12 sept. 2017, 21:15

Re: [QT5] Cannot mix incompatible Qt library (5.15.2) with this library (5.15.3)

Message par PowaBanga »

ca marche, pour le qt5-styleplugin, c'est très bien vu de ta part !

Merci beaucoup !
Répondre