Page 1 of 1

Question about glibc 2.15-x86_64

Posted: 1. Dec 2013, 00:21
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

Re: Question about glibc 2.15-x86_64

Posted: 1. Dec 2013, 11:04
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

Re: Question about glibc 2.15-x86_64

Posted: 1. Dec 2013, 13:36
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

Re: Question about glibc 2.15-x86_64

Posted: 1. Dec 2013, 23:09
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