Bug 808250

Summary: %{_arch} changed?
Product: [Fedora] Fedora Reporter: Eric Sandeen <esandeen>
Component: rpmAssignee: Panu Matilainen <pmatilai>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: ffesti, jnovy, pmatilai, rjones
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-03-30 07:39:46 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 Eric Sandeen 2012-03-29 22:51:54 UTC
I have a multilib wrapper header file, and specfile goop which creates a new header file foo-%{_arch}.h to be included by the wrapper.

In f17, it created foo-i386.h

In rawhide it is creating foo-i686.h

This broke my package, because my multilib header expects to include foo-i386.h.

Was this intentional?  If so I will change the wrapper; if not, please to be fixing?

Thanks,
-Eric

Comment 1 Panu Matilainen 2012-03-30 06:15:05 UTC
Not intentional, I'll have a look.

Comment 2 Richard W.M. Jones 2012-03-30 07:32:31 UTC
There was (also?) a bug in febootstrap where it wasn't using
the correct headers.  I have fixed this upstream.  I'll try
rebuilding febootstrap in Rawhide with this patch.

Comment 3 Panu Matilainen 2012-03-30 07:39:46 UTC
Should be fixed in rpm-4.9.90-0.git11505.10.fc18. It was a case of a one leftover line in install scripts messing things up, duh...

Thanks for reporting.

Comment 4 Richard W.M. Jones 2012-03-30 07:41:54 UTC
Can this fix be pushed to Rawhide?  It's currently blocking
(indirectly) qemu & all the virt tools.

Comment 5 Richard W.M. Jones 2012-03-30 07:42:17 UTC
Sorry, ignore that, it is in Rawhide ...