From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 5 00:00:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id AD1E0347 for ; Fri, 5 Apr 2013 00:00:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 95271611 for ; Fri, 5 Apr 2013 00:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r35000EG004367 for ; Fri, 5 Apr 2013 00:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r35000sw004366; Fri, 5 Apr 2013 00:00:00 GMT (envelope-from gnats) Resent-Date: Fri, 5 Apr 2013 00:00:00 GMT Resent-Message-Id: <201304050000.r35000sw004366@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, Abc Xyz Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 0DA72241 for ; Thu, 4 Apr 2013 23:53:31 +0000 (UTC) (envelope-from abc@ai1.alaska.net) Received: from ai1.alaska.net (ai1.alaska.net [209.112.188.15]) by mx1.freebsd.org (Postfix) with ESMTP id 3E3283F7 for ; Thu, 4 Apr 2013 23:53:12 +0000 (UTC) Received: (from root@localhost) by ai1.alaska.net (8.14.5/8.14.5) id r34NrRp3071774; Thu, 4 Apr 2013 14:53:27 -0900 (AKST) (envelope-from abc) Message-Id: <201304042353.r34NrRp3071774@ai1.alaska.net> Date: Thu, 4 Apr 2013 14:53:27 -0900 (AKST) From: Abc Xyz To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/177642: xpdf port fails X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Abc Xyz List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Apr 2013 00:00:00 -0000 >Number: 177642 >Category: ports >Synopsis: xpdf port fails >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Apr 05 00:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Abc Xyz >Release: FreeBSD 9.1-RELEASE i386 >Organization: none >Environment: System: FreeBSD 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243826: Tue Dec 4 06:55:39 UTC 2012 root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 minimal Xorg. >Description: The compilation seems to fail because it can't find ft2build.h, but it is in local/include, and is readable. Also, it is building nox11, but minimal Xorg is installed, and the nox11 version of Xpdf is not wanted, so it is not detecting X correctly. # make ===> Building for xpdf-nox11-3.03_3 cd goo; gmake gmake[1]: Entering directory `/umass/ports/graphics/xpdf/work/xpdf-3.03/goo' gmake[1]: Nothing to be done for `all'. gmake[1]: Leaving directory `/umass/ports/graphics/xpdf/work/xpdf-3.03/goo' cd fofi; gmake gmake[1]: Entering directory `/umass/ports/graphics/xpdf/work/xpdf-3.03/fofi' gmake[1]: Nothing to be done for `all'. gmake[1]: Leaving directory `/umass/ports/graphics/xpdf/work/xpdf-3.03/fofi' cd splash; gmake gmake[1]: Entering directory `/umass/ports/graphics/xpdf/work/xpdf-3.03/splash' c++ -O2 -pipe -march=c3-2 -fno-strict-aliasing -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I. -I/usr/local/include/freetype2 -c SplashFTFont.cc SplashFTFont.cc:15:22: error: ft2build.h: No such file or directory SplashFTFont.cc:16:10: error: #include expects "FILENAME" or SplashFTFont.cc:17:10: error: #include expects "FILENAME" or SplashFTFont.cc:18:10: error: #include expects "FILENAME" or In file included from SplashFTFont.cc:24: SplashFTFontEngine.h:19:10: error: #include expects "FILENAME" or In file included from SplashFTFont.cc:25: SplashFTFontFile.h:19:10: error: #include expects "FILENAME" or In file included from SplashFTFont.cc:26: SplashFTFont.h:19:10: error: #include expects "FILENAME" or In file included from SplashFTFont.cc:24: SplashFTFontEngine.h:54: error: 'FT_Library' has not been declared SplashFTFontEngine.h:58: error: 'FT_Library' does not name a type In file included from SplashFTFont.cc:25: SplashFTFontFile.h:59: error: 'FT_Face' has not been declared SplashFTFontFile.h:64: error: 'FT_Face' does not name a type In file included from SplashFTFont.cc:26: SplashFTFont.h:50: error: 'FT_Size' does not name a type SplashFTFont.h:51: error: 'FT_Matrix' does not name a type SplashFTFont.h:52: error: 'FT_Matrix' does not name a type SplashFTFont.cc:30: error: expected ',' or '...' before '*' token SplashFTFont.cc:30: error: ISO C++ forbids declaration of 'FT_Vector' with no type SplashFTFont.cc:31: error: expected ',' or '...' before '*' token SplashFTFont.cc:31: error: ISO C++ forbids declaration of 'FT_Vector' with no type SplashFTFont.cc:32: error: expected ',' or '...' before '*' token SplashFTFont.cc:33: error: ISO C++ forbids declaration of 'FT_Vector' with no type SplashFTFont.cc:34: error: expected ',' or '...' before '*' token SplashFTFont.cc:35: error: ISO C++ forbids declaration of 'FT_Vector' with no ty pe SplashFTFont.cc: In constructor 'SplashFTFont::SplashFTFont(SplashFTFontFile*, SplashCoord*, SplashCoord*)': SplashFTFont.cc:45: error: 'FT_Face' was not declared in this scope SplashFTFont.cc:45: error: expected `;' before 'face' SplashFTFont.cc:52: error: 'face' was not declared in this scope SplashFTFont.cc:52: error: 'class SplashFTFontFile' has no member named 'face' SplashFTFont.cc:53: error: 'sizeObj' was not declared in this scope SplashFTFont.cc:53: error: 'FT_New_Size' was not declared in this scope SplashFTFont.cc:56: error: 'sizeObj' was not declared in this scope SplashFTFont.cc:61: error: 'FT_Set_Pixel_Sizes' was not declared in this scope SplashFTFont.cc:197: error: 'matrix' was not declared in this scope SplashFTFont.cc:197: error: 'FT_Fixed' was not declared in this scope SplashFTFont.cc:201: error: 'textMatrix' was not declared in this scope SplashFTFont.cc: In member function 'virtual GBool SplashFTFont::makeGlyph(int, int, int, SplashGlyphBitmap*)': SplashFTFont.cc:219: error: 'FT_Vector' was not declared in this scope SplashFTFont.cc:219: error: expected `;' before 'offset' SplashFTFont.cc:220: error: 'FT_GlyphSlot' was not declared in this scope SplashFTFont.cc:220: error: expected `;' before 'slot' SplashFTFont.cc:221: error: 'FT_UInt' was not declared in this scope SplashFTFont.cc:221: error: expected `;' before 'gid' SplashFTFont.cc:222: error: 'FT_Int32' was not declared in this scope SplashFTFont.cc:222: error: expected `;' before 'flags' SplashFTFont.cc:229: error: 'class SplashFTFontFile' has no member named 'face' SplashFTFont.cc:229: error: 'sizeObj' was not declared in this scope SplashFTFont.cc:230: error: 'offset' was not declared in this scope SplashFTFont.cc:230: error: 'FT_Pos' was not declared in this scope SplashFTFont.cc:230: error: expected primary-expression before 'int' SplashFTFont.cc:232: error: 'class SplashFTFontFile' has no member named 'face' SplashFTFont.cc:232: error: 'matrix' was not declared in this scope SplashFTFont.cc:232: error: 'FT_Set_Transform' was not declared in this scope SplashFTFont.cc:233: error: 'slot' was not declared in this scope SplashFTFont.cc:233: error: 'class SplashFTFontFile' has no member named 'face' SplashFTFont.cc:236: error: 'gid' was not declared in this scope SplashFTFont.cc:236: error: expected `;' before 'ff' SplashFTFont.cc:238: error: 'gid' was not declared in this scope SplashFTFont.cc:238: error: expected `;' before 'c' SplashFTFont.cc:240: error: 'gid' was not declared in this scope SplashFTFont.cc:245: error: 'flags' was not declared in this scope SplashFTFont.cc:247: error: 'FT_LOAD_NO_BITMAP' was not declared in this scope SplashFTFont.cc:250: error: 'FT_LOAD_NO_HINTING' was not declared in this scope SplashFTFont.cc:257: error: 'FT_LOAD_NO_AUTOHINT' was not declared in this scope SplashFTFont.cc:261: error: 'FT_LOAD_TARGET_LIGHT' was not declared in this scope SplashFTFont.cc:263: error: 'class SplashFTFontFile' has no member named 'face' SplashFTFont.cc:263: error: 'gid' was not declared in this scope SplashFTFont.cc:263: error: 'FT_Load_Glyph' was not declared in this scope SplashFTFont.cc:266: error: 'FT_RENDER_MODE_NORMAL' was not declared in this scope SplashFTFont.cc:267: error: 'FT_RENDER_MODE_MONO' was not declared in this scope ... and so on. >How-To-Repeat: go to xpdf port, and type make install. >Fix: don't know. >Release-Note: >Audit-Trail: >Unformatted: