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 02-10-2022, 03:04 PM   #166
zeebra
Senior Member
 
Registered: Dec 2011
Distribution: Slackware
Posts: 1,833
Blog Entries: 17

Rep: Reputation: 640Reputation: 640Reputation: 640Reputation: 640Reputation: 640Reputation: 640
Talking


Quote:
Originally Posted by Jeebizz View Post
Yes, but what I mean't was slightly different; having the installer present said choice - but to be honest, this isn't even my high priority request anyways. My main hangup, is the output of said installer (Menu & Expert), would be nice if there was a distinction i.e. giving a terse output to either Menu or Expert.
Haha, yah, it's been like that for awhile. I find it quite funny though, how it says "expert actually does the same as menu", yet I always choose "expert" and never "menu"

Last edited by zeebra; 02-10-2022 at 03:07 PM.
 
Old 02-10-2022, 03:08 PM   #167
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,394

Rep: Reputation: 4122Reputation: 4122Reputation: 4122Reputation: 4122Reputation: 4122Reputation: 4122Reputation: 4122Reputation: 4122Reputation: 4122Reputation: 4122Reputation: 4122
Quote:
Originally Posted by marav View Post
this was the intention
Code:
x/xkeyboard-config-2.35.1-noarch-1.txz:  Upgraded.
  This package moves the data files out of /etc.
Didn't we need :
Code:
-Dxkb-base="/usr/share/X11/xkb"
?

They are both in gentoo & arch pkg

edit: nevermind, that does not work

Last edited by marav; 02-10-2022 at 03:37 PM.
 
Old 02-10-2022, 03:39 PM   #168
drumz
Member
 
Registered: Apr 2005
Location: Oklahoma, USA
Distribution: Slackware
Posts: 906

Rep: Reputation: 697Reputation: 697Reputation: 697Reputation: 697Reputation: 697Reputation: 697
/etc/ethertypes

ebtables-2.0.11-x86_64-3 installs /etc/ethertypes as a .new file.
iptables-1.8.7-x86_64-3 installs /etc/ethertypes without the .new handling.

The file is identical in both packages. I would assume either they both should have the .new handling, or neither?
 
Old 02-10-2022, 03:50 PM   #169
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,394

Rep: Reputation: 4122Reputation: 4122Reputation: 4122Reputation: 4122Reputation: 4122Reputation: 4122Reputation: 4122Reputation: 4122Reputation: 4122Reputation: 4122Reputation: 4122
Quote:
Originally Posted by LuckyCyborg View Post
BIG FAT WARNING!

RE: Thu Feb 10 19:30:37 UTC 2022 update on -current.

The upgrade to xkeyboard-config-2.35.1-noarch-1.txz puts down all X11 sessions and even Wayland/Plasma5 goes nuts!

The fix is right now to revert to xkeyboard-config-2.34-noarch-1.txz of Slackware 15.0 .
in Xorg.0.log
Code:
[ 32835.205] (EE) XKB: Couldn't open rules file /etc/X11/xkb/rules/evdev
[ 32835.205] (EE) XKB: Failed to load keymap. Loading default keymap instead.
[ 32835.205] (EE) XKB: Couldn't open rules file /etc/X11/xkb/rules/evdev
[ 32835.205] XKB: Failed to compile keymap
[ 32835.205] Keyboard initialization failed. This could be a missing or incorrect setup of xkeyboard-config.
[ 32835.205] (EE) 
Fatal server error:
[ 32835.205] (EE) Failed to activate virtual core keyboard: 2(EE) 
[ 32835.205] (EE)
Code:
blackstar :: x/x11/configure » grep "/etc/X11/xkb" *
setxkbmap:  --with-xkb-config-root=/etc/X11/xkb \
xkbcomp:  --with-xkb-config-root=/etc/X11/xkb \
xorg-server:  --with-xkb-path=/etc/X11/xkb \

Last edited by marav; 02-10-2022 at 04:06 PM.
 
1 members found this post helpful.
Old 02-10-2022, 04:20 PM   #170
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,338

Rep: Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930
xkeyboard-config have this build option

xkb-base=

and other interesting , i see on archlinux pkgbuild

Quote:
-D xkb-base="/usr/share/X11/xkb" \
-D compat-rules=true \
-D xorg-rules-symlinks=true
 
Old 02-10-2022, 04:21 PM   #171
LuckyCyborg
Senior Member
 
Registered: Mar 2010
Posts: 3,531

Rep: Reputation: 3371Reputation: 3371Reputation: 3371Reputation: 3371Reputation: 3371Reputation: 3371Reputation: 3371Reputation: 3371Reputation: 3371Reputation: 3371Reputation: 3371
Quote:
Originally Posted by marav View Post
in Xorg.0.log
Code:
[ 32835.205] (EE) XKB: Couldn't open rules file /etc/X11/xkb/rules/evdev
[ 32835.205] (EE) XKB: Failed to load keymap. Loading default keymap instead.
[ 32835.205] (EE) XKB: Couldn't open rules file /etc/X11/xkb/rules/evdev
[ 32835.205] XKB: Failed to compile keymap
[ 32835.205] Keyboard initialization failed. This could be a missing or incorrect setup of xkeyboard-config.
[ 32835.205] (EE) 
Fatal server error:
[ 32835.205] (EE) Failed to activate virtual core keyboard: 2(EE) 
[ 32835.205] (EE)
Code:
blackstar :: x/x11/configure » grep "/etc/X11/xkb" *
setxkbmap:  --with-xkb-config-root=/etc/X11/xkb \
xkbcomp:  --with-xkb-config-root=/etc/X11/xkb \
xorg-server:  --with-xkb-path=/etc/X11/xkb \
Yep, this is the explanation.

Looks like we have a partial update. Probably for whatever reason, the related X11 and Xorg packages wasn't published yet.

Last edited by LuckyCyborg; 02-10-2022 at 04:22 PM.
 
Old 02-10-2022, 04:25 PM   #172
Jeebizz
Senior Member
 
Registered: May 2004
Distribution: Slackware15.0 64-Bit Desktop, Debian 11 non-free Toshiba Satellite Notebook
Posts: 4,188

Rep: Reputation: 1380Reputation: 1380Reputation: 1380Reputation: 1380Reputation: 1380Reputation: 1380Reputation: 1380Reputation: 1380Reputation: 1380Reputation: 1380
Quote:
Originally Posted by zeebra View Post
Haha, yah, it's been like that for awhile. I find it quite funny though, how it says "expert actually does the same as menu", yet I always choose "expert" and never "menu"
Hence why if both are there, at least one should have a different output. Personally I think Expert should just be left, and have the terse output anyways because terse not only seems to be faster; since it is not displaying all the package details, I feel there is no need since if you are choosing that, you don't need it anyways. If Pat wants to keep both, then it should read something like:

"Menu <description>"
"Expert "same like Menu, only output is in terse format."

Or whatever Pat would decide for a description. Personally, it just seems redundant and I would be fine with just one option, but with a terse output since that seems fitting for an advanced setting.

Last edited by Jeebizz; 02-10-2022 at 04:30 PM.
 
Old 02-10-2022, 04:29 PM   #173
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,394

Rep: Reputation: 4122Reputation: 4122Reputation: 4122Reputation: 4122Reputation: 4122Reputation: 4122Reputation: 4122Reputation: 4122Reputation: 4122Reputation: 4122Reputation: 4122
FYI

I rebuilt setxkbmap, xkbcomp & xorg-server, with
Code:
setxkbmap:  --with-xkb-config-root=/usr/share/X11/xkb \
xkbcomp:  --with-xkb-config-root=/usr/share/X11/xkb \
xorg-server:  --with-xkb-path=/usr/share/X11/xkb \
Code:
blackstar :: x/x11/configure » grep "X11/xkb" * 
setxkbmap:  --with-xkb-config-root=/usr/share/X11/xkb \
xkbcomp:  --with-xkb-config-root=/usr/share/X11/xkb \
xorg-server:  --with-xkb-path=/usr/share/X11/xkb \
+ xkeyboard-config 2.35.1
Code:
blackstar:log:# slackpkg list-installed | grep xkeyboard
xkeyboard-config-2.35.1-noarch-1
And everything is back to normal

note: my fancy option "list-installed"

EDIT :
startx & sddm X11 session are ok
BUT no really with wayland ...

Last edited by marav; 02-10-2022 at 04:40 PM.
 
1 members found this post helpful.
Old 02-10-2022, 05:07 PM   #174
LuckyCyborg
Senior Member
 
Registered: Mar 2010
Posts: 3,531

Rep: Reputation: 3371Reputation: 3371Reputation: 3371Reputation: 3371Reputation: 3371Reputation: 3371Reputation: 3371Reputation: 3371Reputation: 3371Reputation: 3371Reputation: 3371
Quote:
Originally Posted by marav View Post
startx & sddm X11 session are ok
BUT no really with wayland ...
The xorg-server-xwayland build needs:
Code:
-Dxkb_dir=/usr/share/X11/xkb
 
1 members found this post helpful.
Old 02-10-2022, 05:20 PM   #175
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,394

Rep: Reputation: 4122Reputation: 4122Reputation: 4122Reputation: 4122Reputation: 4122Reputation: 4122Reputation: 4122Reputation: 4122Reputation: 4122Reputation: 4122Reputation: 4122
Quote:
Originally Posted by LuckyCyborg View Post
The xorg-server-xwayland build needs:
Code:
-Dxkb_dir=/usr/share/X11/xkb
as well as : libxkbcommon
Code:
 -Dxkb-config-root=/usr/share/X11/xkb \
Thanks, it works

Summary :
Code:
setxkbmap:  --with-xkb-config-root=/usr/share/X11/xkb \
xkbcomp:  --with-xkb-config-root=/usr/share/X11/xkb \
xorg-server:  --with-xkb-path=/usr/share/X11/xkb \
xorg-server-xwayland : -Dxkb_dir=/usr/share/X11/xkb \
libxkbcommon :  -Dxkb-config-root=/usr/share/X11/xkb  \

Last edited by marav; 02-10-2022 at 05:24 PM.
 
Old 02-10-2022, 05:23 PM   #176
Daedra
Senior Member
 
Registered: Dec 2005
Location: Springfield, MO
Distribution: Slackware64-15.0
Posts: 2,693

Rep: Reputation: 1378Reputation: 1378Reputation: 1378Reputation: 1378Reputation: 1378Reputation: 1378Reputation: 1378Reputation: 1378Reputation: 1378Reputation: 1378
Since this is sticky I am going to go ahead and assume this is now the official request thread. I believe this has already been requested, but adding Grub and rEFInd as default bootloader choices during the install would be great.
 
2 members found this post helpful.
Old 02-10-2022, 05:47 PM   #177
qunying
Member
 
Registered: Jun 2002
Distribution: Slackware
Posts: 257

Rep: Reputation: 147Reputation: 147
I would like to see cppcheck is added.
 
Old 02-10-2022, 06:13 PM   #178
tramtrist
Member
 
Registered: Jul 2018
Location: Cincinnati USA
Distribution: Slackware
Posts: 543

Rep: Reputation: 328Reputation: 328Reputation: 328Reputation: 328
Mentioned before but a meson upgrade is hopefully in the works
 
Old 02-10-2022, 06:28 PM   #179
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,131

Rep: Reputation: 7298Reputation: 7298Reputation: 7298Reputation: 7298Reputation: 7298Reputation: 7298Reputation: 7298Reputation: 7298Reputation: 7298Reputation: 7298Reputation: 7298
Quote:
Originally Posted by LuckyCyborg View Post
BIG FAT WARNING!

RE: Thu Feb 10 19:30:37 UTC 2022 update on -current.

The upgrade to xkeyboard-config-2.35.1-noarch-1.txz puts down all X11 sessions and even Wayland/Plasma5 goes nuts!

The fix is right now to revert to xkeyboard-config-2.34-noarch-1.txz of Slackware 15.0 .
Now you tell me!
I've spent the last few of hours messing with this and finally just installed a backup. I think, after this, for the first time in years, I'm going stop using -current and only "upgrade" when there is a serious security problem.
 
Old 02-10-2022, 06:38 PM   #180
GazL
LQ Veteran
 
Registered: May 2008
Posts: 6,910

Rep: Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026Reputation: 5026
Quote:
Originally Posted by cwizardone View Post
Now you tell me!
I've spent the last few of hours messing with this and finally just installed a backup. I think, after this, for the first time in years, I'm going stop using -current and only "upgrade" when there is a serious security problem.
First rule of "Current Club". Wait a day and see if it works before updating.

I've spent all evening bug fixing and polishing my slackup/slackscan scripts, so thankfully been too busy to trip over these yet.
 
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:59 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