LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 10-26-2018, 08:46 AM   #1
ajevremovic
Member
 
Registered: May 2011
Location: Serbia
Posts: 82

Rep: Reputation: 40
qBittorrent stopped working in current


After latest updated in the current, qbittorrent (alienbob) stopped working:
Code:
qbittorrent: symbol lookup error: /usr/lib64/libQt5Core.so.5: undefined symbol: u_strToUpper_63
Anyone else had problems with this?
 
Old 10-26-2018, 08:47 AM   #2
orbea
Senior Member
 
Registered: Feb 2015
Distribution: Slackware64-current
Posts: 1,950

Rep: Reputation: Disabled
Does rebuilding it resolve the issue?
 
Old 10-26-2018, 09:31 AM   #3
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
Did you upgrade to the latest build of qt5?
 
Old 10-27-2018, 05:32 AM   #4
ajevremovic
Member
 
Registered: May 2011
Location: Serbia
Posts: 82

Original Poster
Rep: Reputation: 40
I have not tried to rebuild, I installed Alien Bob's package. Also, I have both QT packages:

qt-4.8.7-x86_64-10
qt5-5.11.2-x86_64-2alien

Maybe this is the problem?
 
Old 10-27-2018, 05:39 AM   #5
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Did you upgrade everything in current or did you selectively pick packages? I wonder if you missed or skipped icu4c-63.1.
 
Old 10-27-2018, 06:11 AM   #6
ajevremovic
Member
 
Registered: May 2011
Location: Serbia
Posts: 82

Original Poster
Rep: Reputation: 40
I get this error when try to compile qbittorrent:

/usr/lib64/qt5/bin/lrelease: symbol lookup error: /usr/lib64/qt5/bin/../../libQt5Core.so.5: undefined symbol: u_strToUpper_63
Project ERROR: Building translations failed, cannot continue

configure: error: Failed running /usr/lib64/qt5/bin/qmake to generate the makefile
 
Old 10-27-2018, 09:14 AM   #7
orbea
Senior Member
 
Registered: Feb 2015
Distribution: Slackware64-current
Posts: 1,950

Rep: Reputation: Disabled
As Alien Bob hinted looks like you have an incomplete install and your Qt5 installation is broken as a result.
 
Old 10-28-2018, 12:06 PM   #8
ajevremovic
Member
 
Registered: May 2011
Location: Serbia
Posts: 82

Original Poster
Rep: Reputation: 40
Quote:
Originally Posted by Alien Bob View Post
Did you upgrade everything in current or did you selectively pick packages? I wonder if you missed or skipped icu4c-63.1.
Yes, you are right - for some reason icu4c-61.1-x86_64-2 is here, and slackpkg is not upgrading packages from main tree. Will have to check that first...
 
Old 10-28-2018, 01:16 PM   #9
ajevremovic
Member
 
Registered: May 2011
Location: Serbia
Posts: 82

Original Poster
Rep: Reputation: 40
After solving the system update issues (and updating the system), I get this error:
Code:
bash-4.4$ qbittorrent
qbittorrent: error while loading shared libraries: libboost_system.so.1.59.0: cannot open shared object file: No such file or directory
bash-4.4$ grep libboost_system /var/log/packages/*
/var/log/packages/boost-1.68.0-x86_64-2:usr/lib64/libboost_system.a
/var/log/packages/boost-1.68.0-x86_64-2:usr/lib64/libboost_system.so.1.68.0
 
Old 10-28-2018, 01:22 PM   #10
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,097

Rep: Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174
something you have on the system (in this case probably a dependency of qbittorent) is not updated too/has been built on an older version of current and is still looking for a version of the boost library that isn't there anymore.
 
Old 10-28-2018, 01:24 PM   #11
ajevremovic
Member
 
Registered: May 2011
Location: Serbia
Posts: 82

Original Poster
Rep: Reputation: 40
Quote:
Originally Posted by ponce View Post
something you have on the system (in this case probably a dependency of qbittorent) is not updated too/has been built on an older version of current and is still looking for a version of the boost library that isn't there anymore.
I installed the latest qbittorrent package (alienbob rep): qbittorrent-3.3.16-x86_64-1alien. Looks like that package is compiled against a previous version of boost.
 
Old 10-28-2018, 01:28 PM   #12
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,097

Rep: Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174
Quote:
Originally Posted by ajevremovic View Post
I installed the latest qbittorrent package (alienbob rep): qbittorrent-3.3.16-x86_64-1alien. Looks like that package is compiled against a previous version of boost.
the latest qbittorrent package for current provided by Alien Bob is versioned 4.1.2.
 
Old 10-28-2018, 04:23 PM   #13
ajevremovic
Member
 
Registered: May 2011
Location: Serbia
Posts: 82

Original Poster
Rep: Reputation: 40
Quote:
Originally Posted by ponce View Post
the latest qbittorrent package for current provided by Alien Bob is versioned 4.1.2.
Obviously, there is something wrong with slackpkg (I tried slackpg install qbittorrent) - it is offering an old version: https://ibb.co/gUSyrV

Also, I had to manually upgrade libtorrent-rasterbar.

Finally, I got this error:
Code:
qbittorrent: error while loading shared libraries: libicui18n.so.56: cannot open shared object file: No such file or directory
even if the latest package is installed: icu4c-63.1-x86_64-1.
 
Old 10-28-2018, 05:35 PM   #14
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Quote:
Originally Posted by ajevremovic View Post
Obviously, there is something wrong with slackpkg (I tried slackpg install qbittorrent) - it is offering an old version
Obviously there's something wrong on your local end.
Resolve your configuration issue and the problems you have will resolve themselves.
You do not provide sufficient background data to allow us to point out the solution.
 
Old 10-28-2018, 10:04 PM   #15
chrisretusn
Senior Member
 
Registered: Dec 2005
Location: Philippines
Distribution: Slackware64-current
Posts: 2,969

Rep: Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548
I am running qbittorrent 4.1.3 w/libtorrent-rasterbar 1.1.10 just fine on Slackware64-current. I upgraded both because a rebuild was needed due to changes (notably boost) in -current. Custom SlackBuild, compile section similar to Alien Bob's except I don't make an non-gui.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] ffmpeg stopped working on my slckware current installation. ewlabonte Slackware 5 11-29-2017 06:46 PM
[SOLVED] Printing stopped in Current brodo Slackware 2 09-17-2016 04:07 AM
Trying to sync qbittorrent to web page ( choose app ) cannot find qbittorrent in the jango42 Linux - Software 1 03-16-2014 11:57 AM
Kde4 compose stopped working after last current update (slack-13_64) erickFis Slackware 3 01-29-2010 07:24 AM
ssh stopped working in Slackware-current. merchtemeagle Slackware 10 04-27-2006 06:01 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 01:55 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration