[Bug 494148] Review Request: soci - The database access library for C++ programmers

bugzilla at redhat.com bugzilla at redhat.com
Wed May 6 07:01:32 UTC 2009


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 at gmx.net>  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.




More information about the Fedora-package-review mailing list