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=510734 --- Comment #15 from manuel wolfshant <wo...@nobugconsulting.ro> 2009-07-20 19:55:58 EDT --- (In reply to comment #13) > > - does not build in rawhide: > > https://koji.fedoraproject.org/koji/taskinfo?taskID=1484978 - probably a > > missing build requirement since X11/extensions/XInput.h can't be found > Oops. I was built it only on Fedora 11, my mistake. > Add BR: /usr/include/X11/extensions/XInput.h; In F12 it is located in > libXi-devel but in previous versions in xorg-x11-proto-devel so, to do not > make > conditional requires, require explicit file. Although technically your solution is correct, I think that performance wise it is better to use: %if 0%{?fedora} >= 12 BuildRequires: libXi-devel %else BuildRequires: xorg-x11-proto-devel %endif > > Now it built successful: > http://koji.fedoraproject.org/koji/taskinfo?taskID=1487807 http://koji.fedoraproject.org/koji/taskinfo?taskID=1487918 (F11) http://koji.fedoraproject.org/koji/taskinfo?taskID=1487913 (rawhide) http://koji.fedoraproject.org/koji/taskinfo?taskID=1487923 (EL-5) Mind that EL-5 build fails because of the lzo dependency ( http://koji.fedoraproject.org/koji/getfile?taskID=1487925&name=build.log ): ultra.c:11:21: error: minilzo.h: No such file or directory ultra.c: In function 'rfbSendOneRectEncodingUltra': -- 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@redhat.com http://www.redhat.com/mailman/listinfo/fedora-package-review