Bug 205221

Summary: File conflicts
Product: [Fedora] Fedora Reporter: Bill Nottingham <notting>
Component: libpfmAssignee: William Cohen <wcohen>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: jlaska, rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 3.2-0.060621.10 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-09-19 20:02:15 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:
Bug Depends On:    
Bug Blocks: 192658    

Description Bill Nottingham 2006-09-05 14:25:36 UTC
Description of problem:

        file /usr/lib/libpfm.a from install of libpfm-devel-3.2-0.060621.8.1
conflicts with file from package libpfm-devel-3.2-0.060621.8.1

Shouldn't that be somewhere else on x86-64?

Comment 1 William Cohen 2006-09-18 18:57:52 UTC
You should only install one libpfm on the machine. You wouldn't be using a
32-bit libpfm on a 64-bit machine.

The 64bit version of the software should be installing the libraries in the
/usr/lib64 to be consistent with other packages.


Comment 2 Bill Nottingham 2006-09-18 19:01:29 UTC
Both are installed for development purposes.

Comment 3 William Cohen 2006-09-19 20:02:15 UTC
Took a closer look at what is going on with libpfm. libpfm has a file config.mk
included into the Makefile. The config.mk has the following line that hardcodes
the directory:

PFMLIBDIR=$(TOPDIR)/lib

Have workaround in the libpfm.spec for 3.2-0.060621.10 to move the libraries
into the correct place.


Comment 4 William Cohen 2007-01-16 15:16:50 UTC
*** Bug 222707 has been marked as a duplicate of this bug. ***