Bug 471201

Summary: examples/Makefile conflicts i386 and x86_64 of -devel packets
Product: [Fedora] Fedora Reporter: mattias hellstrom <heson>
Component: libxml2Assignee: Daniel Veillard <veillard>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: 9CC: veillard
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-11-12 11:51:58 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 mattias hellstrom 2008-11-12 10:32:36 UTC
Description of problem:
Transaction Check Error:
  file /usr/share/doc/libxml2-devel-2.6.32/examples/Makefile from install of libxml2-devel-2.6.32-1.fc9.i386 conflicts with file from package libxml2-devel-2.6.32-1.fc9.x86_64

Host is a x86_64 fedora 9. I need the -devel.i386 installed to compile legacy stuff.

Version-Release number of selected component (if applicable):
2.6.32

How reproducible:

Steps to Reproduce:
1. 64bit host> yum install libxml2-devel
2. 64bit host> yum install libxml2-devel.i386

  
Actual results:
Transaction Check Error:
  file /usr/share/doc/libxml2-devel-2.6.32/examples/Makefile from install of libxml2-devel-2.6.32-1.fc9.i386 conflicts with file from package libxml2-devel-2.6.32-1.fc9.x86_64


Expected results:
package installed

Additional info:

Comment 1 mattias hellstrom 2008-11-12 11:41:11 UTC
Sorry I was upgraded to the updates-newkey repo. 
2.7.2-1.fc9 seams to work fine.

Comment 2 Daniel Veillard 2008-11-12 11:51:58 UTC
Yup that's already fixed in current releases

paphio:~/fcpkgs/libxml2/devel -> grep Makefile libxml2.spec 
# multiarch crazyness on timestamp differences or Makefile/binaries for examples
(cd doc/examples ; make clean ; rm -rf .deps Makefile)
paphio:~/fcpkgs/libxml2/devel -> 


Daniel