Bug 24295 - glibc 2.2-12 circular dependencies issues
Summary: glibc 2.2-12 circular dependencies issues
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: glibc
Version: 7.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact: Aaron Brown
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-01-18 16:55 UTC by Jeff Lane
Modified: 2016-11-24 14:59 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2001-01-18 16:55:22 UTC
Embargoed:


Attachments (Terms of Use)

Description Jeff Lane 2001-01-18 16:55:18 UTC
the new glibc 2.2-12 package has dependency issues with the glibc-common
2.2-12 package.

~#rpm -U glibc-2.2-12.i386.rpm
> error: failed dependencies:
>         glibc-common = 2.2 is needed by glibc-2.2-12

:~#rpm -i glibc-common-2.2-12.i386.rpm
> error: failed dependencies:
>         glibc < 2.2-12 conflicts with glibc-common-2.2-12

recreated this on my work box 
[root@silentbob /root]# rpm -Uvh glibc-2.2-12.i686.rpm 
error: failed dependencies:
        glibc-common = 2.2 is needed by glibc-2.2-12
[root@silentbob /root]# rpm -Uvh glibc-common-2.2-12.i386.rpm 
error: failed dependencies:
        glibc < 2.2-12 conflicts with glibc-common-2.2-12

I imagine that a --nodeps --force rpm command would fix this, however this
kind of dependency issue should not exist.

Comment 1 Jakub Jelinek 2001-01-18 16:59:29 UTC
It is not circular dependency (once requires the other, the other just
conflicts with anything else but the former) and is ok.
It forces you to upgrade them at once, ie.
rpm -Uvh glibc-2.2-12.i686.rpm glibc-common-2.2-12.i386.rpm


Note You need to log in before you can comment on or make changes to this bug.