Ticket #40468: config.log

File config.log, 8.9 KB (added by wpdster@…, 11 years ago)
Line 
1This file contains any messages produced by compilers while
2running configure, to aid debugging if configure makes a mistake.
3
4configure:786: checking host system type
5configure:1199: checking for gcc
6configure:1312: checking whether the C compiler (/usr/bin/clang -pipe -Os -arch x86_64 -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64) works
7configure:1328: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  1>&5
8configure:1325:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
9main(){return(0);}
10^~~~
111 warning generated.
12configure:1354: checking whether the C compiler (/usr/bin/clang -pipe -Os -arch x86_64 -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64) is a cross-compiler
13configure:1359: checking whether we are using GNU C
14configure:1368: /usr/bin/clang -E conftest.c
15configure:1387: checking whether /usr/bin/clang accepts -g
16configure:1419: checking how to run the C preprocessor
17configure:1440: /usr/bin/clang -E -I/opt/local/include conftest.c >/dev/null 2>conftest.out
18configure:1547: checking for gawk
19configure:1547: checking for nawk
20configure:1547: checking for awk
21configure:1663: checking system version (for dynamic loading)
22configure:1671: checking for makeinfo
23configure:1728: checking for unistd.h
24configure:1738: /usr/bin/clang -E -I/opt/local/include conftest.c >/dev/null 2>conftest.out
25configure:1755: checking for sysconf in -lc
26configure:1774: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c -lc   1>&5
27configure:1790: checking for _SC_CLK_TCK
28configure:1807: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  1>&5
29configure:1851: checking for gmp.h
30configure:1861: /usr/bin/clang -E -I/opt/local/include conftest.c >/dev/null 2>conftest.out
31configure:1878: checking for __gmpz_init in -lgmp
32configure:1897: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c -lgmp   1>&5
33configure:1913: checking for external gmp version
34configure:1929: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  1>&5
35configure:2008: checking for leading underscore in object symbols
36configure:2022: checking for GNU ld option -Map
37configure:2039: checking for size of gmp limbs
38configure:2055: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  1>&5
39configure:2049:15: warning: conversion specifies type 'unsigned int' but the argument has type 'unsigned long' [-Wformat]
40        fprintf(fp,"%u",sizeof(mp_limb_t));
41                    ~^  ~~~~~~~~~~~~~~~~~
42                    %lu
431 warning generated.
44configure:2078: checking _SHORT_LIMB
45configure:2095: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  1>&5
46configure: failed program was:
47#line 2083 "configure"
48#include "confdefs.h"
49#include <stdio.h>
50        #include "/opt/local/include/gmp.h"
51        int main() {
52        #ifdef _SHORT_LIMB
53        return 0;
54        #else
55        return 1;
56        #endif
57        }
58configure:2111: checking _LONG_LONG_LIMB
59configure:2128: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  1>&5
60configure: failed program was:
61#line 2116 "configure"
62#include "confdefs.h"
63#include <stdio.h>
64        #include "/opt/local/include/gmp.h"
65        int main() {
66        #ifdef _LONG_LONG_LIMB
67        return 0;
68        #else
69        return 1;
70        #endif
71        }
72configure:2167: checking for X
73configure:3003: checking for main in -lXmu
74configure:3018: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c -lXmu   1>&5
75ld: library not found for -lXmu
76clang: error: linker command failed with exit code 1 (use -v to see invocation)
77configure: failed program was:
78#line 3011 "configure"
79#include "confdefs.h"
80
81int main() {
82main()
83; return 0; }
84configure:3040: checking for main in -lXt
85configure:3055: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c -lXt   1>&5
86configure:3077: checking for main in -lXext
87configure:3092: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c -lXext  -lXt  1>&5
88configure:3114: checking for main in -lXaw
89configure:3129: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c -lXaw  -lXt -lXext  1>&5
90ld: library not found for -lXaw
91clang: error: linker command failed with exit code 1 (use -v to see invocation)
92configure: failed program was:
93#line 3122 "configure"
94#include "confdefs.h"
95
96int main() {
97main()
98; return 0; }
99configure:3151: checking for main in -lX11
100configure:3166: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c -lX11  -lXt -lXext  1>&5
101configure:3593: checking size of long
102configure:3613: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  1>&5
103configure:3604:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
104main()
105^~~~
106configure:3607:11: warning: implicitly declaring C library function 'exit' with type 'void (int) __attribute__((noreturn))'
107  if (!f) exit(1);
108          ^
109configure:3607:11: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit'
110configure:3608:16: warning: conversion specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
111  fprintf(f, "%d\n", sizeof(long));
112              ~^     ~~~~~~~~~~~~
113              %lu
1143 warnings generated.
115configure:3633: checking sizeof struct contblock
116configure:3686: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  1>&5
117configure:3680:14: warning: conversion specifies type 'unsigned int' but the argument has type 'unsigned long' [-Wformat]
118        fprintf(f,"%u",sizeof(struct contblock));
119                   ~^  ~~~~~~~~~~~~~~~~~~~~~~~~
120                   %lu
1211 warning generated.
122configure:3711: checking for endian.h
123configure:3721: /usr/bin/clang -E -I/opt/local/include conftest.c >/dev/null 2>conftest.out
124configure:3717:10: fatal error: 'endian.h' file not found
125#include <endian.h>
126         ^
1271 error generated.
128configure: failed program was:
129#line 3716 "configure"
130#include "confdefs.h"
131#include <endian.h>
132configure:3780: checking for sbrk
133configure:3798: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  1>&5
134configure:3793:15: warning: conversion specifies type 'unsigned int' but the argument has type 'void *' [-Wformat]
135                fprintf(f,"%u",sbrk(0));
136                           ~^  ~~~~~~~
1371 warning generated.
138configure:3814: checking for randomized sbrk
139configure:3831: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  1>&5
140configure:3826:16: warning: conversion specifies type 'unsigned int' but the argument has type 'void *' [-Wformat]
141                        fprintf(f,"%u",sbrk(0));
142                                   ~^  ~~~~~~~
1431 warning generated.
144configure:3863: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  1>&5
145configure:3858:16: warning: conversion specifies type 'unsigned int' but the argument has type 'void *' [-Wformat]
146                        fprintf(f,"%u",sbrk(0));
147                                   ~^  ~~~~~~~
1481 warning generated.
149configure:3883: checking for randomized brk remedy
150configure:3908: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  1>&5
151configure:3889:10: fatal error: 'syscall.h' file not found
152#include <syscall.h>
153         ^
1541 error generated.
155configure: failed program was:
156#line 3888 "configure"
157#include "confdefs.h"
158#include <syscall.h>
159                            #include <linux/personality.h>
160                            #include <stdio.h>
161                            #include <unistd.h>
162                            int main(int argc,char * argv[]) {
163                                FILE *f;
164                                #if SIZEOF_LONG == 4
165                                if (!syscall(SYS_personality,PER_LINUX32))
166                                #else
167                                if (!syscall(SYS_personality,PER_LINUX))
168                                #endif
169                                        execvp(argv[0],argv);
170                                if (!(f=fopen("conftest1","w")))
171                                        return -1;
172                                fprintf(f,"%u",sbrk(0));
173                                return 0;
174                                }