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 04-09-2021, 12:50 AM   #7321
pghvlaans
Member
 
Registered: Jan 2021
Distribution: Slackware64 {15.0,-current}, FreeBSD, stuff on QEMU
Posts: 451

Rep: Reputation: 363Reputation: 363Reputation: 363Reputation: 363

Quote:
Originally Posted by Lockywolf View Post
Code:
/var/log/packages/kservice-5.80.0-x86_64-1:etc/profile.d/kde.sh
still has a reference to kde4

Code:
PATH="$PATH:/usr/lib64/kf5:/usr/lib64/kde4/libexec"
That's wrong, right?
It's the same in /etc/profile.d/kde.csh. I've been using a couple of patches that check for the existence of the KDE4 directory to keep the path neat and tidy.
Attached Files
File Type: txt kde.sh.patch.txt (463 Bytes, 12 views)
File Type: txt kde.csh.patch.txt (489 Bytes, 8 views)
 
Old 04-09-2021, 03:20 AM   #7322
gouttegd
Member
 
Registered: Nov 2019
Location: London, UK
Distribution: Slackware
Posts: 92

Rep: Reputation: 161Reputation: 161
Quote:
Originally Posted by Lockywolf View Post
gnupg 2.3.0
I personally would be all in favor for that (I am already using GnuPG 2.3.0 here), but please note that this is a development branch (as GnuPG 2.1 was in its time). As the stable 2.2 branch is expected to be maintained at least until december 2024, maybe Slackware-15 should be shipped with it instead?
 
1 members found this post helpful.
Old 04-09-2021, 07:03 AM   #7323
biker_rat
Member
 
Registered: Feb 2010
Posts: 369

Rep: Reputation: 220Reputation: 220Reputation: 220
Ffmpeg 4.4
 
Old 04-09-2021, 08:18 AM   #7324
MDKDIO
Member
 
Registered: Mar 2004
Location: Sweden
Distribution: Slackware 15
Posts: 521

Rep: Reputation: 187Reputation: 187
Pidgin 2.14.3
http://downloads.sourceforge.net/pid...2.14.3.tar.bz2
 
Old 04-09-2021, 08:20 AM   #7325
MDKDIO
Member
 
Registered: Mar 2004
Location: Sweden
Distribution: Slackware 15
Posts: 521

Rep: Reputation: 187Reputation: 187
Thunderbird 78.9.1
https://www.thunderbird.net/en-US/th.../releasenotes/
 
1 members found this post helpful.
Old 04-09-2021, 10:45 AM   #7326
upnort
Senior Member
 
Registered: Oct 2014
Distribution: Slackware
Posts: 1,893

Rep: Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161
Pat,

Proposed usability patch for rc.inet1.conf:

Code:
--- rc.inet1.conf	2021-04-09 10:39:43.320849604 -0500
+++ rc.inet1.conf.new	2021-04-09 10:44:00.881610200 -0500
@@ -14,6 +14,11 @@
 #
 # Important note for IPv6 stateless auto configuration (SLAAC) users:
 # From Slackware 15.0 onwards, you need to set USE_SLAAC[0]="yes" below.
+#
+# The previous method of using the NETMASK[0] field no longer exists.
+# Instead use CIDR notation in the IP address. For example,
+# IPADDRS[0]="192.168.1.10/24". When used the pkgtools netconfig tool
+# will automatically add the CIDR notation.
 
 # =============================================================================
Thanks.
 
3 members found this post helpful.
Old 04-09-2021, 01:44 PM   #7327
saxa
Senior Member
 
Registered: Aug 2004
Location: Nova Gorica, Salvador
Distribution: Slackware
Posts: 1,213

Rep: Reputation: 297Reputation: 297Reputation: 297
gdk-pixbuf-2.42.6
https://download.gnome.org/sources/g...-2.42.6.tar.xz
 
Old 04-09-2021, 03:26 PM   #7328
franzen
Member
 
Registered: Nov 2012
Distribution: slackware
Posts: 535

Rep: Reputation: 379Reputation: 379Reputation: 379Reputation: 379
To be more clear what the bzip/zlib change to perl.SlackBuild helps:
Code:
# readelf -d /usr/lib64/perl5/auto/Compress/Raw/Bzip2/Bzip2.so | grep bz2
 0x0000000000000001 (NEEDED)             Shared library: [libbz2.so.1]
# readelf -d /usr/lib64/perl5/auto/Compress/Raw/Zlib/Zlib.so | grep libz
 0x0000000000000001 (NEEDED)             Shared library: [libz.so.1]
Currently these are built in statically.
 
Old 04-09-2021, 04:56 PM   #7329
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,335

Rep: Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930
Hi ,after addition of c-ares i suggest rebuild --> nghttp2
This can catch c-ares , autdetected no need extra flags or option build.

Thanks!
 
2 members found this post helpful.
Old 04-10-2021, 01:22 AM   #7330
franzen
Member
 
Registered: Nov 2012
Distribution: slackware
Posts: 535

Rep: Reputation: 379Reputation: 379Reputation: 379Reputation: 379
To bring mozjs78 in line with the other mozilla builds, please consider for mozjs78.SlackBuild:
Code:
--with-system-nspr
--linker=lld
--enable-release
For firefox --enable-release is set by BUILD_OFFICIAL="1".

system-nspr:
Code:
readelf -d /usr/lib/libmozjs-78.so.0.0.0 | grep 4.so
 0x0000000000000001 (NEEDED)             Shared library: [libplds4.so]
 0x0000000000000001 (NEEDED)             Shared library: [libplc4.so]
 0x0000000000000001 (NEEDED)             Shared library: [libnspr4.so]
 
Old 04-10-2021, 01:56 AM   #7331
franzen
Member
 
Registered: Nov 2012
Distribution: slackware
Posts: 535

Rep: Reputation: 379Reputation: 379Reputation: 379Reputation: 379
Building firefox/thunderbird against more system-libs brought some instability in former times. This seems to have improved as some problematic options were removed entirely, what's left is used by arch/gentoo/..., so these are probably to consider:
Code:
--with-system-ffi
--with-system-pixman
--with-system-icu
--with-system-jpeg
--with-system-webp
--with-system-libevent
--with-system-libvpx
 
1 members found this post helpful.
Old 04-10-2021, 09:41 AM   #7332
Markus Wiesner
Member
 
Registered: Mar 2016
Distribution: Slackware
Posts: 146

Rep: Reputation: 237Reputation: 237Reputation: 237
installpkg writes COMPRESSED PACKAGE SIZE and UNCOMPRESSED PACKAGE SIZE with a comma if an appropriate locale (like LANG=de_DE.utf8) is set during installation:

Code:
PACKAGE NAME:     elogind-246.10-x86_64-1
COMPRESSED PACKAGE SIZE:     1,1M
UNCOMPRESSED PACKAGE SIZE:     4,4M
I think it would be better to normalize this with LC_ALL=C when setting COMPRESSED and UNCOMPRESSED. Currently i have a mixture of formattings with comma and dot in /var/lib/pkgtools/packages because LANG was sometimes de_DE and sometimes en_US.

By the way: mariadb still always overwrites /etc/security/user_map.conf on update, see here. The default file only contains comments, so there is no need to force an update of this file.

Last edited by Markus Wiesner; 04-10-2021 at 09:50 AM.
 
Old 04-10-2021, 10:09 AM   #7333
madridsecreto
Member
 
Registered: Apr 2018
Location: Madrid
Distribution: Slackware64 -current
Posts: 34

Rep: Reputation: 30
Can we remove the second compilation of emacs-no-x11 from the Emacs package's slackbuild? We can always pass the option '-nw' to regular Emacs' binary to get the same result. That's what I use myself for editing emails with Mutt and git commit messages. It works fine and would allow us to take advantage of pdumper again, which should make the program boot a little faster. (That option is currently removed in the SlackBuild.)
 
Old 04-10-2021, 10:13 AM   #7334
Lockywolf
Member
 
Registered: Jul 2007
Posts: 683

Rep: Reputation: 253Reputation: 253Reputation: 253
Quote:
Originally Posted by madridsecreto View Post
Can we remove the second compilation of emacs-no-x11 from the Emacs package's slackbuild? We can always pass the option '-nw' to regular Emacs' binary to get the same result. That's what I use myself for editing emails with Mutt and git commit messages. It works fine and would allow us to take advantage of pdumper again, which should make the program boot a little faster. (That option is currently removed in the SlackBuild.)
Nope, an emacs binary linked against X11 libraries wouldn't start on a non-X11 machine, and it's still a large use-case for Slackware.

What is pdumper?
 
1 members found this post helpful.
Old 04-10-2021, 11:18 AM   #7335
madridsecreto
Member
 
Registered: Apr 2018
Location: Madrid
Distribution: Slackware64 -current
Posts: 34

Rep: Reputation: 30
Quote:
Originally Posted by Lockywolf View Post
Nope, an emacs binary linked against X11 libraries wouldn't start on a non-X11 machine, and it's still a large use-case for Slackware.
Have you tried what I suggested? Besides, I use Emacs outside of X every day, and it works by invoking the regular Emacs binary, not emacs-no-x11. As far as I know, the latter is only used in X when you need no X, which is exactly the same use-case that 'emacs -nw' covers.

I may be wrong, of course, but I think Emacs detects when it's running on X and when it's not. The compilation options are just there to make Emacs X-capable, not to force X on it. But, again, I'm willing to be proved wrong. Test it and come back to me with the results. It's not like it's that big of an issue. I just wanted to remove bloat. If it can't be removed, so be it.

Quote:
Originally Posted by Lockywolf View Post
What is pdumper?
https://www.linuxquestions.org/quest...ml#post6160798
 
  


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
[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:18 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