FreeBSD Bugzilla – Attachment 146141 Details for
Bug 192897
www/firefox-esr fails to build with nss < 3.16.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
config.log from the failed build
config.log (text/x-log), 67.41 KB, created by
toomas.aas
on 2014-08-22 03:08:30 UTC
(
hide
)
Description:
config.log from the failed build
Filename:
MIME Type:
Creator:
toomas.aas
Created:
2014-08-22 03:08:30 UTC
Size:
67.41 KB
patch
obsolete
>This file contains any messages produced by compilers while >running configure, to aid debugging if configure makes a mistake. > >configure:1133: checking host system type >configure:1154: checking target system type >configure:1172: checking build system type >configure:1247: checking for mawk >configure:1421: checking Python environment is Mozilla virtualenv >configure:1617: checking for /usr/local/bin/perl >configure:2979: checking for gcc >configure:3092: checking whether the C compiler (gcc47 -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47) works >configure:3108: gcc47 -o conftest -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -isystem/usr/local/include -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 conftest.c 1>&5 >configure:3134: checking whether the C compiler (gcc47 -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47) is a cross-compiler >configure:3139: checking whether we are using GNU C >configure:3148: gcc47 -E conftest.c >configure:3167: checking whether gcc47 accepts -g >configure:3208: checking for c++ >configure:3240: checking whether the C++ compiler (g++47 -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47) works >configure:3256: g++47 -o conftest -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -Wl,-rpath=/usr/local/lib/gcc47 -isystem/usr/local/include -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 conftest.C 1>&5 >configure:3282: checking whether the C++ compiler (g++47 -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47) is a cross-compiler >configure:3287: checking whether we are using GNU C++ >configure:3296: g++47 -E conftest.C >configure:3315: checking whether g++47 accepts -g >configure:3349: checking for ranlib >configure:3381: checking for /usr/local/bin/as >configure:3435: checking for ar >configure:3470: checking for ld >configure:3505: checking for strip >configure:3540: checking for windres >configure:4417: checking how to run the C preprocessor >configure:4497: checking how to run the C++ preprocessor >configure:4515: g++47 -E -isystem/usr/local/include conftest.C >/dev/null 2>conftest.out >configure:4599: checking for a BSD compatible install >configure:4652: checking whether ln -s works >configure:4675: checking for minimum required perl version >= 5.006 >configure:4686: checking for full perl installation >configure:4723: checking for doxygen >configure:4772: checking for autoconf >configure:4823: checking for unzip >configure:4879: checking for zip >configure:4933: checking for xargs >configure:4985: checking for rpmbuild >configure:5150: checking compiler version >configure:5224: checking for gmake >configure:5291: checking for X >configure:5608: checking for dnet_ntoa in -ldnet >configure:5627: gcc47 -o conftest -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -isystem/usr/local/include -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 conftest.c -ldnet 1>&5 >/usr/local/bin/ld: cannot find -ldnet >collect2: error: ld returned 1 exit status >configure: failed program was: >#line 5616 "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:5649: checking for dnet_ntoa in -ldnet_stub >configure:5668: gcc47 -o conftest -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -isystem/usr/local/include -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 conftest.c -ldnet_stub 1>&5 >/usr/local/bin/ld: cannot find -ldnet_stub >collect2: error: ld returned 1 exit status >configure: failed program was: >#line 5657 "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:5697: checking for gethostbyname >configure:5795: checking for connect >configure:5823: gcc47 -o conftest -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -isystem/usr/local/include -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 conftest.c 1>&5 >configure:5887: checking for remove >configure:5915: gcc47 -o conftest -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -isystem/usr/local/include -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 conftest.c 1>&5 >configure:5979: checking for shmat >configure:6007: gcc47 -o conftest -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -isystem/usr/local/include -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 conftest.c 1>&5 >configure:6080: checking for IceConnectionNumber in -lICE >configure:6099: gcc47 -o conftest -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -isystem/usr/local/include -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 -L/usr/local/lib conftest.c -lICE 1>&5 >configure:6507: gcc47 -c -isystem/usr/local/include conftest.c 1>&5 >configure: In function 'main': >configure:6503:15: error: '__thumb2__' undeclared (first use in this function) >configure:6503:15: note: each undeclared identifier is reported only once for each function it appears in >configure: failed program was: >#line 6500 "configure" >#include "confdefs.h" > >int main() { >return sizeof(__thumb2__); >; return 0; } >configure:6716: checking that static assertion macros used in autoconf tests work >configure:6737: gcc47 -c -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -isystem/usr/local/include conftest.c 1>&5 >configure:6754: gcc47 -c -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -isystem/usr/local/include conftest.c 1>&5 >configure: In function 'main': >configure:6754:1: error: size of array 'static_assert_line_6754' is negative >configure: failed program was: >#line 6747 "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:6777: g++47 -c -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -Wl,-rpath=/usr/local/lib/gcc47 -isystem/usr/local/include conftest.C 1>&5 >configure:6794: g++47 -c -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -Wl,-rpath=/usr/local/lib/gcc47 -isystem/usr/local/include conftest.C 1>&5 >configure: In function 'int main()': >configure:6794:1: error: size of array 'static_assert_line_6794' is negative >configure: failed program was: >#line 6787 "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:6966: checking for --noexecstack option to as >configure:6977: gcc47 -c -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -std=gnu99 -fgnu89-inline -fno-strict-aliasing -Wa,--noexecstack -isystem/usr/local/include conftest.c 1>&5 >configure:6990: checking for -z noexecstack option to ld >configure:7001: gcc47 -o conftest -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -std=gnu99 -fgnu89-inline -fno-strict-aliasing -isystem/usr/local/include -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 -Wl,-z,noexecstack conftest.c 1>&5 >configure:7013: checking for --build-id option to ld >configure:7024: gcc47 -o conftest -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -std=gnu99 -fgnu89-inline -fno-strict-aliasing -isystem/usr/local/include -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 -Wl,-z,noexecstack -Wl,--build-id conftest.c 1>&5 >configure:7040: checking if toolchain supports -mssse3 option >configure:7052: gcc47 -c -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -std=gnu99 -fgnu89-inline -fno-strict-aliasing -mssse3 -isystem/usr/local/include conftest.c 1>&5 >configure:7068: checking if toolchain supports -msse4.1 option >configure:7080: gcc47 -c -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -std=gnu99 -fgnu89-inline -fno-strict-aliasing -msse4.1 -isystem/usr/local/include conftest.c 1>&5 >configure:7106: checking whether the C compiler supports -Werror=return-type >configure:7129: gcc47 -c -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -std=gnu99 -fgnu89-inline -fno-strict-aliasing -Werror -Werror=return-type -isystem/usr/local/include conftest.c 1>&5 >configure:7157: checking whether the C compiler supports -Wtype-limits >configure:7180: gcc47 -c -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -std=gnu99 -fgnu89-inline -fno-strict-aliasing -Werror -Wtype-limits -isystem/usr/local/include conftest.c 1>&5 >configure:7208: checking whether the C compiler supports -Wempty-body >configure:7231: gcc47 -c -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -std=gnu99 -fgnu89-inline -fno-strict-aliasing -Werror -Wempty-body -isystem/usr/local/include conftest.c 1>&5 >configure:7259: checking whether the C compiler supports -Wsign-compare >configure:7282: gcc47 -c -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -std=gnu99 -fgnu89-inline -fno-strict-aliasing -Werror -Wsign-compare -isystem/usr/local/include conftest.c 1>&5 >configure:7370: checking whether the C++ compiler supports -Werror=return-type >configure:7393: g++47 -c -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -Wl,-rpath=/usr/local/lib/gcc47 -fno-exceptions -fno-strict-aliasing -Werror -Werror=return-type -isystem/usr/local/include conftest.C 1>&5 >configure:7421: checking whether the C++ compiler supports -Wtype-limits >configure:7444: g++47 -c -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -Wl,-rpath=/usr/local/lib/gcc47 -fno-exceptions -fno-strict-aliasing -Werror -Wtype-limits -isystem/usr/local/include conftest.C 1>&5 >configure:7472: checking whether the C++ compiler supports -Wempty-body >configure:7495: g++47 -c -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -Wl,-rpath=/usr/local/lib/gcc47 -fno-exceptions -fno-strict-aliasing -Werror -Wempty-body -isystem/usr/local/include conftest.C 1>&5 >configure:7523: checking whether the C++ compiler supports -Wsign-compare >configure:7546: g++47 -c -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -Wl,-rpath=/usr/local/lib/gcc47 -fno-exceptions -fno-strict-aliasing -Werror -Wsign-compare -isystem/usr/local/include conftest.C 1>&5 >configure:7578: checking whether the C++ compiler supports -Wno-invalid-offsetof >configure:7601: g++47 -c -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -Wl,-rpath=/usr/local/lib/gcc47 -fno-exceptions -fno-strict-aliasing -Werror -Winvalid-offsetof -isystem/usr/local/include conftest.C 1>&5 >configure:7714: checking whether ld has archive extraction flags >configure:7738: gcc47 -o conftest -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -std=gnu99 -fgnu89-inline -fno-strict-aliasing -isystem/usr/local/include -Wl,--whole-archive conftest.c -Wl,--no-whole-archive 1>&5 >configure:7773: checking for 64-bit OS >configure:7782: gcc47 -c -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -std=gnu99 -fgnu89-inline -fno-strict-aliasing -isystem/usr/local/include conftest.c 1>&5 >configure:8217: checking for custom <stdint.h> implementation >configure:9547: checking whether the linker supports Identical Code Folding >configure:9556: gcc47 -o conftest -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 -Wl,-z,noexecstack -Wl,--build-id -Wl,--icf=safe -ffunction-sections conftest.c 1>&2 >/usr/local/bin/ld: unrecognized option '--icf=safe' >/usr/local/bin/ld: use the --help option for usage information >collect2: error: ld returned 1 exit status >configure:9627: checking for ANSI C header files >configure:9734: checking for working const >configure:9788: gcc47 -c -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include conftest.c 1>&5 >configure:9812: checking for mode_t >configure:9848: checking for off_t >configure:9884: checking for pid_t >configure:9920: checking for size_t >configure:9963: checking for __stdcall >configure:9977: g++47 -c -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -Wl,-rpath=/usr/local/lib/gcc47 -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -isystem/usr/local/include conftest.C 1>&5 >configure:9971:48: error: '__stdcall' was not declared in this scope >configure:9971:61: error: template argument 1 is invalid >configure: failed program was: >#line 9968 "configure" >#include "confdefs.h" >template <typename Method> struct foo; > template <> struct foo<void (*)()> {}; > template <> struct foo<void (__stdcall*)()> {}; >int main() { > >; return 0; } >configure:10009: checking for ssize_t >configure:10047: checking for st_blksize in struct stat >configure:10060: gcc47 -c -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include conftest.c 1>&5 >configure:10084: checking for siginfo_t >configure:10097: gcc47 -c -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include conftest.c 1>&5 >configure:10123: checking for int64 >configure:10136: gcc47 -c -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include conftest.c 1>&5 >configure: In function 'main': >configure:10132:1: error: unknown type name 'int64' >configure: failed program was: >#line 10128 "configure" >#include "confdefs.h" >#include <stdio.h> > #include <sys/types.h> >int main() { >int64 foo = 0; >; return 0; } >configure:10161: checking for uint >configure:10174: gcc47 -c -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include conftest.c 1>&5 >configure:10199: checking for uint_t >configure:10212: gcc47 -c -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include conftest.c 1>&5 >configure: In function 'main': >configure:10208:1: error: unknown type name 'uint_t' >configure: failed program was: >#line 10204 "configure" >#include "confdefs.h" >#include <stdio.h> > #include <sys/types.h> >int main() { >uint_t foo = 0; >; return 0; } >configure:10246: checking for uname.domainname >configure:10259: g++47 -c -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -Wl,-rpath=/usr/local/lib/gcc47 -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -isystem/usr/local/include conftest.C 1>&5 >configure: In function 'int main()': >configure:10255:62: error: 'struct utsname' has no member named 'domainname' >configure: failed program was: >#line 10251 "configure" >#include "confdefs.h" >#include <sys/utsname.h> >int main() { > struct utsname *res; char *domain; > (void)uname(res); if (res != 0) { domain = res->domainname; } >; return 0; } >configure:10286: checking for uname.__domainname >configure:10299: g++47 -c -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -Wl,-rpath=/usr/local/lib/gcc47 -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -isystem/usr/local/include conftest.C 1>&5 >configure: In function 'int main()': >configure:10295:62: error: 'struct utsname' has no member named '__domainname' >configure: failed program was: >#line 10291 "configure" >#include "confdefs.h" >#include <sys/utsname.h> >int main() { > struct utsname *res; char *domain; > (void)uname(res); if (res != 0) { domain = res->__domainname; } >; return 0; } >configure:10338: checking for gcc c++0x headers bug without rtti >configure:10350: g++47 -c -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -Wl,-rpath=/usr/local/lib/gcc47 -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -isystem/usr/local/include conftest.C 1>&5 >configure:10402: checking for usable char16_t (2 bytes, unsigned) >configure:10418: g++47 -c -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -Wl,-rpath=/usr/local/lib/gcc47 -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -isystem/usr/local/include conftest.C 1>&5 >configure:10446: checking for usable wchar_t (2 bytes, unsigned) >configure:10460: g++47 -c -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -Wl,-rpath=/usr/local/lib/gcc47 -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -isystem/usr/local/include conftest.C 1>&5 >configure: In function 'int main()': >configure:10459:1: error: size of array 'static_assert_line_10459' is negative >configure:10460:22: error: size of array 'static_assert_line_10460' is negative >configure: failed program was: >#line 10451 "configure" >#include "confdefs.h" >#include <stddef.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(wchar_t) == 2); > CONFIGURE_STATIC_ASSERT((wchar_t)-1 > (wchar_t) 0) >; return 0; } >configure:10579: checking for gcc PR49911 >configure:10640: g++47 -o conftest -O2 -isystem/usr/local/include -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 -Wl,-z,noexecstack -Wl,--build-id conftest.C 1>&5 >configure:10673: checking for gcc pr39608 >configure:10703: g++47 -c -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -Wl,-rpath=/usr/local/lib/gcc47 -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -isystem/usr/local/include conftest.C 1>&5 >configure:10733: checking for llvm pr8927 >configure:10773: gcc47 -o conftest -O2 -isystem/usr/local/include -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 -Wl,-z,noexecstack -Wl,--build-id conftest.c 1>&5 >configure:10811: checking for __force_align_arg_pointer__ attribute >configure:10823: gcc47 -c -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -Werror -isystem/usr/local/include conftest.c 1>&5 >configure:10817:1: error: '__force_align_arg_pointer__' attribute ignored [-Werror=attributes] >cc1: all warnings being treated as errors >configure: failed program was: >#line 10816 "configure" >#include "confdefs.h" >__attribute__ ((__force_align_arg_pointer__)) void test() {} >int main() { > >; return 0; } >configure:10850: checking for dirent.h that defines DIR >configure:10863: gcc47 -c -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include conftest.c 1>&5 >configure:10891: checking for opendir in -ldir >configure:10910: gcc47 -o conftest -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 -Wl,-z,noexecstack -Wl,--build-id conftest.c -ldir 1>&5 >/usr/local/bin/ld: cannot find -ldir >collect2: error: ld returned 1 exit status >configure: failed program was: >#line 10899 "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:10985: checking for sys/byteorder.h >configure:10998: gcc47 -c -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 >configure:10992:27: fatal error: sys/byteorder.h: No such file or directory >compilation terminated. >configure: failed program was: >#line 10990 "configure" >#include "confdefs.h" > >#include <sys/byteorder.h> >int main() { > >; return 0; } >configure:10985: checking for compat.h >configure:10998: gcc47 -c -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 >configure:10992:20: fatal error: compat.h: No such file or directory >compilation terminated. >configure: failed program was: >#line 10990 "configure" >#include "confdefs.h" > >#include <compat.h> >int main() { > >; return 0; } >configure:10985: checking for getopt.h >configure:10985: checking for sys/bitypes.h >configure:10998: gcc47 -c -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 >configure:10992:25: fatal error: sys/bitypes.h: No such file or directory >compilation terminated. >configure: failed program was: >#line 10990 "configure" >#include "confdefs.h" > >#include <sys/bitypes.h> >int main() { > >; return 0; } >configure:10985: checking for memory.h >configure:10985: checking for unistd.h >configure:10985: checking for gnu/libc-version.h >configure:10998: gcc47 -c -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 >configure:10992:30: fatal error: gnu/libc-version.h: No such file or directory >compilation terminated. >configure: failed program was: >#line 10990 "configure" >#include "confdefs.h" > >#include <gnu/libc-version.h> >int main() { > >; return 0; } >configure:10985: checking for nl_types.h >configure:10998: gcc47 -c -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 >configure:10985: checking for malloc.h >configure:10985: checking for X11/XKBlib.h >configure:10998: gcc47 -c -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 >configure:10985: checking for io.h >configure:10998: gcc47 -c -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 >configure:10992:16: fatal error: io.h: No such file or directory >compilation terminated. >configure: failed program was: >#line 10990 "configure" >#include "confdefs.h" > >#include <io.h> >int main() { > >; return 0; } >configure:10985: checking for cpuid.h >configure:10998: gcc47 -c -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 >configure:11033: checking for sys/statvfs.h >configure:11033: checking for sys/statfs.h >configure:11046: gcc47 -c -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 >configure:11040:24: fatal error: sys/statfs.h: No such file or directory >compilation terminated. >configure: failed program was: >#line 11038 "configure" >#include "confdefs.h" > >#include <sys/statfs.h> >int main() { > >; return 0; } >configure:11033: checking for sys/vfs.h >configure:11046: gcc47 -c -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 >configure:11040:21: fatal error: sys/vfs.h: No such file or directory >compilation terminated. >configure: failed program was: >#line 11038 "configure" >#include "confdefs.h" > >#include <sys/vfs.h> >int main() { > >; return 0; } >configure:11033: checking for sys/mount.h >configure:11080: checking for sys/quota.h >configure:11093: gcc47 -c -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 >configure:11087:23: fatal error: sys/quota.h: No such file or directory >compilation terminated. >configure: failed program was: >#line 11085 "configure" >#include "confdefs.h" > >#include <sys/quota.h> >int main() { > >; return 0; } >configure:11080: checking for sys/sysmacros.h >configure:11093: gcc47 -c -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 >configure:11087:27: fatal error: sys/sysmacros.h: No such file or directory >compilation terminated. >configure: failed program was: >#line 11085 "configure" >#include "confdefs.h" > >#include <sys/sysmacros.h> >int main() { > >; return 0; } >configure:11126: checking for linux/quota.h >configure:11139: gcc47 -c -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 >configure:11133:25: fatal error: linux/quota.h: No such file or directory >compilation terminated. >configure: failed program was: >#line 11131 "configure" >#include "confdefs.h" >#include <sys/socket.h> >#include <linux/quota.h> >int main() { > >; return 0; } >configure:11173: checking for linux/if_addr.h >configure:11186: gcc47 -c -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 >configure:11180:27: fatal error: linux/if_addr.h: No such file or directory >compilation terminated. >configure: failed program was: >#line 11178 "configure" >#include "confdefs.h" >#include <sys/socket.h> >#include <linux/if_addr.h> >int main() { > >; return 0; } >configure:11173: checking for linux/rtnetlink.h >configure:11186: gcc47 -c -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 >configure:11180:29: fatal error: linux/rtnetlink.h: No such file or directory >compilation terminated. >configure: failed program was: >#line 11178 "configure" >#include "confdefs.h" >#include <sys/socket.h> >#include <linux/rtnetlink.h> >int main() { > >; return 0; } >configure:11220: checking for sys/types.h >configure:11220: checking for netinet/in.h >configure:11220: checking for byteswap.h >configure:11264: checking for sockaddr_in.sin_len >configure:11281: gcc47 -c -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 >configure:11312: checking for sockaddr_in6.sin6_len >configure:11329: gcc47 -c -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 >configure:11353: checking for sockaddr.sa_len >configure:11370: gcc47 -c -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 >configure:11403: checking for new >configure:11416: g++47 -c -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -Wl,-rpath=/usr/local/lib/gcc47 -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -isystem/usr/local/include -I/usr/local/include conftest.C 1>&5 >configure:11515: checking for sys/cdefs.h >configure:11580: checking for linux/perf_event.h >configure:11593: gcc47 -c -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 >configure:11587:30: fatal error: linux/perf_event.h: No such file or directory >compilation terminated. >configure: failed program was: >#line 11585 "configure" >#include "confdefs.h" > >#include <linux/perf_event.h> >int main() { > >; return 0; } >configure:11656: checking for gethostbyname_r in -lc_r >configure:11675: gcc47 -o conftest -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 -Wl,-z,noexecstack -Wl,--build-id conftest.c -lc_r 1>&5 >/usr/local/bin/ld: cannot find -lc_r >collect2: error: ld returned 1 exit status >configure: failed program was: >#line 11664 "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:11716: checking for library containing dlopen >configure:11734: gcc47 -o conftest -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 -Wl,-z,noexecstack -Wl,--build-id conftest.c 1>&5 >configure:11774: checking for dlfcn.h >configure:11824: checking for dladdr >configure:11852: gcc47 -o conftest -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -D_GNU_SOURCE -isystem/usr/local/include -I/usr/local/include -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 -Wl,-z,noexecstack -Wl,--build-id conftest.c 1>&5 >configure:11824: checking for memmem >configure:11852: gcc47 -o conftest -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -D_GNU_SOURCE -isystem/usr/local/include -I/usr/local/include -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 -Wl,-z,noexecstack -Wl,--build-id conftest.c 1>&5 >configure:11996: checking for socket in -lsocket >configure:12015: gcc47 -o conftest -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 -Wl,-z,noexecstack -Wl,--build-id conftest.c -lsocket 1>&5 >/usr/local/bin/ld: cannot find -lsocket >collect2: error: ld returned 1 exit status >configure: failed program was: >#line 12004 "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:12070: checking for XDrawLines in -lX11 >configure:12089: gcc47 -o conftest -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 -Wl,-z,noexecstack -Wl,--build-id conftest.c -lX11 -lX11 1>&5 >configure:12111: checking for XextAddDisplay in -lXext >configure:12130: gcc47 -o conftest -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 -Wl,-z,noexecstack -Wl,--build-id conftest.c -lXext -lX11 1>&5 >configure:12153: checking for XtFree in -lXt >configure:12172: gcc47 -o conftest -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 -Wl,-z,noexecstack -Wl,--build-id conftest.c -lXt 1>&5 >configure:12326: checking for XShmCreateImage in -lXext >configure:12345: gcc47 -o conftest -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include -L/usr/local/lib -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 -Wl,-z,noexecstack -Wl,--build-id conftest.c -lXext -lX11 -lXext 1>&5 >configure:12368: checking for X11/extensions/scrnsaver.h >configure:12381: gcc47 -c -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 >configure:12375:38: fatal error: X11/extensions/scrnsaver.h: No such file or directory >compilation terminated. >configure: failed program was: >#line 12373 "configure" >#include "confdefs.h" > >#include <X11/extensions/scrnsaver.h> >int main() { > >; return 0; } >configure:12465: checking for pthread_create in -lpthreads >gcc47 -o dummy dummy.c -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include -lpthreads -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 -Wl,-z,noexecstack -Wl,--build-id >/usr/local/bin/ld: cannot find -lpthreads >collect2: error: ld returned 1 exit status >configure:12488: checking for pthread_create in -lpthread >gcc47 -o dummy dummy.c -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include -lpthread -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 -Wl,-z,noexecstack -Wl,--build-id >configure:12593: checking whether gcc47 accepts -pthread >configure:12722: checking whether gcc47 needs -traditional >configure:12729:19: fatal error: sgtty.h: No such file or directory >compilation terminated. >configure:12747:20: fatal error: termio.h: No such file or directory >compilation terminated. >configure:12768: checking for 8-bit clean memcmp >configure:12786: gcc47 -o conftest -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 -Wl,-z,noexecstack -Wl,--build-id conftest.c 1>&5 >configure:12778:1: warning: return type defaults to 'int' [enabled by default] >configure: In function 'main': >configure:12781:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] >configure:12781:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] >configure:12781:3: warning: implicit declaration of function 'memcmp' [-Wimplicit-function-declaration] >configure:12806: checking for random >configure:12806: checking for strerror >configure:12806: checking for lchown >configure:12834: gcc47 -o conftest -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 -Wl,-z,noexecstack -Wl,--build-id conftest.c 1>&5 >configure:12806: checking for fchmod >configure:12806: checking for snprintf >configure:12806: checking for memmove >configure:12806: checking for rint >configure:12834: gcc47 -o conftest -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 -Wl,-z,noexecstack -Wl,--build-id conftest.c 1>&5 >configure:12818:6: warning: conflicting types for built-in function 'rint' [enabled by default] >/tmp//ccnVMOfm.o: In function `main': >conftest.c:(.text.startup.main+0x7): undefined reference to `rint' >collect2: error: ld returned 1 exit status >configure: failed program was: >#line 12811 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char rint(); below. */ >#include <assert.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 rint(); > >int main() { > >/* 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_rint) || defined (__stub___rint) >choke me >#else >rint(); >#endif > >; return 0; } >configure:12806: checking for stat64 >configure:12834: gcc47 -o conftest -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 -Wl,-z,noexecstack -Wl,--build-id conftest.c 1>&5 >/tmp//ccxqY569.o: In function `main': >conftest.c:(.text.startup.main+0x7): undefined reference to `stat64' >collect2: error: ld returned 1 exit status >configure: failed program was: >#line 12811 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char stat64(); below. */ >#include <assert.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 stat64(); > >int main() { > >/* 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_stat64) || defined (__stub___stat64) >choke me >#else >stat64(); >#endif > >; return 0; } >configure:12806: checking for lstat64 >configure:12834: gcc47 -o conftest -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 -Wl,-z,noexecstack -Wl,--build-id conftest.c 1>&5 >/tmp//ccVhExfd.o: In function `main': >conftest.c:(.text.startup.main+0x7): undefined reference to `lstat64' >collect2: error: ld returned 1 exit status >configure: failed program was: >#line 12811 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char lstat64(); below. */ >#include <assert.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 lstat64(); > >int main() { > >/* 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_lstat64) || defined (__stub___lstat64) >choke me >#else >lstat64(); >#endif > >; return 0; } >configure:12806: checking for truncate64 >configure:12834: gcc47 -o conftest -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 -Wl,-z,noexecstack -Wl,--build-id conftest.c 1>&5 >/tmp//ccGAhuTh.o: In function `main': >conftest.c:(.text.startup.main+0x7): undefined reference to `truncate64' >collect2: error: ld returned 1 exit status >configure: failed program was: >#line 12811 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char truncate64(); below. */ >#include <assert.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 truncate64(); > >int main() { > >/* 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_truncate64) || defined (__stub___truncate64) >choke me >#else >truncate64(); >#endif > >; return 0; } >configure:12806: checking for setbuf >configure:12834: gcc47 -o conftest -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 -Wl,-z,noexecstack -Wl,--build-id conftest.c 1>&5 >configure:12806: checking for isatty >configure:12834: gcc47 -o conftest -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 -Wl,-z,noexecstack -Wl,--build-id conftest.c 1>&5 >configure:12864: checking for statvfs64 >configure:12892: gcc47 -o conftest -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 -Wl,-z,noexecstack -Wl,--build-id conftest.c 1>&5 >/tmp//ccDAbdTj.o: In function `main': >conftest.c:(.text.startup.main+0x7): undefined reference to `statvfs64' >collect2: error: ld returned 1 exit status >configure: failed program was: >#line 12869 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char statvfs64(); below. */ >#include <assert.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 statvfs64(); > >int main() { > >/* 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_statvfs64) || defined (__stub___statvfs64) >choke me >#else >statvfs64(); >#endif > >; return 0; } >configure:12864: checking for statvfs >configure:12864: checking for statfs64 >configure:12892: gcc47 -o conftest -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 -Wl,-z,noexecstack -Wl,--build-id conftest.c 1>&5 >/tmp//cctrZoSi.o: In function `main': >conftest.c:(.text.startup.main+0x7): undefined reference to `statfs64' >collect2: error: ld returned 1 exit status >configure: failed program was: >#line 12869 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char statfs64(); below. */ >#include <assert.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 statfs64(); > >int main() { > >/* 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_statfs64) || defined (__stub___statfs64) >choke me >#else >statfs64(); >#endif > >; return 0; } >configure:12864: checking for statfs >configure:12922: checking for flockfile >configure:12950: gcc47 -o conftest -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 -Wl,-z,noexecstack -Wl,--build-id conftest.c 1>&5 >configure:12922: checking for getpagesize >configure:12980: checking for localtime_r >configure:13008: gcc47 -o conftest -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 -Wl,-z,noexecstack -Wl,--build-id conftest.c 1>&5 >configure:12980: checking for strtok_r >configure:13008: gcc47 -o conftest -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 -Wl,-z,noexecstack -Wl,--build-id conftest.c 1>&5 >configure:13038: checking for arc4random >configure:13038: checking for arc4random_buf >configure:13095: checking for clock_gettime(CLOCK_MONOTONIC) >configure:13111: gcc47 -o conftest -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 -Wl,-z,noexecstack -Wl,--build-id conftest.c 1>&5 >configure:13152: checking for wcrtomb >configure:13164: g++47 -o conftest -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -Wl,-rpath=/usr/local/lib/gcc47 -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 -Wl,-z,noexecstack -Wl,--build-id conftest.C 1>&5 >configure:13187: checking for mbrtowc >configure:13199: g++47 -o conftest -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -Wl,-rpath=/usr/local/lib/gcc47 -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 -Wl,-z,noexecstack -Wl,--build-id conftest.C 1>&5 >configure:13231: checking for res_ninit() >configure:13253: gcc47 -o conftest -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 -Wl,-z,noexecstack -Wl,--build-id conftest.c 1>&5 >configure:13288: checking for gnu_get_libc_version() >configure:13304: g++47 -o conftest -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -Wl,-rpath=/usr/local/lib/gcc47 -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 -Wl,-z,noexecstack -Wl,--build-id conftest.C 1>&5 >configure: In function 'int main()': >configure:13300:50: error: 'gnu_get_libc_version' was not declared in this scope >configure: failed program was: >#line 13293 "configure" >#include "confdefs.h" > > #ifdef HAVE_GNU_LIBC_VERSION_H > #include <gnu/libc-version.h> > #endif > >int main() { >const char *glibc_version = gnu_get_libc_version(); >; return 0; } >configure:13336: checking for iconv in -lc >configure:13358: g++47 -o conftest -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -Wl,-rpath=/usr/local/lib/gcc47 -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 -Wl,-z,noexecstack -Wl,--build-id conftest.C -lc 1>&5 >/tmp//cc5u7Wjy.o: In function `main': >conftest.C:(.text.startup.main+0x5): undefined reference to `iconv' >collect2: error: ld returned 1 exit status >configure: failed program was: >#line 13344 "configure" >#include "confdefs.h" >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char iconv(); > >int main() { >iconv() >; return 0; } >configure:13377: checking for iconv in -liconv >configure:13399: g++47 -o conftest -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -Wl,-rpath=/usr/local/lib/gcc47 -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 -Wl,-z,noexecstack -Wl,--build-id conftest.C -liconv 1>&5 >configure:13467: checking for iconv() >configure:13486: g++47 -o conftest -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -Wl,-rpath=/usr/local/lib/gcc47 -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 -Wl,-z,noexecstack -Wl,--build-id conftest.C -liconv 1>&5 >configure:13513: checking for iconv() with const input >configure:13533: g++47 -c -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -Wl,-rpath=/usr/local/lib/gcc47 -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -isystem/usr/local/include -I/usr/local/include conftest.C 1>&5 >configure:13565: checking for nl_langinfo and CODESET >configure:13577: g++47 -o conftest -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -Wl,-rpath=/usr/local/lib/gcc47 -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 -Wl,-z,noexecstack -Wl,--build-id conftest.C 1>&5 >configure:13612: checking for an implementation of va_copy() >configure:13636: gcc47 -o conftest -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 -Wl,-z,noexecstack -Wl,--build-id conftest.c 1>&5 >configure: In function 'f': >configure:13630:17: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] >configure:13630:17: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] >configure:13653: checking for an implementation of __va_copy() >configure:13677: gcc47 -o conftest -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 -Wl,-z,noexecstack -Wl,--build-id conftest.c 1>&5 >configure: In function 'f': >configure:13671:17: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] >configure:13671:17: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] >configure:13694: checking whether va_lists can be copied by value >configure:13718: gcc47 -o conftest -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 -Wl,-z,noexecstack -Wl,--build-id conftest.c 1>&5 >configure: In function 'f': >configure:13710:19: error: incompatible types when assigning to type 'va_list' from type 'struct __va_list_tag *' >configure:13712:17: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] >configure:13712:17: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] >configure: failed program was: >#line 13704 "configure" >#include "confdefs.h" > > #include <stdarg.h> > void f (int i, ...) { > va_list args1, args2; > va_start (args1, i); > args2 = args1; > if (va_arg (args2, int) != 42 || va_arg (args1, int) != 42) > exit (1); > va_end (args1); va_end (args2); > } > int main() { f (0, 42); return 0; } >configure:13831: checking whether the C++ "using" keyword resolves ambiguity >configure:13852: g++47 -c -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -Wl,-rpath=/usr/local/lib/gcc47 -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -isystem/usr/local/include -I/usr/local/include conftest.C 1>&5 >configure:13876: checking for C++ dynamic_cast to void* >configure:13903: g++47 -o conftest -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -Wl,-rpath=/usr/local/lib/gcc47 -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 -Wl,-z,noexecstack -Wl,--build-id conftest.C 1>&5 >configure:13930: checking whether C++ requires implementation of unused virtual methods >configure:13942: g++47 -o conftest -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -Wl,-rpath=/usr/local/lib/gcc47 -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 -Wl,-z,noexecstack -Wl,--build-id conftest.C 1>&5 >configure:13968: checking for trouble comparing to zero near std::operator!=() >configure:13984: g++47 -c -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -Wl,-rpath=/usr/local/lib/gcc47 -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -isystem/usr/local/include -I/usr/local/include conftest.C 1>&5 >configure:14014: checking for __thread keyword for TLS variables >configure:14026: g++47 -o conftest -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -Wl,-rpath=/usr/local/lib/gcc47 -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 -Wl,-z,noexecstack -Wl,--build-id -fPIC -shared -Wl,-z,defs conftest.C 1>&5 >configure:14112: checking for malloc.h >configure:14112: checking for malloc_np.h >configure:14125: g++47 -c -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -Wl,-rpath=/usr/local/lib/gcc47 -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -isystem/usr/local/include -I/usr/local/include conftest.C 1>&5 >configure:14161: checking for strndup >configure:14161: checking for posix_memalign >configure:14192: g++47 -o conftest -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -Wl,-rpath=/usr/local/lib/gcc47 -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 -Wl,-z,noexecstack -Wl,--build-id conftest.C 1>&5 >configure:14161: checking for memalign >configure:14192: g++47 -o conftest -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -Wl,-rpath=/usr/local/lib/gcc47 -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 -Wl,-z,noexecstack -Wl,--build-id conftest.C 1>&5 >/tmp//ccCvt6yq.o: In function `main': >conftest.C:(.text.startup.main+0x5): undefined reference to `memalign' >collect2: error: ld returned 1 exit status >configure: failed program was: >#line 14166 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char memalign(); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char memalign(); > >int main() { > >/* 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_memalign) || defined (__stub___memalign) >choke me >#else >memalign(); >#endif > >; return 0; } >configure:14161: checking for valloc >configure:14192: g++47 -o conftest -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -Wl,-rpath=/usr/local/lib/gcc47 -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 -Wl,-z,noexecstack -Wl,--build-id conftest.C 1>&5 >configure:14223: checking for malloc_usable_size >configure:14254: g++47 -o conftest -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -Wl,-rpath=/usr/local/lib/gcc47 -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 -Wl,-z,noexecstack -Wl,--build-id conftest.C 1>&5 >configure:14284: checking for __attribute__((always_inline)) >configure:14296: g++47 -c -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -Wl,-rpath=/usr/local/lib/gcc47 -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -isystem/usr/local/include -I/usr/local/include conftest.C 1>&5 >configure:14311: checking for __attribute__((malloc)) >configure:14323: g++47 -c -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -Wl,-rpath=/usr/local/lib/gcc47 -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -isystem/usr/local/include -I/usr/local/include conftest.C 1>&5 >configure:14338: checking for __attribute__((warn_unused_result)) >configure:14350: g++47 -c -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -Wl,-rpath=/usr/local/lib/gcc47 -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -isystem/usr/local/include -I/usr/local/include conftest.C 1>&5 >configure:14374: checking for LC_MESSAGES >configure:14386: gcc47 -c -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 >configure:14412: checking for localeconv >configure:14440: gcc47 -o conftest -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -isystem/usr/local/include -I/usr/local/include -pthread -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 -Wl,-z,noexecstack -Wl,--build-id conftest.c 1>&5 >configure:14629: checking for nspr-config >configure:14664: checking for NSPR - version >= 4.10.2 >configure:14732: gcc47 -c -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -I/usr/local/include/nspr -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 >configure:14752: gcc47 -c -O2 -fno-strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -I/usr/local/include/nspr -isystem/usr/local/include -I/usr/local/include conftest.c 1>&5 >configure:14877: checking for libevent >configure:14884: checking MOZ_LIBEVENT_CFLAGS >configure:14889: checking MOZ_LIBEVENT_LIBS >configure:15064: checking for nss-config >configure:15099: checking for NSS - version >= 3.16.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 192897
:
146127
| 146141