Bug 213625 - libacl.la contains incorrect information on libattr.la place
Summary: libacl.la contains incorrect information on libattr.la place
Keywords:
Status: CLOSED DUPLICATE of bug 171114
Alias: None
Product: Red Hat Enterprise Linux 4
Classification: Red Hat
Component: acl
Version: 4.4
Hardware: i386
OS: Linux
medium
low
Target Milestone: ---
: ---
Assignee: Thomas Woerner
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-11-02 11:39 UTC by Andrey Klyachkin
Modified: 2007-11-17 01:14 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-11-27 19:29:34 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Andrey Klyachkin 2006-11-02 11:39:15 UTC
Description of problem: 
/usr/lib/libacl.la from libacl-devel in RHEL4 contains incorrect information 
about location of libattr.la. 
 
$ cat /usr/lib/libacl.la | grep libattr.la 
dependency_libs=' /lib/libattr.la' 
$ find /lib -name 'libattr.la' 
$ find /usr/lib -name 'libattr.la' 
/usr/lib/libattr.la 
$ rpm -qf /usr/lib/libattr.la 
libattr-devel-2.4.16-3 
$ rpm -ql libattr-devel | grep libattr.la 
/usr/lib/libattr.la 
$ rpm -qf /usr/lib/libacl.la 
libacl-devel-2.2.23-5 
$ rpm -ql libacl-devel | grep libacl.la 
/usr/lib/libacl.la 
 
Version-Release number of selected component (if applicable): 
2.2.23-5 
 
How reproducible: 
 
 
Steps to Reproduce: 
1. $ cat /usr/lib/libacl.la | grep libattr.la 
dependency_libs=' /lib/libattr.la' 
   
Actual results: 
dependency_libs=' /lib/libattr.la' 
 
Expected results: 
dependency_libs=' /usr/lib/libattr.la' 
 
Additional info: 
Fix - rebuild acl packages with the following lines added to acl.spec in 
%build section: 
sed -e 's/\/lib\/libattr.la/\/usr\/lib\/libattr.la/g' libacl/.libs/libacl.lai 
>libacl.lai.tmp 
mv -f libacl.lai.tmp libacl/.libs/libacl.lai

Comment 1 Matthew Miller 2006-11-27 19:18:05 UTC
This is a dup of bug #171114. However, I don't have the power to resolve it as such.



Comment 2 Jindrich Novy 2006-11-27 19:29:34 UTC

*** This bug has been marked as a duplicate of 171114 ***


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