From owner-freebsd-gnome@FreeBSD.ORG Sat Apr 7 17:11:25 2012 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A8A24106568B for ; Sat, 7 Apr 2012 17:11:25 +0000 (UTC) (envelope-from kwm@rainbow-runner.nl) Received: from fep12.mx.upcmail.net (fep12.mx.upcmail.net [62.179.121.32]) by mx1.freebsd.org (Postfix) with ESMTP id 286388FC1C for ; Sat, 7 Apr 2012 17:11:24 +0000 (UTC) Received: from edge03.upcmail.net ([192.168.13.238]) by viefep12-int.chello.at (InterMail vM.8.01.05.04 201-2260-151-105-20111014) with ESMTP id <20120407171118.FRXZ29183.viefep12-int.chello.at@edge03.upcmail.net>; Sat, 7 Apr 2012 19:11:18 +0200 Received: from [127.0.0.1] ([77.250.114.160]) by edge03.upcmail.net with edge id v5BG1i0013TiT91035BG9Z; Sat, 07 Apr 2012 19:11:18 +0200 X-SourceIP: 77.250.114.160 Message-ID: <4F807534.5030606@rainbow-runner.nl> Date: Sat, 07 Apr 2012 19:11:16 +0200 From: Koop Mast User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0) Gecko/20120327 Thunderbird/11.0.1 MIME-Version: 1.0 To: Dewayne References: <38E164A34C664523BB0E8D22F74C7A56@white> In-Reply-To: <38E164A34C664523BB0E8D22F74C7A56@white> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 120407-0, 07-04-2012), Outbound message X-Antivirus-Status: Clean Cc: gnome@FreeBSD.org Subject: Re: Freetype failing to compile on FreeBSD 9.0 Stable X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Apr 2012 17:11:25 -0000 On 7-4-2012 15:53, Dewayne wrote: > Hi Gnome, > > Thanks for taking care of the security/upgrade of freetype. Unfortunately > during the ghostscript9 build, I'm receiving the following build problem on > > FreeBSD b1 9.0-STABLE FreeBSD 9.0-STABLE #0: Sat Apr 7 11:56:30 EST 2012 > (downloaded and built on same day). > > I rebuild all 419 ports that I use, each week (during testing) and > ghostscript was building cleanly until today. This problem has been resolved. Please update your ports and try again. -Koop > cc -DHAVE_MKSTEMP -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE > -O2 -pipe -pipe -O2 -g0 -ggdb0 -DSTRIP_FBSDID -UDEBUGGING -UEBUGGING > -fno-strict-aliasing -fPIC -DUPD_SIGNAL=0 -I. > -I/var/ports/usr/ports/print/ghostscript9-nox11/work/ghostscript-9.05/lcms/ > include -I/usr/local/include/libpng > -I/var/ports/usr/ports/print/ghostscript9-nox11/work/ghostscript-9.05/openj > peg/libopenjpeg > -I/var/ports/usr/ports/print/ghostscript9-nox11/work/ghostscript-9.05/openj > peg -I/usr/local/include -I/usr/local/include/freetype2 -Wall > -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes > -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement > -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 > -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -pipe -pipe -O2 -g0 -ggdb0 > -DSTRIP_FBSDID -UDEBUGGING -UEBUGGING -fno-strict-aliasing -DUSE_LIBPAPER > -I/usr/local/include -DGS_DEVS_SHARED > -DGS_DEVS_SHARED_DIR=\"/usr/local/lib/ghostscript/9.05\" -DA4 > -Ifreetype/include -DFT2_BUILD_LIBRARY -DDARWIN_NO_CARBON > -DFT_CONFIG_OPTION_SYSTEM_ZLIB -o ./soobj/fttype1.o -c > freetype/src/base/fttype1.c > In file included from > freetype/include/freetype/internal/services/svpsinfo.h:24, > from freetype/src/base/fttype1.c:23: > freetype/include/freetype/internal/t1types.h:82: error: nested redefinition > of 'enum T1_EncodingType_' > freetype/include/freetype/internal/t1types.h:82: error: redeclaration of > 'enum T1_EncodingType_' > freetype/include/freetype/internal/t1types.h:83: error: redeclaration of > enumerator 'T1_ENCODING_TYPE_NONE' > /usr/local/include/freetype2/freetype/t1tables.h:508: error: previous > definition of 'T1_ENCODING_TYPE_NONE' was here > freetype/include/freetype/internal/t1types.h:84: error: redeclaration of > enumerator 'T1_ENCODING_TYPE_ARRAY' > /usr/local/include/freetype2/freetype/t1tables.h:509: error: previous > definition of 'T1_ENCODING_TYPE_ARRAY' was here > freetype/include/freetype/internal/t1types.h:85: error: redeclaration of > enumerator 'T1_ENCODING_TYPE_STANDARD' > /usr/local/include/freetype2/freetype/t1tables.h:510: error: previous > definition of 'T1_ENCODING_TYPE_STANDARD' was here > freetype/include/freetype/internal/t1types.h:86: error: redeclaration of > enumerator 'T1_ENCODING_TYPE_ISOLATIN1' > /usr/local/include/freetype2/freetype/t1tables.h:511: error: previous > definition of 'T1_ENCODING_TYPE_ISOLATIN1' was here > freetype/include/freetype/internal/t1types.h:89: error: redeclaration of > enumerator 'T1_ENCODING_TYPE_EXPERT' > /usr/local/include/freetype2/freetype/t1tables.h:514: error: previous > definition of 'T1_ENCODING_TYPE_EXPERT' was here > freetype/include/freetype/internal/t1types.h:89: error: redefinition of > typedef 'T1_EncodingType' > /usr/local/include/freetype2/freetype/t1tables.h:514: error: previous > declaration of 'T1_EncodingType' was here > gmake[2]: *** [soobj/fttype1.o] Error 1 > gmake[2]: Leaving directory > `/var/ports/usr/ports/print/ghostscript9-nox11/work/ghostscript-9.05' > gmake[1]: *** [so-subtarget] Error 2 > gmake[1]: Leaving directory > `/var/ports/usr/ports/print/ghostscript9-nox11/work/ghostscript-9.05' > gmake: *** [so] Error 2 > *** Error code 1 > > Stop in /usr/ports/print/ghostscript9-nox11. > > Please advise if you require further information from me. > > Regards, Dewayne. > Sydney, Australia (GMT +10 hours) > > _______________________________________________ > freebsd-gnome@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > To unsubscribe, send any mail to"freebsd-gnome-unsubscribe@freebsd.org"