LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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-15-2024, 02:38 AM   #76
BrunoLafleur
Member
 
Registered: Apr 2020
Location: France
Distribution: Slackware
Posts: 412

Rep: Reputation: 370Reputation: 370Reputation: 370Reputation: 370

Quote:
Originally Posted by garpu View Post
https://www.linuxquestions.org/quest...ml#post6501709 Been discussed here. Culprit's gcc, allegedly.
Bug 114576 - [14 regression] VEX-prefixed AES instruction without AVX enabled
Status: RESOLVED FIXED
 
2 members found this post helpful.
Old 05-15-2024, 10:18 AM   #77
LuckyCyborg
Senior Member
 
Registered: Mar 2010
Posts: 3,595

Original Poster
Rep: Reputation: 3460Reputation: 3460Reputation: 3460Reputation: 3460Reputation: 3460Reputation: 3460Reputation: 3460Reputation: 3460Reputation: 3460Reputation: 3460Reputation: 3460
Quote:
Originally Posted by gmgf View Post
Hi Lucky:

one of my improvement of Eric ktown:

kservice-5.post-install:
# Drop old Plasma 5 applications.menu
rm -r $PKG/etc
Many thanks!
 
1 members found this post helpful.
Old 05-15-2024, 10:18 AM   #78
LuckyCyborg
Senior Member
 
Registered: Mar 2010
Posts: 3,595

Original Poster
Rep: Reputation: 3460Reputation: 3460Reputation: 3460Reputation: 3460Reputation: 3460Reputation: 3460Reputation: 3460Reputation: 3460Reputation: 3460Reputation: 3460Reputation: 3460
Quote:
Originally Posted by BrunoLafleur View Post
Bug 114576 - [14 regression] VEX-prefixed AES instruction without AVX enabled
Status: RESOLVED FIXED
Many thanks!
 
1 members found this post helpful.
Old 05-15-2024, 05:24 PM   #79
sombragris
Member
 
Registered: Jul 2004
Location: Asuncion, Paraguay, South America
Distribution: Slackware
Posts: 904

Rep: Reputation: 413Reputation: 413Reputation: 413Reputation: 413Reputation: 413
On my side everything seems to be resolved after adding "mitigations=off" to the kernel command line in 6.9.0; so it seems that a config change which happened between 6.6.x and 6.9 was the culprit. All is well now, so far.
 
2 members found this post helpful.
Old 05-15-2024, 10:27 PM   #80
LuckyCyborg
Senior Member
 
Registered: Mar 2010
Posts: 3,595

Original Poster
Rep: Reputation: 3460Reputation: 3460Reputation: 3460Reputation: 3460Reputation: 3460Reputation: 3460Reputation: 3460Reputation: 3460Reputation: 3460Reputation: 3460Reputation: 3460
Quote:
Originally Posted by sombragris View Post
On my side everything seems to be resolved after adding "mitigations=off" to the kernel command line in 6.9.0; so it seems that a config change which happened between 6.6.x and 6.9 was the culprit. All is well now, so far.
Believe it or not, I have failed entirely to notice this illegal instructions drama, because I use systematically this "mitigations=off" kernel parameter.
 
2 members found this post helpful.
Old 05-16-2024, 03:58 AM   #81
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,292

Rep: Reputation: 1079Reputation: 1079Reputation: 1079Reputation: 1079Reputation: 1079Reputation: 1079Reputation: 1079Reputation: 1079
Your package 'kapidox-5-5.115.0-x86_64-1_KDE6.txz', is empty (no contain any doc); it think, now it's better to use kapidox-6.1.0.tar.xz, remove the file /source/kde/pkgsrc/kapidox-5 and remove the file /source/kde/cmake/kapidox-5, who is bad, and, kapidox-6.1.0.tar.xz build correctly, normally.

Last edited by gmgf; 05-16-2024 at 04:17 AM.
 
2 members found this post helpful.
Old 05-20-2024, 12:16 AM   #82
kamazeuci
LQ Newbie
 
Registered: Jul 2019
Posts: 9

Rep: Reputation: Disabled
https://github.com/musescore/MuseScore/issues/15285
 
1 members found this post helpful.
Old 05-20-2024, 07:06 AM   #83
sombragris
Member
 
Registered: Jul 2004
Location: Asuncion, Paraguay, South America
Distribution: Slackware
Posts: 904

Rep: Reputation: 413Reputation: 413Reputation: 413Reputation: 413Reputation: 413
Quote:
Originally Posted by kamazeuci View Post
Thanks! Commented confirming the issue.
 
Old 05-20-2024, 09:34 AM   #84
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,292

Rep: Reputation: 1079Reputation: 1079Reputation: 1079Reputation: 1079Reputation: 1079Reputation: 1079Reputation: 1079Reputation: 1079
Another post-install enhancement, fix one conflict under 'qqc2-desktop-style' and 'qqc2-desktop-style-5' (their contain the same locale).

qqc2-desktop-style-5.post-install:
# locale conflict under qqc2-desktop-style5 and 6 version:
rm -r $PKG/usr/share/locale

or

rm -r $PKG/usr/share
 
2 members found this post helpful.
Old 05-20-2024, 10:30 AM   #85
LuckyCyborg
Senior Member
 
Registered: Mar 2010
Posts: 3,595

Original Poster
Rep: Reputation: 3460Reputation: 3460Reputation: 3460Reputation: 3460Reputation: 3460Reputation: 3460Reputation: 3460Reputation: 3460Reputation: 3460Reputation: 3460Reputation: 3460
Quote:
Originally Posted by gmgf View Post
Another post-install enhancement, fix one conflict under 'qqc2-desktop-style' and 'qqc2-desktop-style-5' (their contain the same locale).

qqc2-desktop-style-5.post-install:
# locale conflict under qqc2-desktop-style5 and 6 version:
rm -r $PKG/usr/share/locale

or

rm -r $PKG/usr/share
Many thanks!
 
1 members found this post helpful.
Old 05-22-2024, 02:09 AM   #86
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,292

Rep: Reputation: 1079Reputation: 1079Reputation: 1079Reputation: 1079Reputation: 1079Reputation: 1079Reputation: 1079Reputation: 1079
Another little thing, kirigami-5 isn't needed, because 'kirigami2' package of slackmare-current is named, 'kirigami2' and it the same that kirigami-5.

it would be more useful to make a 'kirigami-addons-5' package, with the version '0.11.0' of kirigami-addons

Last edited by gmgf; 05-22-2024 at 02:15 AM.
 
2 members found this post helpful.
Old 05-22-2024, 06:54 AM   #87
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,292

Rep: Reputation: 1079Reputation: 1079Reputation: 1079Reputation: 1079Reputation: 1079Reputation: 1079Reputation: 1079Reputation: 1079
For your info, I have build qt6-6.7.1, en also my ktown, with the latest (frameworks plasma and gear rc2), only, 'krfb' and 'kompare' not compile, the rest work fine.

Last edited by gmgf; 05-22-2024 at 06:57 AM.
 
2 members found this post helpful.
Old 05-22-2024, 10:34 AM   #88
LuckyCyborg
Senior Member
 
Registered: Mar 2010
Posts: 3,595

Original Poster
Rep: Reputation: 3460Reputation: 3460Reputation: 3460Reputation: 3460Reputation: 3460Reputation: 3460Reputation: 3460Reputation: 3460Reputation: 3460Reputation: 3460Reputation: 3460
Quote:
Originally Posted by gmgf View Post
Another post-install enhancement, fix one conflict under 'qqc2-desktop-style' and 'qqc2-desktop-style-5' (their contain the same locale).

qqc2-desktop-style-5.post-install:
# locale conflict under qqc2-desktop-style5 and 6 version:
rm -r $PKG/usr/share/locale

or

rm -r $PKG/usr/share
Well, looks like that at least on my Plasma5 build, the package qqc2-desktop-style-5-5.116.1-x86_64-1_KDE6.txz installs the file:
Code:
/usr/share/locale/fr/LC_MESSAGES/qqc2desktopstyle5_qt.qm
while the package qqc2-desktop-style-6.2.0-x86_64-1_KDE6.txz installs the file:

Code:
/usr/share/locale/fr/LC_MESSAGES/qqc2desktopstyle_qt.qm
These translation files aren't identical neither as path or checksum, so I guess I will keep both of them.
 
Old 05-22-2024, 10:48 AM   #89
LuckyCyborg
Senior Member
 
Registered: Mar 2010
Posts: 3,595

Original Poster
Rep: Reputation: 3460Reputation: 3460Reputation: 3460Reputation: 3460Reputation: 3460Reputation: 3460Reputation: 3460Reputation: 3460Reputation: 3460Reputation: 3460Reputation: 3460
Quote:
Originally Posted by gmgf View Post
Another little thing, kirigami-5 isn't needed, because 'kirigami2' package of slackmare-current is named, 'kirigami2' and it the same that kirigami-5.

it would be more useful to make a 'kirigami-addons-5' package, with the version '0.11.0' of kirigami-addons
Yep, the package kirigami-5 is exactly the kirigami2 but built locally - I guess that Mr. Hameleers renamed it for alignment to Frameworks 6.x.

HOWEVER, I made my build with the assumption that no Slackware packages from /kde series are kept on system, so I need it.

Regarding the idea of making also kirigami-addons-5 package, I find it very useful. Many thanks!

Last edited by LuckyCyborg; 05-22-2024 at 12:54 PM.
 
Old 05-22-2024, 10:49 AM   #90
LuckyCyborg
Senior Member
 
Registered: Mar 2010
Posts: 3,595

Original Poster
Rep: Reputation: 3460Reputation: 3460Reputation: 3460Reputation: 3460Reputation: 3460Reputation: 3460Reputation: 3460Reputation: 3460Reputation: 3460Reputation: 3460Reputation: 3460
Quote:
Originally Posted by gmgf View Post
For your info, I have build qt6-6.7.1, en also my ktown, with the latest (frameworks plasma and gear rc2), only, 'krfb' and 'kompare' not compile, the rest work fine.
So the Cervisia and KDevelop series packages compiles? On what style? Qt6 or Qt5 ?

Regarding the Qt6 version, like I have said already, I for one, I try to follow Mr. Hameleers' idea to use the stock Qt6 package from Slackware-current.

Not that I have something against Qt-6.7.1 , I would love to see it on -current.

Last edited by LuckyCyborg; 05-22-2024 at 10:52 AM.
 
  


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 410 Today 03:16 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 11:52 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