Bug 967325 - yum groupinstall 'Development Tools' fails dependancy checks on new installation of Fedora 18
Summary: yum groupinstall 'Development Tools' fails dependancy checks on new installat...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: audit
Version: 18
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Steve Grubb
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-05-26 16:12 UTC by entransic
Modified: 2013-05-27 08:02 UTC (History)
7 users (show)

Fixed In Version: audit-2.3-2.fc18.x86_64
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-05-27 08:02:04 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description entransic 2013-05-26 16:12:53 UTC
Description of problem:
running 'yum groupinstall 'Development Tools" fails with a dependancy conflict on a new installation of Fedora 18.0

Version-Release number of selected component (if applicable):
18.0

How reproducible:
very

Steps to Reproduce:
1.fresh install of Fedora 18.0 from iso into oracle virtualbox
2.sudo yum groupinstall 'Development Tools'
3.

Actual results:
file /usr/lib64/audit from install of glibc-2.16-31.fc18.x86_64 conflicts with file from package audit-2.2.1-2.fc18.x86_64

Expected results: 
installation would complete since it is a group package

Additional info:
a workaround is:

yum install audio
yum groupinstall 'Development Tools'

Comment 1 entransic 2013-05-26 16:22:15 UTC
the workaround was mis-typed.

yum install audit
yum groupinstall 'Development Tools'

Comment 2 Zdeněk Pavlas 2013-05-27 07:59:16 UTC
This is a packaging error, the directory is packaged by both packages, but with different permissions.  Probably "audit" is to blame, it didn't package it in previous version:

[~/Downloads]$ rpm -ql -p audit-2.3-2.fc18.x86_64.rpm |grep lib64
[~/Downloads]$ rpm -ql -p audit-2.2.1-2.fc18.x86_64.rpm |grep lib64
/usr/lib64/audit

Comment 3 Zdeněk Pavlas 2013-05-27 08:02:04 UTC
Sorry, the newer package is actually correct.


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