Author |
Message |
Chili Dog

Joined: 20 Dec 2011 Posts: 163
|
Posted: Sat 05 Mar 2016, 06:34 Post subject:
Need Qt5 for Slacko |
|
That works under Slacko. I tried to get it to compile but it didn't work.
|
Back to top
|
|
 |
musher0
Joined: 04 Jan 2009 Posts: 15041 Location: Gatineau (Qc), Canada
|
Posted: Sat 05 Mar 2016, 06:52 Post subject:
Re: QT5 |
|
Chili Dog wrote: | That works under Slacko. I tried to get it to compile but it didn't work. | Hi Chili Dog.
I think I saw a ready-made one lying around this forum. Can't remember where,
exactly... Use your detective skills?
BFN.
_________________ musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)
|
Back to top
|
|
 |
watchdog
Joined: 28 Sep 2012 Posts: 2022 Location: Italy
|
Posted: Sat 05 Mar 2016, 07:19 Post subject:
|
|
http://murga-linux.com/puppy/viewtopic.php?p=830230#830230
Not tested in slacko.
|
Back to top
|
|
 |
666philb

Joined: 07 Feb 2010 Posts: 3635 Location: wales ... by the sea
|
Posted: Sat 05 Mar 2016, 07:41 Post subject:
|
|
these are for tahrpup but may work in slacko
32bit http://ftp.nluug.nl/os/Linux/distr/puppylinux/pet_packages-tahr/qt-5.2.1_i386.sfs
64bit http://ftp.nluug.nl/os/Linux/distr/puppylinux/pet_packages-tahr64/qt5-5.5.1_amd64.sfs
with the 64bit version you may need to Code: | export LD_LIBRARY_PATH=/opt/qt5/lib | before running a qt5 application and use /opt/qt5/bin/qmake for compiling
_________________ Bionicpup64 built with bionic beaver packages http://murga-linux.com/puppy/viewtopic.php?t=114311
Xenialpup64, built with xenial xerus packages http://murga-linux.com/puppy/viewtopic.php?t=107331
|
Back to top
|
|
 |
Chili Dog

Joined: 20 Dec 2011 Posts: 163
|
Posted: Mon 07 Mar 2016, 17:55 Post subject:
|
|
Thanks. I'll try it out.
|
Back to top
|
|
 |
dannydiff
Joined: 28 Feb 2016 Posts: 21 Location: PA, USA
|
Posted: Fri 25 Mar 2016, 20:02 Post subject:
qt5 |
|
Chilli is right doesn't work even if you rearrange the sfs file and edit the /lib to lib64/. I even changed the /opt to /lib64 and still didn't do the trick. Just a big waste of 3 hours.
|
Back to top
|
|
 |
666philb

Joined: 07 Feb 2010 Posts: 3635 Location: wales ... by the sea
|
Posted: Sat 26 Mar 2016, 20:36 Post subject:
|
|
the qt5 sfs's for tahrpup half work for slacko. some apps do some don't.
might be better to try one of these
http://slackware.org.uk/people/alien/sbrepos/14.1/x86/qt5/qt5-5.5.1-i486-4alien.txz
http://slackware.org.uk/people/alien/sbrepos/14.1/x86_64/qt5/qt5-5.5.1-x86_64-4alien.txz
_________________ Bionicpup64 built with bionic beaver packages http://murga-linux.com/puppy/viewtopic.php?t=114311
Xenialpup64, built with xenial xerus packages http://murga-linux.com/puppy/viewtopic.php?t=107331
|
Back to top
|
|
 |
musher0
Joined: 04 Jan 2009 Posts: 15041 Location: Gatineau (Qc), Canada
|
Posted: Sat 26 Mar 2016, 21:23 Post subject:
|
|
Hello 666philb and all.
This begs the question: why? Can you provide a more detailed reason? TIA.
Best regards.
_________________ musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)
|
Back to top
|
|
 |
Pelo
Joined: 10 Sep 2011 Posts: 12591 Location: Mer méditerrannée (1 kms°)
|
Posted: Sat 25 Jun 2016, 05:09 Post subject:
successful with QT5 in Slacko ? |
|
Chili Dog, were you successful with QT5 in Slacko ? Which apps did you try ?
Feed back to francophones will be mailed here
_________________ Passenger Pelo ! don't ask him to repair the aircraft. Don't use him as a demining dog .... pleeease.
|
Back to top
|
|
 |
scsijon
Joined: 23 May 2007 Posts: 1600 Location: the australian mallee
|
Posted: Mon 08 Aug 2016, 07:29 Post subject:
|
|
qt5 has some extra requirements as it can call up other components if needed to run a user package. I suspect one or more maybe missing.
I have found the best way to generically test for missing 'requirements' is to :-
1- go into your /usr/share/applications
2- look for the menu itemIcon your starting
3- open the script file in geany
4- open a console screen (I do this in a separate window so I can switch back without the possability of corrupting my working application) and change the console to your qt5's bin directory
5- highlite or copy the line starting after Exec= (about line6) and see what it says, if it includes a %1 etc that's the package that you want to start and you need to replace the %1 with it
6- paste/type it all into your console screen (use full paths please)
7- hit your enter key and see what appears or evolves
it may tell you what you also need, give a help message, ask for extra 'switches (the -nnn bits), or even just ask for the package you want to open with the application
you can also find with qt5 that there is compatability problems between compiled versions. there were a few problems back around and before 5.3.1. If your package was written properly, it should tell you what one you need, especially if the currrent qt5 is too new.
try this first and if it gives errors back that should give some guidance.
attach/copy the output if you can't sort it out and I shall keep an eye for a while on this thread.
btw you shouldn't mix 32bit and 64bit code with qt5 as some of it is handled differantly, it can really get itself in a cloverleaf-knot!
|
Back to top
|
|
 |
belham2
Joined: 15 Aug 2016 Posts: 1743
|
Posted: Fri 19 May 2017, 12:32 Post subject:
|
|
Reviving this thread, because it seems it is sort of important if the world of puppy-slacko is going to remain relevant with quite a bit of programs:
Any chance anyone found any answer for Chili's original question in this thread?
I've tried alienware's (phil's link) and even tried compiling qt5 in slacko64, and it was (like another poster in this thread wrote) a fantastic waste of 3-4 hours trying to get everything to work.
So the question remains: is there even a qt5 (or qt5-common) .pet and/or sfs that exists for any puppy slacko64 version of these past few years?? Scabz's 32-bit version (via Watchdog's link) gives it a go in 32-bit, but, sadly, at today's recent past year 32-slacko releases, it too is failing.
|
Back to top
|
|
 |
norgo

Joined: 13 Nov 2015 Posts: 389 Location: Germany
|
Posted: Fri 19 May 2017, 14:59 Post subject:
Qt 5.6.1-1 for Slacko 700 |
|
@belham2
Qt 5.6.1-1 for Slacko 700 ( 32 bit )
|
Back to top
|
|
 |
watchdog
Joined: 28 Sep 2012 Posts: 2022 Location: Italy
|
Posted: Fri 19 May 2017, 15:58 Post subject:
|
|
I used a modded alien2puppy script to build a qt5-with_webkit-5.6.1-x86_64-s14.2.sfs from packages downloaded by ppm in slacko64 700 beta 3. It's working for me because I downloaded calibre (which needs qt5) and it is working in my install. I propose it for testing.
qt5-with_webkit-5.6.1-x86_64-s14.2.sfs:
https://drive.google.com/file/d/0B9iMb4UZBeFkQUxmaXMtX3FQZWc/view?usp=sharing
qt5_DEV-with_webkit-5.6.1-x86_64-s14.2.sfs:
https://drive.google.com/file/d/0B9iMb4UZBeFkakxHelJscnBQSTg/view?usp=sharing
Code: | # md5sum qt5-with_webkit-5.6.1-x86_64-s14.2.sfs
93ec24274b6a28796e4d24ddb1019b4e qt5-with_webkit-5.6.1-x86_64-s14.2.sfs |
Code: | # md5sum qt5_DEV-with_webkit-5.6.1-x86_64-s14.2.sfs
c9720f36a7fb368792540ffb884abe4f qt5_DEV-with_webkit-5.6.1-x86_64-s14.2.sfs |
EDIT: one lib is missing. See two posts below. libxcb-xinerama.so.0 is needed.
Last edited by watchdog on Sat 20 May 2017, 04:51; edited 1 time in total
|
Back to top
|
|
 |
peebee

Joined: 21 Sep 2008 Posts: 4391 Location: Worcestershire, UK
|
Posted: Sat 20 May 2017, 02:34 Post subject:
|
|
Maybe worth trying?:
qt5-5.7.1-x86_64-1ponce.txz 2017-Feb-10 19:27:04 61.5M application/slackware-package
_________________
LxPup = Puppy + LXDE
Main version used daily: LxPupSc; Assembler of UPups, ScPup & ScPup64, LxPup, LxPupSc & LxPupSc64
|
Back to top
|
|
 |
watchdog
Joined: 28 Sep 2012 Posts: 2022 Location: Italy
|
Posted: Sat 20 May 2017, 04:32 Post subject:
|
|
watchdog wrote: | I used a modded alien2puppy script to build a qt5-with_webkit-5.6.1-x86_64-s14.2.sfs from packages downloaded by ppm in slacko64 700 beta 3. It's working for me because I downloaded calibre (which needs qt5) and it is working in my install. I propose it for testing. |
I can run qupzilla in slacko64 700 beta3 with my sfs (sorry, menu entries not working). One more lib needed which I copied from centos. I attach it: remove fake gz and move it in /usr/lib64.
Description |
|

Download |
Filename |
libxcb-xinerama.so.0.gz |
Filesize |
10.87 KB |
Downloaded |
381 Time(s) |
|
Back to top
|
|
 |
|