VirtualBox

Ticket #7781: configure.log

File configure.log, 15.6 KB (added by Ionut Biru, 14 years ago)

configure log

Line 
1# Log file generated by
2#
3# './configure '
4#
5
6***** Checking environment *****
7Determined build machine: linux.x86, target machine: linux.x86
8
9
10***** Checking kBuild *****
11found
12
13
14***** Checking gcc *****
15found version 4.5.1
16
17
18***** Checking as86 *****
19found version 0.16.17
20
21
22***** Checking bcc *****
23compiling the following source file:
24int foo(a)
25 int a;
26{
27 return 0;
28}
29using the following command line:
30bcc -B /usr/bin/ -C-c -3 -S -o /build/src/VirtualBox-3.2.12_OSE/.tmp_out /build/src/VirtualBox-3.2.12_OSE/.tmp_src.c
31found version 0.16.17
32
33
34***** Checking iasl *****
35found version 20101013
36
37
38***** Checking xslt *****
39found
40
41
42***** Checking pthread *****
43compiling the following source file:
44#include <cstdio>
45#include <pthread.h>
46extern "C" int main(void)
47{
48 pthread_mutex_t mutex;
49 if (pthread_mutex_init(&mutex, NULL)) {
50 printf("pthread_mutex_init() failed\n");
51 return 1;
52 }
53 if (pthread_mutex_lock(&mutex)) {
54 printf("pthread_mutex_lock() failed\n");
55 return 1;
56 }
57 if (pthread_mutex_unlock(&mutex)) {
58 printf("pthread_mutex_unlock() failed\n");
59 return 1;
60 }
61 printf("found, OK.\n");
62}
63using the following command line:
64g++ -g -O -Wall -o /build/src/VirtualBox-3.2.12_OSE/.tmp_out /build/src/VirtualBox-3.2.12_OSE/.tmp_src.cc "-lpthread"
65executing the binary
66found, OK.
67
68
69***** Checking libxml2 *****
70compiling the following source file:
71#include <cstdio>
72#include <libxml/xmlversion.h>
73extern "C" int main(void)
74{
75 printf("found version %s", LIBXML_DOTTED_VERSION);
76#if LIBXML_VERSION >= 20626
77 printf(", OK.\n");
78 return 0;
79#else
80 printf(", expected version 2.6.26 or higher\n");
81 return 1;
82#endif
83}
84using the following command line:
85g++ -g -O -Wall -o /build/src/VirtualBox-3.2.12_OSE/.tmp_out /build/src/VirtualBox-3.2.12_OSE/.tmp_src.cc "-lxml2 -lpthread -I/usr/include/libxml2"
86executing the binary
87found version 2.7.8, OK.
88
89
90***** Checking libxslt *****
91compiling the following source file:
92#include <cstdio>
93#include <libxslt/xsltconfig.h>
94extern "C" int main(void)
95{
96 printf("found version %s", LIBXSLT_DOTTED_VERSION);
97#if LIBXSLT_VERSION >= 10117
98 printf(", OK.\n");
99 return 0;
100#else
101 printf(", expected version 1.1.17 or higher\n");
102 return 1;
103#endif
104}
105using the following command line:
106g++ -g -O -Wall -o /build/src/VirtualBox-3.2.12_OSE/.tmp_out /build/src/VirtualBox-3.2.12_OSE/.tmp_src.cc "-lxslt -lz -lm -lxml2 -lpthread -I/usr/include/libxml2"
107executing the binary
108found version 1.1.26, OK.
109
110
111***** Checking libIDL *****
112found version 0.8.14
113
114
115***** Checking ssl *****
116compiling the following source file:
117#include <cstdio>
118#include <openssl/opensslv.h>
119extern "C" int main(void)
120{
121 printf("found version %s", OPENSSL_VERSION_TEXT);
122#if OPENSSL_VERSION_NUMBER >= 0x00908000
123 printf(", OK.\n");
124 return 0;
125#else
126 printf(", expected version 0.9.8 or higher\n");
127 return 1;
128#endif
129}
130using the following command line:
131g++ -g -O -Wall -o /build/src/VirtualBox-3.2.12_OSE/.tmp_out /build/src/VirtualBox-3.2.12_OSE/.tmp_src.cc " -lcrypto"
132executing the binary
133found version OpenSSL 1.0.0b 16 Nov 2010, OK.
134
135
136***** Checking libcurl *****
137compiling the following source file:
138#include <cstdio>
139#include <curl/curl.h>
140extern "C" int main(void)
141{
142 printf("found version %s", LIBCURL_VERSION);
143#if 10000*LIBCURL_VERSION_MAJOR + 100*LIBCURL_VERSION_MINOR + LIBCURL_VERSION_PATCH >= 71601
144 printf(", OK.\n");
145 return 0;
146#else
147 printf(", expected version 7.16.1 or higher\n");
148 return 1;
149#endif
150}
151using the following command line:
152g++ -g -O -Wall -o /build/src/VirtualBox-3.2.12_OSE/.tmp_out /build/src/VirtualBox-3.2.12_OSE/.tmp_src.cc "-lcurl "
153executing the binary
154found version 7.21.2, OK.
155
156
157***** Checking zlib *****
158compiling the following source file:
159#include <cstdio>
160#include <zlib.h>
161extern "C" int main(void)
162{
163 printf("found version %s", ZLIB_VERSION);
164#if ZLIB_VERNUM >= 0x1210
165 printf(", OK.\n");
166 return 0;
167#else
168 printf(", expected version 1.2.1 or higher\n");
169 return 1;
170#endif
171}
172using the following command line:
173g++ -g -O -Wall -o /build/src/VirtualBox-3.2.12_OSE/.tmp_out /build/src/VirtualBox-3.2.12_OSE/.tmp_src.cc "-lz "
174executing the binary
175found version 1.2.5, OK.
176
177
178***** Checking libpng *****
179compiling the following source file:
180#include <cstdio>
181#include <png.h>
182extern "C" int main(void)
183{
184 printf("found version %s", PNG_LIBPNG_VER_STRING);
185#if PNG_LIBPNG_VER >= 10205
186 printf(", OK.\n");
187 return 0;
188#else
189 printf(", expected version 1.2.5 or higher\n");
190 return 1;
191#endif
192}
193using the following command line:
194g++ -g -O -Wall -o /build/src/VirtualBox-3.2.12_OSE/.tmp_out /build/src/VirtualBox-3.2.12_OSE/.tmp_src.cc "-lpng "
195executing the binary
196found version 1.4.4, OK.
197
198
199***** Checking SDL *****
200compiling the following source file:
201#include <cstdio>
202#include <SDL.h>
203#include <SDL_main.h>
204#undef main
205extern "C" int main(int argc, char** argv)
206{
207 printf("found version %d.%d.%d",
208 SDL_MAJOR_VERSION, SDL_MINOR_VERSION, SDL_PATCHLEVEL);
209#if SDL_VERSION_ATLEAST(1,2,7)
210 printf(", OK.\n");
211 return 0;
212#else
213 printf(", expected version 1.2.7 or higher\n");
214 return 1;
215#endif
216}
217using the following command line:
218g++ -g -O -Wall -o /build/src/VirtualBox-3.2.12_OSE/.tmp_out /build/src/VirtualBox-3.2.12_OSE/.tmp_src.cc "-L/usr/lib -lSDL -lpthread -I/usr/include/SDL "
219executing the binary
220found version 1.2.14, OK.
221
222
223***** Checking X libraries *****
224compiling the following source file:
225#include <cstdio>
226#include <X11/Xlib.h>
227extern "C" int main(void)
228{
229 Display *dpy;
230 int scrn_num;
231 Screen *scrn;
232 Window win;
233
234 dpy = XOpenDisplay(NULL);
235 scrn_num = DefaultScreen(dpy);
236 scrn = ScreenOfDisplay(dpy, scrn_num);
237 win = XCreateWindow(dpy, RootWindowOfScreen(scrn), 0, 0, 100, 100,
238 0, 16, InputOutput, CopyFromParent, 0, NULL);
239 XDestroyWindow(dpy, win);
240 XCloseDisplay(dpy);
241}
242using the following command line:
243g++ -g -O -Wall -o /build/src/VirtualBox-3.2.12_OSE/.tmp_out /build/src/VirtualBox-3.2.12_OSE/.tmp_src.cc "-L/usr/X11R6/lib -L/usr/X11R6/lib64 -L/usr/local/lib -lXext -lX11 -I/usr/local/include"
244found
245
246
247***** Checking Xcursor *****
248compiling the following source file:
249#include <cstdio>
250#include <X11/Xlib.h>
251#include <X11/Xcursor/Xcursor.h>
252extern "C" int main(void)
253{
254 XcursorImage *cursor = XcursorImageCreate (10, 10);
255 XcursorImageDestroy(cursor);
256 return 0;
257}
258using the following command line:
259g++ -g -O -Wall -o /build/src/VirtualBox-3.2.12_OSE/.tmp_out /build/src/VirtualBox-3.2.12_OSE/.tmp_src.cc "-L/usr/X11R6/lib -L/usr/X11R6/lib64 -L/usr/local/lib -lXext -lX11 -lXcursor -I/usr/local/include"
260found
261
262
263***** Checking Xinerama *****
264compiling the following source file:
265#include <X11/Xlib.h>
266#include <X11/extensions/Xinerama.h>
267extern "C" int main(void)
268{
269 Display *dpy;
270 Bool flag;
271 dpy = XOpenDisplay(NULL);
272 if (dpy)
273 {
274 flag = XineramaIsActive(dpy);
275 XCloseDisplay(dpy);
276 }
277}
278using the following command line:
279g++ -g -O -Wall -o /build/src/VirtualBox-3.2.12_OSE/.tmp_out /build/src/VirtualBox-3.2.12_OSE/.tmp_src.cc "-L/usr/X11R6/lib -L/usr/X11R6/lib64 -L/usr/local/lib -lXext -lX11 -lXinerama -I/usr/local/include"
280found
281
282
283***** Checking Xrandr *****
284compiling the following source file:
285#include <X11/Xlib.h>
286#include <X11/extensions/Xrandr.h>
287extern "C" int main(void)
288{
289 Display *dpy;
290 Bool flag;
291 int major, minor;
292 dpy = XOpenDisplay(NULL);
293 if (dpy)
294 {
295 flag = XRRQueryVersion(dpy, &major, &minor);
296 XCloseDisplay(dpy);
297 }
298}
299using the following command line:
300g++ -g -O -Wall -o /build/src/VirtualBox-3.2.12_OSE/.tmp_out /build/src/VirtualBox-3.2.12_OSE/.tmp_src.cc "-L/usr/X11R6/lib -L/usr/X11R6/lib64 -L/usr/local/lib -lXext -lX11 -lXrandr -I/usr/local/include"
301found
302
303
304***** Checking Xmu *****
305compiling the following source file:
306#include <cstdio>
307#include <X11/Xatom.h>
308#include <X11/Xlib.h>
309#include <X11/Xutil.h>
310#include <X11/Xmu/StdCmap.h>
311extern "C" int main(void)
312{
313 Display *dpy;
314 int scrn_num;
315 Screen *scrn;
316
317 dpy = XOpenDisplay(NULL);
318 if (dpy)
319 {
320 scrn_num = DefaultScreen(dpy);
321 scrn = ScreenOfDisplay(dpy, scrn_num);
322 Status status = XmuLookupStandardColormap(dpy, RootWindowOfScreen(scrn), 0,
323 24, XA_RGB_DEFAULT_MAP, False, True);
324 printf("Status = %x\n", status);
325 XCloseDisplay(dpy);
326 }
327 return 0;
328}
329using the following command line:
330g++ -g -O -Wall -o /build/src/VirtualBox-3.2.12_OSE/.tmp_out /build/src/VirtualBox-3.2.12_OSE/.tmp_src.cc "-L/usr/X11R6/lib -L/usr/X11R6/lib64 -L/usr/local/lib -lXext -lX11 -lXmu -I/usr/local/include"
331found
332
333
334***** Checking Mesa / GLU *****
335compiling the following source file:
336#include <cstdio>
337#include <X11/Xlib.h>
338#include <GL/glx.h>
339#include <GL/glu.h>
340extern "C" int main(void)
341{
342 Display *dpy;
343 int major, minor;
344
345 dpy = XOpenDisplay(NULL);
346 if (dpy)
347 {
348 Bool glx_version = glXQueryVersion(dpy, &major, &minor);
349 XCloseDisplay(dpy);
350 if (glx_version)
351 {
352 printf("found version %u.%u, OK.\n", major, minor);
353 return 0;
354 }
355 }
356 printf("found (inactive), OK.\n");
357 return 0;
358}
359using the following command line:
360g++ -g -O -Wall -o /build/src/VirtualBox-3.2.12_OSE/.tmp_out /build/src/VirtualBox-3.2.12_OSE/.tmp_src.cc "-L/usr/X11R6/lib -L/usr/X11R6/lib64 -L/usr/local/lib -lXext -lX11 -lGL -I/usr/local/include"
361executing the binary
362found (inactive), OK.
363
364
365***** Checking Qt4 *****
366compiling the following source file:
367#include <cstdio>
368#include <QtGlobal>
369extern "C" int main(void)
370{
371 printf("found version %s", QT_VERSION_STR);
372#if QT_VERSION >= 0x040400
373 printf(", OK.\n");
374 return 0;
375#else
376 printf(", expected version 4.4.0 or higher\n");
377 return 1;
378#endif
379}
380using the following command line:
381g++ -g -O -Wall -o /build/src/VirtualBox-3.2.12_OSE/.tmp_out /build/src/VirtualBox-3.2.12_OSE/.tmp_src.cc "-L/usr/lib -lQtCore -lpthread -I/usr/include/QtCore -DQT_SHARED -I/usr/include/QtCore "
382executing the binary (LD_LIBRARY_PATH=/usr/lib)
383found version 4.7.1, OK.
384
385
386***** Checking Qt4 devtools *****
387found version 4.7.1
388
389
390***** Checking python support *****
391compiling the following source file:
392#include <cstdio>
393#include <Python.h>
394extern "C" int main(void)
395{
396 Py_Initialize();
397 printf("found version %s", PY_VERSION);
398#if PY_VERSION_HEX >= 0x02030000
399 printf(", OK.\n");
400 return 0;
401#else
402 printf(", expected version 2.3 or higher\n");
403 return 1;
404#endif
405}
406using the following command line:
407g++ -O -Wall -o /build/src/VirtualBox-3.2.12_OSE/.tmp_out /build/src/VirtualBox-3.2.12_OSE/.tmp_src.cc -I/usr/include/python2.7 /usr/lib64/libpython2.7.so
408g++: /usr/lib64/libpython2.7.so: No such file or directory
409In file included from /usr/include/python2.7/Python.h:8:0,
410 from /build/src/VirtualBox-3.2.12_OSE/.tmp_src.cc:2:
411/usr/include/python2.7/pyconfig.h:1149:0: warning: "_POSIX_C_SOURCE" redefined
412/usr/include/features.h:162:0: note: this is the location of the previous definition
413/usr/include/python2.7/pyconfig.h:1171:0: warning: "_XOPEN_SOURCE" redefined
414/usr/include/features.h:164:0: note: this is the location of the previous definition
415compiling the following source file:
416#include <cstdio>
417#include <Python.h>
418extern "C" int main(void)
419{
420 Py_Initialize();
421 printf("found version %s", PY_VERSION);
422#if PY_VERSION_HEX >= 0x02030000
423 printf(", OK.\n");
424 return 0;
425#else
426 printf(", expected version 2.3 or higher\n");
427 return 1;
428#endif
429}
430using the following command line:
431g++ -O -Wall -o /build/src/VirtualBox-3.2.12_OSE/.tmp_out /build/src/VirtualBox-3.2.12_OSE/.tmp_src.cc -I/usr/include/python2.7 /usr/lib/64/libpython2.7.so
432g++: /usr/lib/64/libpython2.7.so: No such file or directory
433In file included from /usr/include/python2.7/Python.h:8:0,
434 from /build/src/VirtualBox-3.2.12_OSE/.tmp_src.cc:2:
435/usr/include/python2.7/pyconfig.h:1149:0: warning: "_POSIX_C_SOURCE" redefined
436/usr/include/features.h:162:0: note: this is the location of the previous definition
437/usr/include/python2.7/pyconfig.h:1171:0: warning: "_XOPEN_SOURCE" redefined
438/usr/include/features.h:164:0: note: this is the location of the previous definition
439compiling the following source file:
440#include <cstdio>
441#include <Python.h>
442extern "C" int main(void)
443{
444 Py_Initialize();
445 printf("found version %s", PY_VERSION);
446#if PY_VERSION_HEX >= 0x02030000
447 printf(", OK.\n");
448 return 0;
449#else
450 printf(", expected version 2.3 or higher\n");
451 return 1;
452#endif
453}
454using the following command line:
455g++ -O -Wall -o /build/src/VirtualBox-3.2.12_OSE/.tmp_out /build/src/VirtualBox-3.2.12_OSE/.tmp_src.cc -I/usr/include/python2.7 /usr/lib/libpython2.7.so
456In file included from /usr/include/python2.7/Python.h:8:0,
457 from /build/src/VirtualBox-3.2.12_OSE/.tmp_src.cc:2:
458/usr/include/python2.7/pyconfig.h:1149:0: warning: "_POSIX_C_SOURCE" redefined
459/usr/include/features.h:162:0: note: this is the location of the previous definition
460/usr/include/python2.7/pyconfig.h:1171:0: warning: "_XOPEN_SOURCE" redefined
461/usr/include/features.h:164:0: note: this is the location of the previous definition
462executing the binary
463found version 2.7, OK.
464
465
466***** Checking PulseAudio *****
467compiling the following source file:
468#include <cstdio>
469#include <pulse/version.h>
470extern "C" int main(void)
471{
472 printf("found version %s API version %d", pa_get_headers_version(), PA_API_VERSION);
473#if PA_API_VERSION >= 9
474 printf(", OK.\n");
475 return 0;
476#else
477 printf(", expected version 0.9.0 (API version 9) or higher\n");
478 return 1;
479#endif
480}
481using the following command line:
482g++ -g -O -Wall -o /build/src/VirtualBox-3.2.12_OSE/.tmp_out /build/src/VirtualBox-3.2.12_OSE/.tmp_src.cc " -lpulse"
483executing the binary
484found version 0.9.22 API version 12, OK.
485
486
487***** Checking static stc++ library *****
488compiling the following source file:
489#include <string>
490
491extern "C" int main(void)
492{
493 std::string s = "test";
494 return 0;
495}
496using the following command line:
497g++ -g -O -Wall -o /build/src/VirtualBox-3.2.12_OSE/.tmp_out /build/src/VirtualBox-3.2.12_OSE/.tmp_src.cc "/usr/lib/gcc/i686-pc-linux-gnu/4.5.1/../../../libstdc++.a"
498found
499
500
501***** Checking Linux kernel sources *****
502compiling the following source file:
503#include <linux/version.h>
504int printf(const char *format, ...);
505int main(void)
506{
507 printf("found version %d.%d.%d", LINUX_VERSION_CODE / 65536,
508 (LINUX_VERSION_CODE % 65536) / 256,
509 LINUX_VERSION_CODE % 256);
510#if LINUX_VERSION_CODE > KERNEL_VERSION(2,4,0)
511 printf(", OK.\n");
512 return 0;
513#else
514 printf(", expected version 2.4.0 or higher\n");
515 return 1;
516#endif
517}
518using the following command line:
519gcc -O -Wall -o /build/src/VirtualBox-3.2.12_OSE/.tmp_out /build/src/VirtualBox-3.2.12_OSE/.tmp_src.c -nostdinc -I/lib/modules/2.6.36-ARCH/build/include
520executing the binary
521found version 2.6.36, OK.
522
523
524***** Checking ALSA *****
525compiling the following source file:
526#include <cstdio>
527#include <alsa/asoundlib.h>
528extern "C" int main(void)
529{
530 printf("found version %d.%d.%d",
531 SND_LIB_MAJOR, SND_LIB_MINOR, SND_LIB_SUBMINOR);
532#if 10000*SND_LIB_MAJOR + 100*SND_LIB_MINOR + SND_LIB_SUBMINOR >= 10006
533 printf(", OK.\n");
534 return 0;
535#else
536 printf(", expected version 1.0.6 or higher\n");
537 return 1;
538#endif
539}
540using the following command line:
541g++ -g -O -Wall -o /build/src/VirtualBox-3.2.12_OSE/.tmp_out /build/src/VirtualBox-3.2.12_OSE/.tmp_src.cc "-lasound"
542executing the binary
543found version 1.0.23, OK.
544
545
546***** Checking libcap library *****
547compiling the following source file:
548#include <cstdio>
549#include <sys/types.h>
550#include <sys/capability.h>
551
552extern "C" int main(void)
553{
554 char buf[1024];
555 cap_t caps = cap_get_proc();
556 snprintf(buf, sizeof(buf), "Current caps are '%s'\n", cap_to_text(caps, NULL));
557 return 0;
558}
559using the following command line:
560g++ -g -O -Wall -o /build/src/VirtualBox-3.2.12_OSE/.tmp_out /build/src/VirtualBox-3.2.12_OSE/.tmp_src.cc "-lcap"
561executing the binary
562
563
564found
565
566
567***** Checking compiler.h *****
568compiler.h not found
569
570

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy