xxdiff-3.2-12.fc14.src.rpm Failed To Build From Source against the rawhide tree. See http://fedoraproject.org/wiki/FTBFS for more information. If you believe this is actually a bug in another package, do NOT change the component in this bug or close this bug. Instead, add the appropriate bug number from the other package to the "Depends on" line in this bug. If the other package does not yet have a bug created that you think matches, please create one. Doing so helps us properly track bugs and their dependencies, just as we track package dependencies. (If you close this bug, and the other package is not fixed before the next FTBFS run, a new bug will get created. Please follow the above advice to avoid such duplication.)
Created attachment 466894 [details] root.log root.log for i386
Created attachment 466895 [details] build.log build.log for i386
Created attachment 466896 [details] mock.log mock.log for i386
Created attachment 466897 [details] root.log root.log for x86_64
Created attachment 466898 [details] build.log build.log for x86_64
Created attachment 466899 [details] mock.log mock.log for x86_64
It appears that the qt-devel package has changed to qt3-devel. --- a/xxdiff.spec +++ b/xxdiff.spec @@ -9,7 +9,7 @@ URL: http://furius.ca/xxdiff/ # We remove the screenshots directory since the images in there can not be redistributed without permission. Source0: xxdiff-%{version}-noscreenshots.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: qt-devel < 1:4.0, bison, flex +BuildRequires: qt3-devel < 1:4.0, bison, flex Patch0: %{name}-fix-cstdlib_h.patch
(In reply to comment #7) > It appears that the qt-devel package has changed > to qt3-devel. Yes, ... > +BuildRequires: qt3-devel < 1:4.0, bison, flex Except that BR: qt3-devel instead of BR: qt3-devel < 1:4.0 (qt3-devel is supposed to be < 4.0) would suffice, this seems correct to me. Any particular reason for not applying this patch to the package? AFAIS, you're this package's Fedora maintainer.
Fixed with commit 61c88a8a9278db7b90755bca7d6ee0e92d8bfc39ESC