LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 03-20-2020, 04:02 AM   #1
lioh
Member
 
Registered: Aug 2019
Location: Switzerland
Distribution: Slackware
Posts: 194

Rep: Reputation: Disabled
/lib/udev/libinput-device-group errors after removing multilib


Hi all,

after removing multilib using slackpkg+ on my -current installation using the following commands:

Code:
Removed 'multilib' from PKGS_PRIORITY and from REPOPLUS, but do not the related MIRRORPLUS line
# slackpkg update
# slackpkg remove multilib
# slackpkg upgrade-all
Deleted the related MIRRORPLUS line
# slackpkg update
I experience a lot of /lib/udev/libinput-device-group errors during startup and logged in dmesg like:

Code:
[    4.515442] udevd[832]: failed to execute '/lib/udev/libinput-device-group' 'libinput-device-group /sys/devices/virtual/input/input0/event0': No such file or directory
[    4.515443] udevd[833]: failed to execute '/lib/udev/libinput-device-group' 'libinput-device-group /sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1': No such file or directory
[    4.515444] udevd[835]: failed to execute '/lib/udev/libinput-device-group' 'libinput-device-group /sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/FUJ02E3:00/input/input3/event3': No such file or directory
[    4.515446] udevd[834]: failed to execute '/lib/udev/libinput-device-group' 'libinput-device-group /sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2': No such file or directory
[    4.529468] udevd[838]: failed to execute '/lib/udev/libinput-device-group' 'libinput-device-group /sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input5/event5': No such file or directory
[    4.529520] udevd[839]: failed to execute '/lib/udev/libinput-device-group' 'libinput-device-group /sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input6/event6': No such file or directory
[    4.529740] udevd[840]: failed to execute '/lib/udev/libinput-device-group' 'libinput-device-group /sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input4/event4': No such file or directory
[    4.530243] udevd[841]: failed to execute '/lib/udev/libinput-device-group' 'libinput-device-group /sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input7/event7': No such file or directory
[    4.541482] udevd[842]: failed to execute '/lib/udev/libinput-device-group' 'libinput-device-group /sys/devices/pci0000:00/0000:00:1b.0/sound/card0/input8/event8': No such file or directory
If I install Multilib again, those errors are gone. Is there anything wrong in the procedure of removing multilib or do you have another idea what cloud be the root cause?

Greetings

Lioh
 
Old 03-20-2020, 10:31 AM   #2
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
Did you reinstall the original glibc and gcc packages? Most of the "multilib" packages are actually compat32 packages, which are the 32bit programs that are repackaged to work on a multilib system. Removing these won't affect your system at all, but you are required to replace a few core packages with their "multilib" counterparts:

Code:
* The gcc compiler suite:
  - gcc
  - gcc-g++
  - gcc-gfortran
  - gcc-gnat
  - gcc-go
  - gcc-java
  - gcc-objc

* The GNU libc libraries:
  - glibc
  - glibc-i18n
  - glibc-profile
  - glibc-solibs
I don't think an "upgrade-all" will catch that since they are likely no longer installed on the system when you removed multilib.
 
Old 03-20-2020, 10:54 AM   #3
lioh
Member
 
Registered: Aug 2019
Location: Switzerland
Distribution: Slackware
Posts: 194

Original Poster
Rep: Reputation: Disabled
I have also tested it the other way around:

Code:
Removed 'multilib' from PKGS_PRIORITY and from REPOPLUS, but do not the related MIRRORPLUS line
# slackpkg upgrade-all
# slackpkg remove multilib
Deleted the related MIRRORPLUS line
with the same result.
 
Old 03-20-2020, 11:01 AM   #4
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
What happens if you re-install the Slackware libinput package: "slackpkg reinstall libinput"? And then reboot?
 
Old 06-24-2020, 09:47 AM   #5
lioh
Member
 
Registered: Aug 2019
Location: Switzerland
Distribution: Slackware
Posts: 194

Original Poster
Rep: Reputation: Disabled
Sorry for the late reply. I can confirm that reinstallation of libinput solved the issue.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
evdev/libinput hotplug problems after upgrading to -current/multilib electrorys Slackware 4 09-19-2019 01:25 PM
libinput can't compile on Crux 3.3. Error on linking libinput.so.10.13.0. mariojuniorjp Linux - Software 1 03-31-2018 06:43 AM
Mouse (trackpoint) acceleration - not working after (libinput?) update ajevremovic Slackware 4 02-22-2018 12:12 AM
[SOLVED] ABI libinput problem with frozen mouse and keyboard after switching SSD between workstations pisti Linux - Desktop 1 04-17-2017 01:57 PM
Compromised? Files "/usr/lib.hwm", "/usr/lib.pwd", "/usr/lib.pwi" Klaus Pforte Linux - Security 4 09-28-2004 11:33 PM

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

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