From owner-freebsd-office@FreeBSD.ORG Wed Jan 8 09:09:31 2014 Return-Path: Delivered-To: office@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 EBDCE790 for ; Wed, 8 Jan 2014 09:09:30 +0000 (UTC) Received: from mail-pd0-x22d.google.com (mail-pd0-x22d.google.com [IPv6:2607:f8b0:400e:c02::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C798611E3 for ; Wed, 8 Jan 2014 09:09:30 +0000 (UTC) Received: by mail-pd0-f173.google.com with SMTP id p10so1529732pdj.18 for ; Wed, 08 Jan 2014 01:09:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=trdQeHTfhJRaiDQ+/45x08fuiVRb+bsKO5DrHf57vsM=; b=GusPeE209GXcPDN1W2VDPa1jetM6B979L+H9x9qIb0Jg81iA1Jn9ysM/szNnqo2/s9 UuLDUOf+IxIl6z/g89bnV+ez3mEWilJjVRROhdhI3pvsmQRr1cMMJkd/Ih/ufkOCTm/4 2ajXGKNI1DAk2I3/7DkBw/Lts7XqPLYaAwTDL9aHPH602JOrzZGBJ/QlsoxIE1COZciE 6lN9V6mW02v7emAqkkobKC1LB10am6nk/pcRdQlLx/wmF+99+81iArkFhqH5hr8LJHwV Pb44Fhav3CvRG0+hi5RAZuu1srpWth1ZoAWkAPZQIF0p2delA+wygSYMZjYJfYsi7g7k LZXg== MIME-Version: 1.0 X-Received: by 10.66.11.202 with SMTP id s10mr11418888pab.86.1389172170372; Wed, 08 Jan 2014 01:09:30 -0800 (PST) Received: by 10.66.148.104 with HTTP; Wed, 8 Jan 2014 01:09:30 -0800 (PST) Date: Wed, 8 Jan 2014 04:09:30 -0500 Message-ID: Subject: Fwd: problem building openoffice-4 port on FB8.4 From: Omar S To: office@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jan 2014 09:09:31 -0000 Hi, Additionally the openoffice-4 port is failing to build on FreeBSD-8.4 release amd64: > uname -a FreeBSD mine.heedme.com 8.4-RELEASE FreeBSD 8.4-RELEASE #1: Sat Jul 13 01:39:21 EDT 2013 root@mine.heedme.com:/usr/obj/usr/src/sys/MINE amd64 Ports are current. I did a complete ports rebuild from scratch 1-2 months ago. Ports makefile rev is: # $FreeBSD: head/editors/openoffice-4/Makefile 338168 2013-12-30 20:55:18Z ohauer $ The problem seems to be it can't find the installed freetype headers. I went through the output to find the problem is here: ---------------------------------- Entering /usr/ports/editors/openoffice-4/work/aoo-4.0.1/main/sysui/desktop/mandriva gmake[4]: *** [nsFontMetricsXft.o] Error 1 gmake[4]: Leaving directory `/usr/ports/editors/openoffice-4/work/aoo-4.0.1/main/moz/unxfbsdx.pro/misc/build/mozilla/X_o bjdir/gfx/src/gtk' gmake[3]: *** [libs] Error 2 gmake[3]: Leaving directory `/usr/ports/editors/openoffice-4/work/aoo-4.0.1/main/moz/unxfbsdx.pro/misc/build/mozilla/X_o bjdir/gfx/src' gmake[2]: *** [libs] Error 2 gmake[2]: Leaving directory `/usr/ports/editors/openoffice-4/work/aoo-4.0.1/main/moz/unxfbsdx.pro/misc/build/mozilla/X_o bjdir/gfx' gmake[1]: *** [tier_9] Error 2 gmake[1]: Leaving directory `/usr/ports/editors/openoffice-4/work/aoo-4.0.1/main/moz/unxfbsdx.pro/misc/build/mozilla/X_o bjdir' gmake: *** [default] Error 2 dmake: Error code 2, while making './unxfbsdx.pro/misc/build/so_built_ooo_mozab' ---------------------------- Which seems to be caused (perhaps) by missing LOCALBASE pathing? Here: ------------------------------- Entering /usr/ports/editors/openoffice-4/work/aoo-4.0.1/main/helpcontent2/source/text/smath/02 In file included from ../../../../gfx/src/gtk/nsFontMetricsXft.cpp:70: ../../../dist/include/system_wrappers/freetype/tttables.h:3:36: error: freetype/tttables.h: No such file or directory In file included from ../../../../gfx/src/gtk/nsFontMetricsXft.cpp:71: ../../../dist/include/system_wrappers/freetype/freetype.h:3:36: error: freetype/freetype.h: No such file or directory done ------------------------------- And also a problem here: ------------------------- Entering /usr/ports/editors/openoffice-4/work/aoo-4.0.1/main/swext/mediawiki/help ../../../../gfx/src/gtk/nsFontMetricsXft.cpp: In member function 'nsresult nsFontMetricsXft::CacheFontMetrics()': ../../../../gfx/src/gtk/nsFontMetricsXft.cpp:906: error: 'TT_OS2' was not declared in this scope ../../../../gfx/src/gtk/nsFontMetricsXft.cpp:906: error: 'os2' was not declared in this scope ../../../../gfx/src/gtk/nsFontMetricsXft.cpp:906: error: expected primary-expression before ')' token ../../../../gfx/src/gtk/nsFontMetricsXft.cpp:906: error: expected `;' before 'FT_Get_Sfnt_Table' done ----------------------- And then exits here: ------------------------------------------------- svgio deliver deliver -- version: 275594 LOG: writing /usr/ports/editors/openoffice-4/work/aoo-4.0.1/main/solver/401/unxfbsdx.pro/inc/svgio/deliver.log Module 'svgio' delivered successfully. 0 files copied, 1 files unchanged 1 module(s): moz need(s) to be rebuilt Reason(s): ERROR: error 65280 occurred while making /usr/ports/editors/openoffice-4/work/aoo-4.0.1/main/moz When you have fixed the errors in that module you can resume the build by running: build --from moz *** Error code 1 Stop in /usr/ports/editors/openoffice-4. *** Error code 1 Stop in /usr/ports/editors/openoffice-4. --------------------------------------------- -omar