Bug 237943

Summary: openoffice.org-2.0.4-5.5.22.src.rpm is not rebuild i686
Product: [Fedora] Fedora Reporter: Danilo Marcucci <danilo>
Component: openoffice.orgAssignee: Caolan McNamara <caolanm>
Status: CLOSED WORKSFORME QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6   
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-04-26 09:48:00 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 Danilo Marcucci 2007-04-26 09:22:56 UTC
Description of problem:
The package openoffice.org-2.0.4-5.5.22.src.rpm isn't rebuild with option i686.

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

How reproducible:
Rebuildig package

Steps to Reproduce:
#rpmbuild --rebuild --target i686 openoffice.org-2.0.4-5.5.22.src.rpm
....
Building target platforms: -i686
Building for target -i686
error: Architecture is not included

  
Actual results:
Not compiled

Expected results:
Compiled with architecture i686

Additional info:
Nothing

Comment 1 Caolan McNamara 2007-04-26 09:48:00 UTC
Works fine for me. "Building for target i686". Perhaps something has been
customized that conflicts with the "ExclusiveArch: %{ix86}" use in the .spec,
you could give a go on changing that to "ExclusiveArch: i386 i686"


Comment 2 Danilo Marcucci 2007-04-26 14:02:38 UTC
OK! Now the package is compiling.
Why this variable not work correctly?

Comment 3 Caolan McNamara 2007-04-26 14:07:49 UTC
Don't know what it doesn't work for you, but it does for me. Perhaps a
customized set of rpm macros or something has lost the ix86 macro, i.e. it should be

> cat /usr/lib/rpm/macros | grep ix86
%ix86   i386 i486 i586 i686 pentium3 pentium4 athlon
> rpm -qf /usr/lib/rpm/macros
rpm-4.4.2-32

on my FC-6 box