Bug 201535 - Opal gets build with wrong dependencies
Summary: Opal gets build with wrong dependencies
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: opal
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Daniel Veillard
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-08-07 08:03 UTC by Jan "Yenya" Kasprzak
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version: 2.2.3
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-11-07 17:13:15 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Jan "Yenya" Kasprzak 2006-08-07 08:03:28 UTC
Description of problem:
When rebuilding the opal library, it gets build with ELF dependency on
libpt.so.1.11.0, while the actual pwlib library on this system was 1.10.

Version-Release number of selected component (if applicable):
opal-2.2.2-1.1
pwlib-1.10.1-5
pwlib-devel-1.10.1-5

How reproducible:
100%

Steps to Reproduce:
1. rpmbuild --rebuild pwlib-1.10.1-5.src.rpm (with a fix from bug #201532)
2. rpm -Uvh pwlib-1.10.1-5.x86_64.rpm pwlib-devel-1.10.1-5.x86_64.rpm
3. rpmbuild --rebuild opal-2.2.2-1.1.src.rpm
4. rpm -Uvh opal-2.2.2-1.1.x86_64.rpm
  
Actual results:
error: Failed dependencies:
        libpt.so.1.11.0()(64bit) is needed by opal-2.2.2-1.1.x86_64


Expected results:
opal should be installed, because it is compiled against pwlib-1.10.

Additional info:
even after rpm -bp opal.spec; cd ../BUILD/opal/*; ./configure; make
the shared library is built with incorrect dependency on pwlib, according to
ldd lib/libopal_linux_x86_64_r.so.2.2.2

This is FC5/x86_64 system, I am trying to recompile pwlib, opal and ekiga from
rawhide/FC6t1.

Comment 1 Daniel Veillard 2006-11-07 17:13:15 UTC
I think this problem was fixed, I rechecked all version numbers in the spec file
when pushing a new version of opal yesterday.

Daniel


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