Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Mar 2007 16:25:40 GMT
From:      Coleman Kane <cokane@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/110398: ghostscript-afpl won't build with WITH_FT_BRIDGE
Message-ID:  <200703161625.l2GGPejo067665@freefall.freebsd.org>
Resent-Message-ID: <200703161630.l2GGUBOo067834@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703161625.l2GGPejo067665>