Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Review Request: libtextcat - language guessing library https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=245917 ------- Additional Comments From rc040203@xxxxxxxxxx 2007-06-27 10:56 EST ------- (In reply to comment #3) > adds the headers and autoreconf updates the "missing" Well, as you probably know, I am not going to approve any package which runs autoreconf during builds ;) Apart of this, there now is a showstopper issue: libtextcat-devel-2.2-2.fc7.i386.rpm's config.h is an (autoheader-generated) config-header (autoheader). Installing autoheaders renders a package unusable to other autoconf-based packages, because the defines inside clash with those defines of other autoconf based packages (autoheader are supposed to be private). You will have to find a way to avoid these clashes A brute-force way would be to "sed-out" potentially conflicting defines from ${RPM_BUILD_ROOT}%{_includedir}/libtextcat/*.h. A cleaner way would be to add a second, manually written autoheader. Finally you could resort to patch common.h to hard-code the linux specific values ;) -- Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review