LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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-30-2021, 10:27 AM   #16
linux91
Member
 
Registered: Feb 2004
Location: Williamson, New York, USA
Distribution: (Minix), SLS, Slackware 0.99-15, Current, Qubes-OS
Posts: 111

Original Poster
Rep: Reputation: 43

The gpg errors appear right after the upgrade of the libusbx package:

**************************************************************
...
[112/283] Package libusbx-1.0.17_rc1-x86_64-1alien.txz is already in cache - not downloading
Installing [alienbob]:libusbx-1.0.17_rc1-x86_64-1alien...
libusbx-1.0.17_rc1-x86_64-1alien: USB library ................................................... [ 230K]
[113/283] Package libva-vdpau-driver-0.7.4-x86_64-3alien.txz is already in cache - not downloading
ERROR - Package not installed! gpg error!
...
**************************************************************
 
Old 04-30-2021, 10:31 AM   #17
Petri Kaukasoina
Senior Member
 
Registered: Mar 2007
Posts: 1,784

Rep: Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460
Quote:
Originally Posted by Petri Kaukasoina View Post
You should get rid of aaa_elflibs and after that reinstall aaa_libraries.
And reinstall libusb, too.
 
Old 04-30-2021, 10:32 AM   #18
linux91
Member
 
Registered: Feb 2004
Location: Williamson, New York, USA
Distribution: (Minix), SLS, Slackware 0.99-15, Current, Qubes-OS
Posts: 111

Original Poster
Rep: Reputation: 43
Quote:
Originally Posted by Petri Kaukasoina View Post
You have forgotten to give slackpkg clean-system after beginning of February. You should get rid of aaa_elflibs and after that reinstall aaa_libraries. (And the same for the compat32 ones).

It's this:
Code:
+--------------------------+
Mon Feb  8 05:13:26 UTC 2021
a/aaa_elflibs-15.0-x86_64-30.txz:  Removed.
  Renamed to aaa_libraries.
...
a/aaa_libraries-15.0-x86_64-1.txz:  Added.
  This package has been renamed from aaa_elflibs to insure that it will come
  after aaa_glibc-solibs when upgraded in alphabetical order.
Ah, I remember the Package list entry, but I didn't register the clean-system step.
 
Old 04-30-2021, 10:38 AM   #19
Petri Kaukasoina
Senior Member
 
Registered: Mar 2007
Posts: 1,784

Rep: Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460
Quote:
Originally Posted by linux91 View Post
The gpg errors appear right after the upgrade of the libusbx package:

**************************************************************
...
[112/283] Package libusbx-1.0.17_rc1-x86_64-1alien.txz is already in cache - not downloading
Installing [alienbob]:libusbx-1.0.17_rc1-x86_64-1alien...
libusbx-1.0.17_rc1-x86_64-1alien: USB library ................................................... [ 230K]
Are you sure you want Alien's libusbx from year 2013 when slackware has a recent libusb?

Info by Alien:
Code:
libusbx: libusbx (USB library)
libusbx:
libusbx: This is libusbx, a library which allows userspace application access
libusbx: to USB devices.  It is used to connect to USB devices like scanners
libusbx: and printers.
libusbx: Libusbx is a fork of libusb. Only install one of the two!
libusbx:
libusbx: http://libusbx.org
libusbx:

Last edited by Petri Kaukasoina; 04-30-2021 at 10:40 AM.
 
Old 04-30-2021, 10:40 AM   #20
linux91
Member
 
Registered: Feb 2004
Location: Williamson, New York, USA
Distribution: (Minix), SLS, Slackware 0.99-15, Current, Qubes-OS
Posts: 111

Original Poster
Rep: Reputation: 43
Quote:
Originally Posted by Petri Kaukasoina View Post
I never link to a different library version but it's your system...
The expectation is the newer versions incorporate the important older version stuff with fixes and upgraded parts. The older programs on the system are not mission critical but nice to have, ex. hp48 (not for this lib though).
 
Old 04-30-2021, 10:41 AM   #21
Petri Kaukasoina
Senior Member
 
Registered: Mar 2007
Posts: 1,784

Rep: Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460
So, I would remove Alien's libusbx. And aaa_elflibs. And reinstall aaa_libraries and libusb.
 
Old 04-30-2021, 10:42 AM   #22
linux91
Member
 
Registered: Feb 2004
Location: Williamson, New York, USA
Distribution: (Minix), SLS, Slackware 0.99-15, Current, Qubes-OS
Posts: 111

Original Poster
Rep: Reputation: 43
Quote:
Originally Posted by linux91 View Post
The expectation is the newer versions incorporate the important older version stuff with fixes and upgraded parts. The older programs on the system are not mission critical but nice to have, ex. hp48 (not for this lib though).
The method is sloppy, I will correct the system as you've suggested though.
 
Old 04-30-2021, 10:45 AM   #23
Petri Kaukasoina
Senior Member
 
Registered: Mar 2007
Posts: 1,784

Rep: Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460
Alien's libusbx-1.0.17_rc1-x86_64-1alien.txz contains libusb-1.0.so.0.1.0 which needs libudev.so.0 of udev. The current libusb-1.0.24-x86_64-4 and aaa_libraries-15.0-x86_64-6 contain libusb-1.0.so.0.3.0 which needs libudev.so.1 of eudev.
 
Old 04-30-2021, 10:47 AM   #24
linux91
Member
 
Registered: Feb 2004
Location: Williamson, New York, USA
Distribution: (Minix), SLS, Slackware 0.99-15, Current, Qubes-OS
Posts: 111

Original Poster
Rep: Reputation: 43
This will take me some time, including the blacklistings. I'll post the results when done.
 
Old 04-30-2021, 11:08 AM   #25
Petri Kaukasoina
Senior Member
 
Registered: Mar 2007
Posts: 1,784

Rep: Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460
By the way, command 'ldconfig' should fix the link to the right libusb library which Alien's package linked to the old version. So, after ldconfig, gpg etc should work again...

Last edited by Petri Kaukasoina; 04-30-2021 at 11:10 AM.
 
Old 04-30-2021, 11:18 AM   #26
Petri Kaukasoina
Senior Member
 
Registered: Mar 2007
Posts: 1,784

Rep: Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460
Are you installing ALL the packages Alien has in his repository? I don't think it's meant to be used like that.
 
Old 04-30-2021, 12:33 PM   #27
linux91
Member
 
Registered: Feb 2004
Location: Williamson, New York, USA
Distribution: (Minix), SLS, Slackware 0.99-15, Current, Qubes-OS
Posts: 111

Original Poster
Rep: Reputation: 43
Removed:
libusbx-1.0.17_rc1-x86_64-1alien.txz

Re-installed:
libusb-1.0.24-x86_64-4.txz
libusb-compat-0.1.5-x86_64-5.txz
libusb-compat32-1.0.24-x86_64-4compat32.txz

Removed:
aaa_elflibs-15.0-x86_64-30
aaa_elflibs-compat32-15.0-x86_64-29compat32

Re-installed:
aaa_libraries-15.0-x86_64-6.txz slackware64
aaa_libraries-compat32-15.0-x86_64-6compat32.txz multilib

removed the temporary softlink:
libudev.so.0 -> libudev.so.1.6.3

blacklisted:
libusbx.*
aaa_elflibs.*

completed the upgrades.

ran 'slackpkg clean-system'
reboot
usb and devices registered correctly
login successful
Seems all is good again.

Last edited by linux91; 04-30-2021 at 01:14 PM.
 
Old 04-30-2021, 12:38 PM   #28
Petri Kaukasoina
Senior Member
 
Registered: Mar 2007
Posts: 1,784

Rep: Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460Reputation: 1460
Great!
 
Old 04-30-2021, 12:38 PM   #29
linux91
Member
 
Registered: Feb 2004
Location: Williamson, New York, USA
Distribution: (Minix), SLS, Slackware 0.99-15, Current, Qubes-OS
Posts: 111

Original Poster
Rep: Reputation: 43
Quote:
Originally Posted by Petri Kaukasoina View Post
Are you installing ALL the packages Alien has in his repository? I don't think it's meant to be used like that.
Not all packages, but a large number of them. The trip-up was not remembering the system upgrade stuff, or reading the package txt files prior to selecting them.
I have the list of packages installed, now begins the process of validating each install.
Thanks for your help.
 
  


Reply

Tags
gpg, slackpkg, slackware -current



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] slackpkg is not able to update due to a certificate error. Post install, slackpkg running for 1st time (Slackware 14.2). fighter_fish Slackware - Installation 2 02-07-2021 09:27 PM
gpg / gpg-agent -- Can't connect to /root/.gnupg/S.gpg-agent jrtayloriv Linux - Security 9 06-03-2019 10:06 AM
GPG Error and repository error !! Karica Linux - Laptop and Netbook 4 06-03-2018 08:37 AM
[SOLVED] Strange checksum and/or GPG error on third-party Slackware repository kikinovak Slackware 5 09-08-2014 02:29 PM
GPG: Bad session key gpg between gpg on linux and gpg gui on windows XP konqi Linux - Software 1 07-21-2009 09:37 AM

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

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