VirtualBox

Ticket #18583: configure.log

File configure.log, 13.7 KB (added by thaewrapt, 4 years ago)

configure.log for the case when build is broken with --disable-opengl and in the absence of X11-libs

Line 
1# Log file generated by
2#
3# './configure --with-gcc=x86_64-pc-linux-gnu-gcc --with-g++=x86_64-pc-linux-gnu-g++ --disable-dbus --disable-kmods --disable-alsa --disable-java --disable-devmapper --disable-pulse --enable-vnc --build-headless --disable-opengl'
4#
5
6***** Checking environment *****
7Determined build machine: linux.amd64, target machine: linux.amd64
8
9
10***** Checking kBuild *****
11found
12
13
14***** Checking Open Watcom *****
15** Open Watcom was not found, using alternative BIOS sources!
16
17***** Checking iasl *****
18found version 20200717
19
20
21***** Checking xslt *****
22found
23
24
25***** Checking pthread *****
26compiling the following source file:
27#include <cstdio>
28#include <pthread.h>
29extern "C" int main(void)
30{
31 pthread_mutex_t mutex;
32 if (pthread_mutex_init(&mutex, NULL)) {
33 printf("pthread_mutex_init() failed\n");
34 return 1;
35 }
36 if (pthread_mutex_lock(&mutex)) {
37 printf("pthread_mutex_lock() failed\n");
38 return 1;
39 }
40 if (pthread_mutex_unlock(&mutex)) {
41 printf("pthread_mutex_unlock() failed\n");
42 return 1;
43 }
44 printf("found, OK.\n");
45}
46using the following command line:
47x86_64-pc-linux-gnu-g++ -fPIC -g -O -Wall -o /var/tmp/portage/app-emulation/virtualbox-6.1.14a/work/VirtualBox-6.1.14/.tmp_out /var/tmp/portage/app-emulation/virtualbox-6.1.14a/work/VirtualBox-6.1.14/.tmp_src.cc "-lpthread"
48executing the binary
49found, OK.
50
51
52***** Checking libxml2 *****
53compiling the following source file:
54#include <cstdio>
55#include <libxml/xmlversion.h>
56extern "C" int main(void)
57{
58 printf("found version %s", LIBXML_DOTTED_VERSION);
59#if LIBXML_VERSION >= 20626
60 printf(", OK.\n");
61 return 0;
62#else
63 printf(", expected version 2.6.26 or higher\n");
64 return 1;
65#endif
66}
67using the following command line:
68x86_64-pc-linux-gnu-g++ -fPIC -g -O -Wall -o /var/tmp/portage/app-emulation/virtualbox-6.1.14a/work/VirtualBox-6.1.14/.tmp_out /var/tmp/portage/app-emulation/virtualbox-6.1.14a/work/VirtualBox-6.1.14/.tmp_src.cc "-lxml2 -lpthread -I/usr/include/libxml2"
69executing the binary
70found version 2.9.10, OK.
71
72
73***** Checking libIDL *****
74found version 0.8.14
75
76
77***** Checking liblzf *****
78compiling the following source file:
79#include <cstdio>
80#include <lzf.h>
81extern "C" int main(void)
82{
83 printf("found LZF API version %u.%u", LZF_VERSION >> 8, LZF_VERSION & 0xff);
84#if LZF_VERSION >= 0x0105
85 printf(", OK.\n");
86 return 0;
87#else
88 printf(", expected version 1.5 or higher\n");
89 return 1;
90#endif
91}
92using the following command line:
93x86_64-pc-linux-gnu-g++ -fPIC -g -O -Wall -o /var/tmp/portage/app-emulation/virtualbox-6.1.14a/work/VirtualBox-6.1.14/.tmp_out /var/tmp/portage/app-emulation/virtualbox-6.1.14a/work/VirtualBox-6.1.14/.tmp_src.cc "-llzf -I/usr/include/liblzf"
94/var/tmp/portage/app-emulation/virtualbox-6.1.14a/work/VirtualBox-6.1.14/.tmp_src.cc:2:10: fatal error: lzf.h: No such file or directory
95 2 | #include <lzf.h>
96 | ^~~~~~~
97compilation terminated.
98
99
100***** Checking ssl *****
101compiling the following source file:
102#include <cstdio>
103#include <openssl/opensslv.h>
104#include <openssl/ssl.h>
105extern "C" int main(void)
106{
107 printf("found version %s", OPENSSL_VERSION_TEXT);
108 SSL_library_init();
109#if OPENSSL_VERSION_NUMBER >= 0x10001000
110 printf(", OK.\n");
111 return 0;
112#else
113 printf(", expected version 1.0.1 or higher\n");
114 return 1;
115#endif
116}
117using the following command line:
118x86_64-pc-linux-gnu-g++ -fPIC -g -O -Wall -o /var/tmp/portage/app-emulation/virtualbox-6.1.14a/work/VirtualBox-6.1.14/.tmp_out /var/tmp/portage/app-emulation/virtualbox-6.1.14a/work/VirtualBox-6.1.14/.tmp_src.cc " -lssl -lcrypto"
119executing the binary
120found version OpenSSL 1.1.1g 21 Apr 2020, OK.
121
122
123***** Checking libcurl *****
124compiling the following source file:
125#include <cstdio>
126#include <curl/curl.h>
127extern "C" int main(void)
128{
129 printf("found version %s", LIBCURL_VERSION);
130#if 10000*LIBCURL_VERSION_MAJOR + 100*LIBCURL_VERSION_MINOR + LIBCURL_VERSION_PATCH >= 71901
131 printf(", OK.\n");
132 return 0;
133#else
134 printf(", expected version 7.19.1 or higher\n");
135 return 1;
136#endif
137}
138using the following command line:
139x86_64-pc-linux-gnu-g++ -fPIC -g -O -Wall -o /var/tmp/portage/app-emulation/virtualbox-6.1.14a/work/VirtualBox-6.1.14/.tmp_out /var/tmp/portage/app-emulation/virtualbox-6.1.14a/work/VirtualBox-6.1.14/.tmp_src.cc "-lcurl "
140executing the binary
141found version 7.72.0, OK.
142
143
144***** Checking libvpx *****
145compiling the following source file:
146#include <cstdio>
147#include <vpx/vpx_codec.h>
148extern "C" int main(void)
149{
150 int version = vpx_codec_version();
151 int verMajor = VPX_VERSION_MAJOR(version);
152 int verMinor = VPX_VERSION_MINOR(version);
153 int verPatch = VPX_VERSION_PATCH(version);
154 printf("found version %d.%d.%d", verMajor, verMinor, verPatch);
155 if ( verMajor == 1 && verMinor >= 0
156 || verMajor == 0 && verMinor == 9 && verPatch >= 5)
157 {
158 printf(", OK.\n");
159 return 0;
160 }
161 else
162 {
163 printf(", expected version 0.9.5 or higher\n");
164 return 1;
165 }
166}
167using the following command line:
168x86_64-pc-linux-gnu-g++ -fPIC -g -O -Wall -o /var/tmp/portage/app-emulation/virtualbox-6.1.14a/work/VirtualBox-6.1.14/.tmp_out /var/tmp/portage/app-emulation/virtualbox-6.1.14a/work/VirtualBox-6.1.14/.tmp_src.cc "-lvpx -lm "
169/var/tmp/portage/app-emulation/virtualbox-6.1.14a/work/VirtualBox-6.1.14/.tmp_src.cc: In function 'int main()':
170/var/tmp/portage/app-emulation/virtualbox-6.1.14a/work/VirtualBox-6.1.14/.tmp_src.cc:10:24: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
171 10 | if ( verMajor == 1 && verMinor >= 0
172 | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
173executing the binary
174found version 1.9.0, OK.
175
176
177***** Checking libopus *****
178compiling the following source file:
179#include <cstdio>
180#include <opus/opus.h>
181extern "C" int main(void)
182{
183 OpusEncoder *test;
184 printf("found, OK.\n");
185}
186using the following command line:
187x86_64-pc-linux-gnu-g++ -fPIC -g -O -Wall -o /var/tmp/portage/app-emulation/virtualbox-6.1.14a/work/VirtualBox-6.1.14/.tmp_out /var/tmp/portage/app-emulation/virtualbox-6.1.14a/work/VirtualBox-6.1.14/.tmp_src.cc "-lopus -I/usr/include/opus"
188/var/tmp/portage/app-emulation/virtualbox-6.1.14a/work/VirtualBox-6.1.14/.tmp_src.cc: In function 'int main()':
189/var/tmp/portage/app-emulation/virtualbox-6.1.14a/work/VirtualBox-6.1.14/.tmp_src.cc:5:16: warning: unused variable 'test' [-Wunused-variable]
190 5 | OpusEncoder *test;
191 | ^~~~
192executing the binary
193found, OK.
194
195
196***** Checking zlib *****
197compiling the following source file:
198#include <cstdio>
199#include <zlib.h>
200extern "C" int main(void)
201{
202 printf("found version %s", ZLIB_VERSION);
203#if ZLIB_VERNUM >= 0x1210
204 printf(", OK.\n");
205 return 0;
206#else
207 printf(", expected version 1.2.1 or higher\n");
208 return 1;
209#endif
210}
211using the following command line:
212x86_64-pc-linux-gnu-g++ -fPIC -g -O -Wall -o /var/tmp/portage/app-emulation/virtualbox-6.1.14a/work/VirtualBox-6.1.14/.tmp_out /var/tmp/portage/app-emulation/virtualbox-6.1.14a/work/VirtualBox-6.1.14/.tmp_src.cc "-lz "
213executing the binary
214found version 1.2.11, OK.
215
216
217***** Checking libpng *****
218compiling the following source file:
219#include <cstdio>
220#include <png.h>
221extern "C" int main(void)
222{
223 printf("found version %s", PNG_LIBPNG_VER_STRING);
224#if PNG_LIBPNG_VER >= 10205
225 printf(", OK.\n");
226 return 0;
227#else
228 printf(", expected version 1.2.5 or higher\n");
229 return 1;
230#endif
231}
232using the following command line:
233x86_64-pc-linux-gnu-g++ -fPIC -g -O -Wall -o /var/tmp/portage/app-emulation/virtualbox-6.1.14a/work/VirtualBox-6.1.14/.tmp_out /var/tmp/portage/app-emulation/virtualbox-6.1.14a/work/VirtualBox-6.1.14/.tmp_src.cc "-lpng "
234executing the binary
235found version 1.6.37, OK.
236
237
238***** Checking Python support *****
239compiling the following source file:
240#include <cstdio>
241#include <Python.h>
242extern "C" int main(void)
243{
244 Py_Initialize();
245 printf("found version %s", PY_VERSION);
246#if PY_VERSION_HEX >= 0x02060000
247 printf(", OK.\n");
248 return 0;
249#else
250 printf(", expected version 2.6 or higher\n");
251 return 1;
252#endif
253}
254using the following command line:
255x86_64-pc-linux-gnu-g++ -O -Wall -o /var/tmp/portage/app-emulation/virtualbox-6.1.14a/work/VirtualBox-6.1.14/.tmp_out /var/tmp/portage/app-emulation/virtualbox-6.1.14a/work/VirtualBox-6.1.14/.tmp_src.cc -I/usr/include/python2.7 /usr/lib/x86_64-linux-gnu/libpython2.7.so
256x86_64-pc-linux-gnu-g++: error: /usr/lib/x86_64-linux-gnu/libpython2.7.so: No such file or directory
257compiling the following source file:
258#include <cstdio>
259#include <Python.h>
260extern "C" int main(void)
261{
262 Py_Initialize();
263 printf("found version %s", PY_VERSION);
264#if PY_VERSION_HEX >= 0x02060000
265 printf(", OK.\n");
266 return 0;
267#else
268 printf(", expected version 2.6 or higher\n");
269 return 1;
270#endif
271}
272using the following command line:
273x86_64-pc-linux-gnu-g++ -O -Wall -o /var/tmp/portage/app-emulation/virtualbox-6.1.14a/work/VirtualBox-6.1.14/.tmp_out /var/tmp/portage/app-emulation/virtualbox-6.1.14a/work/VirtualBox-6.1.14/.tmp_src.cc -I/usr/include/python2.7 /usr/lib/i386-linux-gnu/libpython2.7.so
274x86_64-pc-linux-gnu-g++: error: /usr/lib/i386-linux-gnu/libpython2.7.so: No such file or directory
275compiling the following source file:
276#include <cstdio>
277#include <Python.h>
278extern "C" int main(void)
279{
280 Py_Initialize();
281 printf("found version %s", PY_VERSION);
282#if PY_VERSION_HEX >= 0x02060000
283 printf(", OK.\n");
284 return 0;
285#else
286 printf(", expected version 2.6 or higher\n");
287 return 1;
288#endif
289}
290using the following command line:
291x86_64-pc-linux-gnu-g++ -O -Wall -o /var/tmp/portage/app-emulation/virtualbox-6.1.14a/work/VirtualBox-6.1.14/.tmp_out /var/tmp/portage/app-emulation/virtualbox-6.1.14a/work/VirtualBox-6.1.14/.tmp_src.cc -I/usr/include/python2.7 /usr/lib64/libpython2.7.so
292In file included from /usr/include/python2.7/Python.h:8,
293 from /var/tmp/portage/app-emulation/virtualbox-6.1.14a/work/VirtualBox-6.1.14/.tmp_src.cc:2:
294/usr/include/python2.7/pyconfig.h:1223: warning: "_POSIX_C_SOURCE" redefined
295 1223 | #define _POSIX_C_SOURCE 200112L
296 |
297In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/include/g++-v10/x86_64-pc-linux-gnu/bits/os_defines.h:39,
298 from /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/include/g++-v10/x86_64-pc-linux-gnu/bits/c++config.h:518,
299 from /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/include/g++-v10/cstdio:41,
300 from /var/tmp/portage/app-emulation/virtualbox-6.1.14a/work/VirtualBox-6.1.14/.tmp_src.cc:1:
301/usr/include/features.h:281: note: this is the location of the previous definition
302 281 | # define _POSIX_C_SOURCE 200809L
303 |
304In file included from /usr/include/python2.7/Python.h:8,
305 from /var/tmp/portage/app-emulation/virtualbox-6.1.14a/work/VirtualBox-6.1.14/.tmp_src.cc:2:
306/usr/include/python2.7/pyconfig.h:1245: warning: "_XOPEN_SOURCE" redefined
307 1245 | #define _XOPEN_SOURCE 600
308 |
309In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/include/g++-v10/x86_64-pc-linux-gnu/bits/os_defines.h:39,
310 from /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/include/g++-v10/x86_64-pc-linux-gnu/bits/c++config.h:518,
311 from /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/include/g++-v10/cstdio:41,
312 from /var/tmp/portage/app-emulation/virtualbox-6.1.14a/work/VirtualBox-6.1.14/.tmp_src.cc:1:
313/usr/include/features.h:207: note: this is the location of the previous definition
314 207 | # define _XOPEN_SOURCE 700
315 |
316executing the binary
317found version 2.7.18, OK.
318
319
320***** Checking static stc++ library *****
321compiling the following source file:
322#include <string>
323
324extern "C" int main(void)
325{
326 std::string s = "test";
327 return 0;
328}
329using the following command line:
330x86_64-pc-linux-gnu-g++ -fPIC -g -O -Wall -o /var/tmp/portage/app-emulation/virtualbox-6.1.14a/work/VirtualBox-6.1.14/.tmp_out /var/tmp/portage/app-emulation/virtualbox-6.1.14a/work/VirtualBox-6.1.14/.tmp_src.cc "/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/libstdc++.a"
331found
332
333
334***** Checking libcap library *****
335compiling the following source file:
336#include <cstdio>
337#include <sys/types.h>
338#include <linux/types.h>
339#include <sys/capability.h>
340
341extern "C" int main(void)
342{
343 char buf[1024];
344 cap_t caps = cap_get_proc();
345 snprintf(buf, sizeof(buf), "Current caps are '%s'\n", cap_to_text(caps, NULL));
346 return 0;
347}
348using the following command line:
349x86_64-pc-linux-gnu-g++ -fPIC -g -O -Wall -o /var/tmp/portage/app-emulation/virtualbox-6.1.14a/work/VirtualBox-6.1.14/.tmp_out /var/tmp/portage/app-emulation/virtualbox-6.1.14a/work/VirtualBox-6.1.14/.tmp_src.cc "-lcap"
350executing the binary
351
352
353found
354
355
356***** Checking compiler.h *****
357compiler.h not found
358
359
360***** Checking 32-bit support *****
361compiling the following source file:
362#include <stdint.h>
363int main(void)
364{
365 return 0;
366}
367using the following command line:
368x86_64-pc-linux-gnu-gcc -m32 -O -Wall -o /var/tmp/portage/app-emulation/virtualbox-6.1.14a/work/VirtualBox-6.1.14/.tmp_out /var/tmp/portage/app-emulation/virtualbox-6.1.14a/work/VirtualBox-6.1.14/.tmp_src.c
369executing the binary
370
371
372
373***** Checking libvncserver *****
374compiling the following source file:
375#include <cstdio>
376#include <rfb/rfbconfig.h>
377
378extern "C" int main()
379{
380 const char* v=LIBVNCSERVER_VERSION;
381 unsigned int major = 0, minor = 0, micro = 0;
382
383 for (; *v !='.' && *v != '\0'; v++) major = major*10 + *v-'0';
384 if (*v == '.') v++;
385 for (; *v !='.' && *v != '\0'; v++) minor = minor*10 + *v-'0';
386 if (*v == '.') v++;
387 for (; *v !='.' && *v != '\0'; v++) micro = micro*10 + *v-'0';
388
389 printf("found version %s", LIBVNCSERVER_PACKAGE_VERSION);
390 if (major*10000 + minor*100 + micro >= 900)
391 {
392 printf(", OK.\n");
393 return 0;
394 }
395 else
396 {
397 printf(", expected version 0.9 or higher\n");
398 return 1;
399 }
400}
401using the following command line:
402x86_64-pc-linux-gnu-g++ -fPIC -g -O -Wall -o /var/tmp/portage/app-emulation/virtualbox-6.1.14a/work/VirtualBox-6.1.14/.tmp_out /var/tmp/portage/app-emulation/virtualbox-6.1.14a/work/VirtualBox-6.1.14/.tmp_src.cc "-lvncserver "
403executing the binary
404found version 0.9.13, OK.
405
406

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