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 04-16-2021, 06:31 PM   #7396
majekw
LQ Newbie
 
Registered: May 2011
Distribution: Slackware
Posts: 15

Rep: Reputation: 23

Quote:
Originally Posted by drumz View Post
Is this still true?
You could be right :-)
I checked changelog of LVM2 and found:
Quote:
Allow activation of pools when thin/cache_check tool is missing.
So, for activation I think it shouldn't be necessary.
Thank you for testing.
 
Old 04-16-2021, 06:39 PM   #7397
upnort
Senior Member
 
Registered: Oct 2014
Distribution: Slackware
Posts: 1,893

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

If something important gets overlooked here, just keep after me.

Perhaps not "important" but perhaps low level annoying -- dangling symlinks:

cldr-emoji-annotation
bind9
util-linux
gftp
articulate
 
Old 04-16-2021, 07:44 PM   #7398
mumahendras3
Member
 
Registered: Feb 2018
Location: Indonesia
Distribution: Slackware-current + s6 + s6-rc + s6-linux-init (github.com/mumahendras3/sl6ckware)
Posts: 125

Rep: Reputation: Disabled
Quote:
Originally Posted by mumahendras3 View Post
I'm sorry for bumping this, below changes are needed for /usr/bin/sddm to let the init process properly supervise SDDM. Also "$*" is changed to "$@" since I think that is more appropriate for propagating the positional parameters in this script.

Thanks for the consideration!

Code:
--- a/usr/bin/sddm      2021-03-22 13:30:32.209653646 +0700
+++ b/usr/bin/sddm      2021-03-22 13:32:55.810714919 +0700
@@ -3,4 +3,4 @@
 if [ -f /etc/default/sddm ]; then
   . /etc/default/sddm
 fi
-/usr/bin/sddm.bin "$*"
+exec /usr/bin/sddm.bin "$@"
Sorry for bumping this up again. Hope it's still worth mentioning.

Thanks!
 
2 members found this post helpful.
Old 04-16-2021, 09:35 PM   #7399
saxa
Senior Member
 
Registered: Aug 2004
Location: Nova Gorica, Salvador
Distribution: Slackware
Posts: 1,213

Rep: Reputation: 297Reputation: 297Reputation: 297
Hi I think we can upgrade those:

vte-0.64.0
https://download.gnome.org/sources/v...-0.64.0.tar.xz

adwaita-icon-theme-40.0
https://download.gnome.org/sources/a...me-40.0.tar.xz
 
Old 04-17-2021, 04:02 AM   #7400
burdi01
Member
 
Registered: Dec 2010
Location: The Netherlands
Distribution: Slackware Current64, PartedMagic, Xubuntu
Posts: 465

Rep: Reputation: 114Reputation: 114
Vte 0.64.0 : already in Current via the Wed Mar 31 23:43:20 UTC 2021 update.
But also see https://www.linuxquestions.org/quest...le-4175693112/

Last edited by burdi01; 04-17-2021 at 04:06 AM.
 
Old 04-17-2021, 06:30 AM   #7401
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,212

Rep: Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998
ICU 69.1:

http://site.icu-project.org/

https://github.com/unicode-org/icu/r...g/release-69-1
 
Old 04-17-2021, 07:46 AM   #7402
tramtrist
Member
 
Registered: Jul 2018
Location: Cincinnati USA
Distribution: Slackware
Posts: 535

Rep: Reputation: 327Reputation: 327Reputation: 327Reputation: 327
Adding swaywm as a gateway to a simple wayland DE would be nice
 
2 members found this post helpful.
Old 04-17-2021, 07:47 AM   #7403
opty
Member
 
Registered: Mar 2021
Posts: 175

Rep: Reputation: Disabled
IMHO slackpkg should list all *.new, just not touch the important or one can forget like I almost did a while ago about /etc/rc.d/rc.inet1.conf.new.
 
1 members found this post helpful.
Old 04-17-2021, 08:36 AM   #7404
saxa
Senior Member
 
Registered: Aug 2004
Location: Nova Gorica, Salvador
Distribution: Slackware
Posts: 1,213

Rep: Reputation: 297Reputation: 297Reputation: 297
Quote:
Originally Posted by burdi01 View Post
Vte 0.64.0 : already in Current via the Wed Mar 31 23:43:20 UTC 2021 update.
But also see https://www.linuxquestions.org/quest...le-4175693112/
Ups sorry didnt noticed it.
 
Old 04-17-2021, 04:25 PM   #7405
hendrickxm
Member
 
Registered: Feb 2014
Posts: 344

Rep: Reputation: Disabled
Please upgrade to bc-3.x instead of the older bc-1.0.7 now used.
 
Old 04-17-2021, 05:24 PM   #7406
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,335

Rep: Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930
Quote:
Originally Posted by hendrickxm View Post
Please upgrade to bc-3.x instead of the older bc-1.0.7 now used.
where is bc-3.x ?

I found big distros are using same as slackware 1.07


https://ftp.gnu.org/gnu/bc/
 
Old 04-17-2021, 05:42 PM   #7407
hendrickxm
Member
 
Registered: Feb 2014
Posts: 344

Rep: Reputation: Disabled
Quote:
Originally Posted by USUARIONUEVO View Post
where is bc-3.x ?

I found big distros are using same as slackware 1.07


https://ftp.gnu.org/gnu/bc/
LFS is using: https://git.yzena.com/gavin/bc
Seems 4.0.0 is out. I was trying a custom sfs build and bc-1.0.7 failed and I checked latest LFS and saw it is using a different source.

Last edited by hendrickxm; 04-17-2021 at 05:46 PM.
 
Old 04-17-2021, 06:35 PM   #7408
elyk
Member
 
Registered: Jun 2004
Distribution: Slackware
Posts: 241

Rep: Reputation: 49
Bumping the UEFI filename issue again:

Code:
$ find source/installer -iname '*.efi' -exec file {} +
source/installer/sources/efi.i586/EFI/BOOT/BOOTX64.EFI:   PE32 executable (EFI application) Intel 80386 (stripped to external PDB), for MS Windows
source/installer/sources/efi.x86_64/EFI/BOOT/BOOTX64.EFI: PE32+ executable (EFI application) x86-64 (stripped to external PDB), for MS Windows
The file in efi.i586 should be named BOOTIA32.EFI according to the UEFI spec section 3.5.1.1, otherwise these machines aren't going to find it.
 
3 members found this post helpful.
Old 04-17-2021, 06:49 PM   #7409
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,057

Rep: Reputation: Disabled
nodejs

Currently nodejs is only included in Slackware-current as a build dep of mozilla-firefox and mozilla-thunderbird. I suggest to upgrade it to the current LTS version (14.6.1 at time of writing) and ship it as a standalone package. It is needed for instance by antora, used to provide all Fedora documentation like for instance the installation guide for Fedora 33 and that I will use to provide the Slint Handbook and would come handy to keep updated (and versioned and maybe localized ) the SlackBook with a much more attractive UI. More generally Java script usage is increasing including outside of web browsers so this could benefit a lot of projects during Slackware 15 life time.

Last edited by Didier Spaier; 04-17-2021 at 06:52 PM.
 
3 members found this post helpful.
Old 04-17-2021, 07:52 PM   #7410
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,335

Rep: Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930
Found 1 missing dependencies:
libsgutils2-1.45.so.2 required by:
--> Package: libgpod-0.8.3-x86_64-9 (/lib/udev/iphone-set-info)
--> Package: libgpod-0.8.3-x86_64-9 (/lib/udev/ipod-set-info)
--> Package: libgpod-0.8.3-x86_64-9 (/usr/bin/ipod-read-sysinfo-extended)
--> Package: sdparm-1.11-x86_64-3 (/usr/sbin/sdparm)
--> Package: udisks-1.0.5-x86_64-8 (/usr/libexec/udisks-helper-drive-detach)

Need rebuilds

udisks
sdparm
libgpod
 
1 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
[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 01:06 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