[Bug 232743] editors/libreoffice: Enabling TEST config option causes build failure
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Oct 27 12:35:33 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232743
Bug ID: 232743
Summary: editors/libreoffice: Enabling TEST config option
causes build failure
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: office at FreeBSD.org
Reporter: hyun at caffeinated.codes
Flags: maintainer-feedback?(office at FreeBSD.org)
Assignee: office at FreeBSD.org
Running 12-ALPHA10 r339406. The port's config is as follows:
% cat /var/db/ports/editors_libreoffice/options
# This file is auto-generated by 'make config'.
# Options for libreoffice-6.0.5_6
_OPTIONS_READ=libreoffice-6.0.5_6
_FILE_COMPLETE_OPTIONS_LIST=CUPS DOCS GNOME GTK2 GTK3 JAVA KDE4 MMEDIA PGSQL
SDK SYSTRAY TEST WEBDAV
OPTIONS_FILE_SET+=CUPS
OPTIONS_FILE_SET+=DOCS
OPTIONS_FILE_SET+=GNOME
OPTIONS_FILE_SET+=GTK2
OPTIONS_FILE_SET+=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_SET+=TEST
OPTIONS_FILE_SET+=WEBDAV
Build fails with the following log:
===> Building for libreoffice-6.0.5_6
gmake[2]: Entering directory
'/usr/ports/editors/libreoffice/work/libreoffice-6.0.5.2'
mkdir -p /usr/ports/editors/libreoffice/work/libreoffice-6.0.5.2/instdir
/usr/ports/editors/libreoffice/work/libreoffice-6.0.5.2/solenv/bin/install-gdb-printers
-a /usr/ports/editors/libreoffice/work/libreoffice-6.0.5.2/instdir -c
Automatic fetching of external tarballs is disabled.
gmake -j 4 -r -f
/usr/ports/editors/libreoffice/work/libreoffice-6.0.5.2/Makefile.gbuild all
gmake[3]: Entering directory
'/usr/ports/editors/libreoffice/work/libreoffice-6.0.5.2'
gmake[3]: warning: -jN forced in submake: disabling jobserver mode.
/usr/ports/editors/libreoffice/work/libreoffice-6.0.5.2/testtools/CustomTarget_uno_test.mk:38:
*** missing 'endif'. Stop.
gmake[3]: Leaving directory
'/usr/ports/editors/libreoffice/work/libreoffice-6.0.5.2'
gmake[2]: *** [Makefile:269: build] Error 2
gmake[2]: Leaving directory
'/usr/ports/editors/libreoffice/work/libreoffice-6.0.5.2'
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1
Stop.
make[1]: stopped in /usr/ports/editors/libreoffice
*** Error code 1
Stop.
make: stopped in /usr/ports/editors/libreoffice
Disabling the TEST config option builds the port just fine.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-office
mailing list