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-02-2021, 02:35 PM   #1
linux91
Member
 
Registered: Feb 2004
Location: Williamson, New York, USA
Distribution: (Minix), SLS, Slackware 0.99-15, Current, Qubes-OS
Posts: 111

Rep: Reputation: 43
slackpkg slackware64 packages masked but in changelog.txt


'slackpkg upgrade-all' shows packages that are available for upgrade, such as glibc, but are not installed. glibc appears in the base install repository file tree.
When 'slackpkg search glibc' is run the following is returned:

[inst] multilib : aaa_glibc-solibs-2.33_multilib-x86_64-1alien
[inst] multilib : glibc-2.33_multilib-x86_64-1alien
[inst] multilib : glibc-i18n-2.33_multilib-x86_64-1alien
[inst] multilib : glibc-profile-2.33_multilib-x86_64-1alien
[inst] slackware64 : glibc-zoneinfo-2021a-noarch-1
[mask] slackware64 : aaa_glibc-solibs-2.33-x86_64-2
[mask] slackware64 : glibc-2.33-x86_64-2
[mask] slackware64 : glibc-i18n-2.33-x86_64-2
[mask] slackware64 : glibc-profile-2.33-x86_64-2

I cannot remember why or how they were masked.
I seem to remember ferreting this out before, but can't find the reason.
Should the following packages be installed?:
Thu Apr 1 23:50:48 UTC 2021
a/aaa_glibc-solibs-2.33-x86_64-2.txz: Rebuilt.
ap/inxi-20210329_a539c8fd-noarch-1.txz: Upgraded.
l/glibc-2.33-x86_64-2.txz: Rebuilt.
l/glibc-i18n-2.33-x86_64-2.txz: Rebuilt.
l/glibc-profile-2.33-x86_64-2.txz: Rebuilt.
If they are, I am also trying to understand how they got masked.
 
Old 04-02-2021, 03:38 PM   #2
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,213

Rep: Reputation: 848Reputation: 848Reputation: 848Reputation: 848Reputation: 848Reputation: 848Reputation: 848
The short answer is; install those updates. I updated four system this morning, and all is well.

Yes, they were installed before. Pat has rebuilt those packages for a good reason. If you look at the package naming, the last number before the .txz is bumped up by one form the previous install of the package. It probably is because of linking with another library that got updated.
 
Old 04-02-2021, 04:19 PM   #3
Petri Kaukasoina
Senior Member
 
Registered: Mar 2007
Posts: 1,771

Rep: Reputation: 1455Reputation: 1455Reputation: 1455Reputation: 1455Reputation: 1455Reputation: 1455Reputation: 1455Reputation: 1455Reputation: 1455Reputation: 1455
Maybe you have wanted to run some 32-bit programs, as you have installed Alien's multilib glibc.
 
Old 04-02-2021, 08:05 PM   #4
chrisretusn
Senior Member
 
Registered: Dec 2005
Location: Philippines
Distribution: Slackware64-current
Posts: 2,968

Rep: Reputation: 1546Reputation: 1546Reputation: 1546Reputation: 1546Reputation: 1546Reputation: 1546Reputation: 1546Reputation: 1546Reputation: 1546Reputation: 1546Reputation: 1546
Quote:
Originally Posted by linux91 View Post
'slackpkg upgrade-all' shows packages that are available for upgrade, such as glibc, but are not installed. glibc appears in the base install repository file tree.
When 'slackpkg search glibc' is run the following is returned:

[inst] multilib : aaa_glibc-solibs-2.33_multilib-x86_64-1alien
[inst] multilib : glibc-2.33_multilib-x86_64-1alien
[inst] multilib : glibc-i18n-2.33_multilib-x86_64-1alien
[inst] multilib : glibc-profile-2.33_multilib-x86_64-1alien
[inst] slackware64 : glibc-zoneinfo-2021a-noarch-1
[mask] slackware64 : aaa_glibc-solibs-2.33-x86_64-2
[mask] slackware64 : glibc-2.33-x86_64-2
[mask] slackware64 : glibc-i18n-2.33-x86_64-2
[mask] slackware64 : glibc-profile-2.33-x86_64-2

I cannot remember why or how they were masked.
I seem to remember ferreting this out before, but can't find the reason.
Should the following packages be installed?:
Thu Apr 1 23:50:48 UTC 2021
a/aaa_glibc-solibs-2.33-x86_64-2.txz: Rebuilt.
ap/inxi-20210329_a539c8fd-noarch-1.txz: Upgraded.
l/glibc-2.33-x86_64-2.txz: Rebuilt.
l/glibc-i18n-2.33-x86_64-2.txz: Rebuilt.
l/glibc-profile-2.33-x86_64-2.txz: Rebuilt.
If they are, I am also trying to understand how they got masked.
They are masked because you have multilib in your slackpkgplus.conf. You did not post your slackpkgplus.conf file but I bet there is a entry for multilib for PKGS_PRIOROTY. This is my slackpkgplus.conf (applicable entries)
Code:
PKGS_PRIORITY=( slackware64:id3lib ) # 2018-01-09, also in alienbob
PKGS_PRIORITY+=( slackware64:gcc ) # 2020-09-17, give slackware packages priority over multilib.
PKGS_PRIORITY+=( justpkgs )
PKGS_PRIORITY+=( nonslack )
#PKGS_PRIORITY+=( slackpkgbeta ) # We now have a slackpkg-15.
PKGS_PRIORITY+=( slackpkgplus multilib restricted alienbob )

REPOPLUS=( justpkgs )
REPOPLUS+=( nonslack )
REPOPLUS+=( slackpkgbeta )
REPOPLUS+=( slackpkgplus multilib restricted alienbob )

MIRRORPLUS['slackpkgplus']=http://slakfinder.org/slackpkg+dev/
MIRRORPLUS['nonslack']=file://home/non-slack/slackbuilds/
MIRRORPLUS['justpkgs']=dir://home/non-slack/justpkgs/
MIRRORPLUS['multilib']=file://home/non-slack/multilib/current/
MIRRORPLUS['alienbob']=file://home/non-slack/alienbob/current/x86_64/
MIRRORPLUS['restricted']=file://home/non-slack/alienbob_restricted/current/x86_64/
MIRRORPLUS['slackpkgbeta']=httpsdir://slackpkg.org/beta/
Results of search:
Code:
slackpkg search glibc

Looking for glibc in package list. Please wait... DONE

The list below shows all packages with name matching "glibc".

[ Status              ] [ Repository  ] [ Package                                       ]
  installed               multilib        aaa_glibc-solibs-2.33_multilib-x86_64-1alien 
  installed               multilib        glibc-2.33_multilib-x86_64-1alien            
  installed               multilib        glibc-i18n-2.33_multilib-x86_64-1alien       
  installed               multilib        glibc-profile-2.33_multilib-x86_64-1alien    
  installed               slackware64     glibc-zoneinfo-2021a-noarch-1                
  uninstalled(masked)     slackware64     aaa_glibc-solibs-2.33-x86_64-2               
  uninstalled(masked)     slackware64     glibc-2.33-x86_64-2                          
  uninstalled(masked)     slackware64     glibc-i18n-2.33-x86_64-2                     
  uninstalled(masked)     slackware64     glibc-profile-2.33-x86_64-2

Last edited by chrisretusn; 04-02-2021 at 08:10 PM.
 
Old 04-02-2021, 08:21 PM   #5
RadicalDreamer
Senior Member
 
Registered: Jul 2016
Location: USA
Distribution: Slackware64-Current
Posts: 1,816

Rep: Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981
They shouldn't be installed, if they are masked then that means that you are using the multilib packages instead. Alien Bob will update his repository with new packages built for multilib.

Last edited by RadicalDreamer; 04-02-2021 at 08:24 PM.
 
Old 04-02-2021, 08:25 PM   #6
chrisretusn
Senior Member
 
Registered: Dec 2005
Location: Philippines
Distribution: Slackware64-current
Posts: 2,968

Rep: Reputation: 1546Reputation: 1546Reputation: 1546Reputation: 1546Reputation: 1546Reputation: 1546Reputation: 1546Reputation: 1546Reputation: 1546Reputation: 1546Reputation: 1546
Quote:
Originally Posted by camorri View Post
The short answer is; install those updates. I updated four system this morning, and all is well.

Yes, they were installed before. Pat has rebuilt those packages for a good reason. If you look at the package naming, the last number before the .txz is bumped up by one form the previous install of the package. It probably is because of linking with another library that got updated.
Since it appears that multilib is installed, presumably for a reason. Installing those masked packages could bork multilib. They should not be installed. Those packages are the multilib replacements provided by Alien Bob. The new builds will eventually appear in the multilib repository along with probably a refresh of compat32 packages.

That said since its a rebuild it might still work, as it does for you assuming you have multilib installed (you did not say). Than again it might not.

Last edited by chrisretusn; 04-02-2021 at 08:30 PM.
 
Old 04-03-2021, 06:34 AM   #7
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,213

Rep: Reputation: 848Reputation: 848Reputation: 848Reputation: 848Reputation: 848Reputation: 848Reputation: 848
Sorry for the confusion. I stand corrected.
 
Old 04-09-2021, 07:19 AM   #8
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
Apologies to all for the brainfart. As I get older, fatter and more feeble minded I'll likely post similar newbie posers. It is correct that multilib will support 32 and 64 bit code.
To avoid conflicts, glibc stuff is masked.
To wit, "A multilib 64bit Linux system is capable of running 64bit as well as 32bit software."
ref: https://docs.slackware.com/slackware:multilib
I should get out more...
There was a time when anyone asking a question like this would pull back a bloody stub. I hope it's an indication that civility has returned to the web.
Thanks to all for your gentle remider and patience.
 
  


Reply

Tags
installation, mask, slackpkg, upgrade



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] 2 kernel-header packages? (slackware64 ChangeLog, Thu Nov 22 ) dr.s Slackware 3 11-27-2018 02:53 PM
slackware64 installation finds PACKAGES.txt but gets 404s for packages mrmazda Slackware - Installation 10 10-11-2018 03:18 AM
cat onelinefile.txt >> newfile.txt; cat twofile.txt >> newfile.txt keep newline? tmcguinness Programming 4 02-12-2009 06:38 AM
Masked packages when emerging KDE Ifurita1981 Linux - Software 5 07-12-2008 03:52 AM
Upgrading Opera in Gentoo-masked packages bigjohn Linux - Distributions 2 03-11-2005 02:05 PM

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

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