Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=494148 --- Comment #32 from Michael Schwendt <bugs.michael@xxxxxxx> 2009-05-06 03:01:31 EDT --- RPM on EL5 cannot do noarch subpkgs. That's a new feature in RPM for Fedora >= 10. To reuse the same spec file, you could do: %if 0%{?fedora} >= 10 BuildArch: noarch %endif Note that there are further macros like that. Mentioned on the DistTag guidelines page in the Wiki. [...] F-12 devel: ppc also ran into an internal compiler error. If that will happen again, it may need a bug report. The ppc64/ppc build triggers automatic autotools reconfiguration, which then fails just like a manual "autoreconf -f". Could be related to how you've created your fix-gnu-autotools-compatibility patch and what versions of the autotools you've used. A quick work-around was to run "autoreconf ; libtoolize -c -f" at the end of %prep: http://koji.fedoraproject.org/koji/taskinfo?taskID=1338113 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review