Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Feb 2014 20:40:50 -0800
From:      Steve Robertson <srobertanv@gmail.com>
To:        office@FreeBSD.org
Subject:   Libreoffice fails to build
Message-ID:  <530EC1D2.5060300@gmail.com>

next in thread | raw e-mail | index | archive | help
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




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