You are not logged in.

#1 2016-05-23 12:23:03

wangchong
Member
Registered: 2013-06-25
Posts: 76

Help me to fix my qt installation

I recently noticed that some of my applications are broken. It seems they are all related to qt package. Here's more details:

1. hplip package

[wangc@wangc-work ~]$ hp-systray 

HP Linux Imaging and Printing System (ver. 3.16.5)
System Tray Status Service ver. 2.0

Copyright (c) 2001-15 HP Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.

error: No module named 'ui4'
error: Unable to load Qt4/Qt5 support. Is it installed?

2. Cannot building shadowsocks-qt5 (from AUR)

src/ssvalidator.cpp: In static member function ‘static QStringList SSValidator::supportedMethodList()’:
src/ssvalidator.cpp:6:34: error: ‘getSupportedMethodList’ is not a member of ‘QSS::Cipher’

3. Cannot building libqtshadowsocks(from AUR)

profile.t.o: In function `Profile_T::testToURI()':
profile.t.cpp:(.text+0x4b): undefined reference to `QSS::Profile::Profile()'
profile.t.cpp:(.text+0x139): undefined reference to `QSS::Profile::toURI()'
profile.t.o: In function `Profile_T::testConstructorEmpty()':
profile.t.cpp:(.text+0x458): undefined reference to `QSS::Profile::Profile()'
profile.t.o: In function `Profile_T::testConstructorURI()':
profile.t.cpp:(.text+0x8d6): undefined reference to `QSS::Profile::Profile(QByteArray)'
collect2: error: ld returned 1 exit status

What is wrong with my qt and how to fix it?

Thanks

Offline

#2 2016-05-23 12:28:35

arojas
Developer
From: Spain
Registered: 2011-10-09
Posts: 2,097

Re: Help me to fix my qt installation

Those issues have nothing to do with each other, and nothing to do with your Qt installation being broken in any way.

Offline

#3 2016-05-23 12:35:33

wangchong
Member
Registered: 2013-06-25
Posts: 76

Re: Help me to fix my qt installation

OK, I will move them to separate threads.

Offline

Board footer

Powered by FluxBB