Hi Miklos, all,
I tried to search for "assertionF" in the make check output, but no luck. Is it possible that all tests are passing and it fails after that?
In test.log file, I can see a few errors. One of the error is "Could not find /usr/local/etc/loolwsd/proof_key". I have generated the proof key but still, the error persists. So I ran the tests again with updated permissions(since the generated file is in root), but the error still appears. In fact, after changing permissions(i.e. giving read permissions to all), some test in unit-test.la starts to fail.
I am attaching the log file(which I was trying to avoid due to its size).
Also I should mention that I am using Linux Mint 18.3, 64bit. I used following flags for running configure: --enable-debug, --no-create, --no-recursion, along with the lo, lokit, poco paths. I have also attached the config.log herewith.
Thank you.
Sincerely
Shivansh Handa
This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by loolwsd configure master, which was generated by GNU Autoconf 2.69. Invocation command line was $ ./configure --enable-debug --with-lokit-path=/home/shivansh/Projects/libreofficeProjects/libreoffice/include --with-lo-path=/home/shivansh/Projects/libreofficeProjects/libreoffice/instdir --with-poco-includes=/usr/local/include/Poco --with-poco-libs=/usr/local/lib --no-create --no-recursion ## --------- ## ## Platform. ## ## --------- ## hostname = Inspiron-15-3567 uname -m = x86_64 uname -r = 4.15.0-43-generic uname -s = Linux uname -v = #46~16.04.1-Ubuntu SMP Fri Dec 7 13:31:08 UTC 2018 /usr/bin/uname -p = unknown /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: /home/shivansh/miniconda3/condabin PATH: /home/shivansh/bin PATH: /home/shivansh/.local/bin PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /sbin PATH: /bin PATH: /usr/games PATH: /usr/local/games ## ----------- ## ## Core tests. ## ## ----------- ## configure:2661: checking build system type configure:2675: result: x86_64-pc-linux-gnu configure:2695: checking host system type configure:2708: result: x86_64-pc-linux-gnu configure:2749: checking how to print strings configure:2776: result: printf configure:2848: checking for gcc configure:2864: found /usr/bin/gcc configure:2875: result: gcc configure:3104: checking for C compiler version configure:3113: gcc --version >&5 gcc (Ubuntu 5.5.0-12ubuntu1~16.04) 5.5.0 20171010 Copyright (C) 2015 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:3124: $? = 0 configure:3113: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.5.0-12ubuntu1~16.04' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 5.5.0 20171010 (Ubuntu 5.5.0-12ubuntu1~16.04) configure:3124: $? = 0 configure:3113: gcc -V >&5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. configure:3124: $? = 1 configure:3113: gcc -qversion >&5 gcc: error: unrecognized command line option '-qversion' gcc: fatal error: no input files compilation terminated. configure:3124: $? = 1 configure:3144: checking whether the C compiler works configure:3166: gcc conftest.c >&5 configure:3170: $? = 0 configure:3218: result: yes configure:3221: checking for C compiler default output file name configure:3223: result: a.out configure:3229: checking for suffix of executables configure:3236: gcc -o conftest conftest.c >&5 configure:3240: $? = 0 configure:3262: result: configure:3284: checking whether we are cross compiling configure:3292: gcc -o conftest conftest.c >&5 configure:3296: $? = 0 configure:3303: ./conftest configure:3307: $? = 0 configure:3322: result: no configure:3327: checking for suffix of object files configure:3349: gcc -c conftest.c >&5 configure:3353: $? = 0 configure:3374: result: o configure:3378: checking whether we are using the GNU C compiler configure:3397: gcc -c conftest.c >&5 configure:3397: $? = 0 configure:3406: result: yes configure:3415: checking whether gcc accepts -g configure:3435: gcc -c -g conftest.c >&5 configure:3435: $? = 0 configure:3476: result: yes configure:3493: checking for gcc option to accept ISO C89 configure:3556: gcc -c -g -O2 conftest.c >&5 configure:3556: $? = 0 configure:3569: result: none needed configure:3594: checking whether gcc understands -c and -o together configure:3616: gcc -c conftest.c -o conftest2.o configure:3619: $? = 0 configure:3616: gcc -c conftest.c -o conftest2.o configure:3619: $? = 0 configure:3631: result: yes configure:3648: checking for a sed that does not truncate output configure:3712: result: /bin/sed configure:3730: checking for grep that handles long lines and -e configure:3788: result: /bin/grep configure:3793: checking for egrep configure:3855: result: /bin/grep -E configure:3860: checking for fgrep configure:3922: result: /bin/grep -F configure:3957: checking for ld used by gcc configure:4024: result: /usr/bin/ld configure:4031: checking if the linker (/usr/bin/ld) is GNU ld configure:4046: result: yes configure:4058: checking for BSD- or MS-compatible name lister (nm) configure:4112: result: /usr/bin/nm -B configure:4242: checking the name lister (/usr/bin/nm -B) interface configure:4249: gcc -c -g -O2 conftest.c >&5 configure:4252: /usr/bin/nm -B "conftest.o" configure:4255: output 0000000000000000 B some_variable configure:4262: result: BSD nm configure:4265: checking whether ln -s works configure:4269: result: yes configure:4277: checking the maximum length of command line arguments configure:4408: result: 1572864 configure:4456: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format configure:4496: result: func_convert_file_noop configure:4503: checking how to convert x86_64-pc-linux-gnu file names to toolchain format configure:4523: result: func_convert_file_noop configure:4530: checking for /usr/bin/ld option to reload object files configure:4537: result: -r configure:4611: checking for objdump configure:4627: found /usr/bin/objdump configure:4638: result: objdump configure:4670: checking how to recognize dependent libraries configure:4870: result: pass_all configure:4955: checking for dlltool configure:4985: result: no configure:5015: checking how to associate runtime and link libraries configure:5042: result: printf %s\n configure:5103: checking for ar configure:5119: found /usr/bin/ar configure:5130: result: ar configure:5167: checking for archiver @FILE support configure:5184: gcc -c -g -O2 conftest.c >&5 configure:5184: $? = 0 configure:5187: ar cru libconftest.a @conftest.lst >&5 ar: `u' modifier ignored since `D' is the default (see `U') configure:5190: $? = 0 configure:5195: ar cru libconftest.a @conftest.lst >&5 ar: `u' modifier ignored since `D' is the default (see `U') ar: conftest.o: No such file or directory configure:5198: $? = 1 configure:5210: result: @ configure:5268: checking for strip configure:5284: found /usr/bin/strip configure:5295: result: strip configure:5367: checking for ranlib configure:5383: found /usr/bin/ranlib configure:5394: result: ranlib configure:5471: checking for gawk configure:5487: found /usr/bin/gawk configure:5498: result: gawk configure:5538: checking command to parse /usr/bin/nm -B output from gcc object configure:5691: gcc -c -g -O2 conftest.c >&5 configure:5694: $? = 0 configure:5698: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm configure:5701: $? = 0 configure:5767: gcc -o conftest -g -O2 conftest.c conftstm.o >&5 configure:5770: $? = 0 configure:5808: result: ok configure:5855: checking for sysroot configure:5885: result: no configure:5892: checking for a working dd configure:5930: result: /bin/dd configure:5934: checking how to truncate binary pipes configure:5949: result: /bin/dd bs=4096 count=1 configure:6085: gcc -c -g -O2 conftest.c >&5 configure:6088: $? = 0 configure:6278: checking for mt configure:6294: found /bin/mt configure:6305: result: mt configure:6328: checking if mt is a manifest tool configure:6334: mt '-?' configure:6342: result: no configure:7019: checking how to run the C preprocessor configure:7050: gcc -E conftest.c configure:7050: $? = 0 configure:7064: gcc -E conftest.c conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:7064: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "loolwsd" | #define PACKAGE_TARNAME "loolwsd" | #define PACKAGE_VERSION "master" | #define PACKAGE_STRING "loolwsd master" | #define PACKAGE_BUGREPORT "libreoffice@xxxxxxxxxxxxxxxxxxxxx" | #define PACKAGE_URL "" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:7089: result: gcc -E configure:7109: gcc -E conftest.c configure:7109: $? = 0 configure:7123: gcc -E conftest.c conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:7123: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "loolwsd" | #define PACKAGE_TARNAME "loolwsd" | #define PACKAGE_VERSION "master" | #define PACKAGE_STRING "loolwsd master" | #define PACKAGE_BUGREPORT "libreoffice@xxxxxxxxxxxxxxxxxxxxx" | #define PACKAGE_URL "" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:7152: checking for ANSI C header files configure:7172: gcc -c -g -O2 conftest.c >&5 configure:7172: $? = 0 configure:7245: gcc -o conftest -g -O2 conftest.c >&5 configure:7245: $? = 0 configure:7245: ./conftest configure:7245: $? = 0 configure:7256: result: yes configure:7269: checking for sys/types.h configure:7269: gcc -c -g -O2 conftest.c >&5 configure:7269: $? = 0 configure:7269: result: yes configure:7269: checking for sys/stat.h configure:7269: gcc -c -g -O2 conftest.c >&5 configure:7269: $? = 0 configure:7269: result: yes configure:7269: checking for stdlib.h configure:7269: gcc -c -g -O2 conftest.c >&5 configure:7269: $? = 0 configure:7269: result: yes configure:7269: checking for string.h configure:7269: gcc -c -g -O2 conftest.c >&5 configure:7269: $? = 0 configure:7269: result: yes configure:7269: checking for memory.h configure:7269: gcc -c -g -O2 conftest.c >&5 configure:7269: $? = 0 configure:7269: result: yes configure:7269: checking for strings.h configure:7269: gcc -c -g -O2 conftest.c >&5 configure:7269: $? = 0 configure:7269: result: yes configure:7269: checking for inttypes.h configure:7269: gcc -c -g -O2 conftest.c >&5 configure:7269: $? = 0 configure:7269: result: yes configure:7269: checking for stdint.h configure:7269: gcc -c -g -O2 conftest.c >&5 configure:7269: $? = 0 configure:7269: result: yes configure:7269: checking for unistd.h configure:7269: gcc -c -g -O2 conftest.c >&5 configure:7269: $? = 0 configure:7269: result: yes configure:7283: checking for dlfcn.h configure:7283: gcc -c -g -O2 conftest.c >&5 configure:7283: $? = 0 configure:7283: result: yes configure:7536: checking for objdir configure:7551: result: .libs configure:7815: checking if gcc supports -fno-rtti -fno-exceptions configure:7833: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C configure:7837: $? = 0 configure:7850: result: no configure:8208: checking for gcc option to produce PIC configure:8215: result: -fPIC -DPIC configure:8223: checking if gcc PIC flag -fPIC -DPIC works configure:8241: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5 configure:8245: $? = 0 configure:8258: result: yes configure:8287: checking if gcc static flag -static works configure:8315: result: yes configure:8330: checking if gcc supports -c -o file.o configure:8351: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5 configure:8355: $? = 0 configure:8377: result: yes configure:8385: checking if gcc supports -c -o file.o configure:8432: result: yes configure:8465: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries configure:9728: result: yes configure:9765: checking whether -lc should be explicitly linked in configure:9773: gcc -c -g -O2 conftest.c >&5 configure:9776: $? = 0 configure:9791: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 configure:9794: $? = 0 configure:9808: result: no configure:9968: checking dynamic linker characteristics configure:10549: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5 configure:10549: $? = 0 configure:10798: result: GNU/Linux ld.so configure:10920: checking how to hardcode library paths into programs configure:10945: result: immediate configure:11047: checking for shl_load configure:11047: gcc -o conftest -g -O2 conftest.c >&5 /tmp/ccrASvQm.o: In function `main': /home/shivansh/Projects/libreofficeProjects/online/conftest.c:55: undefined reference to `shl_load' collect2: error: ld returned 1 exit status configure:11047: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "loolwsd" | #define PACKAGE_TARNAME "loolwsd" | #define PACKAGE_VERSION "master" | #define PACKAGE_STRING "loolwsd master" | #define PACKAGE_BUGREPORT "libreoffice@xxxxxxxxxxxxxxxxxxxxx" | #define PACKAGE_URL "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define shl_load innocuous_shl_load | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char shl_load (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef shl_load | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char shl_load (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_shl_load || defined __stub___shl_load | choke me | #endif | | int | main () | { | return shl_load (); | ; | return 0; | } configure:11047: result: no configure:11051: checking for shl_load in -ldld configure:11076: gcc -o conftest -g -O2 conftest.c -ldld >&5 /usr/bin/ld: cannot find -ldld collect2: error: ld returned 1 exit status configure:11076: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "loolwsd" | #define PACKAGE_TARNAME "loolwsd" | #define PACKAGE_VERSION "master" | #define PACKAGE_STRING "loolwsd master" | #define PACKAGE_BUGREPORT "libreoffice@xxxxxxxxxxxxxxxxxxxxx" | #define PACKAGE_URL "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char shl_load (); | int | main () | { | return shl_load (); | ; | return 0; | } configure:11085: result: no configure:11090: checking for dlopen configure:11090: gcc -o conftest -g -O2 conftest.c >&5 /tmp/cc7vLffr.o: In function `main': /home/shivansh/Projects/libreofficeProjects/online/conftest.c:55: undefined reference to `dlopen' collect2: error: ld returned 1 exit status configure:11090: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "loolwsd" | #define PACKAGE_TARNAME "loolwsd" | #define PACKAGE_VERSION "master" | #define PACKAGE_STRING "loolwsd master" | #define PACKAGE_BUGREPORT "libreoffice@xxxxxxxxxxxxxxxxxxxxx" | #define PACKAGE_URL "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define dlopen innocuous_dlopen | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char dlopen (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef dlopen | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char dlopen (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_dlopen || defined __stub___dlopen | choke me | #endif | | int | main () | { | return dlopen (); | ; | return 0; | } configure:11090: result: no configure:11094: checking for dlopen in -ldl configure:11119: gcc -o conftest -g -O2 conftest.c -ldl >&5 configure:11119: $? = 0 configure:11128: result: yes configure:11247: checking whether a program can dlopen itself configure:11327: gcc -o conftest -g -O2 -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5 configure:11330: $? = 0 configure:11348: result: yes configure:11353: checking whether a statically linked program can dlopen itself configure:11433: gcc -o conftest -g -O2 -DHAVE_DLFCN_H -Wl,--export-dynamic -static conftest.c -ldl >&5 /tmp/ccmCZiJB.o: In function `main': /home/shivansh/Projects/libreofficeProjects/online/configure:11412: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /usr/bin/ld: dynamic STT_GNU_IFUNC symbol `strcmp' with pointer equality in `/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/libc.a(strcmp.o)' can not be used when making an executable; recompile with -fPIE and relink with -pie collect2: error: ld returned 1 exit status configure:11436: $? = 1 configure:11454: result: no configure:11493: checking whether stripping libraries is possible configure:11498: result: yes configure:11533: checking if libtool supports shared libraries configure:11535: result: yes configure:11538: checking whether to build shared libraries configure:11563: result: yes configure:11566: checking whether to build static libraries configure:11570: result: no configure:11624: checking for a BSD-compatible install configure:11692: result: /usr/bin/install -c configure:11703: checking whether build environment is sane configure:11758: result: yes configure:11906: checking for a thread-safe mkdir -p configure:11945: result: /bin/mkdir -p configure:11948: checking whether make sets $(MAKE) configure:11970: result: yes configure:12000: checking for style of include used by make configure:12028: result: GNU configure:12062: checking whether make supports nested variables configure:12079: result: yes configure:12158: checking how to create a pax tar archive configure:12169: tar --version tar (GNU tar) 1.28 Copyright (C) 2014 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by John Gilmore and Jay Fenlason. configure:12172: $? = 0 configure:12212: tardir=conftest.dir && eval tar --format=posix -chf - "$tardir" >conftest.tar configure:12215: $? = 0 configure:12219: tar -xf - <conftest.tar configure:12222: $? = 0 configure:12224: cat conftest.dir/file GrepMe configure:12227: $? = 0 configure:12240: result: gnutar configure:12249: checking dependency style of gcc configure:12360: result: gcc3 configure:12539: checking for g++ configure:12555: found /usr/bin/g++ configure:12566: result: g++ configure:12593: checking for C++ compiler version configure:12602: g++ --version >&5 g++ (Ubuntu 5.5.0-12ubuntu1~16.04) 5.5.0 20171010 Copyright (C) 2015 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:12613: $? = 0 configure:12602: g++ -v >&5 Using built-in specs. COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.5.0-12ubuntu1~16.04' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 5.5.0 20171010 (Ubuntu 5.5.0-12ubuntu1~16.04) configure:12613: $? = 0 configure:12602: g++ -V >&5 g++: error: unrecognized command line option '-V' g++: fatal error: no input files compilation terminated. configure:12613: $? = 1 configure:12602: g++ -qversion >&5 g++: error: unrecognized command line option '-qversion' g++: fatal error: no input files compilation terminated. configure:12613: $? = 1 configure:12617: checking whether we are using the GNU C++ compiler configure:12636: g++ -c conftest.cpp >&5 configure:12636: $? = 0 configure:12645: result: yes configure:12654: checking whether g++ accepts -g configure:12674: g++ -c -g conftest.cpp >&5 configure:12674: $? = 0 configure:12715: result: yes configure:12756: checking how to run the C++ preprocessor configure:12783: g++ -E conftest.cpp configure:12783: $? = 0 configure:12797: g++ -E conftest.cpp conftest.cpp:25:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:12797: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "loolwsd" | #define PACKAGE_TARNAME "loolwsd" | #define PACKAGE_VERSION "master" | #define PACKAGE_STRING "loolwsd master" | #define PACKAGE_BUGREPORT "libreoffice@xxxxxxxxxxxxxxxxxxxxx" | #define PACKAGE_URL "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define PACKAGE "loolwsd" | #define VERSION "master" | #define LOOLWSD_VERSION "master.." | #define LOOLWSD_VERSION_HASH "7c29eb0" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:12822: result: g++ -E configure:12842: g++ -E conftest.cpp configure:12842: $? = 0 configure:12856: g++ -E conftest.cpp conftest.cpp:25:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:12856: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "loolwsd" | #define PACKAGE_TARNAME "loolwsd" | #define PACKAGE_VERSION "master" | #define PACKAGE_STRING "loolwsd master" | #define PACKAGE_BUGREPORT "libreoffice@xxxxxxxxxxxxxxxxxxxxx" | #define PACKAGE_URL "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define PACKAGE "loolwsd" | #define VERSION "master" | #define LOOLWSD_VERSION "master.." | #define LOOLWSD_VERSION_HASH "7c29eb0" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:13018: checking for ld used by g++ configure:13085: result: /usr/bin/ld -m elf_x86_64 configure:13092: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld configure:13107: result: yes configure:13162: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries configure:14235: result: yes configure:14271: g++ -c -g -O2 conftest.cpp >&5 configure:14274: $? = 0 configure:14755: checking for g++ option to produce PIC configure:14762: result: -fPIC -DPIC configure:14770: checking if g++ PIC flag -fPIC -DPIC works configure:14788: g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5 configure:14792: $? = 0 configure:14805: result: yes configure:14828: checking if g++ static flag -static works configure:14856: result: yes configure:14868: checking if g++ supports -c -o file.o configure:14889: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5 configure:14893: $? = 0 configure:14915: result: yes configure:14920: checking if g++ supports -c -o file.o configure:14967: result: yes configure:14997: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries configure:15040: result: yes configure:15181: checking dynamic linker characteristics configure:15938: result: GNU/Linux ld.so configure:16003: checking how to hardcode library paths into programs configure:16028: result: immediate configure:16070: checking dependency style of g++ configure:16181: result: gcc3 configure:16244: checking for gcc configure:16271: result: gcc configure:16500: checking for C compiler version configure:16509: gcc --version >&5 gcc (Ubuntu 5.5.0-12ubuntu1~16.04) 5.5.0 20171010 Copyright (C) 2015 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:16520: $? = 0 configure:16509: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.5.0-12ubuntu1~16.04' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 5.5.0 20171010 (Ubuntu 5.5.0-12ubuntu1~16.04) configure:16520: $? = 0 configure:16509: gcc -V >&5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. configure:16520: $? = 1 configure:16509: gcc -qversion >&5 gcc: error: unrecognized command line option '-qversion' gcc: fatal error: no input files compilation terminated. configure:16520: $? = 1 configure:16524: checking whether we are using the GNU C compiler configure:16552: result: yes configure:16561: checking whether gcc accepts -g configure:16622: result: yes configure:16639: checking for gcc option to accept ISO C89 configure:16715: result: none needed configure:16740: checking whether gcc understands -c and -o together configure:16777: result: yes configure:16805: checking for setcap configure:16824: found /sbin/setcap configure:16836: result: /sbin/setcap configure:16851: checking for lxml for python3 configure:16854: result: yes configure:16851: checking for polib for python3 configure:16854: result: yes configure:17356: checking for vendor configure:17372: result: not set, using shivansh configure:17412: checking for custom icon theme configure:17420: result: no configure:17490: checking whether to turn warnings to errors configure:17493: result: yes configure:17502: checking whether to turn sanitizers on configure:17511: result: no configure:17517: checking whether g++ supports C++17, C++14 or C++11 configure:17546: g++ -c -g -O2 -std=c++11 -Wall -Wextra -Wshadow -Werror -std=c++17 -Werror conftest.cpp >&5 configure:17546: $? = 0 configure:17563: result: yes (-std=c++17) configure:17593: g++ -o conftest -g -O2 -std=c++11 -Wall -Wextra -Wshadow -Werror -Werror conftest.cpp -lstdc++fs >&5 configure:17593: $? = 0 configure:17610: g++ -o conftest -g -O2 -std=c++11 -Wall -Wextra -Wshadow -Werror -Werror conftest.cpp -lstdc++fs >&5 conftest.cpp:33:30: fatal error: filesystem: No such file or directory compilation terminated. configure:17610: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "loolwsd" | #define PACKAGE_TARNAME "loolwsd" | #define PACKAGE_VERSION "master" | #define PACKAGE_STRING "loolwsd master" | #define PACKAGE_BUGREPORT "libreoffice@xxxxxxxxxxxxxxxxxxxxx" | #define PACKAGE_URL "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define PACKAGE "loolwsd" | #define VERSION "master" | #define LOOLWSD_VERSION "master.." | #define LOOLWSD_VERSION_HASH "7c29eb0" | #define ENABLE_DEBUG 1 | #define ENABLE_BROWSERSYNC 0 | #define LOOLWSD_ANONYMIZE_USER_DATA false | #define APP_NAME "LibreOffice Online" | #define MAX_CONNECTIONS 20 | #define MAX_DOCUMENTS 10 | #define VEREIGN_URL "" | /* end confdefs.h. */ | | #include <filesystem> | int main() | { | if (!std::filesystem::temp_directory_path().empty()) | return 0; | return 1; | } | configure:17654: checking for LibreOffice path configure:17659: result: found configure:17672: checking whether to run tests against a LibreOffice configure:17680: result: yes configure:17742: checking for library containing dlopen configure:17773: g++ -o conftest -g -O2 -std=c++11 -Wall -Wextra -Wshadow -Werror -I/home/shivansh/Projects/libreofficeProjects/libreoffice/include -isystem /usr/local/include/Poco -L/usr/local/lib -Wl,-rpath,/usr/local/lib conftest.cpp -lstdc++fs >&5 /tmp/ccUeGdxz.o: In function `main': /home/shivansh/Projects/libreofficeProjects/online/conftest.cpp:46: undefined reference to `dlopen' collect2: error: ld returned 1 exit status configure:17773: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "loolwsd" | #define PACKAGE_TARNAME "loolwsd" | #define PACKAGE_VERSION "master" | #define PACKAGE_STRING "loolwsd master" | #define PACKAGE_BUGREPORT "libreoffice@xxxxxxxxxxxxxxxxxxxxx" | #define PACKAGE_URL "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define PACKAGE "loolwsd" | #define VERSION "master" | #define LOOLWSD_VERSION "master.." | #define LOOLWSD_VERSION_HASH "7c29eb0" | #define ENABLE_DEBUG 1 | #define ENABLE_BROWSERSYNC 0 | #define LOOLWSD_ANONYMIZE_USER_DATA false | #define APP_NAME "LibreOffice Online" | #define MAX_CONNECTIONS 20 | #define MAX_DOCUMENTS 10 | #define VEREIGN_URL "" | #define HAVE_STD_FILESYSTEM 1 | #define HAVE_STD_FILESYSTEM_EXPERIMENTAL 1 | #define LO_PATH "/home/shivansh/Projects/libreofficeProjects/libreoffice/instdir" | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char dlopen (); | int | main () | { | return dlopen (); | ; | return 0; | } configure:17773: g++ -o conftest -g -O2 -std=c++11 -Wall -Wextra -Wshadow -Werror -I/home/shivansh/Projects/libreofficeProjects/libreoffice/include -isystem /usr/local/include/Poco -L/usr/local/lib -Wl,-rpath,/usr/local/lib conftest.cpp -ldl -lstdc++fs >&5 configure:17773: $? = 0 configure:17790: result: -ldl configure:17856: checking for pkg-config configure:17874: found /usr/bin/pkg-config configure:17886: result: /usr/bin/pkg-config configure:17911: checking pkg-config is at least version 0.9.0 configure:17914: result: yes configure:17923: checking for library containing png_create_write_struct configure:17954: g++ -o conftest -g -O2 -std=c++11 -Wall -Wextra -Wshadow -Werror -I/home/shivansh/Projects/libreofficeProjects/libreoffice/include -isystem /usr/local/include/Poco -L/usr/local/lib -Wl,-rpath,/usr/local/lib conftest.cpp -ldl -lstdc++fs >&5 /tmp/cc0ac0hP.o: In function `main': /home/shivansh/Projects/libreofficeProjects/online/conftest.cpp:46: undefined reference to `png_create_write_struct' collect2: error: ld returned 1 exit status configure:17954: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "loolwsd" | #define PACKAGE_TARNAME "loolwsd" | #define PACKAGE_VERSION "master" | #define PACKAGE_STRING "loolwsd master" | #define PACKAGE_BUGREPORT "libreoffice@xxxxxxxxxxxxxxxxxxxxx" | #define PACKAGE_URL "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define PACKAGE "loolwsd" | #define VERSION "master" | #define LOOLWSD_VERSION "master.." | #define LOOLWSD_VERSION_HASH "7c29eb0" | #define ENABLE_DEBUG 1 | #define ENABLE_BROWSERSYNC 0 | #define LOOLWSD_ANONYMIZE_USER_DATA false | #define APP_NAME "LibreOffice Online" | #define MAX_CONNECTIONS 20 | #define MAX_DOCUMENTS 10 | #define VEREIGN_URL "" | #define HAVE_STD_FILESYSTEM 1 | #define HAVE_STD_FILESYSTEM_EXPERIMENTAL 1 | #define LO_PATH "/home/shivansh/Projects/libreofficeProjects/libreoffice/instdir" | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char png_create_write_struct (); | int | main () | { | return png_create_write_struct (); | ; | return 0; | } configure:17954: g++ -o conftest -g -O2 -std=c++11 -Wall -Wextra -Wshadow -Werror -I/home/shivansh/Projects/libreofficeProjects/libreoffice/include -isystem /usr/local/include/Poco -L/usr/local/lib -Wl,-rpath,/usr/local/lib conftest.cpp -lpng -ldl -lstdc++fs >&5 configure:17954: $? = 0 configure:17971: result: -lpng configure:17983: checking for ZLIB configure:17990: $PKG_CONFIG --exists --print-errors "zlib" configure:17993: $? = 0 configure:18007: $PKG_CONFIG --exists --print-errors "zlib" configure:18010: $? = 0 configure:18068: result: yes configure:18075: checking for CPPUNIT configure:18082: $PKG_CONFIG --exists --print-errors "cppunit" configure:18085: $? = 0 configure:18099: $PKG_CONFIG --exists --print-errors "cppunit" configure:18102: $? = 0 configure:18160: result: yes configure:18168: checking for library containing cap_get_proc configure:18199: g++ -o conftest -g -O2 -std=c++11 -Wall -Wextra -Wshadow -Werror -I/home/shivansh/Projects/libreofficeProjects/libreoffice/include -isystem /usr/local/include/Poco -L/usr/local/lib -Wl,-rpath,/usr/local/lib conftest.cpp -lpng -ldl -lstdc++fs >&5 /tmp/ccwfyNUE.o: In function `main': /home/shivansh/Projects/libreofficeProjects/online/conftest.cpp:46: undefined reference to `cap_get_proc' collect2: error: ld returned 1 exit status configure:18199: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "loolwsd" | #define PACKAGE_TARNAME "loolwsd" | #define PACKAGE_VERSION "master" | #define PACKAGE_STRING "loolwsd master" | #define PACKAGE_BUGREPORT "libreoffice@xxxxxxxxxxxxxxxxxxxxx" | #define PACKAGE_URL "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define PACKAGE "loolwsd" | #define VERSION "master" | #define LOOLWSD_VERSION "master.." | #define LOOLWSD_VERSION_HASH "7c29eb0" | #define ENABLE_DEBUG 1 | #define ENABLE_BROWSERSYNC 0 | #define LOOLWSD_ANONYMIZE_USER_DATA false | #define APP_NAME "LibreOffice Online" | #define MAX_CONNECTIONS 20 | #define MAX_DOCUMENTS 10 | #define VEREIGN_URL "" | #define HAVE_STD_FILESYSTEM 1 | #define HAVE_STD_FILESYSTEM_EXPERIMENTAL 1 | #define LO_PATH "/home/shivansh/Projects/libreofficeProjects/libreoffice/instdir" | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char cap_get_proc (); | int | main () | { | return cap_get_proc (); | ; | return 0; | } configure:18199: g++ -o conftest -g -O2 -std=c++11 -Wall -Wextra -Wshadow -Werror -I/home/shivansh/Projects/libreofficeProjects/libreoffice/include -isystem /usr/local/include/Poco -L/usr/local/lib -Wl,-rpath,/usr/local/lib conftest.cpp -lcap -lpng -ldl -lstdc++fs >&5 configure:18199: $? = 0 configure:18216: result: -lcap configure:18342: checking Is this a mobile app configure:18351: result: No configure:18397: checking security/pam_appl.h usability configure:18397: g++ -c -g -O2 -std=c++11 -Wall -Wextra -Wshadow -Werror -I/home/shivansh/Projects/libreofficeProjects/libreoffice/include -isystem /usr/local/include/Poco conftest.cpp >&5 configure:18397: $? = 0 configure:18397: result: yes configure:18397: checking security/pam_appl.h presence configure:18397: g++ -E -I/home/shivansh/Projects/libreofficeProjects/libreoffice/include -isystem /usr/local/include/Poco conftest.cpp configure:18397: $? = 0 configure:18397: result: yes configure:18397: checking for security/pam_appl.h configure:18397: result: yes configure:18409: checking for pam_start in -lpam configure:18434: g++ -o conftest -g -O2 -std=c++11 -Wall -Wextra -Wshadow -Werror -I/home/shivansh/Projects/libreofficeProjects/libreoffice/include -isystem /usr/local/include/Poco -L/usr/local/lib -Wl,-rpath,/usr/local/lib conftest.cpp -lpam -lcap -lpng -ldl -lstdc++fs >&5 configure:18434: $? = 0 configure:18443: result: yes configure:18458: checking whether to build with support public key configure:18476: result: no configure:18490: checking LibreOfficeKit/LibreOfficeKit.h usability configure:18490: g++ -c -g -O2 -std=c++11 -Wall -Wextra -Wshadow -Werror -I/home/shivansh/Projects/libreofficeProjects/libreoffice/include -isystem /usr/local/include/Poco conftest.cpp >&5 configure:18490: $? = 0 configure:18490: result: yes configure:18490: checking LibreOfficeKit/LibreOfficeKit.h presence configure:18490: g++ -E -I/home/shivansh/Projects/libreofficeProjects/libreoffice/include -isystem /usr/local/include/Poco conftest.cpp configure:18490: $? = 0 configure:18490: result: yes configure:18490: checking for LibreOfficeKit/LibreOfficeKit.h configure:18490: result: yes configure:18504: checking Poco/Net/WebSocket.h usability configure:18504: g++ -c -g -O2 -std=c++11 -Wall -Wextra -Wshadow -Werror -I/home/shivansh/Projects/libreofficeProjects/libreoffice/include -isystem /usr/local/include/Poco conftest.cpp >&5 configure:18504: $? = 0 configure:18504: result: yes configure:18504: checking Poco/Net/WebSocket.h presence configure:18504: g++ -E -I/home/shivansh/Projects/libreofficeProjects/libreoffice/include -isystem /usr/local/include/Poco conftest.cpp configure:18504: $? = 0 configure:18504: result: yes configure:18504: checking for Poco/Net/WebSocket.h configure:18504: result: yes configure:18520: checking linux/seccomp.h usability configure:18520: g++ -c -g -O2 -std=c++11 -Wall -Wextra -Wshadow -Werror -I/home/shivansh/Projects/libreofficeProjects/libreoffice/include -isystem /usr/local/include/Poco conftest.cpp >&5 configure:18520: $? = 0 configure:18520: result: yes configure:18520: checking linux/seccomp.h presence configure:18520: g++ -E -I/home/shivansh/Projects/libreofficeProjects/libreoffice/include -isystem /usr/local/include/Poco conftest.cpp configure:18520: $? = 0 configure:18520: result: yes configure:18520: checking for linux/seccomp.h configure:18520: result: yes configure:18541: checking Whether OpenSSL has PKCS5_PBKDF2_HMAC() configure:18552: g++ -c -g -O2 -std=c++11 -Wall -Wextra -Wshadow -Werror -I/home/shivansh/Projects/libreofficeProjects/libreoffice/include -isystem /usr/local/include/Poco conftest.cpp >&5 configure:18552: $? = 0 configure:18553: result: yes configure:18569: checking POCO version configure:18580: g++ -c -g -O2 -std=c++11 -Wall -Wextra -Wshadow -Werror -I/home/shivansh/Projects/libreofficeProjects/libreoffice/include -isystem /usr/local/include/Poco conftest.cpp >&5 configure:18580: $? = 0 configure:18581: result: OK configure:18589: checking If we need to link with -lpcre configure:18604: g++ -o conftest -g -O2 -std=c++11 -Wall -Wextra -Wshadow -Werror -I/home/shivansh/Projects/libreofficeProjects/libreoffice/include -isystem /usr/local/include/Poco -L/usr/local/lib -Wl,-rpath,/usr/local/lib conftest.cpp -lpam -lcap -lpng -ldl -lstdc++fs -lPocoNetd -lPocoNetSSLd -lPocoUtild -lPocoJSONd -lPocoXMLd -lPocoFoundationd -lPocoCryptod -lssl -lcrypto >&5 configure:18604: $? = 0 configure:18605: result: No configure:18624: checking for npm configure:18642: found /usr/bin/npm configure:18655: result: /usr/bin/npm configure:18674: checking for node configure:18692: found /usr/bin/node configure:18705: result: /usr/bin/node configure:18938: checking that generated files are newer than configure configure:18944: result: done configure:19007: creating ./config.status ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-pc-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_cxx_compiler_gnu=yes ac_cv_env_CCC_set= ac_cv_env_CCC_value= ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_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_CXXCPP_set= ac_cv_env_CXXCPP_value= ac_cv_env_CXXFLAGS_set= ac_cv_env_CXXFLAGS_value= ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_LT_SYS_LIBRARY_PATH_set= ac_cv_env_LT_SYS_LIBRARY_PATH_value= ac_cv_env_PKG_CONFIG_LIBDIR_set= ac_cv_env_PKG_CONFIG_LIBDIR_value= ac_cv_env_PKG_CONFIG_PATH_set= ac_cv_env_PKG_CONFIG_PATH_value= ac_cv_env_PKG_CONFIG_set= ac_cv_env_PKG_CONFIG_value= ac_cv_env_WEBKIT_CFLAGS_set= ac_cv_env_WEBKIT_CFLAGS_value= ac_cv_env_WEBKIT_LIBS_set= ac_cv_env_WEBKIT_LIBS_value= ac_cv_env_ZLIB_CFLAGS_set= ac_cv_env_ZLIB_CFLAGS_value= ac_cv_env_ZLIB_LIBS_set= ac_cv_env_ZLIB_LIBS_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_func_dlopen=no ac_cv_func_shl_load=no ac_cv_header_LibreOfficeKit_LibreOfficeKit_h=yes ac_cv_header_Poco_Net_WebSocket_h=yes ac_cv_header_dlfcn_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_linux_seccomp_h=yes ac_cv_header_memory_h=yes ac_cv_header_security_pam_appl_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_host=x86_64-pc-linux-gnu ac_cv_lib_dl_dlopen=yes ac_cv_lib_dld_shl_load=no ac_cv_lib_pam_pam_start=yes ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_FGREP='/bin/grep -F' ac_cv_path_GREP=/bin/grep ac_cv_path_NODE=/usr/bin/node ac_cv_path_NPM=/usr/bin/npm ac_cv_path_SED=/bin/sed ac_cv_path_SETCAP=/sbin/setcap ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config ac_cv_path_install='/usr/bin/install -c' ac_cv_path_lt_DD=/bin/dd ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_AWK=gawk ac_cv_prog_CPP='gcc -E' ac_cv_prog_CXXCPP='g++ -E' ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_CXX=g++ ac_cv_prog_ac_ct_MANIFEST_TOOL=mt ac_cv_prog_ac_ct_OBJDUMP=objdump ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_cxx_g=yes ac_cv_prog_make_make_set=yes ac_cv_search_cap_get_proc=-lcap ac_cv_search_dlopen=-ldl ac_cv_search_png_create_write_struct=-lpng am_cv_CC_dependencies_compiler_type=gcc3 am_cv_CXX_dependencies_compiler_type=gcc3 am_cv_make_support_nested_variables=yes am_cv_prog_cc_c_o=yes am_cv_prog_tar_pax=gnutar lt_cv_ar_at_file=@ lt_cv_archive_cmds_need_lc=no lt_cv_deplibs_check_method=pass_all lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl lt_cv_dlopen_self=yes lt_cv_dlopen_self_static=no lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_ld_reload_flag=-r lt_cv_nm_interface='BSD nm' lt_cv_objdir=.libs lt_cv_path_LD=/usr/bin/ld lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64' lt_cv_path_NM='/usr/bin/nm -B' lt_cv_path_mainfest_tool=no lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_c_o_CXX=yes lt_cv_prog_compiler_pic='-fPIC -DPIC' lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC' lt_cv_prog_compiler_pic_works=yes lt_cv_prog_compiler_pic_works_CXX=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_compiler_static_works=yes lt_cv_prog_compiler_static_works_CXX=yes lt_cv_prog_gnu_ld=yes lt_cv_prog_gnu_ldcxx=yes lt_cv_sharedlib_from_linklib_cmd='printf %s\n' lt_cv_shlibpath_overrides_runpath=no lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\''' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' lt_cv_sys_global_symbol_to_import= lt_cv_sys_max_cmd_len=1572864 lt_cv_to_host_file_cmd=func_convert_file_noop lt_cv_to_tool_file_cmd=func_convert_file_noop lt_cv_truncate_bin='/bin/dd bs=4096 count=1' pkg_cv_CPPUNIT_CFLAGS=-I/usr/local/include pkg_cv_CPPUNIT_LIBS='-L/usr/local/lib -lcppunit' pkg_cv_ZLIB_CFLAGS= pkg_cv_ZLIB_LIBS=-lz ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /home/shivansh/Projects/libreofficeProjects/online/missing aclocal-1.15' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='1' AM_V='$(V)' ANDROID_ABI='armeabi-v7a' ANDROID_PACKAGE_NAME='' ANDROID_PACKAGE_VERSIONCODE='' APP_BRANDING_DIR='' APP_HAS_BRANDING='false' APP_IC_LAUNCHER='ic_launcher' APP_NAME='LibreOffice Online' AR='ar' AUTOCONF='${SHELL} /home/shivansh/Projects/libreofficeProjects/online/missing autoconf' AUTOHEADER='${SHELL} /home/shivansh/Projects/libreofficeProjects/online/missing autoheader' AUTOMAKE='${SHELL} /home/shivansh/Projects/libreofficeProjects/online/missing automake-1.15' AWK='gawk' CC='gcc' CCDEPMODE='depmode=gcc3' CFLAGS='-g -O2 -Wall -Wextra -Werror' CPP='gcc -E' CPPFLAGS=' -I/home/shivansh/Projects/libreofficeProjects/libreoffice/include -isystem /usr/local/include/Poco' CPPUNIT_CFLAGS='-I/usr/local/include' CPPUNIT_LIBS='-L/usr/local/lib -lcppunit' CUSTOM_ICONS_DIRECTORY='' CXX='g++' CXXCPP='g++ -E' CXXDEPMODE='depmode=gcc3' CXXFLAGS='-g -O2 -std=c++11 -Wall -Wextra -Wshadow -Werror' CYGPATH_W='echo' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' DLLTOOL='false' DSYMUTIL='' DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' ENABLE_ANDROIDAPP='' ENABLE_ANDROIDAPP_FALSE='' ENABLE_ANDROIDAPP_TRUE='#' ENABLE_BROWSERSYNC='' ENABLE_BROWSERSYNC_FALSE='' ENABLE_BROWSERSYNC_TRUE='#' ENABLE_DEBUG='true' ENABLE_DEBUG_FALSE='#' ENABLE_DEBUG_TRUE='' ENABLE_GTKAPP='' ENABLE_GTKAPP_FALSE='' ENABLE_GTKAPP_TRUE='#' ENABLE_IOSAPP='' ENABLE_IOSAPP_FALSE='' ENABLE_IOSAPP_TRUE='#' ENABLE_MOBILEAPP='' ENABLE_MOBILEAPP_FALSE='' ENABLE_MOBILEAPP_TRUE='#' ENABLE_SETCAP='true' ENABLE_SETCAP_FALSE='#' ENABLE_SETCAP_TRUE='' ENABLE_SSL='true' ENABLE_SSL_FALSE='#' ENABLE_SSL_TRUE='' ENABLE_SUPPORT_KEY='' EXEEXT='' FGREP='/bin/grep -F' GREP='/bin/grep' HAVE_LO_PATH_FALSE='#' HAVE_LO_PATH_TRUE='' INFO_URL='https://www.libreoffice.org' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' IOSAPP_BUNDLE_VERSION='' IOSAPP_FONTS='' JAILS_PATH='${abs_top_builddir}/jails' LD='/usr/bin/ld -m elf_x86_64' LDFLAGS=' -L/usr/local/lib -Wl,-rpath,/usr/local/lib' LIBOBJS='' LIBPNG_INCLUDES='' LIBPNG_LIBS='' LIBS='-lpam -lcap -lpng -ldl -lstdc++fs -lPocoNetd -lPocoNetSSLd -lPocoUtild -lPocoJSONd -lPocoXMLd -lPocoFoundationd -lPocoCryptod -lssl -lcrypto' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIPO='' LN_S='ln -s' LOBUILDDIR='' LOBUILDDIR_ARM64_V8A='' LOKIT_PATH='/home/shivansh/Projects/libreofficeProjects/libreoffice/include' LOLEAFLET_LOGGING='true' LOOLWSD_ANONYMIZE_USER_DATA='false' LOOLWSD_CONFIGDIR='${prefix}/etc/loolwsd' LOOLWSD_DATADIR='${datarootdir}/loolwsd' LOOLWSD_LOGFILE='/tmp/loolwsd.log' LOOLWSD_LOGLEVEL='trace' LOOLWSD_LOG_TO_FILE='true' LOOLWSD_VERSION='master..' LOOLWSD_VERSION_HASH='7c29eb0' LOOLWSD_VERSION_MAJOR='master' LOOLWSD_VERSION_MICRO='' LOOLWSD_VERSION_MINOR='' LO_PATH='/home/shivansh/Projects/libreofficeProjects/libreoffice/instdir' LTLIBOBJS='' LT_SYS_LIBRARY_PATH='' MAKEINFO='${SHELL} /home/shivansh/Projects/libreofficeProjects/online/missing makeinfo' MANIFEST_TOOL=':' MAX_CONNECTIONS='20' MAX_DOCUMENTS='10' MKDIR_P='/bin/mkdir -p' NM='/usr/bin/nm -B' NMEDIT='' NODE='/usr/bin/node' NPM='/usr/bin/npm' OBJDUMP='objdump' OBJEXT='o' OTOOL64='' OTOOL='' PACKAGE='loolwsd' PACKAGE_BUGREPORT='libreoffice@xxxxxxxxxxxxxxxxxxxxx' PACKAGE_NAME='loolwsd' PACKAGE_STRING='loolwsd master' PACKAGE_TARNAME='loolwsd' PACKAGE_URL='' PACKAGE_VERSION='master' PATH_SEPARATOR=':' PKG_CONFIG='/usr/bin/pkg-config' PKG_CONFIG_LIBDIR='' PKG_CONFIG_PATH='' POCODEBUG='' POCOINCLUDE='' POCOINCLUDE_ARM64_V8A='' POCOLIB='' POCOLIB_ARM64_V8A='' RANLIB='ranlib' SED='/bin/sed' SETCAP='/sbin/setcap' SET_MAKE='' SHELL='/bin/bash' STRIP='strip' SYSTEMPLATE_PATH='${abs_top_builddir}/systemplate' VENDOR='shivansh' VEREIGN_URL='' VERSION='master' WEBKIT_CFLAGS='' WEBKIT_LIBS='' ZLIB_CFLAGS='' ZLIB_LIBS='-lz' ac_ct_AR='ar' ac_ct_CC='gcc' ac_ct_CXX='g++' ac_ct_DUMPBIN='' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='#' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__fastdepCXX_FALSE='#' am__fastdepCXX_TRUE='' am__include='include' am__isrc='' am__leading_dot='.' am__nodep='_no' am__quote='' am__tar='tar --format=posix -chf - "$$tardir"' am__untar='tar -xf -' bindir='${exec_prefix}/bin' build='x86_64-pc-linux-gnu' build_alias='' build_cpu='x86_64' build_os='linux-gnu' build_vendor='pc' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' host='x86_64-pc-linux-gnu' host_alias='' host_cpu='x86_64' host_os='linux-gnu' host_vendor='pc' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='${SHELL} /home/shivansh/Projects/libreofficeProjects/online/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='$(MKDIR_P)' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr/local' program_transform_name='s,x,x,' psdir='${docdir}' runstatedir='${localstatedir}/run' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "loolwsd" #define PACKAGE_TARNAME "loolwsd" #define PACKAGE_VERSION "master" #define PACKAGE_STRING "loolwsd master" #define PACKAGE_BUGREPORT "libreoffice@xxxxxxxxxxxxxxxxxxxxx" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define PACKAGE "loolwsd" #define VERSION "master" #define LOOLWSD_VERSION "master.." #define LOOLWSD_VERSION_HASH "7c29eb0" #define ENABLE_DEBUG 1 #define ENABLE_BROWSERSYNC 0 #define LOOLWSD_ANONYMIZE_USER_DATA false #define APP_NAME "LibreOffice Online" #define MAX_CONNECTIONS 20 #define MAX_DOCUMENTS 10 #define VEREIGN_URL "" #define HAVE_STD_FILESYSTEM 1 #define HAVE_STD_FILESYSTEM_EXPERIMENTAL 1 #define LO_PATH "/home/shivansh/Projects/libreofficeProjects/libreoffice/instdir" #define MOBILEAPP 0 #define ENABLE_SSL 1 #define HAVE_SECURITY_PAM_APPL_H 1 #define HAVE_LIBPAM 1 #define ENABLE_SUPPORT_KEY 0 #define HAVE_LIBREOFFICEKIT_LIBREOFFICEKIT_H 1 #define HAVE_POCO_NET_WEBSOCKET_H 1 #define HAVE_LINUX_SECCOMP_H 1 #define DISABLE_SECCOMP 0 #define HAVE_PKCS5_PBKDF2_HMAC 1 #define ENABLE_SETCAP 1 configure: exit 0 ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by loolwsd config.status master, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on Inspiron-15-3567 config.status:1272: creating Makefile config.status:1272: creating android/app/appSettings.gradle config.status:1272: creating android/lib/libSettings.gradle config.status:1272: creating android/lib/src/main/cpp/CMakeLists.txt config.status:1272: creating android/Makefile config.status:1272: creating gtk/Makefile config.status:1272: creating ios/config.h config.status:1272: creating ios/Mobile/Info.plist config.status:1272: creating test/Makefile config.status:1272: creating loleaflet/Makefile config.status:1272: creating loleaflet/npm-shrinkwrap.json config.status:1272: creating loolwsd.spec config.status:1272: creating loolwsd.xml config.status:1272: creating debian/loolwsd.postinst config.status:1272: creating test/run_unit.sh config.status:1272: creating config.h config.status:1453: config.h is unchanged config.status:1532: executing libtool commands config.status:1532: executing depfiles commands
_______________________________________________ LibreOffice mailing list LibreOffice@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/libreoffice