From owner-freebsd-ports@FreeBSD.ORG Mon Apr 21 23:41:23 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 63F98455 for ; Mon, 21 Apr 2014 23:41:23 +0000 (UTC) Received: from cdptpa-oedge-vip.email.rr.com (cdptpa-outbound-snat.email.rr.com [107.14.166.229]) by mx1.freebsd.org (Postfix) with ESMTP id 1753016F9 for ; Mon, 21 Apr 2014 23:41:22 +0000 (UTC) Received: from [72.132.160.201] ([72.132.160.201:13142] helo=bsdfull.Belkin) by cdptpa-oedge03 (envelope-from ) (ecelerity 3.5.0.35861 r(Momo-dev:tip)) with ESMTP id E7/7C-10911-B9CA5535; Mon, 21 Apr 2014 23:41:16 +0000 Message-ID: <5355AC8F.8070702@sdf.org> Date: Mon, 21 Apr 2014 16:41:03 -0700 From: Cary User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:25.0) Gecko/20100101 Firefox/25.0 SeaMonkey/2.22 MIME-Version: 1.0 To: FreeBSD Ports , xfce@FreeBSD.org Subject: cups support in print/xfce4-print Content-Type: multipart/mixed; boundary="------------060900060705050309060306" X-RR-Connecting-IP: 107.14.168.142:25 X-Cloudmark-Score: 0 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2014 23:41:23 -0000 This is a multi-part message in MIME format. --------------060900060705050309060306 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit print/xfce4-print builds normally on 9.2-R with default config, but build fails when port is configured with "--enable-cups" rather than "--enable-bsdlpr". STDERR attached. -- cary@sdf.org SDF Public Access UNIX System - http://sdf.org ------------------------------ --------------060900060705050309060306 Content-Type: text/plain; charset=us-ascii; name="ports-xfce4-print" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="ports-xfce4-print" cups.c: In function 'cups_request_new': cups.c:136: error: dereferencing pointer to incomplete type cups.c:137: error: dereferencing pointer to incomplete type cups.c: In function 'get_printers': cups.c:245: error: dereferencing pointer to incomplete type cups.c:245: error: dereferencing pointer to incomplete type cups.c:251: error: dereferencing pointer to incomplete type cups.c:254: error: dereferencing pointer to incomplete type cups.c:259: error: dereferencing pointer to incomplete type cups.c:262: error: dereferencing pointer to incomplete type cups.c: In function 'get_printer_state': cups.c:312: error: dereferencing pointer to incomplete type gmake[3]: *** [cups_plugin_la-cups.lo] Error 1 gmake[3]: Leaving directory /usr/ports/print/xfce4-print/work/xfprint-4.6.1/printing-systems/cups' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory /usr/ports/print/xfce4-print/work/xfprint-4.6.1/printing-systems' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory /usr/ports/print/xfce4-print/work/xfprint-4.6.1' gmake: *** [all] Error 2 ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** [do-build] Error code 1 Stop in /usr/ports/print/xfce4-print. *** [stage] Error code 1 Stop in /usr/ports/print/xfce4-print. --------------060900060705050309060306--