Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 859588 Details for
Bug 903889
app-office/libreoffice fails to build with USE=clang and CFLAGS="-Werror=lto-type-mismatch"
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
config.log
config.log (text/x-log), 134.50 KB, created by
Rick Farina (Zero_Chaos)
on 2023-04-05 20:06:03 UTC
(
hide
)
Description:
config.log
Filename:
MIME Type:
Creator:
Rick Farina (Zero_Chaos)
Created:
2023-04-05 20:06:03 UTC
Size:
134.50 KB
patch
obsolete
>This file contains any messages produced by compilers while >running configure, to aid debugging if configure makes a mistake. > >It was created by LibreOffice configure 7.4.4.2, which was >generated by GNU Autoconf 2.71. Invocation command line was > > $ ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --datarootdir=/usr/share --disable-dependency-tracking --docdir=/usr/share/doc/libreoffice-7.4.4.2 --htmldir=/usr/share/doc/libreoffice-7.4.4.2/html --libdir=/usr/lib64 --with-system-dicts --with-system-epoxy --with-system-headers --with-system-jars --with-system-libs --enable-build-opensymbol --enable-cairo-canvas --enable-largefile --enable-mergelibs --enable-python=system --enable-randr --enable-release-build --disable-breakpad --disable-bundle-mariadb --disable-ccache --disable-epm --disable-fetch-external --disable-gtk3-kde5 --disable-online-update --disable-openssl --disable-pdfium --disable-qt6 '--with-extra-buildid=Gentoo official package' --enable-extension-integration --with-external-dict-dir=/usr/share/myspell --with-external-hyph-dir=/usr/share/myspell --with-external-thes-dir=/usr/share/myspell --with-external-tar=/var/tmp/portage/app-office/libreoffice-7.4.4.2/distdir --with-lang= --with-parallelism=12 --with-system-abseil --with-system-openjpeg --with-system-ucpp --with-tls=nss '--with-vendor=Gentoo Foundation' --with-webdav=neon --with-x --without-fonts --without-myspell-dicts --with-help=html --without-helppack-integration --with-system-gpgmepp --without-system-dragonbox --without-system-jfreereport --without-system-libfixmath --without-system-sane --disable-report-builder --enable-sdremote-bluetooth --disable-coinmp --enable-cups --enable-dbus --disable-debug --disable-evolution2 --disable-firebird-sdbc --enable-gstreamer-1-0 --enable-gtk3 --disable-kf5 --disable-qt5 --disable-ldap --disable-odk --enable-pdfimport --disable-postgresql-sdbc --enable-skia --without-lxml --without-system-coinmp --with-gdrive-client-id=329227923882.apps.googleusercontent.com --with-gdrive-client-secret=vgKG0NNv7GoDpbtoFNLxCUXu --with-java --without-doxygen --enable-dconf --enable-gio --disable-ext-nlpsolver --disable-scripting-beanshell --disable-scripting-javascript --disable-ext-wiki-publisher --without-junit --without-system-hsqldb --with-ant-home=/usr/share/ant --with-jdk-home=/opt/openjdk-bin-17.0.6_p10 > >## --------- ## >## Platform. ## >## --------- ## > >hostname = localhost >uname -m = x86_64 >uname -r = 6.2.8-pentoo >uname -s = Linux >uname -v = #1 SMP PREEMPT_DYNAMIC Thu Mar 23 16:06:48 EDT 2023 > >/usr/bin/uname -p = Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz >/bin/uname -X = unknown > >/bin/arch = unknown >/usr/bin/arch -k = unknown >/usr/convex/getsysinfo = unknown >/usr/bin/hostinfo = unknown >/bin/machine = unknown >/usr/bin/oslevel = unknown >/bin/universe = unknown > >PATH: /var/tmp/portage/app-office/libreoffice-7.4.4.2/temp/python3.11/bin/ >PATH: /opt/openjdk-bin-17.0.6_p10/bin/ >PATH: /usr/lib/portage/python3.11/ebuild-helpers/xattr/ >PATH: /usr/lib/portage/python3.11/ebuild-helpers/ >PATH: /usr/local/sbin/ >PATH: /usr/local/bin/ >PATH: /usr/sbin/ >PATH: /usr/bin/ >PATH: /sbin/ >PATH: /bin/ >PATH: /opt/bin/ >PATH: /usr/lib/llvm/15/bin/ >PATH: /usr/lib/llvm/14/bin/ >PATH: /opt/android-sdk-update-manager/tools/ >PATH: /opt/android-sdk-update-manager/platform-tools/ >PATH: /etc/eselect/wine/bin/ >PATH: /opt/gcc-arm-none-eabi/bin/ > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:4819: loading site script /usr/share/config.site >| #!/bin/sh >| # Copyright 2009-2014 Gentoo Foundation >| # Distributed under the terms of the GNU General Public License v2 >| >| # provided by crossdev >| SITEDIR="/usr/share/crossdev/include/site" >| >| # user override >| ETC_SITEDIR="/etc/crossdev/include/site" >| >| config_site_arch() { >| local host="${CHOST%%-*}" >| >| case ${host} in >| arm*b*) host=armeb ;; >| arm*) host=arm ;; >| mips*l*) host=mipsel ;; >| mips*) host=mips ;; >| esac >| >| echo "${host}" >| } >| >| config_site_names() { >| local site_arch="$(config_site_arch)" >| local sites="" >| local x >| >| case ${CHOST} in >| *-linux-*) sites="${sites} linux ${site_arch}-linux" ;; >| *-darwin*) sites="${sites} darwin ${site_arch}-darwin" ;; >| mingw*|*-mingw*) sites="${sites} mingw ${site_arch}-mingw" ;; >| esac >| >| case ${CHOST} in >| *-linux-uclibc*) sites="${sites} linux-uclibc ${site_arch}-linux-uclibc" ;; >| *-linux-gnu*) sites="${sites} linux-gnu ${site_arch}-linux-gnu" ;; >| *-linux-musl*) sites="${sites} linux-musl ${site_arch}-linux-musl" ;; >| esac >| >| case ${CHOST} in >| *-linux-uclibceabi*) sites="${sites} linux-uclibceabi ${site_arch}-linux-uclibceabi" ;; >| *-linux-gnueabi*) sites="${sites} linux-gnueabi ${site_arch}-linux-gnueabi" ;; >| esac >| >| for x in ${sites} ${CHOST}; do >| [ -e "${SITEDIR}/${x}" ] && echo "${SITEDIR}/${x}" >| [ -e "${ETC_SITEDIR}/${x}" ] && echo "${ETC_SITEDIR}/${x}" >| done >| } >| >| # Only kick in for cross-compiles so we don't break native builds #427184 >| if [ "${CBUILD:-${CHOST}}" != "${CHOST}" ] ; then >| sites="$(config_site_names)" >| if [ -n "${sites}" ] ; then >| for site in ${sites}; do >| echo "${0##*/}: loading site script ${site}" >| . "${site}" >| done >| fi >| unset site sites >| fi >configure:5393: looking for aux files: config.guess config.sub >configure:5406: trying ./ >configure:5435: ./config.guess found >configure:5435: ./config.sub found >configure:5921: checking build system type >configure:5936: result: x86_64-pc-linux-gnu >configure:5956: checking host system type >configure:5970: result: x86_64-pc-linux-gnu >configure:6009: checking for product name >configure:6018: result: LibreOffice >configure:6025: checking for package version >configure:6030: result: 7.4.4.2 >configure:6091: checking for product version >configure:6094: result: 7.4 >configure:6098: checking for grep that handles long lines and -e >configure:6162: result: /bin/grep >configure:6167: checking for egrep >configure:6235: result: /bin/grep -E >configure:6243: checking for grep >configure:6278: result: /bin/grep >configure:6295: checking for GNU Make >configure:6326: result: /usr/bin/make >configure:6383: checking for sed >configure:6406: found /bin/sed >configure:6418: result: /bin/sed >configure:6435: checking whether to use link-time optimization >configure:6443: result: no >configure:7081: VCL platform has a usable dynamic loading API: yes >configure:7083: VCL platform uses freetype+fontconfig: yes >configure:7085: VCL platform uses headless plugin: yes >configure:7087: VCL platform uses X11: yes >configure:7170: checking for explicit AFLAGS >configure:7177: result: no >configure:7181: checking for explicit CFLAGS >configure:7184: result: -Os -march=native -mtune=native -pipe -frecord-gcc-switches -ggdb3 -Werror=odr -Werror=lto-type-mismatch >configure:7192: checking for explicit CXXFLAGS >configure:7195: result: -Os -march=native -mtune=native -pipe -frecord-gcc-switches -ggdb3 -Werror=odr -Werror=lto-type-mismatch >configure:7203: checking for explicit OBJCFLAGS >configure:7210: result: no >configure:7214: checking for explicit OBJCXXFLAGS >configure:7221: result: no >configure:7225: checking for explicit LDFLAGS >configure:7228: result: -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld >configure:7273: checking for x86_64-pc-linux-gnu-gcc >configure:7305: result: x86_64-pc-linux-gnu-clang >configure:7703: checking for C compiler version >configure:7712: x86_64-pc-linux-gnu-clang --version >&5 >clang version 15.0.7 >Target: x86_64-pc-linux-gnu >Thread model: posix >InstalledDir: /usr/lib/llvm/15/bin >Configuration file: /etc/clang/clang.cfg >configure:7723: $? = 0 >configure:7712: x86_64-pc-linux-gnu-clang -v >&5 >clang version 15.0.7 >Target: x86_64-pc-linux-gnu >Thread model: posix >InstalledDir: /usr/lib/llvm/15/bin >Configuration file: /etc/clang/clang.cfg >System configuration file directory: /etc/clang >Selected GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/12 >Candidate multilib: .;@m64 >Candidate multilib: 32;@m32 >Selected multilib: .;@m64 >... rest of stderr output deleted ... >configure:7723: $? = 0 >configure:7712: x86_64-pc-linux-gnu-clang -V >&5 >clang-15: error: argument to '-V' is missing (expected 1 value) >clang-15: error: no input files >configure:7723: $? = 1 >configure:7712: x86_64-pc-linux-gnu-clang -qversion >&5 >clang-15: error: unknown argument '-qversion'; did you mean '--version'? >clang-15: error: no input files >configure:7723: $? = 1 >configure:7712: x86_64-pc-linux-gnu-clang -version >&5 >clang-15: error: unknown argument '-version'; did you mean '--version'? >clang-15: error: no input files >configure:7723: $? = 1 >configure:7743: checking whether the C compiler works >configure:7765: x86_64-pc-linux-gnu-clang -Os -march=native -mtune=native -pipe -frecord-gcc-switches -ggdb3 -Werror=odr -Werror=lto-type-mismatch -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.c >&5 >warning: unknown warning option '-Werror=lto-type-mismatch'; did you mean '-Werror=selector-type-mismatch'? [-Wunknown-warning-option] >1 warning generated. >configure:7769: $? = 0 >configure:7819: result: yes >configure:7822: checking for C compiler default output file name >configure:7824: result: a.out >configure:7830: checking for suffix of executables >configure:7837: x86_64-pc-linux-gnu-clang -o conftest -Os -march=native -mtune=native -pipe -frecord-gcc-switches -ggdb3 -Werror=odr -Werror=lto-type-mismatch -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.c >&5 >warning: unknown warning option '-Werror=lto-type-mismatch'; did you mean '-Werror=selector-type-mismatch'? [-Wunknown-warning-option] >1 warning generated. >configure:7841: $? = 0 >configure:7864: result: >configure:7886: checking whether we are cross compiling >configure:7894: x86_64-pc-linux-gnu-clang -o conftest -Os -march=native -mtune=native -pipe -frecord-gcc-switches -ggdb3 -Werror=odr -Werror=lto-type-mismatch -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.c >&5 >warning: unknown warning option '-Werror=lto-type-mismatch'; did you mean '-Werror=selector-type-mismatch'? [-Wunknown-warning-option] >1 warning generated. >configure:7898: $? = 0 >configure:7905: ./conftest >configure:7909: $? = 0 >configure:7924: result: no >configure:7929: checking for suffix of object files >configure:7952: x86_64-pc-linux-gnu-clang -c -Os -march=native -mtune=native -pipe -frecord-gcc-switches -ggdb3 -Werror=odr -Werror=lto-type-mismatch conftest.c >&5 >warning: unknown warning option '-Werror=lto-type-mismatch'; did you mean '-Werror=selector-type-mismatch'? [-Wunknown-warning-option] >1 warning generated. >configure:7956: $? = 0 >configure:7978: result: o >configure:7982: checking whether the compiler supports GNU C >configure:8002: x86_64-pc-linux-gnu-clang -c -Os -march=native -mtune=native -pipe -frecord-gcc-switches -ggdb3 -Werror=odr -Werror=lto-type-mismatch conftest.c >&5 >warning: unknown warning option '-Werror=lto-type-mismatch'; did you mean '-Werror=selector-type-mismatch'? [-Wunknown-warning-option] >1 warning generated. >configure:8002: $? = 0 >configure:8012: result: yes >configure:8023: checking whether x86_64-pc-linux-gnu-clang accepts -g >configure:8044: x86_64-pc-linux-gnu-clang -c -g conftest.c >&5 >configure:8044: $? = 0 >configure:8088: result: yes >configure:8108: checking for x86_64-pc-linux-gnu-clang option to enable C11 features >configure:8123: x86_64-pc-linux-gnu-clang -c -Os -march=native -mtune=native -pipe -frecord-gcc-switches -ggdb3 -Werror=odr -Werror=lto-type-mismatch conftest.c >&5 >warning: unknown warning option '-Werror=lto-type-mismatch'; did you mean '-Werror=selector-type-mismatch'? [-Wunknown-warning-option] >1 warning generated. >configure:8123: $? = 0 >configure:8141: result: none needed >configure:8263: checking for stdio.h >configure:8263: x86_64-pc-linux-gnu-clang -c -Os -march=native -mtune=native -pipe -frecord-gcc-switches -ggdb3 -Werror=odr -Werror=lto-type-mismatch conftest.c >&5 >warning: unknown warning option '-Werror=lto-type-mismatch'; did you mean '-Werror=selector-type-mismatch'? [-Wunknown-warning-option] >1 warning generated. >configure:8263: $? = 0 >configure:8263: result: yes >configure:8263: checking for stdlib.h >configure:8263: x86_64-pc-linux-gnu-clang -c -Os -march=native -mtune=native -pipe -frecord-gcc-switches -ggdb3 -Werror=odr -Werror=lto-type-mismatch conftest.c >&5 >warning: unknown warning option '-Werror=lto-type-mismatch'; did you mean '-Werror=selector-type-mismatch'? [-Wunknown-warning-option] >1 warning generated. >configure:8263: $? = 0 >configure:8263: result: yes >configure:8263: checking for string.h >configure:8263: x86_64-pc-linux-gnu-clang -c -Os -march=native -mtune=native -pipe -frecord-gcc-switches -ggdb3 -Werror=odr -Werror=lto-type-mismatch conftest.c >&5 >warning: unknown warning option '-Werror=lto-type-mismatch'; did you mean '-Werror=selector-type-mismatch'? [-Wunknown-warning-option] >1 warning generated. >configure:8263: $? = 0 >configure:8263: result: yes >configure:8263: checking for inttypes.h >configure:8263: x86_64-pc-linux-gnu-clang -c -Os -march=native -mtune=native -pipe -frecord-gcc-switches -ggdb3 -Werror=odr -Werror=lto-type-mismatch conftest.c >&5 >warning: unknown warning option '-Werror=lto-type-mismatch'; did you mean '-Werror=selector-type-mismatch'? [-Wunknown-warning-option] >1 warning generated. >configure:8263: $? = 0 >configure:8263: result: yes >configure:8263: checking for stdint.h >configure:8263: x86_64-pc-linux-gnu-clang -c -Os -march=native -mtune=native -pipe -frecord-gcc-switches -ggdb3 -Werror=odr -Werror=lto-type-mismatch conftest.c >&5 >warning: unknown warning option '-Werror=lto-type-mismatch'; did you mean '-Werror=selector-type-mismatch'? [-Wunknown-warning-option] >1 warning generated. >configure:8263: $? = 0 >configure:8263: result: yes >configure:8263: checking for strings.h >configure:8263: x86_64-pc-linux-gnu-clang -c -Os -march=native -mtune=native -pipe -frecord-gcc-switches -ggdb3 -Werror=odr -Werror=lto-type-mismatch conftest.c >&5 >warning: unknown warning option '-Werror=lto-type-mismatch'; did you mean '-Werror=selector-type-mismatch'? [-Wunknown-warning-option] >1 warning generated. >configure:8263: $? = 0 >configure:8263: result: yes >configure:8263: checking for sys/stat.h >configure:8263: x86_64-pc-linux-gnu-clang -c -Os -march=native -mtune=native -pipe -frecord-gcc-switches -ggdb3 -Werror=odr -Werror=lto-type-mismatch conftest.c >&5 >warning: unknown warning option '-Werror=lto-type-mismatch'; did you mean '-Werror=selector-type-mismatch'? [-Wunknown-warning-option] >1 warning generated. >configure:8263: $? = 0 >configure:8263: result: yes >configure:8263: checking for sys/types.h >configure:8263: x86_64-pc-linux-gnu-clang -c -Os -march=native -mtune=native -pipe -frecord-gcc-switches -ggdb3 -Werror=odr -Werror=lto-type-mismatch conftest.c >&5 >warning: unknown warning option '-Werror=lto-type-mismatch'; did you mean '-Werror=selector-type-mismatch'? [-Wunknown-warning-option] >1 warning generated. >configure:8263: $? = 0 >configure:8263: result: yes >configure:8263: checking for unistd.h >configure:8263: x86_64-pc-linux-gnu-clang -c -Os -march=native -mtune=native -pipe -frecord-gcc-switches -ggdb3 -Werror=odr -Werror=lto-type-mismatch conftest.c >&5 >warning: unknown warning option '-Werror=lto-type-mismatch'; did you mean '-Werror=selector-type-mismatch'? [-Wunknown-warning-option] >1 warning generated. >configure:8263: $? = 0 >configure:8263: result: yes >configure:8288: checking whether byte ordering is bigendian >configure:8304: x86_64-pc-linux-gnu-clang -c -Os -march=native -mtune=native -pipe -frecord-gcc-switches -ggdb3 -Werror=odr -Werror=lto-type-mismatch conftest.c >&5 >warning: unknown warning option '-Werror=lto-type-mismatch'; did you mean '-Werror=selector-type-mismatch'? [-Wunknown-warning-option] >conftest.c:29:9: error: unknown type name 'not' > not a universal capable compiler > ^ >conftest.c:29:14: error: expected ';' after top level declarator > not a universal capable compiler > ^ > ; >1 warning and 2 errors generated. >configure:8304: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "LibreOffice" >| #define PACKAGE_TARNAME "libreoffice" >| #define PACKAGE_VERSION "7.4.4.2" >| #define PACKAGE_STRING "LibreOffice 7.4.4.2" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "http://documentfoundation.org/" >| #define LIBO_VERSION_MAJOR 7 >| #define LIBO_VERSION_MINOR 4 >| #define LIBO_VERSION_MICRO 4 >| #define LIBO_VERSION_PATCH 2 >| #define LIBO_THIS_YEAR 2023 >| #define SRCDIR "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2" >| #define SRC_ROOT "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2" >| #define BUILDDIR "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2" >| #define ENABLE_HEADLESS 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define STDC_HEADERS 1 >| /* end confdefs.h. */ >| #ifndef __APPLE_CC__ >| not a universal capable compiler >| #endif >| typedef int dummy; >| >configure:8350: x86_64-pc-linux-gnu-clang -c -Os -march=native -mtune=native -pipe -frecord-gcc-switches -ggdb3 -Werror=odr -Werror=lto-type-mismatch conftest.c >&5 >warning: unknown warning option '-Werror=lto-type-mismatch'; did you mean '-Werror=selector-type-mismatch'? [-Wunknown-warning-option] >1 warning generated. >configure:8350: $? = 0 >configure:8369: x86_64-pc-linux-gnu-clang -c -Os -march=native -mtune=native -pipe -frecord-gcc-switches -ggdb3 -Werror=odr -Werror=lto-type-mismatch conftest.c >&5 >warning: unknown warning option '-Werror=lto-type-mismatch'; did you mean '-Werror=selector-type-mismatch'? [-Wunknown-warning-option] >conftest.c:35:4: error: use of undeclared identifier 'not' > not big endian > ^ >1 warning and 1 error generated. >configure:8369: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "LibreOffice" >| #define PACKAGE_TARNAME "libreoffice" >| #define PACKAGE_VERSION "7.4.4.2" >| #define PACKAGE_STRING "LibreOffice 7.4.4.2" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "http://documentfoundation.org/" >| #define LIBO_VERSION_MAJOR 7 >| #define LIBO_VERSION_MINOR 4 >| #define LIBO_VERSION_MICRO 4 >| #define LIBO_VERSION_PATCH 2 >| #define LIBO_THIS_YEAR 2023 >| #define SRCDIR "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2" >| #define SRC_ROOT "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2" >| #define BUILDDIR "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2" >| #define ENABLE_HEADLESS 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define STDC_HEADERS 1 >| /* end confdefs.h. */ >| #include <sys/types.h> >| #include <sys/param.h> >| >| int >| main (void) >| { >| #if BYTE_ORDER != BIG_ENDIAN >| not big endian >| #endif >| >| ; >| return 0; >| } >configure:8505: result: no >configure:8532: checking for library containing dlsym >configure:8568: x86_64-pc-linux-gnu-clang -o conftest -Os -march=native -mtune=native -pipe -frecord-gcc-switches -ggdb3 -Werror=odr -Werror=lto-type-mismatch -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.c >&5 >warning: unknown warning option '-Werror=lto-type-mismatch'; did you mean '-Werror=selector-type-mismatch'? [-Wunknown-warning-option] >1 warning generated. >configure:8568: $? = 0 >configure:8588: result: none required >configure:8728: checking pkg-config is at least version 0.9.0 >configure:8731: result: yes >configure:8743: checking for library containing backtrace >configure:8779: x86_64-pc-linux-gnu-clang -o conftest -Os -march=native -mtune=native -pipe -frecord-gcc-switches -ggdb3 -Werror=odr -Werror=lto-type-mismatch -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.c >&5 >warning: unknown warning option '-Werror=lto-type-mismatch'; did you mean '-Werror=selector-type-mismatch'? [-Wunknown-warning-option] >1 warning generated. >configure:8779: $? = 0 >configure:8799: result: none required >configure:11769: checking whether build target is Release Build >configure:11780: result: yes >configure:11788: checking whether to build a Community flavor >configure:11793: result: yes >configure:11800: checking whether to sign windows build >configure:11807: result: no >configure:11878: checking for gawk >configure:11899: found /usr/bin/gawk >configure:11910: result: gawk >configure:11923: checking for gawk >configure:11946: found /usr/bin/gawk >configure:11958: result: /usr/bin/gawk >configure:11972: checking for bash >configure:12007: result: /bin/sh >configure:12023: checking for pigz >configure:12061: result: no >configure:12069: checking for gzip >configure:12092: found /bin/gzip >configure:12104: result: /bin/gzip >configure:12118: checking for GNU or BSD tar >configure:12127: result: gtar >configure:12134: checking for tar's option to strip components >configure:12147: result: --strip-components >configure:12349: checking how to build and package galleries >configure:12367: result: internal src images for desktop >configure:12612: checking gcc home >configure:12633: result: /usr >configure:12655: checking for x86_64-pc-linux-gnu-clang >configure:12678: found /usr/lib/llvm/15/bin/x86_64-pc-linux-gnu-clang >configure:12690: result: /usr/lib/llvm/15/bin/x86_64-pc-linux-gnu-clang >configure:12705: checking whether to build with Java support >configure:12714: result: yes >configure:13017: checking whether to treat the installation as read-only >configure:13031: result: no >configure:13266: checking for -isystem >configure:13281: x86_64-pc-linux-gnu-clang -c -Os -march=native -mtune=native -pipe -frecord-gcc-switches -ggdb3 -Werror=odr -Werror=lto-type-mismatch -isystem /usr/include -Werror conftest.c >&5 >error: unknown warning option '-Werror=lto-type-mismatch'; did you mean '-Werror=selector-type-mismatch'? [-Werror,-Wunknown-warning-option] >configure:13281: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "LibreOffice" >| #define PACKAGE_TARNAME "libreoffice" >| #define PACKAGE_VERSION "7.4.4.2" >| #define PACKAGE_STRING "LibreOffice 7.4.4.2" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "http://documentfoundation.org/" >| #define LIBO_VERSION_MAJOR 7 >| #define LIBO_VERSION_MINOR 4 >| #define LIBO_VERSION_MICRO 4 >| #define LIBO_VERSION_PATCH 2 >| #define LIBO_THIS_YEAR 2023 >| #define SRCDIR "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2" >| #define SRC_ROOT "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2" >| #define BUILDDIR "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2" >| #define ENABLE_HEADLESS 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define STDC_HEADERS 1 >| #define HAVE_DLAPI 1 >| #define HAVE_UNIX_DLAPI 1 >| #define HAVE_FEATURE_BACKTRACE 1 >| #define HAVE_FEATURE_COMMUNITY_FLAVOR 1 >| #define HAVE_FEATURE_DESKTOP 1 >| #define HAVE_FEATURE_MULTIUSER_ENVIRONMENT 1 >| #define HAVE_FEATURE_AVMEDIA 1 >| #define HAVE_FEATURE_DBCONNECTIVITY 1 >| #define HAVE_FEATURE_SCRIPTING 1 >| #define HAVE_FEATURE_EXTENSIONS 1 >| #define HAVE_FEATURE_JAVA 1 >| #define LIBO_BIN_FOLDER "program" >| #define LIBO_ETC_FOLDER "program" >| #define LIBO_LIBEXEC_FOLDER "program" >| #define LIBO_LIB_FOLDER "program" >| #define LIBO_LIB_PYUNO_FOLDER "program" >| #define LIBO_SHARE_FOLDER "share" >| #define LIBO_SHARE_HELP_FOLDER "help" >| #define LIBO_SHARE_JAVA_FOLDER "program/classes" >| #define LIBO_SHARE_PRESETS_FOLDER "presets" >| #define LIBO_SHARE_RESOURCE_FOLDER "program/resource" >| #define LIBO_SHARE_SHELL_FOLDER "program/shell" >| #define LIBO_URE_BIN_FOLDER "program" >| #define LIBO_URE_ETC_FOLDER "program" >| #define LIBO_URE_LIB_FOLDER "program" >| #define LIBO_URE_MISC_FOLDER "program" >| #define LIBO_URE_SHARE_JAVA_FOLDER "program/classes" >| /* end confdefs.h. */ >| >| int >| main (void) >| { >| return 0; >| ; >| return 0; >| } >configure:13291: result: no >configure:13753: checking whether the compiler is actually Clang >configure:13764: x86_64-pc-linux-gnu-clang -c -Os -march=native -mtune=native -pipe -frecord-gcc-switches -ggdb3 -Werror=odr -Werror=lto-type-mismatch conftest.c >&5 >warning: unknown warning option '-Werror=lto-type-mismatch'; did you mean '-Werror=selector-type-mismatch'? [-Wunknown-warning-option] >1 warning generated. >configure:13764: $? = 0 >configure:13766: result: yes >configure:13778: checking whether Clang is new enough >configure:13788: x86_64-pc-linux-gnu-clang -c -Os -march=native -mtune=native -pipe -frecord-gcc-switches -ggdb3 -Werror=odr -Werror=lto-type-mismatch conftest.c >&5 >warning: unknown warning option '-Werror=lto-type-mismatch'; did you mean '-Werror=selector-type-mismatch'? [-Wunknown-warning-option] >conftest.c:57:10: error: > #error > ^ >1 warning and 1 error generated. >configure:13788: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "LibreOffice" >| #define PACKAGE_TARNAME "libreoffice" >| #define PACKAGE_VERSION "7.4.4.2" >| #define PACKAGE_STRING "LibreOffice 7.4.4.2" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "http://documentfoundation.org/" >| #define LIBO_VERSION_MAJOR 7 >| #define LIBO_VERSION_MINOR 4 >| #define LIBO_VERSION_MICRO 4 >| #define LIBO_VERSION_PATCH 2 >| #define LIBO_THIS_YEAR 2023 >| #define SRCDIR "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2" >| #define SRC_ROOT "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2" >| #define BUILDDIR "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2" >| #define ENABLE_HEADLESS 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define STDC_HEADERS 1 >| #define HAVE_DLAPI 1 >| #define HAVE_UNIX_DLAPI 1 >| #define HAVE_FEATURE_BACKTRACE 1 >| #define HAVE_FEATURE_COMMUNITY_FLAVOR 1 >| #define HAVE_FEATURE_DESKTOP 1 >| #define HAVE_FEATURE_MULTIUSER_ENVIRONMENT 1 >| #define HAVE_FEATURE_AVMEDIA 1 >| #define HAVE_FEATURE_DBCONNECTIVITY 1 >| #define HAVE_FEATURE_SCRIPTING 1 >| #define HAVE_FEATURE_EXTENSIONS 1 >| #define HAVE_FEATURE_JAVA 1 >| #define LIBO_BIN_FOLDER "program" >| #define LIBO_ETC_FOLDER "program" >| #define LIBO_LIBEXEC_FOLDER "program" >| #define LIBO_LIB_FOLDER "program" >| #define LIBO_LIB_PYUNO_FOLDER "program" >| #define LIBO_SHARE_FOLDER "share" >| #define LIBO_SHARE_HELP_FOLDER "help" >| #define LIBO_SHARE_JAVA_FOLDER "program/classes" >| #define LIBO_SHARE_PRESETS_FOLDER "presets" >| #define LIBO_SHARE_RESOURCE_FOLDER "program/resource" >| #define LIBO_SHARE_SHELL_FOLDER "program/shell" >| #define LIBO_URE_BIN_FOLDER "program" >| #define LIBO_URE_ETC_FOLDER "program" >| #define LIBO_URE_LIB_FOLDER "program" >| #define LIBO_URE_MISC_FOLDER "program" >| #define LIBO_URE_SHARE_JAVA_FOLDER "program/classes" >| /* end confdefs.h. */ >| >| #if !defined __apple_build_version__ >| #error >| #endif >| >configure:13812: result: yes (15.0.7) >configure:13907: checking whether x86_64-pc-linux-gnu-clang supports -ggdb2 >configure:13922: x86_64-pc-linux-gnu-clang -o conftest -Os -march=native -mtune=native -pipe -frecord-gcc-switches -ggdb3 -Werror=odr -Werror=lto-type-mismatch -Werror -ggdb2 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.c >&5 >error: unknown warning option '-Werror=lto-type-mismatch'; did you mean '-Werror=selector-type-mismatch'? [-Werror,-Wunknown-warning-option] >configure:13922: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "LibreOffice" >| #define PACKAGE_TARNAME "libreoffice" >| #define PACKAGE_VERSION "7.4.4.2" >| #define PACKAGE_STRING "LibreOffice 7.4.4.2" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "http://documentfoundation.org/" >| #define LIBO_VERSION_MAJOR 7 >| #define LIBO_VERSION_MINOR 4 >| #define LIBO_VERSION_MICRO 4 >| #define LIBO_VERSION_PATCH 2 >| #define LIBO_THIS_YEAR 2023 >| #define SRCDIR "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2" >| #define SRC_ROOT "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2" >| #define BUILDDIR "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2" >| #define ENABLE_HEADLESS 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define STDC_HEADERS 1 >| #define HAVE_DLAPI 1 >| #define HAVE_UNIX_DLAPI 1 >| #define HAVE_FEATURE_BACKTRACE 1 >| #define HAVE_FEATURE_COMMUNITY_FLAVOR 1 >| #define HAVE_FEATURE_DESKTOP 1 >| #define HAVE_FEATURE_MULTIUSER_ENVIRONMENT 1 >| #define HAVE_FEATURE_AVMEDIA 1 >| #define HAVE_FEATURE_DBCONNECTIVITY 1 >| #define HAVE_FEATURE_SCRIPTING 1 >| #define HAVE_FEATURE_EXTENSIONS 1 >| #define HAVE_FEATURE_JAVA 1 >| #define LIBO_BIN_FOLDER "program" >| #define LIBO_ETC_FOLDER "program" >| #define LIBO_LIBEXEC_FOLDER "program" >| #define LIBO_LIB_FOLDER "program" >| #define LIBO_LIB_PYUNO_FOLDER "program" >| #define LIBO_SHARE_FOLDER "share" >| #define LIBO_SHARE_HELP_FOLDER "help" >| #define LIBO_SHARE_JAVA_FOLDER "program/classes" >| #define LIBO_SHARE_PRESETS_FOLDER "presets" >| #define LIBO_SHARE_RESOURCE_FOLDER "program/resource" >| #define LIBO_SHARE_SHELL_FOLDER "program/shell" >| #define LIBO_URE_BIN_FOLDER "program" >| #define LIBO_URE_ETC_FOLDER "program" >| #define LIBO_URE_LIB_FOLDER "program" >| #define LIBO_URE_MISC_FOLDER "program" >| #define LIBO_URE_SHARE_JAVA_FOLDER "program/classes" >| #define CLANG_VERSION 150007 >| #define CLANG_FULL_VERSION "15.0.7 " >| /* end confdefs.h. */ >| >| int >| main (void) >| { >| return 0; >| ; >| return 0; >| } >configure:13933: result: no >configure:13993: checking whether to build with additional debug utilities >configure:14052: result: no >configure:14071: checking whether to do a debug build >configure:14084: result: no >configure:14184: checking for linker that is used >configure:14186: result: LLD 15.0.7 (compatible with GNU linkers) >configure:14206: checking for -Bsymbolic-functions linker support >configure:14225: x86_64-pc-linux-gnu-clang -o conftest -Os -march=native -mtune=native -pipe -frecord-gcc-switches -ggdb3 -Werror=odr -Werror=lto-type-mismatch -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld -Wl,-Bsymbolic-functions conftest.c >&5 >warning: unknown warning option '-Werror=lto-type-mismatch'; did you mean '-Werror=selector-type-mismatch'? [-Wunknown-warning-option] >1 warning generated. >configure:14225: $? = 0 >configure:14232: result: found >configure:14245: checking for --gc-sections linker support >configure:14264: x86_64-pc-linux-gnu-clang -o conftest -Os -march=native -mtune=native -pipe -frecord-gcc-switches -ggdb3 -Werror=odr -Werror=lto-type-mismatch -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld -Wl,--gc-sections conftest.c >&5 >warning: unknown warning option '-Werror=lto-type-mismatch'; did you mean '-Werror=selector-type-mismatch'? [-Wunknown-warning-option] >1 warning generated. >configure:14264: $? = 0 >configure:14268: result: found >configure:14346: checking whether x86_64-pc-linux-gnu-clang supports -Xclang -debug-info-kind=constructor >configure:14361: x86_64-pc-linux-gnu-clang -o conftest -Os -march=native -mtune=native -pipe -frecord-gcc-switches -ggdb3 -Werror=odr -Werror=lto-type-mismatch -Werror -Xclang -debug-info-kind=constructor -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.c >&5 >error: unknown warning option '-Werror=lto-type-mismatch'; did you mean '-Werror=selector-type-mismatch'? [-Werror,-Wunknown-warning-option] >configure:14361: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "LibreOffice" >| #define PACKAGE_TARNAME "libreoffice" >| #define PACKAGE_VERSION "7.4.4.2" >| #define PACKAGE_STRING "LibreOffice 7.4.4.2" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "http://documentfoundation.org/" >| #define LIBO_VERSION_MAJOR 7 >| #define LIBO_VERSION_MINOR 4 >| #define LIBO_VERSION_MICRO 4 >| #define LIBO_VERSION_PATCH 2 >| #define LIBO_THIS_YEAR 2023 >| #define SRCDIR "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2" >| #define SRC_ROOT "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2" >| #define BUILDDIR "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2" >| #define ENABLE_HEADLESS 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define STDC_HEADERS 1 >| #define HAVE_DLAPI 1 >| #define HAVE_UNIX_DLAPI 1 >| #define HAVE_FEATURE_BACKTRACE 1 >| #define HAVE_FEATURE_COMMUNITY_FLAVOR 1 >| #define HAVE_FEATURE_DESKTOP 1 >| #define HAVE_FEATURE_MULTIUSER_ENVIRONMENT 1 >| #define HAVE_FEATURE_AVMEDIA 1 >| #define HAVE_FEATURE_DBCONNECTIVITY 1 >| #define HAVE_FEATURE_SCRIPTING 1 >| #define HAVE_FEATURE_EXTENSIONS 1 >| #define HAVE_FEATURE_JAVA 1 >| #define LIBO_BIN_FOLDER "program" >| #define LIBO_ETC_FOLDER "program" >| #define LIBO_LIBEXEC_FOLDER "program" >| #define LIBO_LIB_FOLDER "program" >| #define LIBO_LIB_PYUNO_FOLDER "program" >| #define LIBO_SHARE_FOLDER "share" >| #define LIBO_SHARE_HELP_FOLDER "help" >| #define LIBO_SHARE_JAVA_FOLDER "program/classes" >| #define LIBO_SHARE_PRESETS_FOLDER "presets" >| #define LIBO_SHARE_RESOURCE_FOLDER "program/resource" >| #define LIBO_SHARE_SHELL_FOLDER "program/shell" >| #define LIBO_URE_BIN_FOLDER "program" >| #define LIBO_URE_ETC_FOLDER "program" >| #define LIBO_URE_LIB_FOLDER "program" >| #define LIBO_URE_MISC_FOLDER "program" >| #define LIBO_URE_SHARE_JAVA_FOLDER "program/classes" >| #define CLANG_VERSION 150007 >| #define CLANG_FULL_VERSION "15.0.7 " >| /* end confdefs.h. */ >| >| int >| main (void) >| { >| return 0; >| ; >| return 0; >| } >configure:14372: result: no >configure:14470: checking whether to generate debug information >configure:14485: result: no >configure:14511: checking whether to compile with optimization flags >configure:14522: result: yes >configure:15089: checking which package format to use >configure:15171: result: none >configure:15182: checking which help to build >configure:15192: result: HTML (local) >configure:15216: checking if we need to build the help index tooling >configure:15221: result: yes >configure:15228: checking whether to enable xapian-omega support for online help >configure:15249: result: no >configure:15253: checking whether to include the XML-help support >configure:15260: result: yes >configure:15270: checking for helppack integration >configure:15273: result: no integration >configure:15595: checking which lockfile binary to use >configure:15653: result: internal >configure:15672: checking for getopt.h >configure:15672: x86_64-pc-linux-gnu-clang -c -Os -march=native -mtune=native -pipe -frecord-gcc-switches -ggdb3 -Werror=odr -Werror=lto-type-mismatch conftest.c >&5 >warning: unknown warning option '-Werror=lto-type-mismatch'; did you mean '-Werror=selector-type-mismatch'? [-Wunknown-warning-option] >1 warning generated. >configure:15672: $? = 0 >configure:15672: result: yes >configure:15678: checking for paths.h >configure:15678: x86_64-pc-linux-gnu-clang -c -Os -march=native -mtune=native -pipe -frecord-gcc-switches -ggdb3 -Werror=odr -Werror=lto-type-mismatch conftest.c >&5 >warning: unknown warning option '-Werror=lto-type-mismatch'; did you mean '-Werror=selector-type-mismatch'? [-Wunknown-warning-option] >1 warning generated. >configure:15678: $? = 0 >configure:15678: result: yes >configure:15684: checking for sys/param.h >configure:15684: x86_64-pc-linux-gnu-clang -c -Os -march=native -mtune=native -pipe -frecord-gcc-switches -ggdb3 -Werror=odr -Werror=lto-type-mismatch conftest.c >&5 >warning: unknown warning option '-Werror=lto-type-mismatch'; did you mean '-Werror=selector-type-mismatch'? [-Wunknown-warning-option] >1 warning generated. >configure:15684: $? = 0 >configure:15684: result: yes >configure:15691: checking for utime >configure:15691: x86_64-pc-linux-gnu-clang -o conftest -Os -march=native -mtune=native -pipe -frecord-gcc-switches -ggdb3 -Werror=odr -Werror=lto-type-mismatch -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.c >&5 >warning: unknown warning option '-Werror=lto-type-mismatch'; did you mean '-Werror=selector-type-mismatch'? [-Wunknown-warning-option] >1 warning generated. >configure:15691: $? = 0 >configure:15691: result: yes >configure:15697: checking for utimes >configure:15697: x86_64-pc-linux-gnu-clang -o conftest -Os -march=native -mtune=native -pipe -frecord-gcc-switches -ggdb3 -Werror=odr -Werror=lto-type-mismatch -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.c >&5 >warning: unknown warning option '-Werror=lto-type-mismatch'; did you mean '-Werror=selector-type-mismatch'? [-Wunknown-warning-option] >1 warning generated. >configure:15697: $? = 0 >configure:15697: result: yes >configure:15706: checking for syslog.h >configure:15706: x86_64-pc-linux-gnu-clang -c -Os -march=native -mtune=native -pipe -frecord-gcc-switches -ggdb3 -Werror=odr -Werror=lto-type-mismatch conftest.c >&5 >warning: unknown warning option '-Werror=lto-type-mismatch'; did you mean '-Werror=selector-type-mismatch'? [-Wunknown-warning-option] >1 warning generated. >configure:15706: $? = 0 >configure:15706: result: yes >configure:15714: checking whether to turn warnings to errors >configure:15728: result: no >configure:15735: checking whether to have assert() failures abort even without --enable-debug >configure:15750: result: no >configure:15758: checking whether to use ooenv for the instdir installation >configure:15768: result: no >configure:15786: checking whether to build the pagein binaries for oosplash >configure:15789: result: yes >configure:15801: checking whether to enable CUPS support >configure:15805: result: yes >configure:15808: checking whether cups support is present >configure:15810: checking for cupsPrintFiles in -lcups >configure:15839: x86_64-pc-linux-gnu-clang -o conftest -Os -march=native -mtune=native -pipe -frecord-gcc-switches -ggdb3 -Werror=odr -Werror=lto-type-mismatch -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.c -lcups >&5 >warning: unknown warning option '-Werror=lto-type-mismatch'; did you mean '-Werror=selector-type-mismatch'? [-Wunknown-warning-option] >1 warning generated. >configure:15839: $? = 0 >configure:15849: result: yes >configure:15856: checking for cups/cups.h >configure:15856: x86_64-pc-linux-gnu-clang -c -Os -march=native -mtune=native -pipe -frecord-gcc-switches -ggdb3 -Werror=odr -Werror=lto-type-mismatch conftest.c >&5 >warning: unknown warning option '-Werror=lto-type-mismatch'; did you mean '-Werror=selector-type-mismatch'? [-Wunknown-warning-option] >1 warning generated. >configure:15856: $? = 0 >configure:15856: result: yes >configure:15907: checking which fontconfig to use >configure:15912: result: external >configure:15917: checking for FONTCONFIG >configure:15924: $PKG_CONFIG --exists --print-errors "fontconfig >= 2.4.1" >configure:15927: $? = 0 >configure:15941: $PKG_CONFIG --exists --print-errors "fontconfig >= 2.4.1" >configure:15944: $? = 0 >configure:16002: result: yes >configure:16063: checking whether we want to fetch tarballs >configure:16076: result: no >configure:16082: checking whether to include MySpell dictionaries >configure:16091: result: no >configure:16105: checking whether to use dicts from external paths >configure:16108: result: yes >configure:16111: checking for spelling dictionary directory >configure:16121: result: file:///usr/share/myspell >configure:16123: checking for hyphenation patterns directory >configure:16130: result: file:///usr/share/myspell >configure:16132: checking for thesaurus directory >configure:16139: result: file:///usr/share/myspell >configure:16152: checking whether to enable pch feature >configure:16204: result: no >configure:16435: checking the GNU Make version >configure:16440: result: /usr/bin/make 4.3 >configure:16447: checking whether GNU Make supports the 'file' function >configure:16464: result: yes >configure:16481: checking for --hash-style gcc linker support >configure:16516: x86_64-pc-linux-gnu-clang -o conftest -Os -march=native -mtune=native -pipe -frecord-gcc-switches -ggdb3 -Werror=odr -Werror=lto-type-mismatch -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld -Wl,--hash-style=gnu conftest.c >&5 >warning: unknown warning option '-Werror=lto-type-mismatch'; did you mean '-Werror=selector-type-mismatch'? [-Wunknown-warning-option] >1 warning generated. >configure:16516: $? = 0 >configure:16516: ./conftest >configure:16516: $? = 0 >configure:16533: result: gnu >configure:16550: checking for perl >configure:16573: found /usr/bin/perl >configure:16585: result: /usr/bin/perl >configure:16604: checking the Perl version >configure:16611: result: Perl 5 >configure:16618: checking for required Perl modules >configure:16641: result: all modules found >configure:16779: checking pkg-config is at least version 0.9.0 >configure:16782: result: yes >configure:16810: checking for x86_64-pc-linux-gnu-llvm-ar >configure:16842: result: llvm-ar >configure:16920: checking for x86_64-pc-linux-gnu-llvm-nm >configure:16952: result: llvm-nm >configure:17030: checking for x86_64-pc-linux-gnu-llvm-ranlib >configure:17062: result: llvm-ranlib >configure:17140: checking for x86_64-pc-linux-gnu-llvm-objdump >configure:17172: result: x86_64-pc-linux-gnu-objdump >configure:17250: checking for x86_64-pc-linux-gnu-llvm-readelf >configure:17285: result: no >configure:17250: checking for x86_64-pc-linux-gnu-readelf >configure:17271: found /usr/bin/x86_64-pc-linux-gnu-readelf >configure:17282: result: x86_64-pc-linux-gnu-readelf >configure:17360: checking for x86_64-pc-linux-gnu-llvm-strip >configure:17395: result: no >configure:17360: checking for x86_64-pc-linux-gnu-strip >configure:17381: found /usr/bin/x86_64-pc-linux-gnu-strip >configure:17392: result: x86_64-pc-linux-gnu-strip >configure:18064: checking for C++ compiler version >configure:18073: x86_64-pc-linux-gnu-clang++ --version >&5 >clang version 15.0.7 >Target: x86_64-pc-linux-gnu >Thread model: posix >InstalledDir: /usr/lib/llvm/15/bin >Configuration file: /etc/clang/clang++.cfg >configure:18084: $? = 0 >configure:18073: x86_64-pc-linux-gnu-clang++ -v >&5 >clang version 15.0.7 >Target: x86_64-pc-linux-gnu >Thread model: posix >InstalledDir: /usr/lib/llvm/15/bin >Configuration file: /etc/clang/clang++.cfg >System configuration file directory: /etc/clang >Selected GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/12 >Candidate multilib: .;@m64 >Candidate multilib: 32;@m32 >Selected multilib: .;@m64 >... rest of stderr output deleted ... >configure:18084: $? = 0 >configure:18073: x86_64-pc-linux-gnu-clang++ -V >&5 >clang-15: error: argument to '-V' is missing (expected 1 value) >clang-15: error: no input files >configure:18084: $? = 1 >configure:18073: x86_64-pc-linux-gnu-clang++ -qversion >&5 >clang-15: error: unknown argument '-qversion'; did you mean '--version'? >clang-15: error: no input files >configure:18084: $? = 1 >configure:18088: checking whether the compiler supports GNU C++ >configure:18108: x86_64-pc-linux-gnu-clang++ -c -Os -march=native -mtune=native -pipe -frecord-gcc-switches -ggdb3 -Werror=odr -Werror=lto-type-mismatch conftest.cpp >&5 >warning: unknown warning option '-Werror=lto-type-mismatch'; did you mean '-Werror=selector-type-mismatch'? [-Wunknown-warning-option] >1 warning generated. >configure:18108: $? = 0 >configure:18118: result: yes >configure:18129: checking whether x86_64-pc-linux-gnu-clang++ accepts -g >configure:18150: x86_64-pc-linux-gnu-clang++ -c -g conftest.cpp >&5 >configure:18150: $? = 0 >configure:18194: result: yes >configure:18214: checking for x86_64-pc-linux-gnu-clang++ option to enable C++11 features >configure:18229: x86_64-pc-linux-gnu-clang++ -c -Os -march=native -mtune=native -pipe -frecord-gcc-switches -ggdb3 -Werror=odr -Werror=lto-type-mismatch conftest.cpp >&5 >warning: unknown warning option '-Werror=lto-type-mismatch'; did you mean '-Werror=selector-type-mismatch'? [-Wunknown-warning-option] >conftest.cpp:236:25: warning: empty parentheses interpreted as a function declaration [-Wvexing-parse] > cxx11test::delegate d2(); > ^~ >conftest.cpp:236:25: note: remove parentheses to declare a variable > cxx11test::delegate d2(); > ^~ >2 warnings generated. >configure:18229: $? = 0 >configure:18247: result: none needed >configure:18575: checking how to run the C++ preprocessor >configure:18597: x86_64-pc-linux-gnu-clang++ -E conftest.cpp >configure:18597: $? = 0 >configure:18612: x86_64-pc-linux-gnu-clang++ -E conftest.cpp >conftest.cpp:70:10: fatal error: 'ac_nonexistent.h' file not found >#include <ac_nonexistent.h> > ^~~~~~~~~~~~~~~~~~ >1 error generated. >configure:18612: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "LibreOffice" >| #define PACKAGE_TARNAME "libreoffice" >| #define PACKAGE_VERSION "7.4.4.2" >| #define PACKAGE_STRING "LibreOffice 7.4.4.2" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "http://documentfoundation.org/" >| #define LIBO_VERSION_MAJOR 7 >| #define LIBO_VERSION_MINOR 4 >| #define LIBO_VERSION_MICRO 4 >| #define LIBO_VERSION_PATCH 2 >| #define LIBO_THIS_YEAR 2023 >| #define SRCDIR "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2" >| #define SRC_ROOT "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2" >| #define BUILDDIR "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2" >| #define ENABLE_HEADLESS 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define STDC_HEADERS 1 >| #define HAVE_DLAPI 1 >| #define HAVE_UNIX_DLAPI 1 >| #define HAVE_FEATURE_BACKTRACE 1 >| #define HAVE_FEATURE_COMMUNITY_FLAVOR 1 >| #define HAVE_FEATURE_DESKTOP 1 >| #define HAVE_FEATURE_MULTIUSER_ENVIRONMENT 1 >| #define HAVE_FEATURE_AVMEDIA 1 >| #define HAVE_FEATURE_DBCONNECTIVITY 1 >| #define HAVE_FEATURE_SCRIPTING 1 >| #define HAVE_FEATURE_EXTENSIONS 1 >| #define HAVE_FEATURE_JAVA 1 >| #define LIBO_BIN_FOLDER "program" >| #define LIBO_ETC_FOLDER "program" >| #define LIBO_LIBEXEC_FOLDER "program" >| #define LIBO_LIB_FOLDER "program" >| #define LIBO_LIB_PYUNO_FOLDER "program" >| #define LIBO_SHARE_FOLDER "share" >| #define LIBO_SHARE_HELP_FOLDER "help" >| #define LIBO_SHARE_JAVA_FOLDER "program/classes" >| #define LIBO_SHARE_PRESETS_FOLDER "presets" >| #define LIBO_SHARE_RESOURCE_FOLDER "program/resource" >| #define LIBO_SHARE_SHELL_FOLDER "program/shell" >| #define LIBO_URE_BIN_FOLDER "program" >| #define LIBO_URE_ETC_FOLDER "program" >| #define LIBO_URE_LIB_FOLDER "program" >| #define LIBO_URE_MISC_FOLDER "program" >| #define LIBO_URE_SHARE_JAVA_FOLDER "program/classes" >| #define CLANG_VERSION 150007 >| #define CLANG_FULL_VERSION "15.0.7 " >| #define HAVE_FEATURE_UI 1 >| #define USING_X11 1 >| #define SDKDIR "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2/instdir/sdk" >| #define WORKDIR "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2/workdir" >| #define HAVE_FEATURE_XMLHELP 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_FEATURE_PAGEIN 1 >| #define HAVE_CUPS_H 1 >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:18639: result: x86_64-pc-linux-gnu-clang++ -E >configure:18653: x86_64-pc-linux-gnu-clang++ -E conftest.cpp >configure:18653: $? = 0 >configure:18668: x86_64-pc-linux-gnu-clang++ -E conftest.cpp >conftest.cpp:70:10: fatal error: 'ac_nonexistent.h' file not found >#include <ac_nonexistent.h> > ^~~~~~~~~~~~~~~~~~ >1 error generated. >configure:18668: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "LibreOffice" >| #define PACKAGE_TARNAME "libreoffice" >| #define PACKAGE_VERSION "7.4.4.2" >| #define PACKAGE_STRING "LibreOffice 7.4.4.2" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "http://documentfoundation.org/" >| #define LIBO_VERSION_MAJOR 7 >| #define LIBO_VERSION_MINOR 4 >| #define LIBO_VERSION_MICRO 4 >| #define LIBO_VERSION_PATCH 2 >| #define LIBO_THIS_YEAR 2023 >| #define SRCDIR "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2" >| #define SRC_ROOT "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2" >| #define BUILDDIR "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2" >| #define ENABLE_HEADLESS 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define STDC_HEADERS 1 >| #define HAVE_DLAPI 1 >| #define HAVE_UNIX_DLAPI 1 >| #define HAVE_FEATURE_BACKTRACE 1 >| #define HAVE_FEATURE_COMMUNITY_FLAVOR 1 >| #define HAVE_FEATURE_DESKTOP 1 >| #define HAVE_FEATURE_MULTIUSER_ENVIRONMENT 1 >| #define HAVE_FEATURE_AVMEDIA 1 >| #define HAVE_FEATURE_DBCONNECTIVITY 1 >| #define HAVE_FEATURE_SCRIPTING 1 >| #define HAVE_FEATURE_EXTENSIONS 1 >| #define HAVE_FEATURE_JAVA 1 >| #define LIBO_BIN_FOLDER "program" >| #define LIBO_ETC_FOLDER "program" >| #define LIBO_LIBEXEC_FOLDER "program" >| #define LIBO_LIB_FOLDER "program" >| #define LIBO_LIB_PYUNO_FOLDER "program" >| #define LIBO_SHARE_FOLDER "share" >| #define LIBO_SHARE_HELP_FOLDER "help" >| #define LIBO_SHARE_JAVA_FOLDER "program/classes" >| #define LIBO_SHARE_PRESETS_FOLDER "presets" >| #define LIBO_SHARE_RESOURCE_FOLDER "program/resource" >| #define LIBO_SHARE_SHELL_FOLDER "program/shell" >| #define LIBO_URE_BIN_FOLDER "program" >| #define LIBO_URE_ETC_FOLDER "program" >| #define LIBO_URE_LIB_FOLDER "program" >| #define LIBO_URE_MISC_FOLDER "program" >| #define LIBO_URE_SHARE_JAVA_FOLDER "program/classes" >| #define CLANG_VERSION 150007 >| #define CLANG_FULL_VERSION "15.0.7 " >| #define HAVE_FEATURE_UI 1 >| #define USING_X11 1 >| #define SDKDIR "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2/instdir/sdk" >| #define WORKDIR "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2/workdir" >| #define HAVE_FEATURE_XMLHELP 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_FEATURE_PAGEIN 1 >| #define HAVE_CUPS_H 1 >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:18704: checking how to run the C preprocessor >configure:18730: x86_64-pc-linux-gnu-clang -E conftest.c >configure:18730: $? = 0 >configure:18745: x86_64-pc-linux-gnu-clang -E conftest.c >conftest.c:70:10: fatal error: 'ac_nonexistent.h' file not found >#include <ac_nonexistent.h> > ^~~~~~~~~~~~~~~~~~ >1 error generated. >configure:18745: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "LibreOffice" >| #define PACKAGE_TARNAME "libreoffice" >| #define PACKAGE_VERSION "7.4.4.2" >| #define PACKAGE_STRING "LibreOffice 7.4.4.2" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "http://documentfoundation.org/" >| #define LIBO_VERSION_MAJOR 7 >| #define LIBO_VERSION_MINOR 4 >| #define LIBO_VERSION_MICRO 4 >| #define LIBO_VERSION_PATCH 2 >| #define LIBO_THIS_YEAR 2023 >| #define SRCDIR "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2" >| #define SRC_ROOT "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2" >| #define BUILDDIR "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2" >| #define ENABLE_HEADLESS 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define STDC_HEADERS 1 >| #define HAVE_DLAPI 1 >| #define HAVE_UNIX_DLAPI 1 >| #define HAVE_FEATURE_BACKTRACE 1 >| #define HAVE_FEATURE_COMMUNITY_FLAVOR 1 >| #define HAVE_FEATURE_DESKTOP 1 >| #define HAVE_FEATURE_MULTIUSER_ENVIRONMENT 1 >| #define HAVE_FEATURE_AVMEDIA 1 >| #define HAVE_FEATURE_DBCONNECTIVITY 1 >| #define HAVE_FEATURE_SCRIPTING 1 >| #define HAVE_FEATURE_EXTENSIONS 1 >| #define HAVE_FEATURE_JAVA 1 >| #define LIBO_BIN_FOLDER "program" >| #define LIBO_ETC_FOLDER "program" >| #define LIBO_LIBEXEC_FOLDER "program" >| #define LIBO_LIB_FOLDER "program" >| #define LIBO_LIB_PYUNO_FOLDER "program" >| #define LIBO_SHARE_FOLDER "share" >| #define LIBO_SHARE_HELP_FOLDER "help" >| #define LIBO_SHARE_JAVA_FOLDER "program/classes" >| #define LIBO_SHARE_PRESETS_FOLDER "presets" >| #define LIBO_SHARE_RESOURCE_FOLDER "program/resource" >| #define LIBO_SHARE_SHELL_FOLDER "program/shell" >| #define LIBO_URE_BIN_FOLDER "program" >| #define LIBO_URE_ETC_FOLDER "program" >| #define LIBO_URE_LIB_FOLDER "program" >| #define LIBO_URE_MISC_FOLDER "program" >| #define LIBO_URE_SHARE_JAVA_FOLDER "program/classes" >| #define CLANG_VERSION 150007 >| #define CLANG_FULL_VERSION "15.0.7 " >| #define HAVE_FEATURE_UI 1 >| #define USING_X11 1 >| #define SDKDIR "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2/instdir/sdk" >| #define WORKDIR "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2/workdir" >| #define HAVE_FEATURE_XMLHELP 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_FEATURE_PAGEIN 1 >| #define HAVE_CUPS_H 1 >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:18772: result: x86_64-pc-linux-gnu-clang -E >configure:18786: x86_64-pc-linux-gnu-clang -E conftest.c >configure:18786: $? = 0 >configure:18801: x86_64-pc-linux-gnu-clang -E conftest.c >conftest.c:70:10: fatal error: 'ac_nonexistent.h' file not found >#include <ac_nonexistent.h> > ^~~~~~~~~~~~~~~~~~ >1 error generated. >configure:18801: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "LibreOffice" >| #define PACKAGE_TARNAME "libreoffice" >| #define PACKAGE_VERSION "7.4.4.2" >| #define PACKAGE_STRING "LibreOffice 7.4.4.2" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "http://documentfoundation.org/" >| #define LIBO_VERSION_MAJOR 7 >| #define LIBO_VERSION_MINOR 4 >| #define LIBO_VERSION_MICRO 4 >| #define LIBO_VERSION_PATCH 2 >| #define LIBO_THIS_YEAR 2023 >| #define SRCDIR "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2" >| #define SRC_ROOT "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2" >| #define BUILDDIR "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2" >| #define ENABLE_HEADLESS 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define STDC_HEADERS 1 >| #define HAVE_DLAPI 1 >| #define HAVE_UNIX_DLAPI 1 >| #define HAVE_FEATURE_BACKTRACE 1 >| #define HAVE_FEATURE_COMMUNITY_FLAVOR 1 >| #define HAVE_FEATURE_DESKTOP 1 >| #define HAVE_FEATURE_MULTIUSER_ENVIRONMENT 1 >| #define HAVE_FEATURE_AVMEDIA 1 >| #define HAVE_FEATURE_DBCONNECTIVITY 1 >| #define HAVE_FEATURE_SCRIPTING 1 >| #define HAVE_FEATURE_EXTENSIONS 1 >| #define HAVE_FEATURE_JAVA 1 >| #define LIBO_BIN_FOLDER "program" >| #define LIBO_ETC_FOLDER "program" >| #define LIBO_LIBEXEC_FOLDER "program" >| #define LIBO_LIB_FOLDER "program" >| #define LIBO_LIB_PYUNO_FOLDER "program" >| #define LIBO_SHARE_FOLDER "share" >| #define LIBO_SHARE_HELP_FOLDER "help" >| #define LIBO_SHARE_JAVA_FOLDER "program/classes" >| #define LIBO_SHARE_PRESETS_FOLDER "presets" >| #define LIBO_SHARE_RESOURCE_FOLDER "program/resource" >| #define LIBO_SHARE_SHELL_FOLDER "program/shell" >| #define LIBO_URE_BIN_FOLDER "program" >| #define LIBO_URE_ETC_FOLDER "program" >| #define LIBO_URE_LIB_FOLDER "program" >| #define LIBO_URE_MISC_FOLDER "program" >| #define LIBO_URE_SHARE_JAVA_FOLDER "program/classes" >| #define CLANG_VERSION 150007 >| #define CLANG_FULL_VERSION "15.0.7 " >| #define HAVE_FEATURE_UI 1 >| #define USING_X11 1 >| #define SDKDIR "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2/instdir/sdk" >| #define WORKDIR "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2/workdir" >| #define HAVE_FEATURE_XMLHELP 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_FEATURE_PAGEIN 1 >| #define HAVE_CUPS_H 1 >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:18841: checking size of long >configure:18847: x86_64-pc-linux-gnu-clang -o conftest -Os -march=native -mtune=native -pipe -frecord-gcc-switches -ggdb3 -Werror=odr -Werror=lto-type-mismatch -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.c >&5 >warning: unknown warning option '-Werror=lto-type-mismatch'; did you mean '-Werror=selector-type-mismatch'? [-Wunknown-warning-option] >1 warning generated. >configure:18847: $? = 0 >configure:18847: ./conftest >configure:18847: $? = 0 >configure:18862: result: 8 >configure:18874: checking size of short >configure:18880: x86_64-pc-linux-gnu-clang -o conftest -Os -march=native -mtune=native -pipe -frecord-gcc-switches -ggdb3 -Werror=odr -Werror=lto-type-mismatch -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.c >&5 >warning: unknown warning option '-Werror=lto-type-mismatch'; did you mean '-Werror=selector-type-mismatch'? [-Wunknown-warning-option] >1 warning generated. >configure:18880: $? = 0 >configure:18880: ./conftest >configure:18880: $? = 0 >configure:18895: result: 2 >configure:18907: checking size of int >configure:18913: x86_64-pc-linux-gnu-clang -o conftest -Os -march=native -mtune=native -pipe -frecord-gcc-switches -ggdb3 -Werror=odr -Werror=lto-type-mismatch -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.c >&5 >warning: unknown warning option '-Werror=lto-type-mismatch'; did you mean '-Werror=selector-type-mismatch'? [-Wunknown-warning-option] >1 warning generated. >configure:18913: $? = 0 >configure:18913: ./conftest >configure:18913: $? = 0 >configure:18928: result: 4 >configure:18940: checking size of long long >configure:18946: x86_64-pc-linux-gnu-clang -o conftest -Os -march=native -mtune=native -pipe -frecord-gcc-switches -ggdb3 -Werror=odr -Werror=lto-type-mismatch -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.c >&5 >warning: unknown warning option '-Werror=lto-type-mismatch'; did you mean '-Werror=selector-type-mismatch'? [-Wunknown-warning-option] >1 warning generated. >configure:18946: $? = 0 >configure:18946: ./conftest >configure:18946: $? = 0 >configure:18961: result: 8 >configure:18973: checking size of double >configure:18979: x86_64-pc-linux-gnu-clang -o conftest -Os -march=native -mtune=native -pipe -frecord-gcc-switches -ggdb3 -Werror=odr -Werror=lto-type-mismatch -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.c >&5 >warning: unknown warning option '-Werror=lto-type-mismatch'; did you mean '-Werror=selector-type-mismatch'? [-Wunknown-warning-option] >1 warning generated. >configure:18979: $? = 0 >configure:18979: ./conftest >configure:18979: $? = 0 >configure:18994: result: 8 >configure:19006: checking size of void* >configure:19012: x86_64-pc-linux-gnu-clang -o conftest -Os -march=native -mtune=native -pipe -frecord-gcc-switches -ggdb3 -Werror=odr -Werror=lto-type-mismatch -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.c >&5 >warning: unknown warning option '-Werror=lto-type-mismatch'; did you mean '-Werror=selector-type-mismatch'? [-Wunknown-warning-option] >1 warning generated. >configure:19012: $? = 0 >configure:19012: ./conftest >configure:19012: $? = 0 >configure:19027: result: 8 >configure:19039: checking size of size_t >configure:19045: x86_64-pc-linux-gnu-clang -o conftest -Os -march=native -mtune=native -pipe -frecord-gcc-switches -ggdb3 -Werror=odr -Werror=lto-type-mismatch -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.c >&5 >warning: unknown warning option '-Werror=lto-type-mismatch'; did you mean '-Werror=selector-type-mismatch'? [-Wunknown-warning-option] >1 warning generated. >configure:19045: $? = 0 >configure:19045: ./conftest >configure:19045: $? = 0 >configure:19060: result: 8 >configure:19080: checking alignment of short >configure:19086: x86_64-pc-linux-gnu-clang -o conftest -Os -march=native -mtune=native -pipe -frecord-gcc-switches -ggdb3 -Werror=odr -Werror=lto-type-mismatch -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.c >&5 >warning: unknown warning option '-Werror=lto-type-mismatch'; did you mean '-Werror=selector-type-mismatch'? [-Wunknown-warning-option] >1 warning generated. >configure:19086: $? = 0 >configure:19086: ./conftest >configure:19086: $? = 0 >configure:19103: result: 2 >configure:19113: checking alignment of int >configure:19119: x86_64-pc-linux-gnu-clang -o conftest -Os -march=native -mtune=native -pipe -frecord-gcc-switches -ggdb3 -Werror=odr -Werror=lto-type-mismatch -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.c >&5 >warning: unknown warning option '-Werror=lto-type-mismatch'; did you mean '-Werror=selector-type-mismatch'? [-Wunknown-warning-option] >1 warning generated. >configure:19119: $? = 0 >configure:19119: ./conftest >configure:19119: $? = 0 >configure:19136: result: 4 >configure:19146: checking alignment of long >configure:19152: x86_64-pc-linux-gnu-clang -o conftest -Os -march=native -mtune=native -pipe -frecord-gcc-switches -ggdb3 -Werror=odr -Werror=lto-type-mismatch -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.c >&5 >warning: unknown warning option '-Werror=lto-type-mismatch'; did you mean '-Werror=selector-type-mismatch'? [-Wunknown-warning-option] >1 warning generated. >configure:19152: $? = 0 >configure:19152: ./conftest >configure:19152: $? = 0 >configure:19169: result: 8 >configure:19179: checking alignment of double >configure:19185: x86_64-pc-linux-gnu-clang -o conftest -Os -march=native -mtune=native -pipe -frecord-gcc-switches -ggdb3 -Werror=odr -Werror=lto-type-mismatch -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.c >&5 >warning: unknown warning option '-Werror=lto-type-mismatch'; did you mean '-Werror=selector-type-mismatch'? [-Wunknown-warning-option] >1 warning generated. >configure:19185: $? = 0 >configure:19185: ./conftest >configure:19185: $? = 0 >configure:19202: result: 8 >configure:19230: checking for special C compiler options needed for large files >configure:19278: result: no >configure:19284: checking for _FILE_OFFSET_BITS value needed for large files >configure:19310: x86_64-pc-linux-gnu-clang -c -Os -march=native -mtune=native -pipe -frecord-gcc-switches -ggdb3 -Werror=odr -Werror=lto-type-mismatch conftest.c >&5 >warning: unknown warning option '-Werror=lto-type-mismatch'; did you mean '-Werror=selector-type-mismatch'? [-Wunknown-warning-option] >1 warning generated. >configure:19310: $? = 0 >configure:19344: result: no >configure:19470: checking whether jumbo sheets are supported >configure:19474: result: yes >configure:19499: checking whether to enable runtime optimizations >configure:19515: result: yes >configure:19529: checking for valgrind/valgrind.h >configure:19529: x86_64-pc-linux-gnu-clang -c -Os -march=native -mtune=native -pipe -frecord-gcc-switches -ggdb3 -Werror=odr -Werror=lto-type-mismatch conftest.c >&5 >warning: unknown warning option '-Werror=lto-type-mismatch'; did you mean '-Werror=selector-type-mismatch'? [-Wunknown-warning-option] >conftest.c:119:10: fatal error: 'valgrind/valgrind.h' file not found >#include <valgrind/valgrind.h> > ^~~~~~~~~~~~~~~~~~~~~ >1 warning and 1 error generated. >configure:19529: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "LibreOffice" >| #define PACKAGE_TARNAME "libreoffice" >| #define PACKAGE_VERSION "7.4.4.2" >| #define PACKAGE_STRING "LibreOffice 7.4.4.2" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "http://documentfoundation.org/" >| #define LIBO_VERSION_MAJOR 7 >| #define LIBO_VERSION_MINOR 4 >| #define LIBO_VERSION_MICRO 4 >| #define LIBO_VERSION_PATCH 2 >| #define LIBO_THIS_YEAR 2023 >| #define SRCDIR "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2" >| #define SRC_ROOT "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2" >| #define BUILDDIR "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2" >| #define ENABLE_HEADLESS 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define STDC_HEADERS 1 >| #define HAVE_DLAPI 1 >| #define HAVE_UNIX_DLAPI 1 >| #define HAVE_FEATURE_BACKTRACE 1 >| #define HAVE_FEATURE_COMMUNITY_FLAVOR 1 >| #define HAVE_FEATURE_DESKTOP 1 >| #define HAVE_FEATURE_MULTIUSER_ENVIRONMENT 1 >| #define HAVE_FEATURE_AVMEDIA 1 >| #define HAVE_FEATURE_DBCONNECTIVITY 1 >| #define HAVE_FEATURE_SCRIPTING 1 >| #define HAVE_FEATURE_EXTENSIONS 1 >| #define HAVE_FEATURE_JAVA 1 >| #define LIBO_BIN_FOLDER "program" >| #define LIBO_ETC_FOLDER "program" >| #define LIBO_LIBEXEC_FOLDER "program" >| #define LIBO_LIB_FOLDER "program" >| #define LIBO_LIB_PYUNO_FOLDER "program" >| #define LIBO_SHARE_FOLDER "share" >| #define LIBO_SHARE_HELP_FOLDER "help" >| #define LIBO_SHARE_JAVA_FOLDER "program/classes" >| #define LIBO_SHARE_PRESETS_FOLDER "presets" >| #define LIBO_SHARE_RESOURCE_FOLDER "program/resource" >| #define LIBO_SHARE_SHELL_FOLDER "program/shell" >| #define LIBO_URE_BIN_FOLDER "program" >| #define LIBO_URE_ETC_FOLDER "program" >| #define LIBO_URE_LIB_FOLDER "program" >| #define LIBO_URE_MISC_FOLDER "program" >| #define LIBO_URE_SHARE_JAVA_FOLDER "program/classes" >| #define CLANG_VERSION 150007 >| #define CLANG_FULL_VERSION "15.0.7 " >| #define HAVE_FEATURE_UI 1 >| #define USING_X11 1 >| #define SDKDIR "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2/instdir/sdk" >| #define WORKDIR "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2/workdir" >| #define HAVE_FEATURE_XMLHELP 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_FEATURE_PAGEIN 1 >| #define HAVE_CUPS_H 1 >| #define SIZEOF_LONG 8 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_DOUBLE 8 >| #define SIZEOF_VOIDP 8 >| #define SIZEOF_SIZE_T 8 >| #define ALIGNOF_SHORT 2 >| #define ALIGNOF_INT 4 >| #define ALIGNOF_LONG 8 >| #define ALIGNOF_DOUBLE 8 >| #define SAL_TYPES_SIZEOFSHORT 2 >| #define SAL_TYPES_SIZEOFINT 4 >| #define SAL_TYPES_SIZEOFLONG 8 >| #define SAL_TYPES_SIZEOFLONGLONG 8 >| #define SAL_TYPES_SIZEOFPOINTER 8 >| #define SAL_TYPES_ALIGNMENT2 2 >| #define SAL_TYPES_ALIGNMENT4 4 >| #define SAL_TYPES_ALIGNMENT8 8 >| #define HAVE_FEATURE_JUMBO_SHEETS 1 >| #define ENABLE_RUNTIME_OPTIMIZATIONS 1 >| /* end confdefs.h. */ >| #include <stddef.h> >| #ifdef HAVE_STDIO_H >| # include <stdio.h> >| #endif >| #ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| #endif >| #ifdef HAVE_STRING_H >| # include <string.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <valgrind/valgrind.h> >configure:19529: result: no >configure:19549: checking for sys/sdt.h >configure:19549: x86_64-pc-linux-gnu-clang -c -Os -march=native -mtune=native -pipe -frecord-gcc-switches -ggdb3 -Werror=odr -Werror=lto-type-mismatch conftest.c >&5 >warning: unknown warning option '-Werror=lto-type-mismatch'; did you mean '-Werror=selector-type-mismatch'? [-Wunknown-warning-option] >1 warning generated. >configure:19549: $? = 0 >configure:19549: result: yes >configure:19560: checking working sys/sdt.h and c++ support >configure:19609: x86_64-pc-linux-gnu-clang++ -o conftest -Os -march=native -mtune=native -pipe -frecord-gcc-switches -ggdb3 -Werror=odr -Werror=lto-type-mismatch -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.cpp >&5 >warning: unknown warning option '-Werror=lto-type-mismatch'; did you mean '-Werror=selector-type-mismatch'? [-Wunknown-warning-option] >1 warning generated. >configure:19609: $? = 0 >configure:19611: result: yes >configure:19632: checking whether x86_64-pc-linux-gnu-clang supports -fstack-clash-protection >configure:19647: x86_64-pc-linux-gnu-clang -o conftest -Os -march=native -mtune=native -pipe -frecord-gcc-switches -ggdb3 -Werror=odr -Werror=lto-type-mismatch -Werror -fstack-clash-protection -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.c >&5 >error: unknown warning option '-Werror=lto-type-mismatch'; did you mean '-Werror=selector-type-mismatch'? [-Werror,-Wunknown-warning-option] >configure:19647: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "LibreOffice" >| #define PACKAGE_TARNAME "libreoffice" >| #define PACKAGE_VERSION "7.4.4.2" >| #define PACKAGE_STRING "LibreOffice 7.4.4.2" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "http://documentfoundation.org/" >| #define LIBO_VERSION_MAJOR 7 >| #define LIBO_VERSION_MINOR 4 >| #define LIBO_VERSION_MICRO 4 >| #define LIBO_VERSION_PATCH 2 >| #define LIBO_THIS_YEAR 2023 >| #define SRCDIR "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2" >| #define SRC_ROOT "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2" >| #define BUILDDIR "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2" >| #define ENABLE_HEADLESS 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define STDC_HEADERS 1 >| #define HAVE_DLAPI 1 >| #define HAVE_UNIX_DLAPI 1 >| #define HAVE_FEATURE_BACKTRACE 1 >| #define HAVE_FEATURE_COMMUNITY_FLAVOR 1 >| #define HAVE_FEATURE_DESKTOP 1 >| #define HAVE_FEATURE_MULTIUSER_ENVIRONMENT 1 >| #define HAVE_FEATURE_AVMEDIA 1 >| #define HAVE_FEATURE_DBCONNECTIVITY 1 >| #define HAVE_FEATURE_SCRIPTING 1 >| #define HAVE_FEATURE_EXTENSIONS 1 >| #define HAVE_FEATURE_JAVA 1 >| #define LIBO_BIN_FOLDER "program" >| #define LIBO_ETC_FOLDER "program" >| #define LIBO_LIBEXEC_FOLDER "program" >| #define LIBO_LIB_FOLDER "program" >| #define LIBO_LIB_PYUNO_FOLDER "program" >| #define LIBO_SHARE_FOLDER "share" >| #define LIBO_SHARE_HELP_FOLDER "help" >| #define LIBO_SHARE_JAVA_FOLDER "program/classes" >| #define LIBO_SHARE_PRESETS_FOLDER "presets" >| #define LIBO_SHARE_RESOURCE_FOLDER "program/resource" >| #define LIBO_SHARE_SHELL_FOLDER "program/shell" >| #define LIBO_URE_BIN_FOLDER "program" >| #define LIBO_URE_ETC_FOLDER "program" >| #define LIBO_URE_LIB_FOLDER "program" >| #define LIBO_URE_MISC_FOLDER "program" >| #define LIBO_URE_SHARE_JAVA_FOLDER "program/classes" >| #define CLANG_VERSION 150007 >| #define CLANG_FULL_VERSION "15.0.7 " >| #define HAVE_FEATURE_UI 1 >| #define USING_X11 1 >| #define SDKDIR "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2/instdir/sdk" >| #define WORKDIR "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2/workdir" >| #define HAVE_FEATURE_XMLHELP 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_FEATURE_PAGEIN 1 >| #define HAVE_CUPS_H 1 >| #define SIZEOF_LONG 8 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_DOUBLE 8 >| #define SIZEOF_VOIDP 8 >| #define SIZEOF_SIZE_T 8 >| #define ALIGNOF_SHORT 2 >| #define ALIGNOF_INT 4 >| #define ALIGNOF_LONG 8 >| #define ALIGNOF_DOUBLE 8 >| #define SAL_TYPES_SIZEOFSHORT 2 >| #define SAL_TYPES_SIZEOFINT 4 >| #define SAL_TYPES_SIZEOFLONG 8 >| #define SAL_TYPES_SIZEOFLONGLONG 8 >| #define SAL_TYPES_SIZEOFPOINTER 8 >| #define SAL_TYPES_ALIGNMENT2 2 >| #define SAL_TYPES_ALIGNMENT4 4 >| #define SAL_TYPES_ALIGNMENT8 8 >| #define HAVE_FEATURE_JUMBO_SHEETS 1 >| #define ENABLE_RUNTIME_OPTIMIZATIONS 1 >| #define USE_SDT_PROBES 1 >| /* end confdefs.h. */ >| >| int >| main (void) >| { >| return 0; >| ; >| return 0; >| } >configure:19652: result: no >configure:19659: checking whether x86_64-pc-linux-gnu-clang supports -mno-avx >configure:19674: x86_64-pc-linux-gnu-clang -o conftest -Os -march=native -mtune=native -pipe -frecord-gcc-switches -ggdb3 -Werror=odr -Werror=lto-type-mismatch -Werror -mno-avx -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.c >&5 >error: unknown warning option '-Werror=lto-type-mismatch'; did you mean '-Werror=selector-type-mismatch'? [-Werror,-Wunknown-warning-option] >configure:19674: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "LibreOffice" >| #define PACKAGE_TARNAME "libreoffice" >| #define PACKAGE_VERSION "7.4.4.2" >| #define PACKAGE_STRING "LibreOffice 7.4.4.2" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "http://documentfoundation.org/" >| #define LIBO_VERSION_MAJOR 7 >| #define LIBO_VERSION_MINOR 4 >| #define LIBO_VERSION_MICRO 4 >| #define LIBO_VERSION_PATCH 2 >| #define LIBO_THIS_YEAR 2023 >| #define SRCDIR "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2" >| #define SRC_ROOT "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2" >| #define BUILDDIR "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2" >| #define ENABLE_HEADLESS 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define STDC_HEADERS 1 >| #define HAVE_DLAPI 1 >| #define HAVE_UNIX_DLAPI 1 >| #define HAVE_FEATURE_BACKTRACE 1 >| #define HAVE_FEATURE_COMMUNITY_FLAVOR 1 >| #define HAVE_FEATURE_DESKTOP 1 >| #define HAVE_FEATURE_MULTIUSER_ENVIRONMENT 1 >| #define HAVE_FEATURE_AVMEDIA 1 >| #define HAVE_FEATURE_DBCONNECTIVITY 1 >| #define HAVE_FEATURE_SCRIPTING 1 >| #define HAVE_FEATURE_EXTENSIONS 1 >| #define HAVE_FEATURE_JAVA 1 >| #define LIBO_BIN_FOLDER "program" >| #define LIBO_ETC_FOLDER "program" >| #define LIBO_LIBEXEC_FOLDER "program" >| #define LIBO_LIB_FOLDER "program" >| #define LIBO_LIB_PYUNO_FOLDER "program" >| #define LIBO_SHARE_FOLDER "share" >| #define LIBO_SHARE_HELP_FOLDER "help" >| #define LIBO_SHARE_JAVA_FOLDER "program/classes" >| #define LIBO_SHARE_PRESETS_FOLDER "presets" >| #define LIBO_SHARE_RESOURCE_FOLDER "program/resource" >| #define LIBO_SHARE_SHELL_FOLDER "program/shell" >| #define LIBO_URE_BIN_FOLDER "program" >| #define LIBO_URE_ETC_FOLDER "program" >| #define LIBO_URE_LIB_FOLDER "program" >| #define LIBO_URE_MISC_FOLDER "program" >| #define LIBO_URE_SHARE_JAVA_FOLDER "program/classes" >| #define CLANG_VERSION 150007 >| #define CLANG_FULL_VERSION "15.0.7 " >| #define HAVE_FEATURE_UI 1 >| #define USING_X11 1 >| #define SDKDIR "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2/instdir/sdk" >| #define WORKDIR "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2/workdir" >| #define HAVE_FEATURE_XMLHELP 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_FEATURE_PAGEIN 1 >| #define HAVE_CUPS_H 1 >| #define SIZEOF_LONG 8 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_DOUBLE 8 >| #define SIZEOF_VOIDP 8 >| #define SIZEOF_SIZE_T 8 >| #define ALIGNOF_SHORT 2 >| #define ALIGNOF_INT 4 >| #define ALIGNOF_LONG 8 >| #define ALIGNOF_DOUBLE 8 >| #define SAL_TYPES_SIZEOFSHORT 2 >| #define SAL_TYPES_SIZEOFINT 4 >| #define SAL_TYPES_SIZEOFLONG 8 >| #define SAL_TYPES_SIZEOFLONGLONG 8 >| #define SAL_TYPES_SIZEOFPOINTER 8 >| #define SAL_TYPES_ALIGNMENT2 2 >| #define SAL_TYPES_ALIGNMENT4 4 >| #define SAL_TYPES_ALIGNMENT8 8 >| #define HAVE_FEATURE_JUMBO_SHEETS 1 >| #define ENABLE_RUNTIME_OPTIMIZATIONS 1 >| #define USE_SDT_PROBES 1 >| /* end confdefs.h. */ >| >| int >| main (void) >| { >| return 0; >| ; >| return 0; >| } >configure:19685: result: no >configure:19689: checking whether x86_64-pc-linux-gnu-clang supports atomic functions >configure:19712: x86_64-pc-linux-gnu-clang -o conftest -Os -march=native -mtune=native -pipe -frecord-gcc-switches -ggdb3 -Werror=odr -Werror=lto-type-mismatch -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.c >&5 >warning: unknown warning option '-Werror=lto-type-mismatch'; did you mean '-Werror=selector-type-mismatch'? [-Wunknown-warning-option] >1 warning generated. >configure:19712: $? = 0 >configure:19719: result: yes >configure:19728: checking whether x86_64-pc-linux-gnu-clang++ defines __base_class_type_info in cxxabi.h >configure:19744: x86_64-pc-linux-gnu-clang++ -c -Os -march=native -mtune=native -pipe -frecord-gcc-switches -ggdb3 -Werror=odr -Werror=lto-type-mismatch conftest.cpp >&5 >warning: unknown warning option '-Werror=lto-type-mismatch'; did you mean '-Werror=selector-type-mismatch'? [-Wunknown-warning-option] >1 warning generated. >configure:19744: $? = 0 >configure:19749: result: yes >configure:19764: checking whether x86_64-pc-linux-gnu-clang++ defines __class_type_info in cxxabi.h >configure:19780: x86_64-pc-linux-gnu-clang++ -c -Os -march=native -mtune=native -pipe -frecord-gcc-switches -ggdb3 -Werror=odr -Werror=lto-type-mismatch conftest.cpp >&5 >warning: unknown warning option '-Werror=lto-type-mismatch'; did you mean '-Werror=selector-type-mismatch'? [-Wunknown-warning-option] >1 warning generated. >configure:19780: $? = 0 >configure:19785: result: yes >configure:19800: checking whether x86_64-pc-linux-gnu-clang++ declares __cxa_allocate_exception in cxxabi.h >configure:19815: x86_64-pc-linux-gnu-clang++ -c -Os -march=native -mtune=native -pipe -frecord-gcc-switches -ggdb3 -Werror=odr -Werror=lto-type-mismatch conftest.cpp >&5 >warning: unknown warning option '-Werror=lto-type-mismatch'; did you mean '-Werror=selector-type-mismatch'? [-Wunknown-warning-option] >1 warning generated. >configure:19815: $? = 0 >configure:19820: result: yes >configure:19835: checking whether x86_64-pc-linux-gnu-clang++ defines __cxa_eh_globals in cxxabi.h >configure:19851: x86_64-pc-linux-gnu-clang++ -c -Os -march=native -mtune=native -pipe -frecord-gcc-switches -ggdb3 -Werror=odr -Werror=lto-type-mismatch conftest.cpp >&5 >warning: unknown warning option '-Werror=lto-type-mismatch'; did you mean '-Werror=selector-type-mismatch'? [-Wunknown-warning-option] >conftest.cpp:99:38: error: invalid application of 'sizeof' to an incomplete type '__cxxabiv1::__cxa_eh_globals' > std::size_t f() { return sizeof(__cxxabiv1::__cxa_eh_globals); } > ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/usr/lib/gcc/x86_64-pc-linux-gnu/12/include/g++-v12/cxxabi.h:587:10: note: forward declaration of '__cxxabiv1::__cxa_eh_globals' > struct __cxa_eh_globals; > ^ >1 warning and 1 error generated. >configure:19851: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "LibreOffice" >| #define PACKAGE_TARNAME "libreoffice" >| #define PACKAGE_VERSION "7.4.4.2" >| #define PACKAGE_STRING "LibreOffice 7.4.4.2" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "http://documentfoundation.org/" >| #define LIBO_VERSION_MAJOR 7 >| #define LIBO_VERSION_MINOR 4 >| #define LIBO_VERSION_MICRO 4 >| #define LIBO_VERSION_PATCH 2 >| #define LIBO_THIS_YEAR 2023 >| #define SRCDIR "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2" >| #define SRC_ROOT "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2" >| #define BUILDDIR "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2" >| #define ENABLE_HEADLESS 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define STDC_HEADERS 1 >| #define HAVE_DLAPI 1 >| #define HAVE_UNIX_DLAPI 1 >| #define HAVE_FEATURE_BACKTRACE 1 >| #define HAVE_FEATURE_COMMUNITY_FLAVOR 1 >| #define HAVE_FEATURE_DESKTOP 1 >| #define HAVE_FEATURE_MULTIUSER_ENVIRONMENT 1 >| #define HAVE_FEATURE_AVMEDIA 1 >| #define HAVE_FEATURE_DBCONNECTIVITY 1 >| #define HAVE_FEATURE_SCRIPTING 1 >| #define HAVE_FEATURE_EXTENSIONS 1 >| #define HAVE_FEATURE_JAVA 1 >| #define LIBO_BIN_FOLDER "program" >| #define LIBO_ETC_FOLDER "program" >| #define LIBO_LIBEXEC_FOLDER "program" >| #define LIBO_LIB_FOLDER "program" >| #define LIBO_LIB_PYUNO_FOLDER "program" >| #define LIBO_SHARE_FOLDER "share" >| #define LIBO_SHARE_HELP_FOLDER "help" >| #define LIBO_SHARE_JAVA_FOLDER "program/classes" >| #define LIBO_SHARE_PRESETS_FOLDER "presets" >| #define LIBO_SHARE_RESOURCE_FOLDER "program/resource" >| #define LIBO_SHARE_SHELL_FOLDER "program/shell" >| #define LIBO_URE_BIN_FOLDER "program" >| #define LIBO_URE_ETC_FOLDER "program" >| #define LIBO_URE_LIB_FOLDER "program" >| #define LIBO_URE_MISC_FOLDER "program" >| #define LIBO_URE_SHARE_JAVA_FOLDER "program/classes" >| #define CLANG_VERSION 150007 >| #define CLANG_FULL_VERSION "15.0.7 " >| #define HAVE_FEATURE_UI 1 >| #define USING_X11 1 >| #define SDKDIR "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2/instdir/sdk" >| #define WORKDIR "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2/workdir" >| #define HAVE_FEATURE_XMLHELP 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_FEATURE_PAGEIN 1 >| #define HAVE_CUPS_H 1 >| #define SIZEOF_LONG 8 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_DOUBLE 8 >| #define SIZEOF_VOIDP 8 >| #define SIZEOF_SIZE_T 8 >| #define ALIGNOF_SHORT 2 >| #define ALIGNOF_INT 4 >| #define ALIGNOF_LONG 8 >| #define ALIGNOF_DOUBLE 8 >| #define SAL_TYPES_SIZEOFSHORT 2 >| #define SAL_TYPES_SIZEOFINT 4 >| #define SAL_TYPES_SIZEOFLONG 8 >| #define SAL_TYPES_SIZEOFLONGLONG 8 >| #define SAL_TYPES_SIZEOFPOINTER 8 >| #define SAL_TYPES_ALIGNMENT2 2 >| #define SAL_TYPES_ALIGNMENT4 4 >| #define SAL_TYPES_ALIGNMENT8 8 >| #define HAVE_FEATURE_JUMBO_SHEETS 1 >| #define ENABLE_RUNTIME_OPTIMIZATIONS 1 >| #define USE_SDT_PROBES 1 >| #define HAVE_GCC_BUILTIN_ATOMIC 1 >| #define HAVE_CXXABI_H_BASE_CLASS_TYPE_INFO 1 >| #define HAVE_CXXABI_H_CLASS_TYPE_INFO 1 >| #define HAVE_CXXABI_H_CXA_ALLOCATE_EXCEPTION 1 >| /* end confdefs.h. */ >| >| #include <cstddef> >| #include <cxxabi.h> >| std::size_t f() { return sizeof(__cxxabiv1::__cxa_eh_globals); } >| >configure:19860: result: no >configure:19871: checking whether x86_64-pc-linux-gnu-clang++ defines __cxa_exception in cxxabi.h >configure:19887: x86_64-pc-linux-gnu-clang++ -c -Os -march=native -mtune=native -pipe -frecord-gcc-switches -ggdb3 -Werror=odr -Werror=lto-type-mismatch conftest.cpp >&5 >warning: unknown warning option '-Werror=lto-type-mismatch'; did you mean '-Werror=selector-type-mismatch'? [-Wunknown-warning-option] >conftest.cpp:99:38: error: invalid application of 'sizeof' to an incomplete type '__cxxabiv1::__cxa_exception' > std::size_t f() { return sizeof(__cxxabiv1::__cxa_exception); } > ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >/usr/lib/gcc/x86_64-pc-linux-gnu/12/include/g++-v12/cxxabi.h:584:10: note: forward declaration of '__cxxabiv1::__cxa_exception' > struct __cxa_exception; > ^ >1 warning and 1 error generated. >configure:19887: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "LibreOffice" >| #define PACKAGE_TARNAME "libreoffice" >| #define PACKAGE_VERSION "7.4.4.2" >| #define PACKAGE_STRING "LibreOffice 7.4.4.2" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "http://documentfoundation.org/" >| #define LIBO_VERSION_MAJOR 7 >| #define LIBO_VERSION_MINOR 4 >| #define LIBO_VERSION_MICRO 4 >| #define LIBO_VERSION_PATCH 2 >| #define LIBO_THIS_YEAR 2023 >| #define SRCDIR "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2" >| #define SRC_ROOT "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2" >| #define BUILDDIR "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2" >| #define ENABLE_HEADLESS 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define STDC_HEADERS 1 >| #define HAVE_DLAPI 1 >| #define HAVE_UNIX_DLAPI 1 >| #define HAVE_FEATURE_BACKTRACE 1 >| #define HAVE_FEATURE_COMMUNITY_FLAVOR 1 >| #define HAVE_FEATURE_DESKTOP 1 >| #define HAVE_FEATURE_MULTIUSER_ENVIRONMENT 1 >| #define HAVE_FEATURE_AVMEDIA 1 >| #define HAVE_FEATURE_DBCONNECTIVITY 1 >| #define HAVE_FEATURE_SCRIPTING 1 >| #define HAVE_FEATURE_EXTENSIONS 1 >| #define HAVE_FEATURE_JAVA 1 >| #define LIBO_BIN_FOLDER "program" >| #define LIBO_ETC_FOLDER "program" >| #define LIBO_LIBEXEC_FOLDER "program" >| #define LIBO_LIB_FOLDER "program" >| #define LIBO_LIB_PYUNO_FOLDER "program" >| #define LIBO_SHARE_FOLDER "share" >| #define LIBO_SHARE_HELP_FOLDER "help" >| #define LIBO_SHARE_JAVA_FOLDER "program/classes" >| #define LIBO_SHARE_PRESETS_FOLDER "presets" >| #define LIBO_SHARE_RESOURCE_FOLDER "program/resource" >| #define LIBO_SHARE_SHELL_FOLDER "program/shell" >| #define LIBO_URE_BIN_FOLDER "program" >| #define LIBO_URE_ETC_FOLDER "program" >| #define LIBO_URE_LIB_FOLDER "program" >| #define LIBO_URE_MISC_FOLDER "program" >| #define LIBO_URE_SHARE_JAVA_FOLDER "program/classes" >| #define CLANG_VERSION 150007 >| #define CLANG_FULL_VERSION "15.0.7 " >| #define HAVE_FEATURE_UI 1 >| #define USING_X11 1 >| #define SDKDIR "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2/instdir/sdk" >| #define WORKDIR "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2/workdir" >| #define HAVE_FEATURE_XMLHELP 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_FEATURE_PAGEIN 1 >| #define HAVE_CUPS_H 1 >| #define SIZEOF_LONG 8 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_DOUBLE 8 >| #define SIZEOF_VOIDP 8 >| #define SIZEOF_SIZE_T 8 >| #define ALIGNOF_SHORT 2 >| #define ALIGNOF_INT 4 >| #define ALIGNOF_LONG 8 >| #define ALIGNOF_DOUBLE 8 >| #define SAL_TYPES_SIZEOFSHORT 2 >| #define SAL_TYPES_SIZEOFINT 4 >| #define SAL_TYPES_SIZEOFLONG 8 >| #define SAL_TYPES_SIZEOFLONGLONG 8 >| #define SAL_TYPES_SIZEOFPOINTER 8 >| #define SAL_TYPES_ALIGNMENT2 2 >| #define SAL_TYPES_ALIGNMENT4 4 >| #define SAL_TYPES_ALIGNMENT8 8 >| #define HAVE_FEATURE_JUMBO_SHEETS 1 >| #define ENABLE_RUNTIME_OPTIMIZATIONS 1 >| #define USE_SDT_PROBES 1 >| #define HAVE_GCC_BUILTIN_ATOMIC 1 >| #define HAVE_CXXABI_H_BASE_CLASS_TYPE_INFO 1 >| #define HAVE_CXXABI_H_CLASS_TYPE_INFO 1 >| #define HAVE_CXXABI_H_CXA_ALLOCATE_EXCEPTION 1 >| /* end confdefs.h. */ >| >| #include <cstddef> >| #include <cxxabi.h> >| std::size_t f() { return sizeof(__cxxabiv1::__cxa_exception); } >| >configure:19896: result: no >configure:19907: checking whether x86_64-pc-linux-gnu-clang++ declares __cxa_get_globals in cxxabi.h >configure:19922: x86_64-pc-linux-gnu-clang++ -c -Os -march=native -mtune=native -pipe -frecord-gcc-switches -ggdb3 -Werror=odr -Werror=lto-type-mismatch conftest.cpp >&5 >warning: unknown warning option '-Werror=lto-type-mismatch'; did you mean '-Werror=selector-type-mismatch'? [-Wunknown-warning-option] >1 warning generated. >configure:19922: $? = 0 >configure:19927: result: yes >configure:19942: checking whether x86_64-pc-linux-gnu-clang++ declares __cxa_current_exception_type in cxxabi.h >configure:19957: x86_64-pc-linux-gnu-clang++ -c -Os -march=native -mtune=native -pipe -frecord-gcc-switches -ggdb3 -Werror=odr -Werror=lto-type-mismatch conftest.cpp >&5 >warning: unknown warning option '-Werror=lto-type-mismatch'; did you mean '-Werror=selector-type-mismatch'? [-Wunknown-warning-option] >1 warning generated. >configure:19957: $? = 0 >configure:19962: result: yes >configure:19977: checking whether x86_64-pc-linux-gnu-clang++ declares __cxa_throw in cxxabi.h >configure:19992: x86_64-pc-linux-gnu-clang++ -c -Os -march=native -mtune=native -pipe -frecord-gcc-switches -ggdb3 -Werror=odr -Werror=lto-type-mismatch conftest.cpp >&5 >warning: unknown warning option '-Werror=lto-type-mismatch'; did you mean '-Werror=selector-type-mismatch'? [-Wunknown-warning-option] >1 warning generated. >configure:19992: $? = 0 >configure:19997: result: yes >configure:20012: checking whether x86_64-pc-linux-gnu-clang++ defines __si_class_type_info in cxxabi.h >configure:20028: x86_64-pc-linux-gnu-clang++ -c -Os -march=native -mtune=native -pipe -frecord-gcc-switches -ggdb3 -Werror=odr -Werror=lto-type-mismatch conftest.cpp >&5 >warning: unknown warning option '-Werror=lto-type-mismatch'; did you mean '-Werror=selector-type-mismatch'? [-Wunknown-warning-option] >1 warning generated. >configure:20028: $? = 0 >configure:20033: result: yes >configure:20048: checking whether x86_64-pc-linux-gnu-clang++ defines __vmi_class_type_info in cxxabi.h >configure:20064: x86_64-pc-linux-gnu-clang++ -c -Os -march=native -mtune=native -pipe -frecord-gcc-switches -ggdb3 -Werror=odr -Werror=lto-type-mismatch conftest.cpp >&5 >warning: unknown warning option '-Werror=lto-type-mismatch'; did you mean '-Werror=selector-type-mismatch'? [-Wunknown-warning-option] >1 warning generated. >configure:20064: $? = 0 >configure:20069: result: yes >configure:20090: checking what the C++ library is >configure:20116: x86_64-pc-linux-gnu-clang++ -c -Os -march=native -mtune=native -pipe -frecord-gcc-switches -ggdb3 -Werror=odr -Werror=lto-type-mismatch conftest.cpp >&5 >warning: unknown warning option '-Werror=lto-type-mismatch'; did you mean '-Werror=selector-type-mismatch'? [-Wunknown-warning-option] >1 warning generated. >configure:20116: $? = 0 >configure:20177: result: GNU libstdc++ >configure:20284: checking for gperf >configure:20307: found /usr/bin/gperf >configure:20319: result: /usr/bin/gperf >configure:20333: checking whether gperf is new enough >configure:20339: result: yes (3.1) >configure:20387: checking which libcmis to use >configure:20392: result: external >configure:20397: checking for LIBCMIS >configure:20404: $PKG_CONFIG --exists --print-errors "libcmis-0.5 >= 0.5.2" >configure:20407: $? = 0 >configure:20421: $PKG_CONFIG --exists --print-errors "libcmis-0.5 >= 0.5.2" >configure:20424: $? = 0 >configure:20482: result: yes >configure:20524: checking whether x86_64-pc-linux-gnu-clang++ supports C++17 >configure:20586: x86_64-pc-linux-gnu-clang++ -c -Os -march=native -mtune=native -pipe -frecord-gcc-switches -ggdb3 -Werror=odr -Werror=lto-type-mismatch -std=c++17 -Werror -DSYSTEM_LIBCMIS -I/usr/include/libcmis-0.5 -I/usr/include/libxml2 conftest.cpp >&5 >error: unknown warning option '-Werror=lto-type-mismatch'; did you mean '-Werror=selector-type-mismatch'? [-Werror,-Wunknown-warning-option] >configure:20586: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "LibreOffice" >| #define PACKAGE_TARNAME "libreoffice" >| #define PACKAGE_VERSION "7.4.4.2" >| #define PACKAGE_STRING "LibreOffice 7.4.4.2" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "http://documentfoundation.org/" >| #define LIBO_VERSION_MAJOR 7 >| #define LIBO_VERSION_MINOR 4 >| #define LIBO_VERSION_MICRO 4 >| #define LIBO_VERSION_PATCH 2 >| #define LIBO_THIS_YEAR 2023 >| #define SRCDIR "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2" >| #define SRC_ROOT "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2" >| #define BUILDDIR "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2" >| #define ENABLE_HEADLESS 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define STDC_HEADERS 1 >| #define HAVE_DLAPI 1 >| #define HAVE_UNIX_DLAPI 1 >| #define HAVE_FEATURE_BACKTRACE 1 >| #define HAVE_FEATURE_COMMUNITY_FLAVOR 1 >| #define HAVE_FEATURE_DESKTOP 1 >| #define HAVE_FEATURE_MULTIUSER_ENVIRONMENT 1 >| #define HAVE_FEATURE_AVMEDIA 1 >| #define HAVE_FEATURE_DBCONNECTIVITY 1 >| #define HAVE_FEATURE_SCRIPTING 1 >| #define HAVE_FEATURE_EXTENSIONS 1 >| #define HAVE_FEATURE_JAVA 1 >| #define LIBO_BIN_FOLDER "program" >| #define LIBO_ETC_FOLDER "program" >| #define LIBO_LIBEXEC_FOLDER "program" >| #define LIBO_LIB_FOLDER "program" >| #define LIBO_LIB_PYUNO_FOLDER "program" >| #define LIBO_SHARE_FOLDER "share" >| #define LIBO_SHARE_HELP_FOLDER "help" >| #define LIBO_SHARE_JAVA_FOLDER "program/classes" >| #define LIBO_SHARE_PRESETS_FOLDER "presets" >| #define LIBO_SHARE_RESOURCE_FOLDER "program/resource" >| #define LIBO_SHARE_SHELL_FOLDER "program/shell" >| #define LIBO_URE_BIN_FOLDER "program" >| #define LIBO_URE_ETC_FOLDER "program" >| #define LIBO_URE_LIB_FOLDER "program" >| #define LIBO_URE_MISC_FOLDER "program" >| #define LIBO_URE_SHARE_JAVA_FOLDER "program/classes" >| #define CLANG_VERSION 150007 >| #define CLANG_FULL_VERSION "15.0.7 " >| #define HAVE_FEATURE_UI 1 >| #define USING_X11 1 >| #define SDKDIR "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2/instdir/sdk" >| #define WORKDIR "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2/workdir" >| #define HAVE_FEATURE_XMLHELP 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_FEATURE_PAGEIN 1 >| #define HAVE_CUPS_H 1 >| #define SIZEOF_LONG 8 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_DOUBLE 8 >| #define SIZEOF_VOIDP 8 >| #define SIZEOF_SIZE_T 8 >| #define ALIGNOF_SHORT 2 >| #define ALIGNOF_INT 4 >| #define ALIGNOF_LONG 8 >| #define ALIGNOF_DOUBLE 8 >| #define SAL_TYPES_SIZEOFSHORT 2 >| #define SAL_TYPES_SIZEOFINT 4 >| #define SAL_TYPES_SIZEOFLONG 8 >| #define SAL_TYPES_SIZEOFLONGLONG 8 >| #define SAL_TYPES_SIZEOFPOINTER 8 >| #define SAL_TYPES_ALIGNMENT2 2 >| #define SAL_TYPES_ALIGNMENT4 4 >| #define SAL_TYPES_ALIGNMENT8 8 >| #define HAVE_FEATURE_JUMBO_SHEETS 1 >| #define ENABLE_RUNTIME_OPTIMIZATIONS 1 >| #define USE_SDT_PROBES 1 >| #define HAVE_GCC_BUILTIN_ATOMIC 1 >| #define HAVE_CXXABI_H_BASE_CLASS_TYPE_INFO 1 >| #define HAVE_CXXABI_H_CLASS_TYPE_INFO 1 >| #define HAVE_CXXABI_H_CXA_ALLOCATE_EXCEPTION 1 >| #define HAVE_CXXABI_H_CXA_GET_GLOBALS 1 >| #define HAVE_CXXABI_H_CXA_CURRENT_EXCEPTION_TYPE 1 >| #define HAVE_CXXABI_H_CXA_THROW 1 >| #define HAVE_CXXABI_H_SI_CLASS_TYPE_INFO 1 >| #define HAVE_CXXABI_H_VMI_CLASS_TYPE_INFO 1 >| /* end confdefs.h. */ >| >| #include <algorithm> >| #include <functional> >| #include <vector> >| >| #if defined SYSTEM_LIBCMIS >| // See ucb/source/ucp/cmis/auth_provider.hxx: >| #if !defined __clang__ >| #pragma GCC diagnostic push >| #pragma GCC diagnostic ignored "-Wdeprecated" >| #pragma GCC diagnostic ignored "-Wunused-but-set-parameter" >| #endif >| #include <libcmis/libcmis.hxx> >| #if !defined __clang__ >| #pragma GCC diagnostic pop >| #endif >| #endif >| >| void f(std::vector<int> & v, std::function<bool(int, int)> fn) { >| std::sort(v.begin(), v.end(), fn); >| } >| >| int >| main (void) >| { >| >| ; >| return 0; >| } >configure:20586: x86_64-pc-linux-gnu-clang++ -c -Os -march=native -mtune=native -pipe -frecord-gcc-switches -ggdb3 -Werror=odr -Werror=lto-type-mismatch -std=c++1z -Werror -DSYSTEM_LIBCMIS -I/usr/include/libcmis-0.5 -I/usr/include/libxml2 conftest.cpp >&5 >error: unknown warning option '-Werror=lto-type-mismatch'; did you mean '-Werror=selector-type-mismatch'? [-Werror,-Wunknown-warning-option] >configure:20586: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "LibreOffice" >| #define PACKAGE_TARNAME "libreoffice" >| #define PACKAGE_VERSION "7.4.4.2" >| #define PACKAGE_STRING "LibreOffice 7.4.4.2" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "http://documentfoundation.org/" >| #define LIBO_VERSION_MAJOR 7 >| #define LIBO_VERSION_MINOR 4 >| #define LIBO_VERSION_MICRO 4 >| #define LIBO_VERSION_PATCH 2 >| #define LIBO_THIS_YEAR 2023 >| #define SRCDIR "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2" >| #define SRC_ROOT "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2" >| #define BUILDDIR "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2" >| #define ENABLE_HEADLESS 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_UNISTD_H 1 >| #define STDC_HEADERS 1 >| #define HAVE_DLAPI 1 >| #define HAVE_UNIX_DLAPI 1 >| #define HAVE_FEATURE_BACKTRACE 1 >| #define HAVE_FEATURE_COMMUNITY_FLAVOR 1 >| #define HAVE_FEATURE_DESKTOP 1 >| #define HAVE_FEATURE_MULTIUSER_ENVIRONMENT 1 >| #define HAVE_FEATURE_AVMEDIA 1 >| #define HAVE_FEATURE_DBCONNECTIVITY 1 >| #define HAVE_FEATURE_SCRIPTING 1 >| #define HAVE_FEATURE_EXTENSIONS 1 >| #define HAVE_FEATURE_JAVA 1 >| #define LIBO_BIN_FOLDER "program" >| #define LIBO_ETC_FOLDER "program" >| #define LIBO_LIBEXEC_FOLDER "program" >| #define LIBO_LIB_FOLDER "program" >| #define LIBO_LIB_PYUNO_FOLDER "program" >| #define LIBO_SHARE_FOLDER "share" >| #define LIBO_SHARE_HELP_FOLDER "help" >| #define LIBO_SHARE_JAVA_FOLDER "program/classes" >| #define LIBO_SHARE_PRESETS_FOLDER "presets" >| #define LIBO_SHARE_RESOURCE_FOLDER "program/resource" >| #define LIBO_SHARE_SHELL_FOLDER "program/shell" >| #define LIBO_URE_BIN_FOLDER "program" >| #define LIBO_URE_ETC_FOLDER "program" >| #define LIBO_URE_LIB_FOLDER "program" >| #define LIBO_URE_MISC_FOLDER "program" >| #define LIBO_URE_SHARE_JAVA_FOLDER "program/classes" >| #define CLANG_VERSION 150007 >| #define CLANG_FULL_VERSION "15.0.7 " >| #define HAVE_FEATURE_UI 1 >| #define USING_X11 1 >| #define SDKDIR "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2/instdir/sdk" >| #define WORKDIR "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2/workdir" >| #define HAVE_FEATURE_XMLHELP 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_FEATURE_PAGEIN 1 >| #define HAVE_CUPS_H 1 >| #define SIZEOF_LONG 8 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_DOUBLE 8 >| #define SIZEOF_VOIDP 8 >| #define SIZEOF_SIZE_T 8 >| #define ALIGNOF_SHORT 2 >| #define ALIGNOF_INT 4 >| #define ALIGNOF_LONG 8 >| #define ALIGNOF_DOUBLE 8 >| #define SAL_TYPES_SIZEOFSHORT 2 >| #define SAL_TYPES_SIZEOFINT 4 >| #define SAL_TYPES_SIZEOFLONG 8 >| #define SAL_TYPES_SIZEOFLONGLONG 8 >| #define SAL_TYPES_SIZEOFPOINTER 8 >| #define SAL_TYPES_ALIGNMENT2 2 >| #define SAL_TYPES_ALIGNMENT4 4 >| #define SAL_TYPES_ALIGNMENT8 8 >| #define HAVE_FEATURE_JUMBO_SHEETS 1 >| #define ENABLE_RUNTIME_OPTIMIZATIONS 1 >| #define USE_SDT_PROBES 1 >| #define HAVE_GCC_BUILTIN_ATOMIC 1 >| #define HAVE_CXXABI_H_BASE_CLASS_TYPE_INFO 1 >| #define HAVE_CXXABI_H_CLASS_TYPE_INFO 1 >| #define HAVE_CXXABI_H_CXA_ALLOCATE_EXCEPTION 1 >| #define HAVE_CXXABI_H_CXA_GET_GLOBALS 1 >| #define HAVE_CXXABI_H_CXA_CURRENT_EXCEPTION_TYPE 1 >| #define HAVE_CXXABI_H_CXA_THROW 1 >| #define HAVE_CXXABI_H_SI_CLASS_TYPE_INFO 1 >| #define HAVE_CXXABI_H_VMI_CLASS_TYPE_INFO 1 >| /* end confdefs.h. */ >| >| #include <algorithm> >| #include <functional> >| #include <vector> >| >| #if defined SYSTEM_LIBCMIS >| // See ucb/source/ucp/cmis/auth_provider.hxx: >| #if !defined __clang__ >| #pragma GCC diagnostic push >| #pragma GCC diagnostic ignored "-Wdeprecated" >| #pragma GCC diagnostic ignored "-Wunused-but-set-parameter" >| #endif >| #include <libcmis/libcmis.hxx> >| #if !defined __clang__ >| #pragma GCC diagnostic pop >| #endif >| #endif >| >| void f(std::vector<int> & v, std::function<bool(int, int)> fn) { >| std::sort(v.begin(), v.end(), fn); >| } >| >| int >| main (void) >| { >| >| ; >| return 0; >| } >configure:20607: error: no > >## ---------------- ## >## Cache variables. ## >## ---------------- ## > >ac_cv_alignof_double=8 >ac_cv_alignof_int=4 >ac_cv_alignof_long=8 >ac_cv_alignof_short=2 >ac_cv_build=x86_64-pc-linux-gnu >ac_cv_c_bigendian=no >ac_cv_c_compiler_gnu=yes >ac_cv_c_undeclared_builtin_options='none needed' >ac_cv_cxx_compiler_gnu=yes >ac_cv_env_ABW_CFLAGS_set= >ac_cv_env_ABW_CFLAGS_value= >ac_cv_env_ABW_LIBS_set= >ac_cv_env_ABW_LIBS_value= >ac_cv_env_AVAHI_CFLAGS_set= >ac_cv_env_AVAHI_CFLAGS_value= >ac_cv_env_AVAHI_LIBS_set= >ac_cv_env_AVAHI_LIBS_value= >ac_cv_env_BACKTRACE_CFLAGS_set= >ac_cv_env_BACKTRACE_CFLAGS_value= >ac_cv_env_BACKTRACE_LIBS_set= >ac_cv_env_BACKTRACE_LIBS_value= >ac_cv_env_BZIP2_CFLAGS_set= >ac_cv_env_BZIP2_CFLAGS_value= >ac_cv_env_BZIP2_LIBS_set= >ac_cv_env_BZIP2_LIBS_value= >ac_cv_env_CAIRO_CFLAGS_set= >ac_cv_env_CAIRO_CFLAGS_value= >ac_cv_env_CAIRO_LIBS_set= >ac_cv_env_CAIRO_LIBS_value= >ac_cv_env_CCC_set= >ac_cv_env_CCC_value= >ac_cv_env_CC_set=set >ac_cv_env_CC_value=x86_64-pc-linux-gnu-clang >ac_cv_env_CDR_CFLAGS_set= >ac_cv_env_CDR_CFLAGS_value= >ac_cv_env_CDR_LIBS_set= >ac_cv_env_CDR_LIBS_value= >ac_cv_env_CFLAGS_set=set >ac_cv_env_CFLAGS_value='-Os -march=native -mtune=native -pipe -frecord-gcc-switches -ggdb3 -Werror=odr -Werror=lto-type-mismatch' >ac_cv_env_CLUCENE_CFLAGS_set= >ac_cv_env_CLUCENE_CFLAGS_value= >ac_cv_env_CLUCENE_LIBS_set= >ac_cv_env_CLUCENE_LIBS_value= >ac_cv_env_COINMP_CFLAGS_set= >ac_cv_env_COINMP_CFLAGS_value= >ac_cv_env_COINMP_LIBS_set= >ac_cv_env_COINMP_LIBS_value= >ac_cv_env_CPPFLAGS_set=set >ac_cv_env_CPPFLAGS_value= >ac_cv_env_CPPUNIT_CFLAGS_set= >ac_cv_env_CPPUNIT_CFLAGS_value= >ac_cv_env_CPPUNIT_LIBS_set= >ac_cv_env_CPPUNIT_LIBS_value= >ac_cv_env_CPP_set= >ac_cv_env_CPP_value= >ac_cv_env_CURL_CFLAGS_set= >ac_cv_env_CURL_CFLAGS_value= >ac_cv_env_CURL_LIBS_set= >ac_cv_env_CURL_LIBS_value= >ac_cv_env_CXXCPP_set= >ac_cv_env_CXXCPP_value= >ac_cv_env_CXXFLAGS_set=set >ac_cv_env_CXXFLAGS_value='-Os -march=native -mtune=native -pipe -frecord-gcc-switches -ggdb3 -Werror=odr -Werror=lto-type-mismatch' >ac_cv_env_CXX_set=set >ac_cv_env_CXX_value=x86_64-pc-linux-gnu-clang++ >ac_cv_env_DBUS_CFLAGS_set= >ac_cv_env_DBUS_CFLAGS_value= >ac_cv_env_DBUS_GLIB_CFLAGS_set= >ac_cv_env_DBUS_GLIB_CFLAGS_value= >ac_cv_env_DBUS_GLIB_LIBS_set= >ac_cv_env_DBUS_GLIB_LIBS_value= >ac_cv_env_DBUS_LIBS_set= >ac_cv_env_DBUS_LIBS_value= >ac_cv_env_DCONF_CFLAGS_set= >ac_cv_env_DCONF_CFLAGS_value= >ac_cv_env_DCONF_LIBS_set= >ac_cv_env_DCONF_LIBS_value= >ac_cv_env_EBOOK_CFLAGS_set= >ac_cv_env_EBOOK_CFLAGS_value= >ac_cv_env_EBOOK_LIBS_set= >ac_cv_env_EBOOK_LIBS_value= >ac_cv_env_EPOXY_CFLAGS_set= >ac_cv_env_EPOXY_CFLAGS_value= >ac_cv_env_EPOXY_LIBS_set= >ac_cv_env_EPOXY_LIBS_value= >ac_cv_env_EPUBGEN_CFLAGS_set= >ac_cv_env_EPUBGEN_CFLAGS_value= >ac_cv_env_EPUBGEN_LIBS_set= >ac_cv_env_EPUBGEN_LIBS_value= >ac_cv_env_ETONYEK_CFLAGS_set= >ac_cv_env_ETONYEK_CFLAGS_value= >ac_cv_env_ETONYEK_LIBS_set= >ac_cv_env_ETONYEK_LIBS_value= >ac_cv_env_EXPAT_CFLAGS_set= >ac_cv_env_EXPAT_CFLAGS_value= >ac_cv_env_EXPAT_LIBS_set= >ac_cv_env_EXPAT_LIBS_value= >ac_cv_env_FIREBIRD_CFLAGS_set= >ac_cv_env_FIREBIRD_CFLAGS_value= >ac_cv_env_FIREBIRD_LIBS_set= >ac_cv_env_FIREBIRD_LIBS_value= >ac_cv_env_FONTCONFIG_CFLAGS_set= >ac_cv_env_FONTCONFIG_CFLAGS_value= >ac_cv_env_FONTCONFIG_LIBS_set= >ac_cv_env_FONTCONFIG_LIBS_value= >ac_cv_env_FREEHAND_CFLAGS_set= >ac_cv_env_FREEHAND_CFLAGS_value= >ac_cv_env_FREEHAND_LIBS_set= >ac_cv_env_FREEHAND_LIBS_value= >ac_cv_env_FREETYPE_CFLAGS_set= >ac_cv_env_FREETYPE_CFLAGS_value= >ac_cv_env_FREETYPE_LIBS_set= >ac_cv_env_FREETYPE_LIBS_value= >ac_cv_env_GIO_CFLAGS_set= >ac_cv_env_GIO_CFLAGS_value= >ac_cv_env_GIO_LIBS_set= >ac_cv_env_GIO_LIBS_value= >ac_cv_env_GOBJECT_CFLAGS_set= >ac_cv_env_GOBJECT_CFLAGS_value= >ac_cv_env_GOBJECT_LIBS_set= >ac_cv_env_GOBJECT_LIBS_value= >ac_cv_env_GRAPHITE_CFLAGS_set= >ac_cv_env_GRAPHITE_CFLAGS_value= >ac_cv_env_GRAPHITE_LIBS_set= >ac_cv_env_GRAPHITE_LIBS_value= >ac_cv_env_GSTREAMER_1_0_CFLAGS_set= >ac_cv_env_GSTREAMER_1_0_CFLAGS_value= >ac_cv_env_GSTREAMER_1_0_LIBS_set= >ac_cv_env_GSTREAMER_1_0_LIBS_value= >ac_cv_env_GTK3_CFLAGS_set= >ac_cv_env_GTK3_CFLAGS_value= >ac_cv_env_GTK3_LIBS_set= >ac_cv_env_GTK3_LIBS_value= >ac_cv_env_GTK4_CFLAGS_set= >ac_cv_env_GTK4_CFLAGS_value= >ac_cv_env_GTK4_LIBS_set= >ac_cv_env_GTK4_LIBS_value= >ac_cv_env_HARFBUZZ_CFLAGS_set= >ac_cv_env_HARFBUZZ_CFLAGS_value= >ac_cv_env_HARFBUZZ_LIBS_set= >ac_cv_env_HARFBUZZ_LIBS_value= >ac_cv_env_HUNSPELL_CFLAGS_set= >ac_cv_env_HUNSPELL_CFLAGS_value= >ac_cv_env_HUNSPELL_LIBS_set= >ac_cv_env_HUNSPELL_LIBS_value= >ac_cv_env_ICU_CFLAGS_set= >ac_cv_env_ICU_CFLAGS_value= >ac_cv_env_ICU_LIBS_set= >ac_cv_env_ICU_LIBS_value= >ac_cv_env_LCMS2_CFLAGS_set= >ac_cv_env_LCMS2_CFLAGS_value= >ac_cv_env_LCMS2_LIBS_set= >ac_cv_env_LCMS2_LIBS_value= >ac_cv_env_LDFLAGS_set=set >ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld' >ac_cv_env_LIBATOMIC_OPS_CFLAGS_set= >ac_cv_env_LIBATOMIC_OPS_CFLAGS_value= >ac_cv_env_LIBATOMIC_OPS_LIBS_set= >ac_cv_env_LIBATOMIC_OPS_LIBS_value= >ac_cv_env_LIBCMIS_CFLAGS_set= >ac_cv_env_LIBCMIS_CFLAGS_value= >ac_cv_env_LIBCMIS_LIBS_set= >ac_cv_env_LIBCMIS_LIBS_value= >ac_cv_env_LIBEOT_CFLAGS_set= >ac_cv_env_LIBEOT_CFLAGS_value= >ac_cv_env_LIBEOT_LIBS_set= >ac_cv_env_LIBEOT_LIBS_value= >ac_cv_env_LIBEXSLT_CFLAGS_set= >ac_cv_env_LIBEXSLT_CFLAGS_value= >ac_cv_env_LIBEXSLT_LIBS_set= >ac_cv_env_LIBEXSLT_LIBS_value= >ac_cv_env_LIBEXTTEXTCAT_CFLAGS_set= >ac_cv_env_LIBEXTTEXTCAT_CFLAGS_value= >ac_cv_env_LIBEXTTEXTCAT_LIBS_set= >ac_cv_env_LIBEXTTEXTCAT_LIBS_value= >ac_cv_env_LIBLANGTAG_CFLAGS_set= >ac_cv_env_LIBLANGTAG_CFLAGS_value= >ac_cv_env_LIBLANGTAG_LIBS_set= >ac_cv_env_LIBLANGTAG_LIBS_value= >ac_cv_env_LIBNUMBERTEXT_CFLAGS_set= >ac_cv_env_LIBNUMBERTEXT_CFLAGS_value= >ac_cv_env_LIBNUMBERTEXT_LIBS_set= >ac_cv_env_LIBNUMBERTEXT_LIBS_value= >ac_cv_env_LIBPNG_CFLAGS_set= >ac_cv_env_LIBPNG_CFLAGS_value= >ac_cv_env_LIBPNG_LIBS_set= >ac_cv_env_LIBPNG_LIBS_value= >ac_cv_env_LIBS_set= >ac_cv_env_LIBS_value= >ac_cv_env_LIBTIFF_CFLAGS_set= >ac_cv_env_LIBTIFF_CFLAGS_value= >ac_cv_env_LIBTIFF_LIBS_set= >ac_cv_env_LIBTIFF_LIBS_value= >ac_cv_env_LIBWEBP_CFLAGS_set= >ac_cv_env_LIBWEBP_CFLAGS_value= >ac_cv_env_LIBWEBP_LIBS_set= >ac_cv_env_LIBWEBP_LIBS_value= >ac_cv_env_LIBXML_CFLAGS_set= >ac_cv_env_LIBXML_CFLAGS_value= >ac_cv_env_LIBXML_LIBS_set= >ac_cv_env_LIBXML_LIBS_value= >ac_cv_env_LIBXSLT_CFLAGS_set= >ac_cv_env_LIBXSLT_CFLAGS_value= >ac_cv_env_LIBXSLT_LIBS_set= >ac_cv_env_LIBXSLT_LIBS_value= >ac_cv_env_MDDS_CFLAGS_set= >ac_cv_env_MDDS_CFLAGS_value= >ac_cv_env_MDDS_LIBS_set= >ac_cv_env_MDDS_LIBS_value= >ac_cv_env_MSPUB_CFLAGS_set= >ac_cv_env_MSPUB_CFLAGS_value= >ac_cv_env_MSPUB_LIBS_set= >ac_cv_env_MSPUB_LIBS_value= >ac_cv_env_MWAW_CFLAGS_set= >ac_cv_env_MWAW_CFLAGS_value= >ac_cv_env_MWAW_LIBS_set= >ac_cv_env_MWAW_LIBS_value= >ac_cv_env_MYTHES_CFLAGS_set= >ac_cv_env_MYTHES_CFLAGS_value= >ac_cv_env_MYTHES_LIBS_set= >ac_cv_env_MYTHES_LIBS_value= >ac_cv_env_NSS_CFLAGS_set= >ac_cv_env_NSS_CFLAGS_value= >ac_cv_env_NSS_LIBS_set= >ac_cv_env_NSS_LIBS_value= >ac_cv_env_ODFGEN_CFLAGS_set= >ac_cv_env_ODFGEN_CFLAGS_value= >ac_cv_env_ODFGEN_LIBS_set= >ac_cv_env_ODFGEN_LIBS_value= >ac_cv_env_OPENJPEG2_CFLAGS_set= >ac_cv_env_OPENJPEG2_CFLAGS_value= >ac_cv_env_OPENJPEG2_LIBS_set= >ac_cv_env_OPENJPEG2_LIBS_value= >ac_cv_env_OPENSSL_CFLAGS_set= >ac_cv_env_OPENSSL_CFLAGS_value= >ac_cv_env_OPENSSL_LIBS_set= >ac_cv_env_OPENSSL_LIBS_value= >ac_cv_env_ORCUS_CFLAGS_set= >ac_cv_env_ORCUS_CFLAGS_value= >ac_cv_env_ORCUS_LIBS_set= >ac_cv_env_ORCUS_LIBS_value= >ac_cv_env_PAGEMAKER_CFLAGS_set= >ac_cv_env_PAGEMAKER_CFLAGS_value= >ac_cv_env_PAGEMAKER_LIBS_set= >ac_cv_env_PAGEMAKER_LIBS_value= >ac_cv_env_PKG_CONFIG_LIBDIR_set= >ac_cv_env_PKG_CONFIG_LIBDIR_value= >ac_cv_env_PKG_CONFIG_PATH_set=set >ac_cv_env_PKG_CONFIG_PATH_value=/var/tmp/portage/app-office/libreoffice-7.4.4.2/temp/python3.11/pkgconfig >ac_cv_env_PKG_CONFIG_set=set >ac_cv_env_PKG_CONFIG_value=x86_64-pc-linux-gnu-pkg-config >ac_cv_env_POPPLER_CFLAGS_set= >ac_cv_env_POPPLER_CFLAGS_value= >ac_cv_env_POPPLER_LIBS_set= >ac_cv_env_POPPLER_LIBS_value= >ac_cv_env_POSTGRESQL_CFLAGS_set= >ac_cv_env_POSTGRESQL_CFLAGS_value= >ac_cv_env_POSTGRESQL_LIBS_set= >ac_cv_env_POSTGRESQL_LIBS_value= >ac_cv_env_PYTHON_set=set >ac_cv_env_PYTHON_value=/usr/bin/python3.11 >ac_cv_env_QT5_GOBJECT_CFLAGS_set= >ac_cv_env_QT5_GOBJECT_CFLAGS_value= >ac_cv_env_QT5_GOBJECT_LIBS_set= >ac_cv_env_QT5_GOBJECT_LIBS_value= >ac_cv_env_QT5_XCB_CFLAGS_set= >ac_cv_env_QT5_XCB_CFLAGS_value= >ac_cv_env_QT5_XCB_ICCCM_CFLAGS_set= >ac_cv_env_QT5_XCB_ICCCM_CFLAGS_value= >ac_cv_env_QT5_XCB_ICCCM_LIBS_set= >ac_cv_env_QT5_XCB_ICCCM_LIBS_value= >ac_cv_env_QT5_XCB_LIBS_set= >ac_cv_env_QT5_XCB_LIBS_value= >ac_cv_env_QT6_XCB_CFLAGS_set= >ac_cv_env_QT6_XCB_CFLAGS_value= >ac_cv_env_QT6_XCB_LIBS_set= >ac_cv_env_QT6_XCB_LIBS_value= >ac_cv_env_QXP_CFLAGS_set= >ac_cv_env_QXP_CFLAGS_value= >ac_cv_env_QXP_LIBS_set= >ac_cv_env_QXP_LIBS_value= >ac_cv_env_REDLAND_CFLAGS_set= >ac_cv_env_REDLAND_CFLAGS_value= >ac_cv_env_REDLAND_LIBS_set= >ac_cv_env_REDLAND_LIBS_value= >ac_cv_env_REVENGE_CFLAGS_set= >ac_cv_env_REVENGE_CFLAGS_value= >ac_cv_env_REVENGE_LIBS_set= >ac_cv_env_REVENGE_LIBS_value= >ac_cv_env_STAROFFICE_CFLAGS_set= >ac_cv_env_STAROFFICE_CFLAGS_value= >ac_cv_env_STAROFFICE_LIBS_set= >ac_cv_env_STAROFFICE_LIBS_value= >ac_cv_env_VISIO_CFLAGS_set= >ac_cv_env_VISIO_CFLAGS_value= >ac_cv_env_VISIO_LIBS_set= >ac_cv_env_VISIO_LIBS_value= >ac_cv_env_WPD_CFLAGS_set= >ac_cv_env_WPD_CFLAGS_value= >ac_cv_env_WPD_LIBS_set= >ac_cv_env_WPD_LIBS_value= >ac_cv_env_WPG_CFLAGS_set= >ac_cv_env_WPG_CFLAGS_value= >ac_cv_env_WPG_LIBS_set= >ac_cv_env_WPG_LIBS_value= >ac_cv_env_WPS_CFLAGS_set= >ac_cv_env_WPS_CFLAGS_value= >ac_cv_env_WPS_LIBS_set= >ac_cv_env_WPS_LIBS_value= >ac_cv_env_XMKMF_set= >ac_cv_env_XMKMF_value= >ac_cv_env_XMLSEC_CFLAGS_set= >ac_cv_env_XMLSEC_CFLAGS_value= >ac_cv_env_XMLSEC_LIBS_set= >ac_cv_env_XMLSEC_LIBS_value= >ac_cv_env_XRANDR_CFLAGS_set= >ac_cv_env_XRANDR_CFLAGS_value= >ac_cv_env_XRANDR_LIBS_set= >ac_cv_env_XRANDR_LIBS_value= >ac_cv_env_XRENDER_CFLAGS_set= >ac_cv_env_XRENDER_CFLAGS_value= >ac_cv_env_XRENDER_LIBS_set= >ac_cv_env_XRENDER_LIBS_value= >ac_cv_env_ZMF_CFLAGS_set= >ac_cv_env_ZMF_CFLAGS_value= >ac_cv_env_ZMF_LIBS_set= >ac_cv_env_ZMF_LIBS_value= >ac_cv_env_build_alias_set=set >ac_cv_env_build_alias_value=x86_64-pc-linux-gnu >ac_cv_env_host_alias_set=set >ac_cv_env_host_alias_value=x86_64-pc-linux-gnu >ac_cv_env_target_alias_set= >ac_cv_env_target_alias_value= >ac_cv_func_utime=yes >ac_cv_func_utimes=yes >ac_cv_header_cups_cups_h=yes >ac_cv_header_getopt_h=yes >ac_cv_header_inttypes_h=yes >ac_cv_header_paths_h=yes >ac_cv_header_stdint_h=yes >ac_cv_header_stdio_h=yes >ac_cv_header_stdlib_h=yes >ac_cv_header_string_h=yes >ac_cv_header_strings_h=yes >ac_cv_header_sys_param_h=yes >ac_cv_header_sys_sdt_h=yes >ac_cv_header_sys_stat_h=yes >ac_cv_header_sys_types_h=yes >ac_cv_header_syslog_h=yes >ac_cv_header_unistd_h=yes >ac_cv_header_valgrind_valgrind_h=no >ac_cv_host=x86_64-pc-linux-gnu >ac_cv_lib_cups_cupsPrintFiles=yes >ac_cv_objext=o >ac_cv_path_AWK=/usr/bin/gawk >ac_cv_path_BASH=/bin/sh >ac_cv_path_COMPATH=/usr/lib/llvm/15/bin/x86_64-pc-linux-gnu-clang >ac_cv_path_COMPRESSIONTOOL=/bin/gzip >ac_cv_path_EGREP='/bin/grep -E' >ac_cv_path_GPERF=/usr/bin/gperf >ac_cv_path_GREP=/bin/grep >ac_cv_path_PERL=/usr/bin/perl >ac_cv_path_SED=/bin/sed >ac_cv_prog_AR=llvm-ar >ac_cv_prog_AWK=gawk >ac_cv_prog_CC=x86_64-pc-linux-gnu-clang >ac_cv_prog_CPP='x86_64-pc-linux-gnu-clang -E' >ac_cv_prog_CXXCPP='x86_64-pc-linux-gnu-clang++ -E' >ac_cv_prog_NM=llvm-nm >ac_cv_prog_OBJDUMP=x86_64-pc-linux-gnu-objdump >ac_cv_prog_RANLIB=llvm-ranlib >ac_cv_prog_READELF=x86_64-pc-linux-gnu-readelf >ac_cv_prog_STRIP=x86_64-pc-linux-gnu-strip >ac_cv_prog_cc_c11= >ac_cv_prog_cc_g=yes >ac_cv_prog_cc_stdc= >ac_cv_prog_cxx_11=no >ac_cv_prog_cxx_cxx11= >ac_cv_prog_cxx_g=yes >ac_cv_prog_cxx_stdcxx= >ac_cv_search_backtrace='none required' >ac_cv_search_dlsym='none required' >ac_cv_sizeof_double=8 >ac_cv_sizeof_int=4 >ac_cv_sizeof_long=8 >ac_cv_sizeof_long_long=8 >ac_cv_sizeof_short=2 >ac_cv_sizeof_size_t=8 >ac_cv_sizeof_voidp=8 >ac_cv_sys_file_offset_bits=no >ac_cv_sys_largefile_CC=no >gl_cv_compiler_check_decl_option=-Werror=implicit-function-declaration >pkg_cv_FONTCONFIG_CFLAGS='-I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include ' >pkg_cv_FONTCONFIG_LIBS='-lfontconfig -lfreetype ' >pkg_cv_LIBCMIS_CFLAGS='-I/usr/include/libcmis-0.5 -I/usr/include/libxml2 ' >pkg_cv_LIBCMIS_LIBS='-lcmis-0.5 -lcurl -lxml2 ' > >## ----------------- ## >## Output variables. ## >## ----------------- ## > >ABSEIL_CFLAGS='' >ABSEIL_LIBS='' >ABW_CFLAGS='' >ABW_LIBS='' >AFLAGS='' >ALL_LANGS='' >ANDROID_APP_ABI='' >ANDROID_BINUTILS_PREBUILT_ROOT='' >ANDROID_GCC_TOOLCHAIN_VERSION='' >ANDROID_NDK_DIR='' >ANDROID_PACKAGE_NAME='' >ANDROID_SDK_DIR='' >ANT='' >ANT_HOME='/usr/share/ant' >ANT_LIB='' >AR='llvm-ar' >ASSERT_ALWAYS_ABORT='FALSE' >ATL_INCLUDE='' >ATL_LIB='' >ATOMIC_LIB='' >AVAHI_CFLAGS='' >AVAHI_LIBS='' >AWK='/usr/bin/gawk' >BACKTRACE_CFLAGS='' >BACKTRACE_LIBS='' >BASH='/bin/sh' >BFFVALIDATOR='' >BFFVALIDATOR_EXE='' >BINDIR='' >BISON='' >BOOST_CPPFLAGS='' >BOOST_CXXFLAGS='' >BOOST_DATE_TIME_LIB='' >BOOST_FILESYSTEM_LIB='' >BOOST_IOSTREAMS_LIB='' >BOOST_LDFLAGS='' >BOOST_LOCALE_LIB='' >BOOST_SYSTEM_LIB='' >BOX2D_CFLAGS='' >BOX2D_LIBS='' >BRAND_INTRO_IMAGES='' >BREAKPAD_SYMBOL_CONFIG='' >BSH_JAR='' >BUILDDIR='/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2' >BUILDING_PCH_WITH_OBJ='' >BUILD_POSTGRESQL_SDBC='' >BUILD_TYPE='LibO DESKTOP AVMEDIA DBCONNECTIVITY SCRIPTING DYNLOADING EXTENSIONS NATIVE HELP HELPTOOLS XMLHELP' >BUILD_X64='' >BUILD_X86='' >BUNDLE_MARIADB_CONNECTOR_C='' >BZIP2_CFLAGS='' >BZIP2_LIBS='' >CAIRO_CFLAGS='' >CAIRO_LIBS='' >CC='x86_64-pc-linux-gnu-clang' >CCACHE='' >CCACHE_BIN='' >CCACHE_DEPEND_MODE='' >CC_FOR_BUILD='x86_64-pc-linux-gnu-clang' >CDR_CFLAGS='' >CDR_LIBS='' >CFLAGS='-Os -march=native -mtune=native -pipe -frecord-gcc-switches -ggdb3 -Werror=odr -Werror=lto-type-mismatch' >CLANGDIR='' >CLANGLIBDIR='' >CLANGSYSINCLUDE='' >CLANGTOOLLIBS='' >CLANG_USE_LD='' >CLUCENE_CFLAGS='' >CLUCENE_LIBS='' >COINMP_CFLAGS='' >COINMP_LIBS='' >COM='GCC' >COMPATH='/usr/lib/llvm/15' >COMPILER_PLUGINS='' >COMPILER_PLUGINS_ANALYZER_PCH='' >COMPILER_PLUGINS_COM_IS_CLANG='' >COMPILER_PLUGINS_CXX='' >COMPILER_PLUGINS_CXXFLAGS='' >COMPILER_PLUGINS_CXX_LINKFLAGS='' >COMPILER_PLUGINS_DEBUG='' >COMPILER_PLUGINS_TOOLING_ARGS='' >COMPRESSIONTOOL='/bin/gzip' >COM_IS_CLANG='TRUE' >CPP='x86_64-pc-linux-gnu-clang -E' >CPPFLAGS='' >CPPUNIT_CFLAGS='' >CPPUNIT_LIBS='' >CPPU_ENV='gcc3' >CPPU_ENV_FOR_BUILD='gcc3' >CPUNAME='X86_64' >CROSS_COMPILING='' >CURL='' >CURL_CFLAGS='' >CURL_LIBS='' >CUSTOM_BRAND_DIR='' >CUSTOM_BRAND_IMAGES='' >CXX='x86_64-pc-linux-gnu-clang++' >CXXCPP='x86_64-pc-linux-gnu-clang++ -E' >CXXFLAGS='-Os -march=native -mtune=native -pipe -frecord-gcc-switches -ggdb3 -Werror=odr -Werror=lto-type-mismatch' >CXXFLAGS_CXX11='' >CXXFLAGS_INTRINSICS_AVX2='' >CXXFLAGS_INTRINSICS_AVX512='' >CXXFLAGS_INTRINSICS_AVX512F='' >CXXFLAGS_INTRINSICS_AVX='' >CXXFLAGS_INTRINSICS_F16C='' >CXXFLAGS_INTRINSICS_FMA='' >CXXFLAGS_INTRINSICS_SSE2='' >CXXFLAGS_INTRINSICS_SSE41='' >CXXFLAGS_INTRINSICS_SSE42='' >CXXFLAGS_INTRINSICS_SSSE3='' >CXX_FOR_BUILD='x86_64-pc-linux-gnu-clang++' >CXX_X64_BINARY='' >CXX_X86_BINARY='' >DATADIR='' >DBUS_CFLAGS='' >DBUS_GLIB_CFLAGS='' >DBUS_GLIB_LIBS='' >DBUS_HAVE_GLIB='' >DBUS_LIBS='' >DCONF_CFLAGS='' >DCONF_LIBS='' >DEFAULT_BRAND_IMAGES='' >DEFAULT_CRASHDUMP_VALUE='' >DEFS='' >DEVENV='' >DICT_SYSTEM_DIR='file:///usr/share/myspell' >DIFF='' >DISABLE_CVE_TESTS='' >DISABLE_DYNLOADING='' >DISABLE_GUI='' >DISABLE_PYTHON='' >DOCDIR='' >DOXYGEN='' >DO_FETCH_TARBALLS='' >DPKG='' >DRAGONBOX_CFLAGS='' >EBOOK_CFLAGS='' >EBOOK_LIBS='' >ECHO_C='' >ECHO_N='-n' >ECHO_T='' >EGREP='/bin/grep -E' >EMSDK_FILE_PACKAGER='' >ENABLE_ABW='' >ENABLE_ANDROID_EDITING='' >ENABLE_ANDROID_LOK='' >ENABLE_AVAHI='' >ENABLE_BREAKPAD='' >ENABLE_CAIRO_CANVAS='' >ENABLE_CDR='' >ENABLE_CHART_TESTS='' >ENABLE_CIPHER_OPENSSL_BACKEND='' >ENABLE_CLUCENE='' >ENABLE_COINMP='' >ENABLE_CPPUNIT='' >ENABLE_CUPS='TRUE' >ENABLE_CURL='' >ENABLE_CUSTOMTARGET_COMPONENTS='' >ENABLE_DBGUTIL='' >ENABLE_DBUS='' >ENABLE_DCONF='' >ENABLE_DEBUG='' >ENABLE_EBOOK='' >ENABLE_EOT='' >ENABLE_EPOXY='' >ENABLE_EPUBGEN='' >ENABLE_ETONYEK='' >ENABLE_EVOAB2='' >ENABLE_EXPAT='' >ENABLE_EXTENSION_UPDATE='' >ENABLE_FIREBIRD_SDBC='' >ENABLE_FONTCONFIG='TRUE' >ENABLE_FORMULA_LOGGER='' >ENABLE_FREEHAND='' >ENABLE_FREETYPE='' >ENABLE_GDB_INDEX='' >ENABLE_GEN='' >ENABLE_GIO='' >ENABLE_GPGMEPP='' >ENABLE_GRAPHITE='' >ENABLE_GSTREAMER_1_0='' >ENABLE_GTK3='' >ENABLE_GTK3_KDE5='' >ENABLE_GTK4='' >ENABLE_HARFBUZZ='' >ENABLE_HEADLESS='TRUE' >ENABLE_HTMLHELP='TRUE' >ENABLE_ICU='' >ENABLE_JAVA='TRUE' >ENABLE_JUMBO_SHEETS='TRUE' >ENABLE_KF5='' >ENABLE_LCMS2='' >ENABLE_LDAP='' >ENABLE_LIBATOMIC_OPS='' >ENABLE_LIBCMIS='TRUE' >ENABLE_LIBEOT='' >ENABLE_LIBEXTTEXTCAT='' >ENABLE_LIBNUMBERTEXT='' >ENABLE_LIBPNG='' >ENABLE_LIBRELOGO='' >ENABLE_LIBTIFF='' >ENABLE_LIBWEBP='' >ENABLE_LPSOLVE='' >ENABLE_LTO='' >ENABLE_LWP='' >ENABLE_MACOSX_SANDBOX='' >ENABLE_MARIADBC='' >ENABLE_MDDS='' >ENABLE_MEDIAWIKI='' >ENABLE_MSPUB='' >ENABLE_MWAW='' >ENABLE_NSS='' >ENABLE_ODFGEN='' >ENABLE_ONLINE_UPDATE='' >ENABLE_ONLINE_UPDATE_MAR='' >ENABLE_OOENV='' >ENABLE_OPENGL_CANVAS='' >ENABLE_OPENGL_TRANSITIONS='' >ENABLE_OPENSSL='' >ENABLE_OPTIMIZED='TRUE' >ENABLE_OPTIMIZED_DEBUG='' >ENABLE_ORCUS='' >ENABLE_PAGEIN='TRUE' >ENABLE_PAGEMAKER='' >ENABLE_PCH='' >ENABLE_PDFIMPORT='' >ENABLE_PDFIUM='' >ENABLE_POPPLER='' >ENABLE_QT5='' >ENABLE_QT6='' >ENABLE_QXP='' >ENABLE_RANDR='' >ENABLE_REDLAND='' >ENABLE_RELEASE_BUILD='TRUE' >ENABLE_REPORTBUILDER='' >ENABLE_REVENGE='' >ENABLE_RUNTIME_OPTIMIZATIONS='TRUE' >ENABLE_SAL_LOG='' >ENABLE_SCRIPTING_BEANSHELL='' >ENABLE_SCRIPTING_JAVASCRIPT='' >ENABLE_SDREMOTE='' >ENABLE_SDREMOTE_BLUETOOTH='' >ENABLE_SILENT_MSI='' >ENABLE_SKIA='' >ENABLE_SKIA_DEBUG='' >ENABLE_STAROFFICE='' >ENABLE_SYMBOLS_FOR='' >ENABLE_VALGRIND='' >ENABLE_VISIO='' >ENABLE_WASM_EXCEPTIONS='' >ENABLE_WASM_STRIP='' >ENABLE_WERROR='' >ENABLE_WPD='' >ENABLE_WPG='' >ENABLE_WPS='' >ENABLE_XMLSEC='' >ENABLE_Z7_DEBUG='' >ENABLE_ZMF='' >ENABLE_ZXING='' >ENDIANNESS='little' >EPM='' >EPM_FLAGS='' >EPOXY_CFLAGS='' >EPOXY_LIBS='' >EPUBGEN_CFLAGS='' >EPUBGEN_LIBS='' >ETONYEK_CFLAGS='' >ETONYEK_LIBS='' >EXEEXT='' >EXPAT_CFLAGS='' >EXPAT_LIBS='' >FAKEROOT='' >FIND='' >FIREBIRDCONFIG='' >FIREBIRD_CFLAGS='' >FIREBIRD_LIBS='' >FLEX='' >FLUTE_JAR='' >FONTCONFIG_CFLAGS='-I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include ' >FONTCONFIG_LIBS=' -lfontconfig -lfreetype' >FONTFORGE='' >FREEHAND_CFLAGS='' >FREEHAND_LIBS='' >FREETYPE_CFLAGS='' >FREETYPE_LIBS='' >GAWK='' >GCC_HOME='/usr' >GCC_VERSION='' >GET_TASK_ALLOW_ENTITLEMENT='' >GIO_CFLAGS='' >GIO_LIBS='' >GIT_LINK_SRC='' >GIT_NEEDED_SUBMODULES='helpcontent2 ' >GIT_REFERENCE_SRC='' >GLM_CFLAGS='' >GNUCP='' >GNUPATCH='' >GNUTAR='gtar' >GOBJECT_CFLAGS='' >GOBJECT_LIBS='' >GPERF='/usr/bin/gperf' >GPG='' >GPGCONF='' >GPGMEPP_CFLAGS='' >GPGMEPP_LIBS='' >GPG_ERROR_CFLAGS='' >GPG_ERROR_LIBS='' >GRAPHITE_CFLAGS='' >GRAPHITE_LIBS='' >GREP='/bin/grep' >GSSAPI_LIBS='' >GSTREAMER_1_0_CFLAGS='' >GSTREAMER_1_0_LIBS='' >GTK3_CFLAGS='' >GTK3_LIBS='' >GTK4_CFLAGS='' >GTK4_LIBS='' >HAMCREST_JAR='' >HARFBUZZ_CFLAGS='' >HARFBUZZ_LIBS='' >HAVE_ASM_END_BRANCH_INS_SUPPORT='' >HAVE_BROKEN_GCC_WMAYBE_UNINITIALIZED='' >HAVE_BROKEN_GCC_WSTRINGOP_OVERFLOW='' >HAVE_CLANG_DEBUG_INFO_KIND_CONSTRUCTOR='' >HAVE_CXX20_ATOMIC_REF='' >HAVE_DLLEXPORTINLINES='' >HAVE_EXTERNAL_DWARF='' >HAVE_GCC_AVX='' >HAVE_GCC_BUILTIN_ATOMIC='TRUE' >HAVE_GCC_FNO_ENFORCE_EH_SPECS='' >HAVE_GCC_FNO_SIZED_DEALLOCATION='' >HAVE_GCC_GGDB2='' >HAVE_GCC_STACK_CLASH_PROTECTION='' >HAVE_GNUMAKE_FILE_FUNC='TRUE' >HAVE_LD_BSYMBOLIC_FUNCTIONS='TRUE' >HAVE_LD_HASH_STYLE='TRUE' >HAVE_LIBCPP='' >HAVE_LIBSTDCPP='TRUE' >HAVE_LO_CLANG_DLLEXPORTINLINES='' >HAVE_POSIX_FALLOCATE='' >HAVE_WDEPRECATED_COPY_DTOR='' >HELP_OMINDEX_PAGE='' >HELP_ONLINE='' >HOST_PLATFORM='x86_64-pc-linux-gnu' >HSQLDB_JAR='' >HUNSPELL_CFLAGS='' >HUNSPELL_LIBS='' >HYPHEN_LIB='' >HYPH_SYSTEM_DIR='file:///usr/share/myspell' >ICECC_VERSION='' >ICECREAM_RUN='' >ICU_CFLAGS='' >ICU_LIBS='' >ICU_MAJOR='' >ICU_MINOR='' >ICU_RECLASSIFIED_CONDITIONAL_JAPANESE_STARTER='' >ICU_RECLASSIFIED_HEBREW_LETTER='' >ICU_RECLASSIFIED_PREPEND_SET_EMPTY='' >ICU_UCHAR_TYPE='' >ILIB='' >ILIB_FOR_BUILD='' >INSTALLDIR='' >INSTALLDIRNAME='' >INSTALL_NAME_TOOL='' >INSTDIR='/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2/instdir' >INSTDIR_FOR_BUILD='/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2/instdir' >INSTROOT='/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2/instdir' >INSTROOTBASE='/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2/instdir' >INSTROOT_FOR_BUILD='/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2/instdir' >INTROSPECTION_CFLAGS='' >INTROSPECTION_COMPILER='' >INTROSPECTION_GENERATE='' >INTROSPECTION_GIRDIR='' >INTROSPECTION_LIBS='' >INTROSPECTION_MAKEFILE='' >INTROSPECTION_SCANNER='' >INTROSPECTION_TYPELIBDIR='' >ISYSTEM='-I' >JAVACFLAGS='-source 11 -target 11' >JAVACOMPILER='' >JAVADOC='' >JAVADOCISGJDOC='' >JAVAIFLAGS='' >JAVAIFLAGS_FOR_BUILD='' >JAVAINTERPRETER='' >JAVA_CLASSPATH_NOT_SET='' >JAVA_HOME='/opt/openjdk-bin-17.0.6_p10' >JAVA_HOME_FOR_BUILD='' >JAVA_SOURCE_VER='' >JAVA_TARGET_VER='' >JAWTLIB='' >JDK='' >JDK_FOR_BUILD='' >JDK_SECURITYMANAGER_DISALLOWED_FOR_BUILD='' >JFREEREPORT_JAR='' >JITC_PROCESSOR_TYPE='' >JVM_ONE_PATH_CHECK='' >KF5_CFLAGS='' >KF5_CONFIG='' >KF5_LIBS='' >KRB5_LIBS='' >LCMS2_CFLAGS='' >LCMS2_LIBS='' >LD='x86_64-pc-linux-gnu-ld' >LDFLAGS='-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld' >LD_GC_SECTIONS='-Wl,--gc-sections' >LD_PLUGIN='' >LFS_CFLAGS='' >LIBASSUAN_CFLAGS='' >LIBASSUAN_LIBS='' >LIBATOMIC_OPS_CFLAGS='' >LIBATOMIC_OPS_LIBS='' >LIBBASE_JAR='' >LIBCMIS_CFLAGS='-I/usr/include/libcmis-0.5 -I/usr/include/libxml2 ' >LIBCMIS_LIBS=' -lcmis-0.5 -lcurl -lxml2' >LIBCPP_DEBUG='' >LIBDIR='' >LIBEOT_CFLAGS='' >LIBEOT_LIBS='' >LIBEXSLT_CFLAGS='' >LIBEXSLT_LIBS='' >LIBEXTTEXTCAT_CFLAGS='' >LIBEXTTEXTCAT_LIBS='' >LIBFONTS_JAR='' >LIBFORMULA_JAR='' >LIBJPEG_CFLAGS='' >LIBJPEG_LIBS='' >LIBLANGTAG_CFLAGS='' >LIBLANGTAG_LIBS='' >LIBLAYOUT_JAR='' >LIBLOADER_JAR='' >LIBMARIADB='' >LIBMARIADB_PATH='' >LIBNUMBERTEXT_CFLAGS='' >LIBNUMBERTEXT_LIBS='' >LIBOBJS='' >LIBO_BIN_FOLDER='program' >LIBO_BIN_FOLDER_FOR_BUILD='program' >LIBO_ETC_FOLDER='program' >LIBO_LIB_FOLDER='program' >LIBO_LIB_FOLDER_FOR_BUILD='program' >LIBO_LIB_PYUNO_FOLDER='program' >LIBO_SHARE_FOLDER='share' >LIBO_SHARE_HELP_FOLDER='help' >LIBO_SHARE_JAVA_FOLDER='program/classes' >LIBO_SHARE_PRESETS_FOLDER='presets' >LIBO_SHARE_READMES_FOLDER='readmes' >LIBO_SHARE_RESOURCE_FOLDER='program/resource' >LIBO_URE_BIN_FOLDER='program' >LIBO_URE_ETC_FOLDER='program' >LIBO_URE_LIB_FOLDER='program' >LIBO_URE_LIB_FOLDER_FOR_BUILD='program' >LIBO_URE_MISC_FOLDER='program' >LIBO_URE_MISC_FOLDER_FOR_BUILD='program' >LIBO_URE_SHARE_JAVA_FOLDER='program/classes' >LIBO_VERSION_MAJOR='7' >LIBO_VERSION_MICRO='4' >LIBO_VERSION_MINOR='4' >LIBO_VERSION_PATCH='2' >LIBO_VERSION_SUFFIX='' >LIBO_VERSION_SUFFIX_SUFFIX='' >LIBPNG_CFLAGS='' >LIBPNG_LIBS='' >LIBREPOSITORY_JAR='' >LIBS='' >LIBSERIALIZER_JAR='' >LIBTIFF_CFLAGS='' >LIBTIFF_LIBS='' >LIBTOMMATH_CFLAGS='' >LIBTOMMATH_LIBS='' >LIBTOOL='' >LIBWEBP_CFLAGS='' >LIBWEBP_LIBS='' >LIBXML_CFLAGS='' >LIBXML_JAR='' >LIBXML_LIBS='' >LIBXSLT_CFLAGS='' >LIBXSLT_LIBS='' >LIB_FUZZING_ENGINE='' >LLVM_CONFIG='' >LOCKFILE='' >LO_CLANG_CC='x86_64-pc-linux-gnu-clang' >LO_CLANG_CXX='x86_64-pc-linux-gnu-clang++' >LO_CLANG_CXXFLAGS_INTRINSICS_AVX2='' >LO_CLANG_CXXFLAGS_INTRINSICS_AVX512='' >LO_CLANG_CXXFLAGS_INTRINSICS_AVX512F='' >LO_CLANG_CXXFLAGS_INTRINSICS_AVX='' >LO_CLANG_CXXFLAGS_INTRINSICS_F16C='' >LO_CLANG_CXXFLAGS_INTRINSICS_FMA='' >LO_CLANG_CXXFLAGS_INTRINSICS_SSE2='' >LO_CLANG_CXXFLAGS_INTRINSICS_SSE41='' >LO_CLANG_CXXFLAGS_INTRINSICS_SSE42='' >LO_CLANG_CXXFLAGS_INTRINSICS_SSSE3='' >LO_CLANG_SHOWINCLUDES_PREFIX='' >LO_ELFCHECK_ALLOWLIST='' >LO_PATH='' >LTLIBOBJS='' >MACOSX_BUNDLE_IDENTIFIER='' >MACOSX_BUNDLE_SHORTVERSION='7.4.4.2' >MACOSX_BUNDLE_VERSION='7.4.4.2' >MACOSX_CODESIGNING_IDENTITY='' >MACOSX_DEPLOYMENT_TARGET='' >MACOSX_PACKAGE_SIGNING_IDENTITY='' >MACOSX_PROVISIONING_INFO='' >MACOSX_PROVISIONING_PROFILE='' >MACOSX_SDK_BUILD_VERSION='' >MACOSX_SDK_PATH='' >MACOSX_XCODE_BUILD_VERSION='' >MAC_OS_X_VERSION_MIN_REQUIRED='' >MANDIR='' >MARIADBCONFIG='/usr/bin/mariadb_config' >MARIADBC_MAJOR='' >MARIADBC_MICRO='' >MARIADBC_MINOR='' >MARIADB_CFLAGS='' >MARIADB_LIBS='' >MDDS_CFLAGS='' >MDDS_LIBS='' >MERGELIBS='' >ML_EXE='' >MOC5='' >MOC6='' >MPL_SUBSET='' >MSGFMT='' >MSGUNIQ='' >MSM_PATH='' >MSPUB_CFLAGS='' >MSPUB_LIBS='' >MSVC_CXX='' >MSVC_DLLS='' >MSVC_DLL_PATH='' >MSVC_USE_DEBUG_RUNTIME='' >MWAW_CFLAGS='' >MWAW_LIBS='' >MYTHES_CFLAGS='' >MYTHES_LIBS='' >NAFLAGS='' >NASM='' >NLPSOLVER_EXTENSION_PACK='' >NM='llvm-nm' >NSS_CFLAGS='' >NSS_LIBS='' >NUMBERTEXT_EXTENSION_PACK='' >OBJCFLAGS='' >OBJCXXFLAGS='' >OBJDUMP='x86_64-pc-linux-gnu-objdump' >OBJEXT='o' >ODFGEN_CFLAGS='' >ODFGEN_LIBS='' >ODFVALIDATOR='' >ODFVALIDATOR_JAR='' >OFFICEOTRON='' >OFFICEOTRON_JAR='' >OOO_JUNIT_JAR='' >OOO_VENDOR='' >OPENJPEG2_CFLAGS='' >OPENJPEG2_LIBS='' >OPENSSL_CFLAGS='' >OPENSSL_LIBS='' >ORCUS_CFLAGS='' >ORCUS_LIBS='' >OS='LINUX' >OS_FOR_BUILD='LINUX' >PACKAGE_BUGREPORT='' >PACKAGE_NAME='LibreOffice' >PACKAGE_STRING='LibreOffice 7.4.4.2' >PACKAGE_TARNAME='libreoffice' >PACKAGE_URL='http://documentfoundation.org/' >PACKAGE_VERSION='7.4.4.2' >PAGEMAKER_CFLAGS='' >PAGEMAKER_LIBS='' >PARALLELISM='' >PATCH='' >PATH_SEPARATOR=':' >PCH_CODEGEN='' >PCH_DEBUGINFO='' >PCH_INSTANTIATE_TEMPLATES='' >PCH_NO_CODEGEN='' >PERL='/usr/bin/perl' >PGCONFIG='' >PKGFORMAT='' >PKGMK='' >PKG_CONFIG='x86_64-pc-linux-gnu-pkg-config' >PKG_CONFIG_LIBDIR='' >PKG_CONFIG_PATH='/var/tmp/portage/app-office/libreoffice-7.4.4.2/temp/python3.11/pkgconfig' >PLATFORMID='linux_x86_64' >POPPLER_CFLAGS='' >POPPLER_LIBS='' >POSTGRESQL_CFLAGS='' >POSTGRESQL_INC='' >POSTGRESQL_LIB='' >POSTGRESQL_LIBS='' >PREFIXDIR='' >PRIVACY_POLICY_URL='' >PRODUCTNAME='LibreOffice' >PRODUCTNAME_WITHOUT_SPACES='LibreOffice' >PRODUCTVERSION='7.4' >PROGRESSBARCOLOR='' >PROGRESSFRAMECOLOR='' >PROGRESSPOSITION='' >PROGRESSSIZE='' >PROGRESSTEXTBASELINE='' >PROGRESSTEXTCOLOR='' >PTHREAD_CFLAGS='' >PTHREAD_LIBS='' >PYTHON='/usr/bin/python3.11' >PYTHONWARNINGS='' >PYTHON_CFLAGS='-I/usr/include/python3.11 ' >PYTHON_EXEC_PREFIX='' >PYTHON_FOR_BUILD='' >PYTHON_LIBS='-lpython3.11 ' >PYTHON_PLATFORM='' >PYTHON_PREFIX='' >PYTHON_VERSION='' >PYTHON_VERSION_MAJOR='' >PYTHON_VERSION_MINOR='' >P_SEP=':' >QMAKE5='' >QMAKE6='' >QT5_CFLAGS='' >QT5_GOBJECT_CFLAGS='' >QT5_GOBJECT_LIBS='' >QT5_HAVE_GOBJECT='' >QT5_LIBS='' >QT5_PLATFORMS_SRCDIR='' >QT5_XCB_CFLAGS='' >QT5_XCB_ICCCM_CFLAGS='' >QT5_XCB_ICCCM_LIBS='' >QT5_XCB_LIBS='' >QT6_CFLAGS='' >QT6_LIBS='' >QT6_PLATFORMS_SRCDIR='' >QT6_XCB_CFLAGS='' >QT6_XCB_LIBS='' >QXP_CFLAGS='' >QXP_LIBS='' >RANLIB='llvm-ranlib' >RAPTOR_MAJOR='' >RASQAL_MAJOR='' >READELF='x86_64-pc-linux-gnu-readelf' >REDLAND_CFLAGS='' >REDLAND_LIBS='' >REDLAND_MAJOR='' >REVENGE_CFLAGS='' >REVENGE_LIBS='' >RHINO_JAR='' >RPM='' >RTL_ARCH='X86_64' >RTL_OS='Linux' >SAC_JAR='' >SCPDEFS=' -DWITH_HELPPACKS' >SDKDIRNAME='sdk' >SDKDIRNAME_FOR_BUILD='sdk' >SDREMOTE_ENTITLEMENT='' >SED='/bin/sed' >SHA256SUM='' >SHELL='/bin/sh' >SHOWINCLUDES_PREFIX='' >SIZEOF_SIZE_T='8' >SKIA_GPU='' >SOLARINC='' >SORT='' >SPLIT_APP_MODULES='' >SPLIT_OPT_FEATURES='' >SRC_ROOT='/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2' >STAROFFICE_CFLAGS='' >STAROFFICE_LIBS='' >STRIP='x86_64-pc-linux-gnu-strip' >STRIP_COMPONENTS='--strip-components' >SYSBASE='' >SYSTEM_ABSEIL='' >SYSTEM_ABW='' >SYSTEM_BLUEZ='' >SYSTEM_BOOST='' >SYSTEM_BOX2D='' >SYSTEM_BSH='' >SYSTEM_BZIP2='' >SYSTEM_CAIRO='' >SYSTEM_CDR='' >SYSTEM_CLUCENE='' >SYSTEM_COINMP='' >SYSTEM_CPPUNIT='' >SYSTEM_CURL='' >SYSTEM_DICTS='TRUE' >SYSTEM_DRAGONBOX='' >SYSTEM_EBOOK='' >SYSTEM_EPOXY='' >SYSTEM_EPUBGEN='' >SYSTEM_ETONYEK='' >SYSTEM_EXPAT='' >SYSTEM_FIREBIRD='' >SYSTEM_FONTCONFIG='TRUE' >SYSTEM_FREEHAND='' >SYSTEM_FREETYPE='' >SYSTEM_GENBRK='' >SYSTEM_GENCCODE='' >SYSTEM_GENCMN='' >SYSTEM_GLM='' >SYSTEM_GPGMEPP='' >SYSTEM_GRAPHITE='' >SYSTEM_HARFBUZZ='' >SYSTEM_HSQLDB='' >SYSTEM_HUNSPELL='' >SYSTEM_HYPH='' >SYSTEM_ICU='' >SYSTEM_JFREEREPORT='' >SYSTEM_LCMS2='' >SYSTEM_LIBATOMIC_OPS='' >SYSTEM_LIBCMIS='TRUE' >SYSTEM_LIBEOT='' >SYSTEM_LIBEXTTEXTCAT='' >SYSTEM_LIBEXTTEXTCAT_DATA='' >SYSTEM_LIBFIXMATH='' >SYSTEM_LIBJPEG='' >SYSTEM_LIBLANGTAG='' >SYSTEM_LIBNUMBERTEXT='' >SYSTEM_LIBNUMBERTEXT_DATA='' >SYSTEM_LIBORCUS='' >SYSTEM_LIBPNG='' >SYSTEM_LIBTIFF='' >SYSTEM_LIBTOMMATH='' >SYSTEM_LIBWEBP='' >SYSTEM_LIBXML='' >SYSTEM_LIBXML_FOR_BUILD='' >SYSTEM_LIBXSLT='' >SYSTEM_LIBXSLT_FOR_BUILD='' >SYSTEM_LPSOLVE='' >SYSTEM_MARIADB_CONNECTOR_C='' >SYSTEM_MDDS='' >SYSTEM_MSPUB='' >SYSTEM_MWAW='' >SYSTEM_MYTHES='' >SYSTEM_NSS='' >SYSTEM_ODBC_HEADERS='' >SYSTEM_ODFGEN='' >SYSTEM_OPENJPEG2='' >SYSTEM_OPENLDAP='' >SYSTEM_OPENSSL='' >SYSTEM_ORCUS='' >SYSTEM_PAGEMAKER='' >SYSTEM_POPPLER='' >SYSTEM_POSTGRESQL='' >SYSTEM_PYTHON='' >SYSTEM_QXP='' >SYSTEM_REDLAND='' >SYSTEM_REVENGE='' >SYSTEM_RHINO='' >SYSTEM_STAROFFICE='' >SYSTEM_UCPP='' >SYSTEM_UCPP_IS_GCC='' >SYSTEM_VISIO='' >SYSTEM_WPD='' >SYSTEM_WPG='' >SYSTEM_WPS='' >SYSTEM_XMLSEC='' >SYSTEM_ZLIB='' >SYSTEM_ZMF='' >SYSTEM_ZXING='' >TARFILE_LOCATION='/var/tmp/portage/app-office/libreoffice-7.4.4.2/distdir' >TEMP_DIRECTORY='' >TESTINSTALLDIR='' >THES_SYSTEM_DIR='file:///usr/share/myspell' >TLS='' >TOUCH='' >UCRTSDKDIR='' >UCRTVERSION='' >UCRT_REDISTDIR='' >UNIQ='' >UNIX_DLAPI_LIBS='' >UNZIP='' >UPDATE_CONFIG='' >USE_HEADLESS_CODE='TRUE' >USE_LD='' >USE_LIBRARY_BIN_TAR='' >USE_XINERAMA='' >USING_X11='TRUE' >UUIDGEN='' >VALGRIND_CFLAGS='' >VCL_PLUGIN_INFO='' >VCTOOLSET='' >VCVER='' >VISIO_CFLAGS='' >VISIO_LIBS='' >WGET='' >WINDOWS_BUILD_SIGNING='FALSE' >WINDOWS_SDK_HOME='' >WINDOWS_SDK_LIB_SUBDIR='' >WINDOWS_SDK_VERSION='' >WINDOWS_SDK_WILANGID='' >WINDOWS_X64='' >WINE='' >WIN_GREP='' >WIN_LS='' >WIN_TOUCH='' >WITH_COMPAT_OOWRAPPERS='' >WITH_EXTENSION_INTEGRATION='' >WITH_EXTRA_EXTENSIONS='' >WITH_FONTS='' >WITH_GALLERY_BUILD='TRUE' >WITH_GSSAPI='' >WITH_KRB5='' >WITH_LANG='' >WITH_LANG_LIST='' >WITH_LINKER_HASH_STYLE='gnu' >WITH_LOCALES='' >WITH_MYSPELL_DICTS='' >WITH_POOR_HELP_LOCALIZATIONS='' >WITH_THEMES='' >WITH_WEBDAV='' >WORKDIR='/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2/workdir' >WORKDIR_FOR_BUILD='/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2/workdir' >WPD_CFLAGS='' >WPD_LIBS='' >WPG_CFLAGS='' >WPG_LIBS='' >WPS_CFLAGS='' >WPS_LIBS='' >XINERAMA_LINK='' >XMKMF='' >XMLLINT='' >XMLSEC_CFLAGS='' >XMLSEC_LIBS='' >XRANDR_CFLAGS='' >XRANDR_LIBS='' >XRENDER_CFLAGS='' >XRENDER_LIBS='' >XSLTPROC='' >X_CFLAGS='' >X_EXTRA_LIBS='' >X_LIBS='' >X_PRE_LIBS='' >ZIP='' >ZLIB_CFLAGS='' >ZLIB_LIBS='' >ZMF_CFLAGS='' >ZMF_LIBS='' >ZXING_CFLAGS='' >ZXING_LIBS='' >ac_ct_AR='' >ac_ct_CC='' >ac_ct_CXX='' >ac_ct_NM='' >ac_ct_OBJDUMP='' >ac_ct_RANLIB='' >ac_ct_READELF='' >ac_ct_STRIP='' >bindir='${exec_prefix}/bin' >build='x86_64-pc-linux-gnu' >build_alias='x86_64-pc-linux-gnu' >build_cpu='x86_64' >build_os='linux-gnu' >build_vendor='pc' >datadir='/usr/share' >datarootdir='/usr/share' >docdir='/usr/share/doc/libreoffice-7.4.4.2' >dvidir='${docdir}' >exec_prefix='NONE' >host='x86_64-pc-linux-gnu' >host_alias='x86_64-pc-linux-gnu' >host_cpu='x86_64' >host_os='linux-gnu' >host_vendor='pc' >htmldir='/usr/share/doc/libreoffice-7.4.4.2/html' >includedir='${prefix}/include' >infodir='/usr/share/info' >libdir='/usr/lib64' >libexecdir='${exec_prefix}/libexec' >localedir='${datarootdir}/locale' >localstatedir='/var/lib' >mandir='/usr/share/man' >nodep='' >oldincludedir='/usr/include' >pdfdir='${docdir}' >pkgpyexecdir='' >pkgpythondir='' >prefix='/usr' >program_transform_name='s,x,x,' >psdir='${docdir}' >pyexecdir='' >pythondir='' >runstatedir='${localstatedir}/run' >sbindir='${exec_prefix}/sbin' >sharedstatedir='${prefix}/com' >sysconfdir='/etc' >target_alias='' >x_AFLAGS='#' >x_CFLAGS='' >x_CXXFLAGS='' >x_Cygwin='#' >x_GNUCP='' >x_ICECC_VERSION='' >x_LDFLAGS='' >x_LO_ELFCHECK_ALLOWLIST='' >x_OBJCFLAGS='#' >x_OBJCXXFLAGS='#' > >## ----------- ## >## confdefs.h. ## >## ----------- ## > >/* confdefs.h */ >#define PACKAGE_NAME "LibreOffice" >#define PACKAGE_TARNAME "libreoffice" >#define PACKAGE_VERSION "7.4.4.2" >#define PACKAGE_STRING "LibreOffice 7.4.4.2" >#define PACKAGE_BUGREPORT "" >#define PACKAGE_URL "http://documentfoundation.org/" >#define LIBO_VERSION_MAJOR 7 >#define LIBO_VERSION_MINOR 4 >#define LIBO_VERSION_MICRO 4 >#define LIBO_VERSION_PATCH 2 >#define LIBO_THIS_YEAR 2023 >#define SRCDIR "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2" >#define SRC_ROOT "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2" >#define BUILDDIR "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2" >#define ENABLE_HEADLESS 1 >#define HAVE_STDIO_H 1 >#define HAVE_STDLIB_H 1 >#define HAVE_STRING_H 1 >#define HAVE_INTTYPES_H 1 >#define HAVE_STDINT_H 1 >#define HAVE_STRINGS_H 1 >#define HAVE_SYS_STAT_H 1 >#define HAVE_SYS_TYPES_H 1 >#define HAVE_UNISTD_H 1 >#define STDC_HEADERS 1 >#define HAVE_DLAPI 1 >#define HAVE_UNIX_DLAPI 1 >#define HAVE_FEATURE_BACKTRACE 1 >#define HAVE_FEATURE_COMMUNITY_FLAVOR 1 >#define HAVE_FEATURE_DESKTOP 1 >#define HAVE_FEATURE_MULTIUSER_ENVIRONMENT 1 >#define HAVE_FEATURE_AVMEDIA 1 >#define HAVE_FEATURE_DBCONNECTIVITY 1 >#define HAVE_FEATURE_SCRIPTING 1 >#define HAVE_FEATURE_EXTENSIONS 1 >#define HAVE_FEATURE_JAVA 1 >#define LIBO_BIN_FOLDER "program" >#define LIBO_ETC_FOLDER "program" >#define LIBO_LIBEXEC_FOLDER "program" >#define LIBO_LIB_FOLDER "program" >#define LIBO_LIB_PYUNO_FOLDER "program" >#define LIBO_SHARE_FOLDER "share" >#define LIBO_SHARE_HELP_FOLDER "help" >#define LIBO_SHARE_JAVA_FOLDER "program/classes" >#define LIBO_SHARE_PRESETS_FOLDER "presets" >#define LIBO_SHARE_RESOURCE_FOLDER "program/resource" >#define LIBO_SHARE_SHELL_FOLDER "program/shell" >#define LIBO_URE_BIN_FOLDER "program" >#define LIBO_URE_ETC_FOLDER "program" >#define LIBO_URE_LIB_FOLDER "program" >#define LIBO_URE_MISC_FOLDER "program" >#define LIBO_URE_SHARE_JAVA_FOLDER "program/classes" >#define CLANG_VERSION 150007 >#define CLANG_FULL_VERSION "15.0.7 " >#define HAVE_FEATURE_UI 1 >#define USING_X11 1 >#define SDKDIR "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2/instdir/sdk" >#define WORKDIR "/var/tmp/portage/app-office/libreoffice-7.4.4.2/work/libreoffice-7.4.4.2/workdir" >#define HAVE_FEATURE_XMLHELP 1 >#define HAVE_GETOPT_H 1 >#define HAVE_PATHS_H 1 >#define HAVE_SYS_PARAM_H 1 >#define HAVE_UTIME 1 >#define HAVE_UTIMES 1 >#define HAVE_SYSLOG_H 1 >#define HAVE_FEATURE_PAGEIN 1 >#define HAVE_CUPS_H 1 >#define SIZEOF_LONG 8 >#define SIZEOF_SHORT 2 >#define SIZEOF_INT 4 >#define SIZEOF_LONG_LONG 8 >#define SIZEOF_DOUBLE 8 >#define SIZEOF_VOIDP 8 >#define SIZEOF_SIZE_T 8 >#define ALIGNOF_SHORT 2 >#define ALIGNOF_INT 4 >#define ALIGNOF_LONG 8 >#define ALIGNOF_DOUBLE 8 >#define SAL_TYPES_SIZEOFSHORT 2 >#define SAL_TYPES_SIZEOFINT 4 >#define SAL_TYPES_SIZEOFLONG 8 >#define SAL_TYPES_SIZEOFLONGLONG 8 >#define SAL_TYPES_SIZEOFPOINTER 8 >#define SAL_TYPES_ALIGNMENT2 2 >#define SAL_TYPES_ALIGNMENT4 4 >#define SAL_TYPES_ALIGNMENT8 8 >#define HAVE_FEATURE_JUMBO_SHEETS 1 >#define ENABLE_RUNTIME_OPTIMIZATIONS 1 >#define USE_SDT_PROBES 1 >#define HAVE_GCC_BUILTIN_ATOMIC 1 >#define HAVE_CXXABI_H_BASE_CLASS_TYPE_INFO 1 >#define HAVE_CXXABI_H_CLASS_TYPE_INFO 1 >#define HAVE_CXXABI_H_CXA_ALLOCATE_EXCEPTION 1 >#define HAVE_CXXABI_H_CXA_GET_GLOBALS 1 >#define HAVE_CXXABI_H_CXA_CURRENT_EXCEPTION_TYPE 1 >#define HAVE_CXXABI_H_CXA_THROW 1 >#define HAVE_CXXABI_H_SI_CLASS_TYPE_INFO 1 >#define HAVE_CXXABI_H_VMI_CLASS_TYPE_INFO 1 > >configure: exit 1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 903889
:
859587
| 859588