From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Mar 16 16:30:11 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BADA916A400 for ; Fri, 16 Mar 2007 16:30:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 8193613C469 for ; Fri, 16 Mar 2007 16:30:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l2GGUBe3067835 for ; Fri, 16 Mar 2007 16:30:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l2GGUBOo067834; Fri, 16 Mar 2007 16:30:11 GMT (envelope-from gnats) Resent-Date: Fri, 16 Mar 2007 16:30:11 GMT Resent-Message-Id: <200703161630.l2GGUBOo067834@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Coleman Kane Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1909F16A409 for ; Fri, 16 Mar 2007 16:25:41 +0000 (UTC) (envelope-from cokane@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 09CFF13C489 for ; Fri, 16 Mar 2007 16:25:41 +0000 (UTC) (envelope-from cokane@FreeBSD.org) Received: from freefall.freebsd.org (cokane@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l2GGPeT4067666 for ; Fri, 16 Mar 2007 16:25:40 GMT (envelope-from cokane@freefall.freebsd.org) Received: (from cokane@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l2GGPejo067665; Fri, 16 Mar 2007 16:25:40 GMT (envelope-from cokane) Message-Id: <200703161625.l2GGPejo067665@freefall.freebsd.org> Date: Fri, 16 Mar 2007 16:25:40 GMT From: Coleman Kane To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/110398: ghostscript-afpl won't build with WITH_FT_BRIDGE X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Coleman Kane List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Mar 2007 16:30:11 -0000 >Number: 110398 >Category: ports >Synopsis: ghostscript-afpl won't build with WITH_FT_BRIDGE >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Mar 16 16:30:11 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Coleman Kane >Release: FreeBSD 7.0-CURRENT amd64 >Organization: FreeBSD Committers >Environment: System: FreeBSD erwin 7.0-CURRENT FreeBSD 7.0-CURRENT #5: Sat Mar 10 13:40:24 MST 2007 root@erwin:/usr/obj/usr/src/sys/ERWIN amd64 >Description: Tried to build port print/ghostscript-afpl using WITH_FT_BRIDGE patch. The compile stops at compiling src/fapi_ft.c with undefined symbol errors. The undefined symbols are located in the gserrors.h header which was not #include'ed in the fapi_ft.c file for some reason. >How-To-Repeat: cd /usr/ports/print/ghostscript-afpl make WITH_FT_BRIDGE=yes it breaks for me every time >Fix: Add the #include "gserrors.h" to the src/fapi_ft.c source file. Patch is below: --- fapi_ft.c.orig Mon Mar 13 09:18:19 2006 +++ fapi_ft.c Fri Mar 16 10:19:04 2007 @@ -19,6 +19,7 @@ /* GhostScript headers. */ #include "stdio_.h" +#include "gserrors.h" #include "ierrors.h" #include "ifapi.h" #include "write_t1.h" >Release-Note: >Audit-Trail: >Unformatted: