Bug 235991

Summary: no postgresql-libs.i386 dependency
Product: [Fedora] Fedora Reporter: Enrico Scantamburlo <scanti.rulla>
Component: subversionAssignee: Joe Orton <jorton>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-04-11 14:41:04 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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.