From owner-freebsd-ports@FreeBSD.ORG Thu Oct 4 03:32:29 2007 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0DA0E16A420; Thu, 4 Oct 2007 03:32:29 +0000 (UTC) (envelope-from ade@lovett.com) Received: from mail.lovett.com (foo.lovett.com [67.134.38.158]) by mx1.freebsd.org (Postfix) with ESMTP id C067B13C455; Thu, 4 Oct 2007 03:32:28 +0000 (UTC) (envelope-from ade@lovett.com) Received: from inferno.canal.lovett.com ([172.16.32.23]:61502) by mail.lovett.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.68 (FreeBSD)) (envelope-from ) id 1IdHRs-000PPI-F6; Wed, 03 Oct 2007 20:32:28 -0700 Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <2E59F114-17D1-44D7-BE51-2093F6FD0FB3@freebsd.org> Content-Transfer-Encoding: 7bit From: Ade Lovett Date: Wed, 3 Oct 2007 20:32:27 -0700 To: kde@FreeBSD.org, ports@FreeBSD.org X-Mailer: Apple Mail (2.752.3) Sender: ade@lovett.com Cc: Ade Lovett Subject: x11/kdelibs3 and new cups breakage 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: Thu, 04 Oct 2007 03:32:29 -0000 Looks like x11/kdelibs3 is suffering from the same new-cups issue that hit x11-toolkits/gtk20 - full log can be found at http:// tinderbox.lovett.com/errors/6-i386-bison/kdelibs-3.5.7_2.log Can someone with more kde-fu than myself fix this please? -aDe if /bin/sh /usr/local/bin/libtool --silent --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../dcop -I../../../kdecore -I../../../kio/kssl -I../../../kjs -I../../.. -I../../../kio - I../../../kfile -I../../../dcop -I../../../libltdl -I../../../kdefx - I../../../kdecore -I../../../kdecore -I../../../kdecore/network - I../../../kdeui -I../../../kio -I../../../kio/kio -I../../../kio/ kfile -I../../.. -I/usr/local/include -I/usr/local/include -I/usr/ local/include -D_THREAD_SAFE -pthread -DQT_THREAD_SUPPORT -I/usr/ local/include -I/usr/local/include -I/usr/local/include -D_GETOPT_H - D_THREAD_SAFE -DNDEBUG -O2 -O2 -fno-strict-aliasing -pipe -MT cups-util.lo -MD -MP -MF ".deps/cups-util.Tpo" -c -o cups-util.lo cups-util.c; \ then mv -f ".deps/cups-util.Tpo" ".deps/cups-util.Plo"; else rm -f ".deps/cups-util.Tpo"; exit 1; fi cups-util.c: In function `cupsGetConf': cups-util.c:111: error: dereferencing pointer to incomplete type cups-util.c:119: error: dereferencing pointer to incomplete type cups-util.c:138: error: dereferencing pointer to incomplete type cups-util.c:213: warning: `httpRead' is deprecated (declared at /usr/ local/include/cups/http.h:361) cups-util.c: In function `cupsPutConf': cups-util.c:308: warning: `httpWrite' is deprecated (declared at /usr/ local/include/cups/http.h:371) cups-util.c:312: warning: `httpWrite' is deprecated (declared at /usr/ local/include/cups/http.h:371) cups-util.c:337: error: dereferencing pointer to incomplete type cups-util.c:345: error: dereferencing pointer to incomplete type cups-util.c:364: error: dereferencing pointer to incomplete type cups-util.c: In function `cups_local_auth': cups-util.c:454: warning: passing arg 1 of `httpAddrLocalhost' from incompatible pointer type gmake[4]: *** [cups-util.lo] Error 1 gmake[4]: Leaving directory `/work/a/ports/x11/kdelibs3/work/ kdelibs-3.5.7/kdeprint/cups/cupsdconf2' gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory `/work/a/ports/x11/kdelibs3/work/ kdelibs-3.5.7/kdeprint/cups' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/work/a/ports/x11/kdelibs3/work/ kdelibs-3.5.7/kdeprint' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/work/a/ports/x11/kdelibs3/work/ kdelibs-3.5.7' gmake: *** [all] Error 2