When I do a yum update I get a couple of dependency issues: I see this one on every box I try to upgrade.. Package nptl-devel needs glibc-devel = 2.3.2-95.33, this is not available. I've only seen this one a couple of times.. Package up2date needs rpm >= 4.2.3-24_nonptl, this is not available. Tim
On Tue, Oct 18, 2005 at 01:00:12PM -0500, Timothy wrote:> When I do a yum update I get a couple of dependency issues: >what arch? how did you do you 3.5 -> 3.6 update? did you change /etc/yum.conf? in what manner?> I see this one on every box I try to upgrade.. > Package nptl-devel needs glibc-devel = 2.3.2-95.33, this is not available.what gives? rpm -q nptl-devel glibc-devel glibc Tru -- Tru Huynh (CentOS-3 i386/x86_64 Package Maintenance) http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xBEFA581B -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <http://lists.centos.org/pipermail/centos/attachments/20051018/ad159f27/attachment-0002.sig>
> what arch?i386> > how did you do you 3.5 -> 3.6 update?yum update> did you change /etc/yum.conf? in what manner?yep. Points to an internal rsync server (yam).> > > I see this one on every box I try to upgrade.. > > Package nptl-devel needs glibc-devel = 2.3.2-95.33, this is not > > available. > > what gives?Need to resync. There is nptl-devel-2.3.2-95.(33 and37) on the mirrors available and I only have nptl-devel-2.3.2-95.33.> > rpm -q nptl-devel glibc-devel glibc >I'll resync and report back. Just did "rpm -e nptl-devel" as a work-a-round. Thanks! Tim
On Tue, 2005-10-18 at 13:00 -0500, Timothy wrote:> When I do a yum update I get a couple of dependency issues: > > I see this one on every box I try to upgrade.. > Package nptl-devel needs glibc-devel = 2.3.2-95.33, this is not available. > > I've only seen this one a couple of times.. > Package up2date needs rpm >= 4.2.3-24_nonptl, this is not available.Tim, I ran into a similar problem a while back. The workaround I was given was "rpm -e nptl-devel; yum install nptl-devel" Hope this helps, -David