Date: Sat, 2 Nov 2019 08:19:00 -0400 From: Michael Butler <imb@protected-networks.net> To: Li-Wen Hsu <lwhsu@freebsd.org> Cc: office@freebsd.org Subject: Re: libreoffice SVN r516209 Message-ID: <e4e9f732-edee-c9d0-2c80-a7fdd8eb1761@protected-networks.net> In-Reply-To: <CAKBkRUxXJM6wwy2S=LbkiaxUCUJ-7MdJoaO70_jLJvbuvqNOqg@mail.gmail.com> References: <9378a6af-5fce-c920-f24b-91113eb155af@protected-networks.net> <CAKBkRUxXJM6wwy2S=LbkiaxUCUJ-7MdJoaO70_jLJvbuvqNOqg@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 11/2/19 6:45 AM, Li-Wen Hsu wrote: > On Fri, Nov 1, 2019 at 10:03 PM Michael Butler > <imb@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@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@toshi:/home/imb> pkg info -a | grep qt5-qmake qt5-qmake-5.13.0 Qt Makefile generator imb@toshi:/home/imb> qmake --version QMake version 3.1 Using Qt version 5.13.0 in /usr/local/lib/qt5 imb
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?e4e9f732-edee-c9d0-2c80-a7fdd8eb1761>