From owner-freebsd-ports@FreeBSD.ORG Tue Mar 30 18:47:09 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A6EED106564A; Tue, 30 Mar 2010 18:47:09 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 424548FC18; Tue, 30 Mar 2010 18:47:08 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.3/8.14.3) with ESMTP id o2UIl8en091333; Tue, 30 Mar 2010 12:47:08 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.3/8.14.3/Submit) with ESMTP id o2UIl802091330; Tue, 30 Mar 2010 12:47:08 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Tue, 30 Mar 2010 12:47:08 -0600 (MDT) From: Warren Block To: Doug Barton In-Reply-To: <4BB23953.7000606@FreeBSD.org> Message-ID: References: <4BB23953.7000606@FreeBSD.org> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.3 (wonkity.com [127.0.0.1]); Tue, 30 Mar 2010 12:47:08 -0600 (MDT) Cc: Dirk Meyer , kde@freebsd.org, "freebsd-ports@FreeBSD.org" Subject: Re: x11-toolkits/qt4-gui fails with png X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Mar 2010 18:47:09 -0000 On Tue, 30 Mar 2010, Doug Barton wrote: > c++ -c -pipe -g -g -g -I../../include/Qt -I../../include -D_REENTRANT > -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -g > -fvisibility=hidden -fvisibility-inlines-hidden -Wall -W > -I/usr/local/include -I/usr/local/include/freetype2 -fPIC -DQT_SHARED > -DQT_BUILD_GUI_LIB -DQT_NO_USING_NAMESPACE -DQT_NO_CAST_TO_ASCII > -DQT_ASCII_CAST_WARNINGS -DQT3_SUPPORT -DQT_MOC_COMPAT -DQT_HAVE_MMX > -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_NO_OPENTYPE > -DQT_NO_STYLE_MAC -DQT_NO_STYLE_WINDOWSVISTA -DQT_NO_STYLE_WINDOWSXP > -DQT_NO_STYLE_WINDOWSCE -DQT_NO_STYLE_WINDOWSMOBILE -DQT_NO_STYLE_S60 > -DQ_INTERNAL_QAPP_SRC -DQT_CORE_LIB -D_LARGEFILE64_SOURCE > -D_LARGEFILE_SOURCE -I/usr/local/share/qt4/mkspecs/freebsd-g++ -I. > -I../../include/QtCore -I../../include -I../../include/QtGui > -I.rcc/debug-shared -I../3rdparty/xorg -I/usr/local/include/freetype2 > -I../3rdparty/harfbuzz/src -Idialogs -I.moc/debug-shared > -I/usr/local/include -I.uic/debug-shared -I/usr/local/include -o > .obj/debug-shared/qbezier.o painting/qbezier.cpp > image/qpnghandler.cpp: In function 'void setup_qt(QImage&, png_struct*, > png_info*, float)': > image/qpnghandler.cpp:169: warning: 'channels' is deprecated (declared > at /usr/local/include/png.h:658) ... > image/qpnghandler.cpp:961: warning: 'height' is deprecated (declared at > /usr/local/include/png.h:634) > image/qpnghandler.cpp:961: warning: 'height' is deprecated (declared at > /usr/local/include/png.h:634) > *** Error code 1 > 1 error > *** Error code 1 > > Stop in /usr/local/ports/x11-toolkits/qt4-gui. With a fresh ports tree, it just built and reinstalled here. Same warnings, but no error. I don't see the actual error in your output. FreeBSD lightning 8.0-STABLE FreeBSD 8.0-STABLE #0: Mon Mar 29 14:57:45 MDT 2010 root@lightning:/usr/obj/usr/src/sys/LIGHTNING i386 -Warren Block * Rapid City, South Dakota USA