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?
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.
Both are installed for development purposes.
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.
*** Bug 222707 has been marked as a duplicate of this bug. ***