libreoffice SVN r516209
Michael Butler
imb at protected-networks.net
Sat Nov 2 12:19:04 UTC 2019
On 11/2/19 6:45 AM, Li-Wen Hsu wrote:
> On Fri, Nov 1, 2019 at 10:03 PM Michael Butler
> <imb at protected-networks.net> wrote:
>>
>> The recent update seems to trip over the QT5 option with the build
>> failing as follows:
>>
>> checking whether to build the Report Builder... no
>> checking whether to build support for scripts in BeanShell... no
>> checking whether to build support for scripts in JavaScript... no
>> checking for qmake-qt5... no
>> checking for qmake... no
>> configure: error: Qmake not found. Please specify the root of your Qt5
>> installation by exporting QT5DIR before running "configure".
>> ===> Script "configure" failed unexpectedly.
>> Please report the problem to office at FreeBSD.org [maintainer] and attach the
>> "/usr/ports/editors/libreoffice/work/libreoffice-6.3.3.2/config.log"
>> including the output of the failure of your make command.
>>
>> gzipped config.log attached,
>
> I've tested building in poudriere with these options:
>
> $ make showconfig
> ===> The following configuration options are available for libreoffice-6.3.3_1:
> CUPS=on: CUPS printing system support
> DOCS=on: Build and/or install documentation
> GNOME=off: GNOME desktop environment support
> GTK2=off: GTK+ 2 GUI toolkit support
> GTK3=off: GTK+ 3 GUI toolkit support (experimental)
> JAVA=off: Add Java support (XML filters, macros, DB connections)
> KDE5=off: KF5/Qt5 GUI toolkit support (require QT5)
> MMEDIA=on: Enable multimedia backend for Impress
> PGSQL=off: Build with PostgreSQL-SDBC driver
> QT5=on: Qt5 GUI toolkit support
> SDK=off: Build with SDK
> SYSTRAY=off: Enable systemtray quickstarter
> TEST=off: Run all regression tests
> WEBDAV=off: Enable WebDAV protocol
>
> It seems you don't have qmake, please try to install qt5-qmake and
> build again. Also, if it is possible, please update the dependencies
> to match the version in the ports tree.
>
> Li-Wen
>
There's the difference - I also had the KDE5 option selected:
===> The following configuration options are available for
libreoffice-6.3.3_1:
CUPS=on: CUPS printing system support
DOCS=on: Build and/or install documentation
GNOME=off: GNOME desktop environment support
GTK2=on: GTK+ 2 GUI toolkit support
GTK3=off: GTK+ 3 GUI toolkit support (experimental)
JAVA=off: Add Java support (XML filters, macros, DB connections)
KDE5=on: KF5/Qt5 GUI toolkit support (require QT5)
MMEDIA=on: Enable multimedia backend for Impress
PGSQL=off: Build with PostgreSQL-SDBC driver
QT5=on: Qt5 GUI toolkit support
SDK=off: Build with SDK
SYSTRAY=off: Enable systemtray quickstarter
TEST=off: Run all regression tests
WEBDAV=off: Enable WebDAV protocol
qt5-qmake is installed
imb at toshi:/home/imb> pkg info -a | grep qt5-qmake
qt5-qmake-5.13.0 Qt Makefile generator
imb at toshi:/home/imb> qmake --version
QMake version 3.1
Using Qt version 5.13.0 in /usr/local/lib/qt5
imb
More information about the freebsd-office
mailing list