Bug 235991 - no postgresql-libs.i386 dependency
Summary: no postgresql-libs.i386 dependency
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: subversion
Version: 6
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Joe Orton
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-04-11 10:53 UTC by Enrico Scantamburlo
Modified: 2007-11-30 22:12 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-04-11 14:41:04 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Enrico Scantamburlo 2007-04-11 10:53:22 UTC
Description of problem:
Subversion depends on postgresql-libs.i386 but this dependency is not in the rpm 

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


How reproducible:
remove postgresql-libs.i386 and run subversion

Steps to Reproduce:
1. rpm -e postgresql-libs.i386 
2. svn status -u
  
Actual results:
svn: error while loading shared libraries: libpq.so.4: cannot open shared object
 file: No such file or directory

Expected results:
Alla revisione 3575

Additional info:

Comment 1 Joe Orton 2007-04-11 13:22:38 UTC
The dependency is from apr-util; did you use --nodeps with any erase operation?
This should not be possible otherwise.

# rpm --erase postgresql-libs
error: Failed dependencies:
...
        libpq.so.4 is needed by (installed) apr-util-1.2.7-3.i386

What is the output of:

# rpm -V apr-util subversion
# rpm -q --whatprovides libpq.so.4
# rpm -q --whatrequires libpq.so.4



Comment 2 Enrico Scantamburlo 2007-04-11 14:37:45 UTC
I used yum to remove postgresql-libs.i386 

[root@scantamburlo enrico]# rpm -V apr-util subversion
[root@scantamburlo enrico]# rpm -q --whatprovides libpq.so.4
postgresql-libs-8.1.8-1.fc6
[root@scantamburlo enrico]# rpm -q --whatrequires libpq.so.4
apr-util-1.2.8-1.fc6
amarok-1.4.5-4.fc6
postgresql-libs-8.1.8-1.fc6


Comment 3 Enrico Scantamburlo 2007-04-11 14:41:04 UTC
Sorry I think it'a a problem with the latest Yum. 


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