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=459065 --- Comment #9 from Axel Thimm <axel.thimm@xxxxxxxxxx> 2008-08-26 06:22:38 EDT --- QTDIR is being set by qt3, not qt3-devel (as I assumed), so indeed removing it for test building outside of chroots is not going to work. I patched up the specfile a bit to allow building even if qt3 bits are around, please use the following patch: @@ -1,7 +1,7 @@ -Summary: intelligent teaching and learning with computers +Summary: Intelligent teaching and learning with computers Name: italc Version: 1.0.9 -Release: 4%{?dist} +Release: 5%{?dist} License: GPLv2+ Group: System Environment/Daemons URL: http://italc.sourceforge.net/ @@ -46,6 +46,10 @@ %patch3 -p1 %build +# QTDIR may be set by a qt3 instance, remove it +# (italc shouldn't be checking for QTDIR in the first place, it's +# obsoleted in QT4) +unset QTDIR # docdir handling is broken in configure.in, but for good measure, # let's keep it where it should be %configure --docdir=%{_defaultdocdir}/%{name}-%{version} -- 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