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 04-26-2017, 08:47 PM   #1
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
SBo qbittorrent 3.3.12 cannot complete building


I am using a slackBuild off of slackBuilds, for qbittorrent and the updated gz file, moded the slackbuild to conform to the new version, got it to run - complies, then it stopped here.
Code:
make[1]: Leaving directory '/tmp/SBo/qbittorrent-3.3.12/src'
cp: cannot stat 'src/Icons/qBittorrent.desktop': No such file or directory
I looked to see what it was talking about, the dir names do not match. it says Upper case Icons and the actual name of the directory is lower case icons

where the would I look to change that in the code so it looks for the actual name of the directory?
 
Old 04-26-2017, 09:18 PM   #2
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
I'm not sure why yours is using the uppercase I for icons. The SlackBuild doesn't do anything special with .desktop files and the 3.3.12 source I downloaded from github and sourceforge both specifically uses the lower case i when it tries to install the qBittorrent.desktop file.

Code:
jbhansen@craven-moorhead:~/tmp/qBittorrent-release-3.3.12$ grep -R desktop dist/unix/CMakeLists.txt
install(FILES ${qBittorrent_SOURCE_DIR}/src/icons/qBittorrent.desktop
Can you check your dist/unix/CMakeLists.txt file and see what it uses?
 
Old 04-26-2017, 10:34 PM   #3
kujirasan
Member
 
Registered: Mar 2007
Posts: 168

Rep: Reputation: 19
save yourself lot of problems, head aches and troubles etc install the version but out by Alien Bob and the crew, it has qbittorrent and works like charm, as well has lot of other useful programs, I installed Deluge one from sbopkg -i deluge, and it works flawlessly, the reason I use Deluge is that it has full encryption for out and in! try to install from sbopkg , but make sure Q files are dealt with:
#sqg -p qbittorrent
 
Old 04-27-2017, 01:49 AM   #4
55020
Senior Member
 
Registered: Sep 2009
Location: Yorks. W.R. 167397
Distribution: Slackware
Posts: 1,307
Blog Entries: 4

Rep: Reputation: Disabled
Quote:
Originally Posted by BW-userx View Post
I am using a slackBuild off of slackBuilds, for qbittorrent and the updated gz file, moded the slackbuild to conform to the new version
There are 2 different SlackBuilds, you got the wrong one, if you had the right one it would Just Work.

'qbittorrent' (the wrong one) builds version 3.2.5
'qbittorrent-qt5' (the right one) builds version 3.3.12
 
1 members found this post helpful.
Old 04-27-2017, 07:49 AM   #5
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Original Poster
Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by 55020 View Post
There are 2 different SlackBuilds, you got the wrong one, if you had the right one it would Just Work.

'qbittorrent' (the wrong one) builds version 3.2.5
'qbittorrent-qt5' (the right one) builds version 3.3.12
That's what I get for just assuming and NOT looking close enough. Errors

What sparked it was Void updated, it is a rolling release. Qbittorrnt was updated. This happened before, and I did the same thing, and I had no issues with it.

then this last update in Void I got the same message from qBitTorrent. if I use that version with the 'old' files I will not be able to use them with any other version of QbitTorrent.

Now I just need to boot into Void and take a closer look at what version qBitTorrent it is in that one. See where Void is pulling the source from etc...

thanks!

PS dual boot same /home


update:
yah Void has to have to be qt5 even though it does not state it in the query return.

just swap out the one in here (slack) as I am doing right now. should be OK. Voids version is 3.3.12_2

thanks again for pointing that version thing out.

Last edited by BW-userx; 04-27-2017 at 08:04 AM.
 
Old 04-27-2017, 12:59 PM   #6
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
In case you do not want to install Qt5...
My qbittorrent package still uses Qt4 instead of Qt5, and it is the latest version 3.3.12: http://www.slackware.com/~alien/slac...torrent/build/
I built packages for Slackware 14.2 and -current, you can try compiling the package for earlier versions of Slackware yourself if you need that.
 
1 members found this post helpful.
Old 04-27-2017, 01:21 PM   #7
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Original Poster
Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by Alien Bob View Post
In case you do not want to install Qt5...
My qbittorrent package still uses Qt4 instead of Qt5, and it is the latest version 3.3.12: http://www.slackware.com/~alien/slac...torrent/build/
I built packages for Slackware 14.2 and -current, you can try compiling the package for earlier versions of Slackware yourself if you need that.
Yeah I already got qt5 and qt4.x.x.x.x.x.x installed, I just removed the other and installed the qBitTorrent-qt slackbuilds one and booted into Void to check that one too, and they both are back in sync between distros.

I think I did qt5 for vlc or something - its in here for whatever reason anyways -- I stil got a little room left on /
thanks!

Last edited by BW-userx; 04-27-2017 at 01:41 PM.
 
  


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
SBo scripts not building on current (read 1st post, pls) ponce Slackware 5926 05-05-2024 07:41 PM
[SOLVED] Error building gst1-plugins-good 1.4.1 from SBO l0rddarkf0rce Slackware 4 10-06-2014 05:58 PM
Trying to sync qbittorrent to web page ( choose app ) cannot find qbittorrent in the jango42 Linux - Software 1 03-16-2014 11:57 AM
[SOLVED] Failure building nvidia-kernel Slackbuild from SBo sysfce2 Slackware 7 07-02-2011 01:10 AM
problems building fontforge from SBo gtludwig Slackware 7 05-12-2010 01:52 PM

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

All times are GMT -5. The time now is 03:25 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