This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:1212: checking host system type configure:1233: checking target system type configure:1251: checking build system type configure:1326: checking for gawk configure:1411: checking for python2.7 configure:1521: checking Python environment is Mozilla virtualenv configure:1742: checking for perl5 configure:2217: checking for objcopy configure:3220: checking for gcc configure:3333: checking whether the C compiler (gcc -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory) works configure:3349: gcc -o conftest -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory conftest.c 1>&5 configure:3375: checking whether the C compiler (gcc -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory) is a cross-compiler configure:3380: checking whether we are using GNU C configure:3389: gcc -E conftest.c configure:3408: checking whether gcc accepts -g configure:3449: checking for c++ configure:3481: checking whether the C++ compiler (c++ -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory) works configure:3497: c++ -o conftest -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory conftest.C 1>&5 configure:3523: checking whether the C++ compiler (c++ -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory) is a cross-compiler configure:3528: checking whether we are using GNU C++ configure:3537: c++ -E conftest.C configure:3556: checking whether c++ accepts -g configure:3605: gcc -c conftest.c 1>&5 configure:3622: gcc -c conftest.c 1>&5 configure: In function 'main': configure:3618:1: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] configure:3641: checking for ranlib configure:3673: checking for as configure:3727: checking for ar configure:3762: checking for ld configure:3797: checking for strip configure:3832: checking for windres configure:4723: checking how to run the C preprocessor configure:4744: gcc -E conftest.c >/dev/null 2>conftest.out configure:4803: checking how to run the C++ preprocessor configure:4821: c++ -E conftest.C >/dev/null 2>conftest.out configure:4905: checking for a BSD compatible install configure:4958: checking whether ln -s works configure:4981: checking for minimum required perl version >= 5.006 configure:4992: checking for full perl installation configure:5010: checking for doxygen configure:5059: checking for autoconf configure:5110: checking for unzip configure:5166: checking for zip configure:5220: checking for xargs configure:5272: checking for rpmbuild configure:5458: checking compiler version configure:5532: checking for gmake configure:5532: checking for make configure:5599: checking for X configure:5666: gcc -E conftest.c >/dev/null 2>conftest.out configure:5742: gcc -o conftest -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory conftest.c -lXt 1>&5 configure:5916: checking for dnet_ntoa in -ldnet configure:5935: gcc -o conftest -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory conftest.c -ldnet 1>&5 /usr/bin/ld: cannot find -ldnet collect2: error: ld returned 1 exit status configure: failed program was: #line 5924 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char dnet_ntoa(); int main() { dnet_ntoa() ; return 0; } configure:5957: checking for dnet_ntoa in -ldnet_stub configure:5976: gcc -o conftest -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory conftest.c -ldnet_stub 1>&5 /usr/bin/ld: cannot find -ldnet_stub collect2: error: ld returned 1 exit status configure: failed program was: #line 5965 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char dnet_ntoa(); int main() { dnet_ntoa() ; return 0; } configure:6005: checking for gethostbyname configure:6037: gcc -o conftest -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory conftest.c 1>&5 configure:6107: checking for connect configure:6139: gcc -o conftest -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory conftest.c 1>&5 configure:6203: checking for remove configure:6235: gcc -o conftest -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory conftest.c 1>&5 configure:6299: checking for shmat configure:6331: gcc -o conftest -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory conftest.c 1>&5 configure:6404: checking for IceConnectionNumber in -lICE configure:6423: gcc -o conftest -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory conftest.c -lICE 1>&5 configure:6840: gcc -c conftest.c 1>&5 configure: In function 'main': configure:6836:15: error: '__thumb2__' undeclared (first use in this function) configure:6836:15: note: each undeclared identifier is reported only once for each function it appears in configure: failed program was: #line 6833 "configure" #include "confdefs.h" int main() { return sizeof(__thumb2__); ; return 0; } configure:7094: checking that static assertion macros used in autoconf tests work configure:7115: gcc -c conftest.c 1>&5 configure:7132: gcc -c conftest.c 1>&5 configure: In function 'main': configure:7132:13: error: size of array 'static_assert_line_7132' is negative configure: failed program was: #line 7125 "configure" #include "confdefs.h" #define CONFIGURE_STATIC_ASSERT(condition) CONFIGURE_STATIC_ASSERT_IMPL(condition, __LINE__) #define CONFIGURE_STATIC_ASSERT_IMPL(condition, line) CONFIGURE_STATIC_ASSERT_IMPL2(condition, line) #define CONFIGURE_STATIC_ASSERT_IMPL2(condition, line) typedef int static_assert_line_##line[(condition) ? 1 : -1] int main() { CONFIGURE_STATIC_ASSERT(0) ; return 0; } configure:7155: c++ -c conftest.C 1>&5 configure:7172: c++ -c conftest.C 1>&5 configure: In function 'int main()': configure:7172:49: error: size of array 'static_assert_line_7172' is negative configure: failed program was: #line 7165 "configure" #include "confdefs.h" #define CONFIGURE_STATIC_ASSERT(condition) CONFIGURE_STATIC_ASSERT_IMPL(condition, __LINE__) #define CONFIGURE_STATIC_ASSERT_IMPL(condition, line) CONFIGURE_STATIC_ASSERT_IMPL2(condition, line) #define CONFIGURE_STATIC_ASSERT_IMPL2(condition, line) typedef int static_assert_line_##line[(condition) ? 1 : -1] int main() { CONFIGURE_STATIC_ASSERT(0) ; return 0; } configure:7367: checking for --noexecstack option to as configure:7378: gcc -c -std=gnu99 -fgnu89-inline -fno-strict-aliasing -Wa,--noexecstack conftest.c 1>&5 configure:7391: checking for -z noexecstack option to ld configure:7402: gcc -o conftest -std=gnu99 -fgnu89-inline -fno-strict-aliasing -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory -Wl,-z,noexecstack conftest.c 1>&5 configure:7415: checking for -z text option to ld configure:7426: gcc -o conftest -std=gnu99 -fgnu89-inline -fno-strict-aliasing -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text conftest.c 1>&5 configure:7440: checking for --build-id option to ld configure:7451: gcc -o conftest -std=gnu99 -fgnu89-inline -fno-strict-aliasing -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id conftest.c 1>&5 configure:7465: checking for --ignore-unresolved-symbol option to ld configure:7477: gcc -o conftest -std=gnu99 -fgnu89-inline -fno-strict-aliasing -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id -Wl,--ignore-unresolved-symbol,environ conftest.c 1>&5 /usr/bin/ld: unrecognized option '--ignore-unresolved-symbol' /usr/bin/ld: use the --help option for usage information collect2: error: ld returned 1 exit status configure: failed program was: #line 7470 "configure" #include "confdefs.h" int main() { ; return 0; } configure:7492: checking if toolchain supports -mssse3 option configure:7504: gcc -c -std=gnu99 -fgnu89-inline -fno-strict-aliasing -mssse3 conftest.c 1>&5 configure:7519: checking if toolchain supports -msse4.1 option configure:7531: gcc -c -std=gnu99 -fgnu89-inline -fno-strict-aliasing -msse4.1 conftest.c 1>&5 configure:7547: checking for x86 AVX2 asm support in compiler configure:7556: gcc -c -std=gnu99 -fgnu89-inline -fno-strict-aliasing conftest.c 1>&5 configure:7615: checking whether the C compiler supports -Werror=return-type configure:7638: gcc -c -std=gnu99 -fgnu89-inline -fno-strict-aliasing -Werror -Werror=return-type conftest.c 1>&5 configure:7666: checking whether the C compiler supports -Werror=int-to-pointer-cast configure:7689: gcc -c -std=gnu99 -fgnu89-inline -fno-strict-aliasing -Werror -Werror=int-to-pointer-cast conftest.c 1>&5 configure:7717: checking whether the C compiler supports -Wtype-limits configure:7740: gcc -c -std=gnu99 -fgnu89-inline -fno-strict-aliasing -Werror -Wtype-limits conftest.c 1>&5 configure:7768: checking whether the C compiler supports -Wempty-body configure:7791: gcc -c -std=gnu99 -fgnu89-inline -fno-strict-aliasing -Werror -Wempty-body conftest.c 1>&5 configure:7819: checking whether the C compiler supports -Wsign-compare configure:7842: gcc -c -std=gnu99 -fgnu89-inline -fno-strict-aliasing -Werror -Wsign-compare conftest.c 1>&5 configure:7931: checking whether the C++ compiler supports -Werror=return-type configure:7954: c++ -c -fno-exceptions -fno-strict-aliasing -Werror -Werror=return-type conftest.C 1>&5 configure:7982: checking whether the C++ compiler supports -Werror=int-to-pointer-cast configure:8005: c++ -c -fno-exceptions -fno-strict-aliasing -Werror -Werror=int-to-pointer-cast conftest.C 1>&5 configure:8033: checking whether the C++ compiler supports -Wtype-limits configure:8056: c++ -c -fno-exceptions -fno-strict-aliasing -Werror -Wtype-limits conftest.C 1>&5 configure:8084: checking whether the C++ compiler supports -Wempty-body configure:8107: c++ -c -fno-exceptions -fno-strict-aliasing -Werror -Wempty-body conftest.C 1>&5 configure:8135: checking whether the C++ compiler supports -Wsign-compare configure:8158: c++ -c -fno-exceptions -fno-strict-aliasing -Werror -Wsign-compare conftest.C 1>&5 configure:8193: checking whether the C++ compiler supports -Wno-invalid-offsetof configure:8216: c++ -c -fno-exceptions -fno-strict-aliasing -Werror -Winvalid-offsetof conftest.C 1>&5 configure:8244: checking whether the C++ compiler supports -Wno-inline-new-delete configure:8267: c++ -c -fno-exceptions -fno-strict-aliasing -Werror -Winline-new-delete conftest.C 1>&5 c++: error: unrecognized command line option '-Winline-new-delete' configure: failed program was: #line 8260 "configure" #include "confdefs.h" int main() { return(0); ; return 0; } configure:8380: checking whether ld has archive extraction flags configure:8404: gcc -o conftest -std=gnu99 -fgnu89-inline -fno-strict-aliasing -Wl,--whole-archive conftest.c -Wl,--no-whole-archive 1>&5 configure:8439: checking for 64-bit OS configure:8448: gcc -c -std=gnu99 -fgnu89-inline -fno-strict-aliasing conftest.c 1>&5 configure: In function 'main': configure:8448:13: error: size of array 'static_assert_line_8448' is negative configure: failed program was: #line 8441 "configure" #include "confdefs.h" #define CONFIGURE_STATIC_ASSERT(condition) CONFIGURE_STATIC_ASSERT_IMPL(condition, __LINE__) #define CONFIGURE_STATIC_ASSERT_IMPL(condition, line) CONFIGURE_STATIC_ASSERT_IMPL2(condition, line) #define CONFIGURE_STATIC_ASSERT_IMPL2(condition, line) typedef int static_assert_line_##line[(condition) ? 1 : -1] int main() { CONFIGURE_STATIC_ASSERT(sizeof(void*) == 8) ; return 0; } configure:8793: checking for custom implementation configure:10074: checking whether the C++ compiler (c++ -fno-exceptions -fno-strict-aliasing -fno-rtti -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id) actually is a C++ compiler configure:10093: c++ -o conftest -fno-exceptions -fno-strict-aliasing -fno-rtti -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id conftest.C 1>&5 configure:10273: checking for ANSI C header files configure:10286: gcc -E conftest.c >/dev/null 2>conftest.out configure:10353: gcc -o conftest -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id conftest.c 1>&5 configure: In function 'main': configure:10348:1: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] configure:10348:67: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] configure:10349:1: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] configure:10380: checking for working const configure:10434: gcc -c -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno conftest.c 1>&5 configure:10458: checking for mode_t configure:10494: checking for off_t configure:10530: checking for pid_t configure:10566: checking for size_t configure:10616: checking for ssize_t configure:10629: gcc -c -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno conftest.c 1>&5 configure:10654: checking for st_blksize in struct stat configure:10667: gcc -c -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno conftest.c 1>&5 configure:10691: checking for siginfo_t configure:10704: gcc -c -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno conftest.c 1>&5 configure:10750: checking for gcc c++0x headers bug without rtti configure:10762: c++ -c -fno-exceptions -fno-strict-aliasing -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x conftest.C 1>&5 configure:10921: checking for visibility(hidden) attribute configure:10949: checking for visibility(default) attribute configure:10977: checking for visibility pragma support configure:11002: checking For gcc visibility bug with class-level attributes (GCC bug 26905) configure:11030: checking For x86_64 gcc visibility bug with builtins (GCC bug 20297) configure:11084: checking for gcc PR49911 configure:11142: c++ -o conftest -O2 -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id conftest.C 1>&5 configure:11175: checking for gcc pr39608 configure:11205: c++ -c -fno-exceptions -fno-strict-aliasing -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x conftest.C 1>&5 configure:11235: checking for llvm pr8927 configure:11275: gcc -o conftest -O2 -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id conftest.c 1>&5 configure:11313: checking for __force_align_arg_pointer__ attribute configure:11325: gcc -c -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno -Werror conftest.c 1>&5 configure:11352: checking for dirent.h that defines DIR configure:11365: gcc -c -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno conftest.c 1>&5 configure:11393: checking for opendir in -ldir configure:11412: gcc -o conftest -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id conftest.c -ldir 1>&5 /usr/bin/ld: cannot find -ldir collect2: error: ld returned 1 exit status configure: failed program was: #line 11401 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char opendir(); int main() { opendir() ; return 0; } configure:11487: checking for sys/byteorder.h configure:11500: gcc -c -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno conftest.c 1>&5 configure:11494:27: fatal error: sys/byteorder.h: No such file or directory compilation terminated. configure: failed program was: #line 11492 "configure" #include "confdefs.h" #include int main() { ; return 0; } configure:11487: checking for compat.h configure:11500: gcc -c -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno conftest.c 1>&5 configure:11494:20: fatal error: compat.h: No such file or directory compilation terminated. configure: failed program was: #line 11492 "configure" #include "confdefs.h" #include int main() { ; return 0; } configure:11487: checking for getopt.h configure:11500: gcc -c -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno conftest.c 1>&5 configure:11487: checking for sys/bitypes.h configure:11500: gcc -c -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno conftest.c 1>&5 configure:11487: checking for memory.h configure:11500: gcc -c -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno conftest.c 1>&5 configure:11487: checking for unistd.h configure:11500: gcc -c -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno conftest.c 1>&5 configure:11487: checking for gnu/libc-version.h configure:11500: gcc -c -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno conftest.c 1>&5 configure:11487: checking for nl_types.h configure:11500: gcc -c -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno conftest.c 1>&5 configure:11487: checking for malloc.h configure:11500: gcc -c -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno conftest.c 1>&5 configure:11487: checking for X11/XKBlib.h configure:11500: gcc -c -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno conftest.c 1>&5 configure:11487: checking for io.h configure:11500: gcc -c -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno conftest.c 1>&5 configure:11494:16: fatal error: io.h: No such file or directory compilation terminated. configure: failed program was: #line 11492 "configure" #include "confdefs.h" #include int main() { ; return 0; } configure:11487: checking for cpuid.h configure:11500: gcc -c -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno conftest.c 1>&5 configure:11535: checking for sys/statvfs.h configure:11548: gcc -c -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno conftest.c 1>&5 configure:11535: checking for sys/statfs.h configure:11548: gcc -c -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno conftest.c 1>&5 configure:11535: checking for sys/vfs.h configure:11548: gcc -c -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno conftest.c 1>&5 configure:11535: checking for sys/mount.h configure:11548: gcc -c -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno conftest.c 1>&5 configure:11582: checking for sys/quota.h configure:11595: gcc -c -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno conftest.c 1>&5 configure:11582: checking for sys/sysmacros.h configure:11595: gcc -c -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno conftest.c 1>&5 configure:11628: checking for linux/quota.h configure:11641: gcc -c -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno conftest.c 1>&5 configure:11675: checking for linux/if_addr.h configure:11688: gcc -c -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno conftest.c 1>&5 configure:11675: checking for linux/rtnetlink.h configure:11688: gcc -c -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno conftest.c 1>&5 configure:11722: checking for sys/types.h configure:11735: gcc -c -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno conftest.c 1>&5 configure:11722: checking for netinet/in.h configure:11735: gcc -c -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno conftest.c 1>&5 configure:11722: checking for byteswap.h configure:11735: gcc -c -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno conftest.c 1>&5 configure:11766: checking for sockaddr_in.sin_len configure:11783: gcc -c -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno conftest.c 1>&5 configure:11777:59: error: 'struct sockaddr_in' has no member named 'sin_len' configure: failed program was: #line 11771 "configure" #include "confdefs.h" #ifdef HAVE_SYS_TYPES_H #include #endif #include struct sockaddr_in x; void *foo = (void*) &x.sin_len; int main() { ; return 0; } configure:11814: checking for sockaddr_in6.sin6_len configure:11831: gcc -c -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno conftest.c 1>&5 configure:11825:55: error: 'struct sockaddr_in6' has no member named 'sin6_len' configure: failed program was: #line 11819 "configure" #include "confdefs.h" #ifdef HAVE_SYS_TYPES_H #include #endif #include struct sockaddr_in6 x; void *foo = (void*) &x.sin6_len; int main() { ; return 0; } configure:11855: checking for sockaddr.sa_len configure:11872: gcc -c -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno conftest.c 1>&5 configure:11866:55: error: 'struct sockaddr' has no member named 'sa_len' configure: failed program was: #line 11860 "configure" #include "confdefs.h" #ifdef HAVE_SYS_TYPES_H #include #endif #include struct sockaddr x; void *foo = (void*) &x.sa_len; int main() { ; return 0; } configure:11959: checking for sys/cdefs.h configure:11972: gcc -c -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno conftest.c 1>&5 configure:12024: checking for linux/perf_event.h configure:12037: gcc -c -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno conftest.c 1>&5 configure:12052: checking for perf_event_open system call configure:12064: gcc -c -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno conftest.c 1>&5 configure:12100: checking for gethostbyname_r in -lc_r configure:12119: gcc -o conftest -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id conftest.c -lc_r 1>&5 /usr/bin/ld: cannot find -lc_r collect2: error: ld returned 1 exit status configure: failed program was: #line 12108 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char gethostbyname_r(); int main() { gethostbyname_r() ; return 0; } configure:12158: checking for library containing dlopen configure:12176: gcc -o conftest -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id conftest.c 1>&5 /tmp/cc7FWHqK.o: In function `main': conftest.c:(.text+0x7): undefined reference to `dlopen' collect2: error: ld returned 1 exit status configure: failed program was: #line 12165 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char dlopen(); int main() { dlopen() ; return 0; } configure:12198: gcc -o conftest -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id conftest.c -ldl 1>&5 configure:12216: checking for dlfcn.h configure:12229: gcc -c -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno conftest.c 1>&5 configure:12266: checking for dladdr configure:12298: gcc -o conftest -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno -D_GNU_SOURCE -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id conftest.c -ldl 1>&5 configure:12266: checking for memmem configure:12298: gcc -o conftest -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno -D_GNU_SOURCE -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id conftest.c -ldl 1>&5 configure:12438: checking for socket in -lsocket configure:12457: gcc -o conftest -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id conftest.c -lsocket -ldl 1>&5 /usr/bin/ld: cannot find -lsocket collect2: error: ld returned 1 exit status configure: failed program was: #line 12446 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char socket(); int main() { socket() ; return 0; } configure:12511: checking for XDrawLines in -lX11 configure:12530: gcc -o conftest -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id conftest.c -lX11 -lX11 -ldl 1>&5 configure:12552: checking for XextAddDisplay in -lXext configure:12571: gcc -o conftest -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id conftest.c -lXext -lX11 -ldl 1>&5 configure:12594: checking for XtFree in -lXt configure:12613: gcc -o conftest -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id conftest.c -lXt -ldl 1>&5 configure:12767: checking for XShmCreateImage in -lXext configure:12786: gcc -o conftest -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id conftest.c -lXext -lX11 -lXext -ldl 1>&5 configure:12809: checking for X11/extensions/scrnsaver.h configure:12822: gcc -c -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno conftest.c 1>&5 configure:12837: checking for XScreenSaverQueryInfo in -lXss configure:12856: gcc -o conftest -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id conftest.c -lXss -lXext -lX11 -ldl 1>&5 configure:12906: checking for pthread_create in -lpthreads gcc -o dummy dummy.c -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno -lpthreads -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id -ldl /usr/bin/ld: cannot find -lpthreads collect2: error: ld returned 1 exit status configure:12929: checking for pthread_create in -lpthread gcc -o dummy dummy.c -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno -lpthread -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id -ldl configure:13034: checking whether gcc accepts -pthread configure:13163: checking whether gcc needs -traditional configure:13209: checking for 8-bit clean memcmp configure:13227: gcc -o conftest -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno -pthread -lpthread -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id conftest.c -ldl 1>&5 configure:13219:1: warning: return type defaults to 'int' [enabled by default] configure: In function 'main': configure:13222:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] configure:13222:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] configure:13222:3: warning: implicit declaration of function 'memcmp' [-Wimplicit-function-declaration] configure:13247: checking for stat64 configure:13279: gcc -o conftest -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno -pthread -lpthread -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id conftest.c -ldl 1>&5 configure:13247: checking for lstat64 configure:13279: gcc -o conftest -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno -pthread -lpthread -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id conftest.c -ldl 1>&5 configure:13247: checking for truncate64 configure:13279: gcc -o conftest -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno -pthread -lpthread -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id conftest.c -ldl 1>&5 configure:13247: checking for statvfs64 configure:13279: gcc -o conftest -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno -pthread -lpthread -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id conftest.c -ldl 1>&5 configure:13247: checking for statvfs configure:13279: gcc -o conftest -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno -pthread -lpthread -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id conftest.c -ldl 1>&5 configure:13247: checking for statfs64 configure:13279: gcc -o conftest -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno -pthread -lpthread -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id conftest.c -ldl 1>&5 configure:13247: checking for statfs configure:13279: gcc -o conftest -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno -pthread -lpthread -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id conftest.c -ldl 1>&5 configure:13247: checking for getpagesize configure:13279: gcc -o conftest -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno -pthread -lpthread -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id conftest.c -ldl 1>&5 configure:13247: checking for localtime_r configure:13279: gcc -o conftest -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno -pthread -lpthread -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id conftest.c -ldl 1>&5 configure:13308: checking for clock_gettime(CLOCK_MONOTONIC) configure:13324: gcc -o conftest -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno -pthread -lpthread -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id conftest.c -ldl 1>&5 configure:13365: checking for wcrtomb configure:13377: c++ -o conftest -fno-exceptions -fno-strict-aliasing -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -lpthread -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id conftest.C -ldl 1>&5 configure:13400: checking for mbrtowc configure:13412: c++ -o conftest -fno-exceptions -fno-strict-aliasing -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -lpthread -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id conftest.C -ldl 1>&5 configure:13444: checking for res_ninit() configure:13467: gcc -o conftest -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno -pthread -lpthread -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id conftest.c -ldl 1>&5 configure:13507: checking for iconv in -lc configure:13529: c++ -o conftest -fno-exceptions -fno-strict-aliasing -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -lpthread -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id conftest.C -lc -ldl 1>&5 configure:13638: checking for iconv() configure:13657: c++ -o conftest -fno-exceptions -fno-strict-aliasing -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -lpthread -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id conftest.C -ldl 1>&5 configure:13683: checking for iconv() with const input configure:13703: c++ -c -fno-exceptions -fno-strict-aliasing -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread conftest.C 1>&5 configure: In function 'int main()': configure:13697:56: error: invalid conversion from 'const char**' to 'char**' [-fpermissive] In file included from configure:13691:0: /usr/include/iconv.h:42:15: error: initializing argument 2 of 'size_t iconv(iconv_t, char**, size_t*, char**, size_t*)' [-fpermissive] extern size_t iconv (iconv_t __cd, char **__restrict __inbuf, ^ configure: failed program was: #line 13688 "configure" #include "confdefs.h" #include #include int main() { const char *input = "testing"; iconv_t h = iconv_open("", ""); iconv(h, &input, NULL, NULL, NULL); iconv_close(h); ; return 0; } configure:13735: checking for nl_langinfo and CODESET configure:13747: c++ -o conftest -fno-exceptions -fno-strict-aliasing -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -lpthread -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id conftest.C -ldl 1>&5 configure:13782: checking for an implementation of va_copy() configure:13803: gcc -c -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno -pthread conftest.c 1>&5 configure:13819: checking whether va_list can be copied by value configure:13840: gcc -c -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno -pthread conftest.c 1>&5 configure:13936: checking whether the C++ "using" keyword resolves ambiguity configure:13957: c++ -c -fno-exceptions -fno-strict-aliasing -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread conftest.C 1>&5 configure:13981: checking for C++ dynamic_cast to void* configure:14005: c++ -o conftest -fno-exceptions -fno-strict-aliasing -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -lpthread -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id conftest.C -ldl 1>&5 configure:14032: checking whether C++ requires implementation of unused virtual methods configure:14044: c++ -o conftest -fno-exceptions -fno-strict-aliasing -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -lpthread -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id conftest.C -ldl 1>&5 /tmp/cczLGXHU.o: In function `main': conftest.C:(.text+0x9): undefined reference to `vtable for X' collect2: error: ld returned 1 exit status configure: failed program was: #line 14037 "configure" #include "confdefs.h" class X {private: virtual void never_called();}; int main() { X x; ; return 0; } configure:14070: checking for trouble comparing to zero near std::operator!=() configure:14086: c++ -c -fno-exceptions -fno-strict-aliasing -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread conftest.C 1>&5 configure:14116: checking for __thread keyword for TLS variables configure:14128: c++ -o conftest -fno-exceptions -fno-strict-aliasing -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -lpthread -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id -fPIC -shared -Wl,-z,defs conftest.C -ldl 1>&5 configure:14214: checking for malloc.h configure:14262: checking for strndup configure:14297: c++ -o conftest -fno-exceptions -fno-strict-aliasing -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -lpthread -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id conftest.C -ldl 1>&5 configure:14262: checking for posix_memalign configure:14297: c++ -o conftest -fno-exceptions -fno-strict-aliasing -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -lpthread -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id conftest.C -ldl 1>&5 configure:14262: checking for memalign configure:14297: c++ -o conftest -fno-exceptions -fno-strict-aliasing -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -lpthread -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id conftest.C -ldl 1>&5 configure:14262: checking for valloc configure:14297: c++ -o conftest -fno-exceptions -fno-strict-aliasing -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -lpthread -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id conftest.C -ldl 1>&5 configure:14328: checking for malloc_usable_size configure:14363: c++ -o conftest -fno-exceptions -fno-strict-aliasing -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -lpthread -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id conftest.C -ldl 1>&5 configure:14393: checking for __attribute__((always_inline)) configure:14405: c++ -c -fno-exceptions -fno-strict-aliasing -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread conftest.C 1>&5 configure:14420: checking for __attribute__((malloc)) configure:14432: c++ -c -fno-exceptions -fno-strict-aliasing -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread conftest.C 1>&5 configure:14447: checking for __attribute__((warn_unused_result)) configure:14459: c++ -c -fno-exceptions -fno-strict-aliasing -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread conftest.C 1>&5 configure:14483: checking for LC_MESSAGES configure:14495: gcc -c -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno -pthread conftest.c 1>&5 configure:14521: checking for localeconv configure:14553: gcc -o conftest -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno -pthread -lpthread -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id conftest.c -ldl 1>&5 configure:14742: checking for nspr-config configure:14777: checking for NSPR - version >= 4.10.6 configure:14845: gcc -c -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno -pthread -I/usr/include/nspr4 conftest.c 1>&5 configure:14865: gcc -c -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno -pthread -I/usr/include/nspr4 conftest.c 1>&5 configure:15196: checking for nss-config configure:15231: checking for NSS - version >= 3.16.2.3 configure:15298: checking for YASM assembler configure:15304: checking for yasm configure:15468: checking for gzread in -lz configure:15487: gcc -o conftest -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno -pthread -lpthread -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id conftest.c -lz -ldl 1>&5 configure:15522: gcc -c -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno -pthread conftest.c 1>&5 configure:16299: checking for application to build configure:16368: checking if app-specific confvars.sh exists configure:17248: checking for pkg-config configure:17292: checking for gtk+-2.0 >= 2.10.0 gtk+-unix-print-2.0 glib-2.0 gobject-2.0 gdk-x11-2.0 configure:17299: checking MOZ_GTK2_CFLAGS configure:17304: checking MOZ_GTK2_LIBS configure:17430: checking for libstartup-notification-1.0 >= 0.8 configure:17437: checking MOZ_STARTUP_NOTIFICATION_CFLAGS configure:17442: checking MOZ_STARTUP_NOTIFICATION_LIBS configure:18731: checking for pango >= 1.22.0 configure:18738: checking _PANGOCHK_CFLAGS configure:18743: checking _PANGOCHK_LIBS configure:18823: checking for pango >= 1.22.0 pangoft2 >= 1.22.0 pangocairo >= 1.22.0 configure:18830: checking MOZ_PANGO_CFLAGS configure:18835: checking MOZ_PANGO_LIBS configure:19072: checking for gtk+-2.0 >= 2.14 configure:19079: checking _GTKCHECK_CFLAGS configure:19084: checking _GTKCHECK_LIBS configure:19164: checking for gio-2.0 >= 2.20 configure:19171: checking MOZ_GIO_CFLAGS configure:19176: checking MOZ_GIO_LIBS configure:19693: checking for dbus-1 >= 0.60 configure:19700: checking MOZ_DBUS_CFLAGS configure:19705: checking MOZ_DBUS_LIBS configure:19784: checking for dbus-glib-1 >= 0.60 configure:19791: checking MOZ_DBUS_GLIB_CFLAGS configure:19796: checking MOZ_DBUS_GLIB_LIBS configure:20028: gcc -c -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno -pthread conftest.c 1>&5 configure:20200: checking __attribute__ ((aligned ())) support configure:20217: gcc -c -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno -pthread -Werror conftest.c 1>&5 configure:21061: checking for alsa configure:21068: checking MOZ_ALSA_CFLAGS configure:21073: checking MOZ_ALSA_LIBS configure:21185: checking for libpulse configure:21192: checking MOZ_PULSEAUDIO_CFLAGS configure:21197: checking MOZ_PULSEAUDIO_LIBS configure:21319: checking for gstreamer-1.0 >= 1.0 gstreamer-app-1.0 gstreamer-plugins-base-1.0 configure:21330: checking GSTREAMER_CFLAGS configure:21337: checking GSTREAMER_LIBS configure:21384: gcc -o conftest -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno -pthread -lpthread -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id -lgstapp-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 conftest.c -ldl 1>&5 configure:21519: checking for java configure:21568: checking for javac configure:21617: checking for javah configure:21666: checking for jar configure:21715: checking for jarsigner configure:21764: checking for keytool configure:22091: checking for linux/joystick.h configure:22104: gcc -c -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno -pthread conftest.c 1>&5 configure:22691: checking for tar archiver configure:22697: checking for gnutar configure:22697: checking for gtar configure:22697: checking for tar configure:22734: checking for wget configure:22740: checking for wget configure:23172: checking for sqlite3 >= 3.8.4.2 configure:23179: checking SQLITE_CFLAGS configure:23184: checking SQLITE_LIBS configure:23215: checking for SQLITE_SECURE_DELETE support in system SQLite configure:23238: gcc -o conftest -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno -pthread -lpthread -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id conftest.c -ldl -lsqlite3 1>&5 configure:23261: checking for SQLITE_THREADSAFE support in system SQLite configure:23284: gcc -o conftest -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno -pthread -lpthread -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id conftest.c -ldl -lsqlite3 1>&5 configure:23307: checking for SQLITE_ENABLE_FTS3 support in system SQLite configure:23330: gcc -o conftest -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno -pthread -lpthread -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id conftest.c -ldl -lsqlite3 1>&5 configure:23353: checking for SQLITE_ENABLE_UNLOCK_NOTIFY support in system SQLite configure:23376: gcc -o conftest -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno -pthread -lpthread -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id conftest.c -ldl -lsqlite3 1>&5 configure:23611: checking for valid optimization flags configure:23622: gcc -c -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno -pthread -O2 conftest.c 1>&5 configure:24786: checking whether linker creates PT_GNU_RELRO segments configure:24791: gcc -o conftest -lpthread -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id conftest.c -ldl 1>&2 configure:25140: checking for __cxa_demangle configure:25175: c++ -o conftest -fno-exceptions -fno-strict-aliasing -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -lpthread -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id conftest.C -ldl 1>&5 configure:25237: checking for unwind.h configure:25250: c++ -c -fno-exceptions -fno-strict-aliasing -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread conftest.C 1>&5 configure:25267: checking for _Unwind_Backtrace configure:25304: c++ -o conftest -fno-exceptions -fno-strict-aliasing -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -lpthread -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id conftest.C -ldl 1>&5 configure:25488: checking for -pipe support configure:25502: checking whether C compiler supports -fprofile-generate configure:25511: gcc -c -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno -pthread -pipe -fprofile-generate -fprofile-correction conftest.c 1>&5 configure:25562: checking for correct overload resolution with const and templates configure:25597: c++ -c -fno-exceptions -fno-strict-aliasing -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Wtype-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wcast-align conftest.C 1>&5 configure: In function 'int main()': configure:25592:37: warning: 'bar' is used uninitialized in this function [-Wuninitialized] configure:25642: checking what kind of list files are supported by the linker configure:25647: gcc -o conftest.o -c -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno -pthread -pipe conftest.c 1>&5 configure:25649: gcc -o conftest -lpthread -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id conftest.list -ldl 1>&5 configure:25675: checking what kind of ordering can be done with the linker configure:25690: gcc -o conftest -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno -pthread -pipe -lpthread -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id -Wl,--section-ordering-file,conftest.order conftest.c -ldl 1>&5 /usr/bin/ld: unrecognized option '--section-ordering-file' /usr/bin/ld: use the --help option for usage information collect2: error: ld returned 1 exit status configure: failed program was: #line 25683 "configure" #include "confdefs.h" int main() { ; return 0; } configure:25702: gcc -shared -Wl,-z,defs -lpthread -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id -o libconftest.so -Wl gcc: error: unrecognized command line option '-Wl' configure:25838: checking for glib-2.0 >= 1.3.7 gobject-2.0 configure:25845: checking GLIB_CFLAGS configure:25850: checking GLIB_LIBS configure:25985: checking for freetype2 >= 6.1.0 configure:25992: checking FT2_CFLAGS configure:25997: checking FT2_LIBS configure:26034: checking for FT_Bitmap_Size.y_ppem configure:26049: gcc -c -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno -pthread -pipe -I/usr/include/freetype2 -I/usr/include/libpng16 conftest.c 1>&5 configure:26078: checking for FT_GlyphSlot_Embolden configure:26110: gcc -o conftest -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno -pthread -pipe -I/usr/include/freetype2 -I/usr/include/libpng16 -lpthread -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id conftest.c -ldl -lfreetype 1>&5 configure:26078: checking for FT_Load_Sfnt_Table configure:26110: gcc -o conftest -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno -pthread -pipe -I/usr/include/freetype2 -I/usr/include/libpng16 -lpthread -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id conftest.c -ldl -lfreetype 1>&5 configure:26148: checking for fontconfig/fcfreetype.h configure:26161: gcc -c -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno -pthread -pipe -I/usr/include/freetype2 -I/usr/include/libpng16 conftest.c 1>&5 configure:26251: checking for fontconfig configure:26258: checking _FONTCONFIG_CFLAGS configure:26263: checking _FONTCONFIG_LIBS configure:26411: checking for pixman-1 >= 0.19.2 configure:26418: checking PIXMAN_CFLAGS configure:26423: checking PIXMAN_LIBS configure:26464: checking for stdint.h configure:26477: gcc -c -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno -pthread -pipe conftest.c 1>&5 configure:26464: checking for inttypes.h configure:26477: gcc -c -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno -pthread -pipe conftest.c 1>&5 configure:26464: checking for sys/int_types.h configure:26477: gcc -c -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno -pthread -pipe conftest.c 1>&5 configure:26471:27: fatal error: sys/int_types.h: No such file or directory compilation terminated. configure: failed program was: #line 26469 "configure" #include "confdefs.h" #include int main() { ; return 0; } configure:26728: checking for cairo >= 1.10 configure:26735: checking CAIRO_CFLAGS configure:26740: checking CAIRO_LIBS configure:26821: checking for cairo-tee >= 1.10 configure:26828: checking CAIRO_TEE_CFLAGS configure:26833: checking CAIRO_TEE_LIBS configure:26913: checking for cairo-xlib-xrender >= 1.10 configure:26920: checking CAIRO_XRENDER_CFLAGS configure:26925: checking CAIRO_XRENDER_LIBS configure:27830: checking for posix_fadvise configure:27862: gcc -o conftest -Wall -Wpointer-arith -Wdeclaration-after-statement -Werror=return-type -Werror=int-to-pointer-cast -Wtype-limits -Wempty-body -Wsign-compare -Wno-unused -Wcast-align -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno -pthread -pipe -lpthread -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id conftest.c -ldl 1>&5 configure:27830: checking for posix_fallocate configure:27862: gcc -o conftest -Wall -Wpointer-arith -Wdeclaration-after-statement -Werror=return-type -Werror=int-to-pointer-cast -Wtype-limits -Wempty-body -Wsign-compare -Wno-unused -Wcast-align -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno -pthread -pipe -lpthread -Wl,-rpath,/usr/lib/thunderbird/ -Wl,--no-keep-memory -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id conftest.c -ldl 1>&5 configure:27916: gcc -c -Wall -Wpointer-arith -Wdeclaration-after-statement -Werror=return-type -Werror=int-to-pointer-cast -Wtype-limits -Wempty-body -Wsign-compare -Wno-unused -Wcast-align -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno -pthread -pipe conftest.c 1>&5 configure:28128: checking for icu-i18n >= 50.1 configure:28135: checking MOZ_ICU_CFLAGS configure:28140: checking MOZ_ICU_LIBS