From owner-freebsd-office@FreeBSD.ORG Thu Feb 27 04:41:03 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 CB5BE5BC for ; Thu, 27 Feb 2014 04:41:03 +0000 (UTC) Received: from mail-pa0-x22f.google.com (mail-pa0-x22f.google.com [IPv6:2607:f8b0:400e:c03::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9E2D71454 for ; Thu, 27 Feb 2014 04:41:03 +0000 (UTC) Received: by mail-pa0-f47.google.com with SMTP id lj1so178309pab.34 for ; Wed, 26 Feb 2014 20:41:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type; bh=8+WDLTRdeZF+synRoFh6q7DvWs+o2cGxW7MghBzX2u4=; b=GOeEKNgMYBDmPIiZpWn4YI76E5yoR9BSzoylBaXxW4ZeiRSaLsSipf5gf9SEKzL9Qc xvD09DRsodxiYgnTSuFsfhuJo36CrR/GiJ45kGRIT62H0nzxjo/bnESeQ9nEvOvhCkBG Pv6yGfB+0KVy2OueRl/MVTBGdxnw+grUsVTPI9DuCdmNdAQ0xdzQtpKtiNFqjFj+URlJ 951iC3fia05DPQ6EORtAq8VTySkKdrslPrCdesDdSts+rWr411J2brAzzJSxITb1wRAd uUf3lr1V/rhw4LYyUYhjhsF1YtFsT/IcNAbQ2hF/B8kQp/gqBhrsxarhPObWy0L3N4pY gTPA== X-Received: by 10.68.224.195 with SMTP id re3mr11076929pbc.93.1393476063205; Wed, 26 Feb 2014 20:41:03 -0800 (PST) Received: from Acer.no-ip.org (nv-76-3-151-58.dhcp.embarqhsd.net. [76.3.151.58]) by mx.google.com with ESMTPSA id fk4sm21513627pab.23.2014.02.26.20.41.00 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 26 Feb 2014 20:41:02 -0800 (PST) Message-ID: <530EC1D2.5060300@gmail.com> Date: Wed, 26 Feb 2014 20:40:50 -0800 From: Steve Robertson User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: office@FreeBSD.org Subject: Libreoffice fails to build Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.17 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: Thu, 27 Feb 2014 04:41:03 -0000 Hello, After updating my ports tree earlier today, I'm trying to build the libreoffice port under FreeBSD 10 and getting the following error. I'm not sure if the line about Automatic fetching of tarballs at the beginning pertains to the error. Is there a way to enable that? root@Acer /u/p/e/libreoffice# make build ===> Building for libreoffice-4.1.5_1 gmake[2]: Entering directory `/usr/ports/editors/libreoffice/work/libreoffice-4.1.5.3' Automatic fetching of external tarballs is disabled. /usr/local/bin/gmake -j 2 -rsw -f /usr/ports/editors/libreoffice/work/libreoffice-4.1.5.3/Makefile.gbuild .... .... .... [build CMP] extensions/source/propctrlr/pcr [build GAL] arrows [build GAL] computers [build GAL] diagrams Work on gallery 'file://usr/ports/editors/libreoffice/work/workdir/unxfbsd.pro/Gallery/computers' Existing themes: 0 Existing themes: 1 Failed to acquire theme Work on gallery 'file://usr/ports/editors/libreoffice/work/workdir/unxfbsd.pro/Gallery/arrows' Existing themes: 0 Existing themes: 1 Failed to acquire theme gmake[3]: *** [//usr/ports/editors/libreoffice/work/workdir/unxfbsd.pro/Gallery/computers.done] Error 1 gmake[3]: *** Waiting for unfinished jobs.... gmake[3]: *** [//usr/ports/editors/libreoffice/work/workdir/unxfbsd.pro/Gallery/arrows.done] Error 1 gmake[3]: Leaving directory `/usr/ports/editors/libreoffice/work/libreoffice-4.1.5.3' gmake[2]: *** [build] Error 2 gmake[2]: Leaving directory `/usr/ports/editors/libreoffice/work/libreoffice-4.1.5.3' *** Error code 2 Stop. make[1]: stopped in /usr/ports/editors/libreoffice *** Error code 1 Stop. make: stopped in /usr/ports/editors/libreoffice My options file is like this: # This file is auto-generated by 'make config'. # Options for libreoffice-4.1.5_1 _OPTIONS_READ=libreoffice-4.1.5_1 _FILE_COMPLETE_OPTIONS_LIST=CUPS DEBUG GNOME GTK2 GTK3 JAVA KDE4 MMEDIA PGSQL SDK SYSTRAY TEST VERBOSE WEBDAV OPTIONS_FILE_SET+=CUPS OPTIONS_FILE_UNSET+=DEBUG OPTIONS_FILE_UNSET+=GNOME OPTIONS_FILE_SET+=GTK2 OPTIONS_FILE_UNSET+=GTK3 OPTIONS_FILE_UNSET+=JAVA OPTIONS_FILE_UNSET+=KDE4 OPTIONS_FILE_SET+=MMEDIA OPTIONS_FILE_UNSET+=PGSQL OPTIONS_FILE_UNSET+=SDK OPTIONS_FILE_UNSET+=SYSTRAY OPTIONS_FILE_UNSET+=TEST OPTIONS_FILE_UNSET+=VERBOSE OPTIONS_FILE_UNSET+=WEBDAV Here's some information about my system that might be pertinent: uname -a: FreeBSD Acer.no-ip.org 10.0-RELEASE FreeBSD 10.0-RELEASE #1 r261257: Wed Jan 29 20:45:13 PST 2014 root@Acer.no-ip.org:/usr/obj/usr/src/sys/ACER amd64 /etc/make.conf CPUTYPE?=core2 .if ${.CURDIR}=="/usr/ports/editors/libreoffice" WRKDIRPREFIX=/ .else WRKDIRPREFIX=/ram .endif WITH_CCACHE_BUILD=yes WITH_BDB_VER=6 QT4_OPTIONS= QGTKSTYLE Note: I've built libreoffice with this make.conf before without a problem. It's the only port where I don't have enough RAM to keep the work directory in a tmpfs. Please let me know if there's any other information I can provide that would help diagnose this. Thank You, Steve Robertson Las Vegas, NV