Question about glibc 2.15-x86_64

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
westms
Posts: 298
Joined: 17. Mar 2013, 18:51

Question about glibc 2.15-x86_64

Post by westms »

Hello,

currently I use Salix64 Xfce 14.0 with all updates which I have received
over slapt-get and a manually updated kernel to version 3.2.45.

On my installation glibc 2.15-x86_64-7 is installed and
version 2.15-x86_64-8_slack14.0 is excluded.

Which version of glibc should be part of this installation,
glibc 2.15-x86_64-7 or glibc 2.15-x86_64-8_slack14.0 ?

Thanks in advance
westms
User avatar
mimosa
Salix Warrior
Posts: 3311
Joined: 25. May 2010, 17:02
Contact:

Re: Question about glibc 2.15-x86_64

Post by mimosa »

It's not generally a good idea to upgrade these C libraries as it is liable to break everything. In this case, though, I am reliably informed that it is just a small version upgrade so you can in fact install it. Perhaps do this first to be certain what will happen:

Code: Select all

slapt-get -i -s glibc
User avatar
gapan
Salix Wizard
Posts: 6362
Joined: 6. Jun 2009, 17:40

Re: Question about glibc 2.15-x86_64

Post by gapan »

Yes, it is generally dangerous to upgrade glibc. It is possible that upgrading it will break you entire system and the only way to fix it would be reinstall glibc from another system. So, that's why the package is locked. But in this case, as mimosa noted, the upgrade is harmless, so you can upgrade using this from a root terminal:

Code: Select all

slapt-get -i glibc
Image
Image
westms
Posts: 298
Joined: 17. Mar 2013, 18:51

Re: Question about glibc 2.15-x86_64

Post by westms »

gapan wrote:Yes, it is generally dangerous to upgrade glibc. It is possible that upgrading it will break you entire system and the only way to fix it would be reinstall glibc from another system. So, that's why the package is locked. But in this case, as mimosa noted, the upgrade is harmless, [...]
In the meantime I read in file PACKAGELIST for Salix64 Xfce 14.0.1.

It lists glibc-2.15-x86_64-7.txz and kernel-huge-3.2.45-x86_64-3.txz,
while the PACKAGELIST for Salix64 Xfce 14.0 lists
glibc-2.15-x86_64-7.txz too, but kernel-huge-3.2.29-x86_64-1.txz.

I'm satisfied with this current combination, because it is no mistake
that could be undermined me when upgrading to 14.0.1. I will not take
the risk, to change to glib version 2.15-x86_64-8_slack14.0, because I
do not know even a possible advantage of the newer version.

Thank you both for your answers, gapan and mimosa.

Regars
Post Reply