LinuxQuestions.org
Visit Jeremy's Blog.
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 06-20-2024, 04:52 AM   #4876
chrisretusn
Senior Member
 
Registered: Dec 2005
Location: Philippines
Distribution: Slackware64-current
Posts: 3,017

Rep: Reputation: 1572Reputation: 1572Reputation: 1572Reputation: 1572Reputation: 1572Reputation: 1572Reputation: 1572Reputation: 1572Reputation: 1572Reputation: 1572Reputation: 1572

Code:
Wed Jun 19 18:21:46 UTC 2024
l/libxml2-2.13.1-x86_64-1.txz: Upgraded.
l/libxslt-1.1.41-x86_64-1.txz: Upgraded.
The above combination is a winner, no longer see this when compiling labplot. I presume this is also fixed with other KDE builds.
Code:
module error : failed to open /usr/lib64/libxslt-plugins/exslt_org_common.so
module error : failed to open /usr/lib64/libxslt-plugins/freshmeat_net_projects_freshmeat_submit.so
module error : failed to open /usr/lib64/libxslt-plugins/freshmeat_net_projects_freshmeat_submit.so
<snip>
module error : failed to open /usr/lib64/libxslt-plugins/nwalsh_com_xslt_ext_com_nwalsh_saxon_UnwrapLinks.so
module error : failed to open /usr/lib64/libxslt-plugins/nwalsh_com_xslt_ext_com_nwalsh_saxon_UnwrapLinks.so
module error : failed to open /usr/lib64/libxslt-plugins/nwalsh_com_xslt_ext_com_nwalsh_saxon_UnwrapLinks.so
module error : failed to open /usr/lib64/libxslt-plugins/

Last edited by chrisretusn; 06-20-2024 at 04:53 AM.
 
Old 06-20-2024, 05:09 AM   #4877
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,372

Rep: Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161
For info qt 6.7.2 is ready:

https://code.qt.io/cgit/qt/qtrelease...elease-note.md

Compiled here, the kde qt branche 6.7.2 git with your source, Pat ,plasma 6 work fine.

Last edited by gmgf; 06-20-2024 at 05:58 AM.
 
2 members found this post helpful.
Old 06-20-2024, 06:04 AM   #4878
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,372

Rep: Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161
Quote:
Originally Posted by chrisretusn View Post
Code:
Wed Jun 19 18:21:46 UTC 2024
l/libxml2-2.13.1-x86_64-1.txz: Upgraded.
l/libxslt-1.1.41-x86_64-1.txz: Upgraded.
The above combination is a winner, no longer see this when compiling labplot. I presume this is also fixed with other KDE builds.
Code:
module error : failed to open /usr/lib64/libxslt-plugins/exslt_org_common.so
module error : failed to open /usr/lib64/libxslt-plugins/freshmeat_net_projects_freshmeat_submit.so
module error : failed to open /usr/lib64/libxslt-plugins/freshmeat_net_projects_freshmeat_submit.so
<snip>
module error : failed to open /usr/lib64/libxslt-plugins/nwalsh_com_xslt_ext_com_nwalsh_saxon_UnwrapLinks.so
module error : failed to open /usr/lib64/libxslt-plugins/nwalsh_com_xslt_ext_com_nwalsh_saxon_UnwrapLinks.so
module error : failed to open /usr/lib64/libxslt-plugins/nwalsh_com_xslt_ext_com_nwalsh_saxon_UnwrapLinks.so
module error : failed to open /usr/lib64/libxslt-plugins/
After the Saxons, we add the fresh meat.
 
Old 06-21-2024, 06:14 AM   #4879
LuckyCyborg
Senior Member
 
Registered: Mar 2010
Posts: 3,708

Rep: Reputation: 3593Reputation: 3593Reputation: 3593Reputation: 3593Reputation: 3593Reputation: 3593Reputation: 3593Reputation: 3593Reputation: 3593Reputation: 3593Reputation: 3593
Quote:
Originally Posted by gmgf View Post
After the Saxons, we add the fresh meat.
I've heard that the Saxons loved the fresh meat.
 
Old 06-21-2024, 06:29 AM   #4880
LuckyCyborg
Senior Member
 
Registered: Mar 2010
Posts: 3,708

Rep: Reputation: 3593Reputation: 3593Reputation: 3593Reputation: 3593Reputation: 3593Reputation: 3593Reputation: 3593Reputation: 3593Reputation: 3593Reputation: 3593Reputation: 3593
I have seen on the qt6.SlackBuild
Code:
elif [ "$ARCH" = "i686" ]; then
  # Looks like this is baseline now... maybe time to bump everything to at least i686
  SLKCFLAGS="-O2 -march=i686 -mtune=i686 -mfpmath=sse -msse -msse2 -fcf-protection=none"
  SLKLDFLAGS=""
  LIBDIRSUFFIX=""
I for one, I welcome the i686 overlords!
 
Old 06-21-2024, 09:28 AM   #4881
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,372

Rep: Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161
Quote:
Originally Posted by LuckyCyborg View Post
I've heard that the Saxons loved the fresh meat.
Two expired foods
 
Old 06-21-2024, 10:07 AM   #4882
audriusk
Member
 
Registered: Mar 2011
Location: Klaipėda, Lithuania
Distribution: Slackware
Posts: 366

Rep: Reputation: 204Reputation: 204Reputation: 204
libclc.SlackBuild is using slack-desc of llvm (should be using slack-desc.libclc instead) which results in libclc having an empty package description when installed.
 
1 members found this post helpful.
Old 06-21-2024, 04:58 PM   #4883
0XBF
Member
 
Registered: Nov 2018
Distribution: Slackware
Posts: 810

Rep: Reputation: 941Reputation: 941Reputation: 941Reputation: 941Reputation: 941Reputation: 941Reputation: 941Reputation: 941
There was a 1.9.1 release of bcachefs-tools a couple days ago. Would be nice to get updated in current to try the latest changes.
 
Old 06-21-2024, 08:32 PM   #4884
glennmcc
Member
 
Registered: Jan 2021
Location: North Jackson, Ohio (USA)
Distribution: slackware64-15.0, slackware64-current, slackware-14.0
Posts: 613

Rep: Reputation: 352Reputation: 352Reputation: 352Reputation: 352
Quote:
Originally Posted by 0XBF View Post
There was a 1.9.1 release of bcachefs-tools a couple days ago. Would be nice to get updated in current to try the latest changes.
https://en.wikipedia.org/wiki/Bcachefs

Stability

Bcachefs describes itself as "working and stable, with a small community of users".
When discussing Linux 6.9-rc3 on April 7, 2024, Linus Torvalds touched on the stability of bcachefs, saying
"if you thought bcachefs was stable already, I have a bridge to sell you".

 
Old 06-21-2024, 08:46 PM   #4885
0XBF
Member
 
Registered: Nov 2018
Distribution: Slackware
Posts: 810

Rep: Reputation: 941Reputation: 941Reputation: 941Reputation: 941Reputation: 941Reputation: 941Reputation: 941Reputation: 941
Quote:
Originally Posted by glennmcc View Post
https://en.wikipedia.org/wiki/Bcachefs

Stability

Bcachefs describes itself as "working and stable, with a small community of users".
When discussing Linux 6.9-rc3 on April 7, 2024, Linus Torvalds touched on the stability of bcachefs, saying
"if you thought bcachefs was stable already, I have a bridge to sell you".

I believe that was Linus's comment after accepting patches for bcachefs at the rc3 stage, which is usually not the case.

I don't disagree that bcachefs is in "experimental" stages at this point in its development, and things are going to be in flux. I'm not trying to sell anyone on bcachefs, just passing the word on that there was an update since slackware-current has bcachefs-tools now. I'll be trying it this weekend regardless of whether Pat builds it or I build it since I've got a couple test machines running it.
 
Old 06-21-2024, 09:19 PM   #4886
glennmcc
Member
 
Registered: Jan 2021
Location: North Jackson, Ohio (USA)
Distribution: slackware64-15.0, slackware64-current, slackware-14.0
Posts: 613

Rep: Reputation: 352Reputation: 352Reputation: 352Reputation: 352
Strange occurrence upon 1st boot-up after today's upgrades to -current.

depmod: ERROR: failed to load symbols from /lib/modules/6.9.6/kernel/drivers/net/ethernet/mellanox/mlx5/core/mlx5_core.ko: Invalid argument


Rebooted and no such error the 2nd or 3rd boot-ups.
 
Old 06-22-2024, 12:19 AM   #4887
glennmcc
Member
 
Registered: Jan 2021
Location: North Jackson, Ohio (USA)
Distribution: slackware64-15.0, slackware64-current, slackware-14.0
Posts: 613

Rep: Reputation: 352Reputation: 352Reputation: 352Reputation: 352
Question:

Is there some reason why ffmpeg included in slackware has.... --disable-encoder=aac ?

I made my own custom build with aac enabled and it works fine.
 
Old 06-22-2024, 01:26 AM   #4888
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,502

Rep: Reputation: 4252Reputation: 4252Reputation: 4252Reputation: 4252Reputation: 4252Reputation: 4252Reputation: 4252Reputation: 4252Reputation: 4252Reputation: 4252Reputation: 4252
Quote:
Originally Posted by glennmcc View Post
Question:

Is there some reason why ffmpeg included in slackware has.... --disable-encoder=aac ?

I made my own custom build with aac enabled and it works fine.
The license is not compatible with GPL
 
1 members found this post helpful.
Old 06-22-2024, 05:21 AM   #4889
henca
Senior Member
 
Registered: Aug 2007
Location: Linköping, Sweden
Distribution: Slackware
Posts: 1,044

Rep: Reputation: 701Reputation: 701Reputation: 701Reputation: 701Reputation: 701Reputation: 701Reputation: 701
Quote:
Originally Posted by glennmcc View Post
Is there some reason why ffmpeg included in slackware has.... --disable-encoder=aac ?
It seems to me as if the built in aac encoder has an LGPL license which is kind of compatible with GPL:
https://git.ffmpeg.org/gitweb/ffmpeg...codec/aacenc.c

However, the SlackBuild script might have an explanation in a comment (from http://ftp.slackware.com/pub/slackwa...peg.SlackBuild ):

Code:
# No default patent encumbered features:
aac=""        ; [ "${AAC:-no}" = "no" ]           && aac="--disable-encoder=aac"
regards Henrik
 
Old 06-22-2024, 05:34 AM   #4890
ZhaoLin1457
Senior Member
 
Registered: Jan 2018
Posts: 1,073

Rep: Reputation: 1311Reputation: 1311Reputation: 1311Reputation: 1311Reputation: 1311Reputation: 1311Reputation: 1311Reputation: 1311Reputation: 1311Reputation: 1311
Quote:
Originally Posted by henca View Post
It seems to me as if the built in aac encoder has an LGPL license which is kind of compatible with GPL:
https://git.ffmpeg.org/gitweb/ffmpeg...codec/aacenc.c

However, the SlackBuild script might have an explanation in a comment (from http://ftp.slackware.com/pub/slackwa...peg.SlackBuild ):

Code:
# No default patent encumbered features:
aac=""        ; [ "${AAC:-no}" = "no" ]           && aac="--disable-encoder=aac"
regards Henrik
From what I understand, the American laws do not allow the distribution of this feature outside the United Corporate of Copyright.

Do you want us to have a Slackware for USA only, illegal to be distributed even on Sweden?

Of course, our BDFL can always move to a wonderful region in China, and all these problems will disappear like magic.

Last edited by ZhaoLin1457; 06-22-2024 at 05:42 AM.
 
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
Apache 2.4 requests to non-SSL site with "Upgrade-Insecure-Requests: 1" and no trailing / get redirected to default site owendelong Linux - Server 2 06-22-2021 02:08 PM
[SOLVED] Requests for -current (20151216) rworkman Slackware 3441 12-28-2017 03:50 PM

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

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