LinuxQuestions.org
Review your favorite Linux distribution.
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 05-22-2024, 12:53 PM   #91
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,341

Rep: Reputation: 1126Reputation: 1126Reputation: 1126Reputation: 1126Reputation: 1126Reputation: 1126Reputation: 1126Reputation: 1126Reputation: 1126

kdevelop, compile with qt5, only if you uninstall the latest package 'libksysguard' before, because, it is compiled with qt6, another solution, make one package 'libksysguard-5' for qt5 the latest version for qt5, is in slack-current.

Last edited by gmgf; 05-22-2024 at 12:57 PM.
 
1 members found this post helpful.
Old 05-22-2024, 01:03 PM   #92
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,341

Rep: Reputation: 1126Reputation: 1126Reputation: 1126Reputation: 1126Reputation: 1126Reputation: 1126Reputation: 1126Reputation: 1126Reputation: 1126
Non problem here with cervisia it compile with qt5.
 
1 members found this post helpful.
Old 05-22-2024, 01:22 PM   #93
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,341

Rep: Reputation: 1126Reputation: 1126Reputation: 1126Reputation: 1126Reputation: 1126Reputation: 1126Reputation: 1126Reputation: 1126Reputation: 1126
for 'cervisia', try compile the package 'kio-5' like this in one cmake/kio-5 file:

mkdir cmake-build
cd cmake-build
cmake \
"${KDE_BUILD_ARGS[@]}" \
"${KDE_QT5_ARGS[@]}" \
$KDE_OPT_ARGS \
-DKF6_COMPAT_BUILD=ON \
..

and try to rebuild 'cervisia'

Last edited by gmgf; 05-22-2024 at 01:56 PM.
 
1 members found this post helpful.
Old 05-22-2024, 02:35 PM   #94
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,341

Rep: Reputation: 1126Reputation: 1126Reputation: 1126Reputation: 1126Reputation: 1126Reputation: 1126Reputation: 1126Reputation: 1126Reputation: 1126
I have added another package in my ktown 'kio-extra-kf5' the src is here:

https://download.kde.org/stable/rele...24.02.2.tar.xz

it's one dep of kdevelop,

another solution make one kio-extras-5 package with kio-extras-24.02.2.tar.xz

Last edited by gmgf; 05-22-2024 at 02:38 PM.
 
1 members found this post helpful.
Old 05-22-2024, 07:48 PM   #95
sombragris
Member
 
Registered: Jul 2004
Location: Asuncion, Paraguay, South America
Distribution: Slackware
Posts: 922

Rep: Reputation: 423Reputation: 423Reputation: 423Reputation: 423Reputation: 423
After the latest update (Wed May 22 18:57:13 UTC 2024) I no longer can open a Plasma session on Wayland. Opening using "Plasma X11" is still OK.

EDIT: even on a Plasma X11 session, the desktop is unstable. KWin crashes frequently to the point that the desktop is not usable. I have to resort to XFce.

Last edited by sombragris; 05-22-2024 at 08:11 PM.
 
Old 05-22-2024, 09:59 PM   #96
denydias
Member
 
Registered: Dec 2013
Distribution: Slackware
Posts: 305

Rep: Reputation: Disabled
Quote:
Originally Posted by sombragris View Post
After the latest update (Wed May 22 18:57:13 UTC 2024) I no longer can open a Plasma session on Wayland. Opening using "Plasma X11" is still OK.

EDIT: even on a Plasma X11 session, the desktop is unstable. KWin crashes frequently to the point that the desktop is not usable. I have to resort to XFce.
This is due qt6-6.7.1_20240516_6977d02f upgrade. Three choices here:
  1. Downgrade to qt6-6.6.3_20240319_c2516323
  2. Recompile your entire plasma6 stack against new qt6-6.7.1
  3. Wait for the plasma6 packages provider to recompile the entire stack against new qt6-6.7.1
You can find cumulative Slackware packages here (thanks to AlienBOB):

https://taper.alienbase.nl/cumulative/

Last edited by denydias; 05-22-2024 at 10:07 PM.
 
3 members found this post helpful.
Old 05-23-2024, 04:56 AM   #97
rizitis
Member
 
Registered: Mar 2009
Location: Greece,Crete
Distribution: Slackware64-current, Slint
Posts: 724
Blog Entries: 2

Rep: Reputation: 534Reputation: 534Reputation: 534Reputation: 534Reputation: 534Reputation: 534
wrong post

Last edited by rizitis; 05-23-2024 at 05:09 AM.
 
Old 05-23-2024, 05:07 AM   #98
ZhaoLin1457
Senior Member
 
Registered: Jan 2018
Posts: 1,071

Rep: Reputation: 1305Reputation: 1305Reputation: 1305Reputation: 1305Reputation: 1305Reputation: 1305Reputation: 1305Reputation: 1305Reputation: 1305Reputation: 1305
Quote:
Originally Posted by rizitis View Post
slackpkg_build is a script i use when I want to build in current a single package or full DE (kde, xfce) or a project that build multiple files from one main SlackBuild (X11 etc..)


If you want try it.
First clean your /tmp from any *.t?z
Then to build all kde command
Code:
slackpkg_build kde
it will download it in /tmp/slackpkg_buil/kde
then you can cd there and run kde.SlackBuild
when it finish
Code:
upgradepkg --reinstall /tmp/*.t?z
PS. Note that it will some time to build all kde i never tried this...
I mostly use it to rebuild a package from source...for special reasons...
It is about Plasma6 which is built by LuckyCyborg. These packages and their sources are only available as large tarballs.

I don't think this slackpkg_build can be useful when it comes to a KTown-style source tree, which is available in a big tarball uploaded to Mega.
 
Old 05-23-2024, 05:16 AM   #99
ZhaoLin1457
Senior Member
 
Registered: Jan 2018
Posts: 1,071

Rep: Reputation: 1305Reputation: 1305Reputation: 1305Reputation: 1305Reputation: 1305Reputation: 1305Reputation: 1305Reputation: 1305Reputation: 1305Reputation: 1305
It seems that we are facing a classic problem that even the original KTown had.

To help then can in -current appear updates that affect KTown packages (or those in his style), Mr. Hameleers maintains a number of -compat packages:

https://taper.alienbase.nl/people/al.../boost-compat/
https://taper.alienbase.nl/people/al.../icu4c-compat/
https://taper.alienbase.nl/people/al...oppler-compat/

I warmly recommend the use of these three -compat packages by those who use this build of Plasma6, because they were very useful even when Plasma5 was in KTown.
 
Old 05-23-2024, 05:21 AM   #100
rizitis
Member
 
Registered: Mar 2009
Location: Greece,Crete
Distribution: Slackware64-current, Slint
Posts: 724
Blog Entries: 2

Rep: Reputation: 534Reputation: 534Reputation: 534Reputation: 534Reputation: 534Reputation: 534
Quote:
Originally Posted by ZhaoLin1457 View Post
It is about Plasma6 which is built by LuckyCyborg. These packages and their sources are only available as large tarballs.

I don't think this slackpkg_build can be useful when it comes to a KTown-style source tree, which is available in a big tarball uploaded to Mega.
yes you are right i deleted my post. sorry.
 
Old 05-23-2024, 05:54 AM   #101
ZhaoLin1457
Senior Member
 
Registered: Jan 2018
Posts: 1,071

Rep: Reputation: 1305Reputation: 1305Reputation: 1305Reputation: 1305Reputation: 1305Reputation: 1305Reputation: 1305Reputation: 1305Reputation: 1305Reputation: 1305
Another suggestion I have for those who use packages built by LuckyCyborg, is that (just like when Plasma5 was in KTown) to carefully inspect the ChangeLog and if you find packages that you believe can affect Plasma6, to wait for updates to be available from his side. For example, a Qt-6.6.3 update to Qt-6.7.1 is a recipe for disaster.

And here an important note must be made: he does not have at his disposal computers as powerful as many in this forum. And above all, he uses a 3G mobile Internet connection, which is particularly slow in the case of uploads.

This means that you will have to be patient to have updates available, especially when it comes to a full rebuild.

Unfortunately, this is the truth. LuckyCyborg does not have the same high-performance logistics as many of you.

Last edited by ZhaoLin1457; 05-23-2024 at 06:13 AM.
 
1 members found this post helpful.
Old 05-23-2024, 06:24 AM   #102
sombragris
Member
 
Registered: Jul 2004
Location: Asuncion, Paraguay, South America
Distribution: Slackware
Posts: 922

Rep: Reputation: 423Reputation: 423Reputation: 423Reputation: 423Reputation: 423
Quote:
Originally Posted by denydias View Post
This is due qt6-6.7.1_20240516_6977d02f upgrade. Three choices here:
  1. Downgrade to qt6-6.6.3_20240319_c2516323
  2. Recompile your entire plasma6 stack against new qt6-6.7.1
  3. Wait for the plasma6 packages provider to recompile the entire stack against new qt6-6.7.1
You can find cumulative Slackware packages here (thanks to AlienBOB):

https://taper.alienbase.nl/cumulative/
Correct. I downgraded qt6 to the previous version and everything went back to normal. Thanks!!
 
Old 05-23-2024, 09:00 AM   #103
ctrlaltca
Member
 
Registered: May 2019
Location: Italy
Distribution: Slackware
Posts: 339

Rep: Reputation: 395Reputation: 395Reputation: 395Reputation: 395
You may want to also downgrade poppler, otherway okular won't be able to open PDFs, even with the poppler-compat package installed.
 
1 members found this post helpful.
Old 05-23-2024, 09:55 AM   #104
sombragris
Member
 
Registered: Jul 2004
Location: Asuncion, Paraguay, South America
Distribution: Slackware
Posts: 922

Rep: Reputation: 423Reputation: 423Reputation: 423Reputation: 423Reputation: 423
Quote:
Originally Posted by ctrlaltca View Post
You may want to also downgrade poppler, otherway okular won't be able to open PDFs, even with the poppler-compat package installed.
Had no trouble opening PDFs with okular after upgrading to the latest poppler-compat from AlienBob.

EDIT: nevermind, today I couldn't open anything. Had to resort to @denydias' workaround.

Last edited by sombragris; 05-23-2024 at 10:34 PM.
 
1 members found this post helpful.
Old 05-23-2024, 12:28 PM   #105
denydias
Member
 
Registered: Dec 2013
Distribution: Slackware
Posts: 305

Rep: Reputation: Disabled
Quote:
Originally Posted by ctrlaltca View Post
You may want to also downgrade poppler, otherway okular won't be able to open PDFs, even with the poppler-compat package installed.
Indeed. Okular outputs this when trying to load a PDF:

Code:
kf.coreaddons: "Could not load plugin from /usr/lib64/qt6/plugins/okular_generators/okularGenerator_poppler.so: Could not load library from /usr/lib64/qt6/plugins/okular_generators/okularGenerator_poppler.so: (/usr/lib64/libQt6Core.so.6: version `Qt_6.7' not found (required by /usr/lib64/libpoppler-qt6.so.3))"
org.kde.okular.core: Failed to load plugin "/usr/lib64/qt6/plugins/okular_generators/okularGenerator_poppler.so": "Could not load plugin from /usr/lib64/qt6/plugins/okular_generators/okularGenerator_poppler.so: Não foi possível carregar a biblioteca /usr/lib64/qt6/plugins/okular_generators/okularGenerator_poppler.so: (/usr/lib64/libQt6Core.so.6: version `Qt_6.7' not found (required by /usr/lib64/libpoppler-qt6.so.3))"
The upgraded poppler-24.05.0 is also compiled against qt6-6.7.1, so it complains about the version mismatch. That's why poppler-compat doesn't help on this case as it's also built with new qt6 in place.

Downgrading to poppler-24.04.0 workaround the issue for now.

As a side note, blacklist (slackpkg) or greylist (slackpkg+) these sensible packages also helps here.

Last edited by denydias; 05-23-2024 at 02:35 PM.
 
2 members found this post helpful.
  


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
Building the KDE4 for Slackware 15.0 in the KTown style - a build based on the PBSLACKS patches LuckyCyborg Slackware 421 06-05-2024 04:51 AM
e.g., BSD style (Slackware) vs. SystemV style startup scripts haertig Slackware 5 01-03-2009 10:52 PM

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

All times are GMT -5. The time now is 08:05 PM.

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