The following reply was made to PR ports/188337; it has been noted by GNATS.
From: Anton Shterenlikht <me...@bris.ac.uk> To: bug-follo...@freebsd.org Cc: Subject: ports/188337: x11-toolkits/qt4-gui : ia64 : build failure : Cups support cannot be enabled due to functionality tests Date: Fri, 11 Apr 2014 11:57:20 +0100 (BST) Sorry, on closer look, I see that all those errors are just configure trying to see what is available. The real error is this: Cups auto-detection... () g++ -c -pipe -O2 -fno-strict-aliasing -O2 -Wall -W -I/usr/local/share/qt4/mkspecs/freebsd-g++ -I. -I../../include/QtCore -I../../include/QtGui -I../../include/Qt -I../../include -I. -I/usr/local/include -I/usr/local/include/qt4 -I/usr/local/include -o cups.o cups.cpp In file included from cups.cpp:42: /usr/local/include/cups/cups.h:34:35: error: dispatch/dispatch.h: No such file or directory *** Error code 1 Stop. make[1]: stopped in /usr/ports/x11-toolkits/qt4-gui/work/qt-everywhere-opensource-src-4.8.5/config.tests/unix/cups Cups disabled. Cups support cannot be enabled due to functionality tests! which is identical to: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/188161 and should probably be fixed the same way. (I now see that PR 188161 hasn't got the latest patch). print/cups-base now has: .if (defined(CUPS_CLIENT) || defined(CUPS_IMAGE)) && ${OPSYS} == "FreeBSD" && ${OSVERSION} > 1000000 CFLAGS+= -fno-blocks .endif I think this port should have something like this, at least on ia64. Thanks Anton _______________________________________________ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information