Bug 373781 - dependancy issues while yup upgrading from f7 -> f8
Summary: dependancy issues while yup upgrading from f7 -> f8
Keywords:
Status: CLOSED INSUFFICIENT_DATA
Alias: None
Product: Fedora
Classification: Fedora
Component: yum
Version: 8
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Jeremy Katz
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-11-09 21:07 UTC by Pitam
Modified: 2014-01-21 23:00 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-12-31 14:54:30 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Pitam 2007-11-09 21:07:12 UTC
These are the dependancy and other issues while making a yum upgrade from f7 -> f8

1. libtirpc may beoutdated, the new one does not require some files whic are
reported as missing:

yum update nfs*
Loading "refresh-updatesd" plugin
Setting up Update Process
Resolving Dependencies
--> Running transaction check
---> Package nfs-utils.i386 1:1.1.0-6.fc8 set to be updated
--> Processing Dependency: libgssglue.so.1(libgssapi_CITI_2) for
package: nfs-utils
--> Processing Dependency: libgssglue.so.1 for package: nfs-utils
--> Processing Dependency: libgssglue for package: nfs-utils
---> Package nfs-utils-lib.i386 0:1.1.0-3.fc8 set to be updated
--> Running transaction check
---> Package libgssglue.i386 0:0.1-4.fc8 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

=============================================================================
Package Arch Version Repository Size
=============================================================================
Updating:
nfs-utils i386 1:1.1.0-6.fc8 fedora
262 k
nfs-utils-lib i386 1.1.0-3.fc8 fedora
59 k
Installing for dependencies:
libgssglue i386 0.1-4.fc8 fedora
21 k

Transaction Summary
=============================================================================
Install 1 Package(s)
Update 2 Package(s)
Remove 0 Package(s)

Total download size: 342 k
Is this ok [y/N]: y
Downloading Packages:
Running rpm_check_debug
ERROR with rpm_check_debug vs depsolve:
Package libtirpc needs libgssapi.so.2, this is not available.
Package libtirpc needs libgssapi.so.2(libgssapi_CITI_2), this is not
available.
Complete!


Solution:

rpm -e libtirpc --nodeps
yum update nfs*
yum install libtirpc




2.  the package system-config-securitylevel conflicts with
system-config-firewall-tui

Steps to reproduce: yum install system-config-firewall

Solution:

rpm -e system-config-securitylevel --nodeps
yum install system-config-firewall

Comment 1 Seth Vidal 2007-12-07 04:03:25 UTC
If you update to yum 3.2.8 in f7 does this get better?

Comment 2 Jeremy Katz 2007-12-31 14:54:30 UTC
Closing due to inactivity.  Please reopen or file a new bug if you have further
information to add to this bug report


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