Description of problem: The spec file for imlib2 incorrectly has --enable-mmx for ia64 which does not build. %ifarch %{ix86} ia64 asmopts="--enable-mmx --disable-amd64" %endif this should be changed to: %ifarch %{ix86} asmopts="--enable-mmx --disable-amd64" %endif Version-Release number of selected component (if applicable): imlib2-1.4.0-3.fc8 How reproducible: 100% Steps to Reproduce: 1. build imlib2 on ia64 2. 3. Actual results: Lots of asm errors since x86 asm code is used Expected results: clean build Additional info:
1.4.0-4, which fixes this, should show up in rawhide once F-8 is released and rawhide unfreezes at the start of the F-9 development cycle.