| 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 *****
|
|---|
| 7 | Determined build machine: linux.amd64, target machine: linux.amd64
|
|---|
| 8 |
|
|---|
| 9 |
|
|---|
| 10 | ***** Checking kBuild *****
|
|---|
| 11 | found
|
|---|
| 12 |
|
|---|
| 13 |
|
|---|
| 14 | ***** Checking Open Watcom *****
|
|---|
| 15 | ** Open Watcom was not found, using alternative BIOS sources!
|
|---|
| 16 |
|
|---|
| 17 | ***** Checking iasl *****
|
|---|
| 18 | found version 20200717
|
|---|
| 19 |
|
|---|
| 20 |
|
|---|
| 21 | ***** Checking xslt *****
|
|---|
| 22 | found
|
|---|
| 23 |
|
|---|
| 24 |
|
|---|
| 25 | ***** Checking pthread *****
|
|---|
| 26 | compiling the following source file:
|
|---|
| 27 | #include <cstdio>
|
|---|
| 28 | #include <pthread.h>
|
|---|
| 29 | extern "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 | }
|
|---|
| 46 | using the following command line:
|
|---|
| 47 | x86_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"
|
|---|
| 48 | executing the binary
|
|---|
| 49 | found, OK.
|
|---|
| 50 |
|
|---|
| 51 |
|
|---|
| 52 | ***** Checking libxml2 *****
|
|---|
| 53 | compiling the following source file:
|
|---|
| 54 | #include <cstdio>
|
|---|
| 55 | #include <libxml/xmlversion.h>
|
|---|
| 56 | extern "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 | }
|
|---|
| 67 | using the following command line:
|
|---|
| 68 | x86_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"
|
|---|
| 69 | executing the binary
|
|---|
| 70 | found version 2.9.10, OK.
|
|---|
| 71 |
|
|---|
| 72 |
|
|---|
| 73 | ***** Checking libIDL *****
|
|---|
| 74 | found version 0.8.14
|
|---|
| 75 |
|
|---|
| 76 |
|
|---|
| 77 | ***** Checking liblzf *****
|
|---|
| 78 | compiling the following source file:
|
|---|
| 79 | #include <cstdio>
|
|---|
| 80 | #include <lzf.h>
|
|---|
| 81 | extern "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 | }
|
|---|
| 92 | using the following command line:
|
|---|
| 93 | x86_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 | | ^~~~~~~
|
|---|
| 97 | compilation terminated.
|
|---|
| 98 |
|
|---|
| 99 |
|
|---|
| 100 | ***** Checking ssl *****
|
|---|
| 101 | compiling the following source file:
|
|---|
| 102 | #include <cstdio>
|
|---|
| 103 | #include <openssl/opensslv.h>
|
|---|
| 104 | #include <openssl/ssl.h>
|
|---|
| 105 | extern "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 | }
|
|---|
| 117 | using the following command line:
|
|---|
| 118 | x86_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"
|
|---|
| 119 | executing the binary
|
|---|
| 120 | found version OpenSSL 1.1.1g 21 Apr 2020, OK.
|
|---|
| 121 |
|
|---|
| 122 |
|
|---|
| 123 | ***** Checking libcurl *****
|
|---|
| 124 | compiling the following source file:
|
|---|
| 125 | #include <cstdio>
|
|---|
| 126 | #include <curl/curl.h>
|
|---|
| 127 | extern "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 | }
|
|---|
| 138 | using the following command line:
|
|---|
| 139 | x86_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 "
|
|---|
| 140 | executing the binary
|
|---|
| 141 | found version 7.72.0, OK.
|
|---|
| 142 |
|
|---|
| 143 |
|
|---|
| 144 | ***** Checking libvpx *****
|
|---|
| 145 | compiling the following source file:
|
|---|
| 146 | #include <cstdio>
|
|---|
| 147 | #include <vpx/vpx_codec.h>
|
|---|
| 148 | extern "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 | }
|
|---|
| 167 | using the following command line:
|
|---|
| 168 | x86_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 | | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
|
|---|
| 173 | executing the binary
|
|---|
| 174 | found version 1.9.0, OK.
|
|---|
| 175 |
|
|---|
| 176 |
|
|---|
| 177 | ***** Checking libopus *****
|
|---|
| 178 | compiling the following source file:
|
|---|
| 179 | #include <cstdio>
|
|---|
| 180 | #include <opus/opus.h>
|
|---|
| 181 | extern "C" int main(void)
|
|---|
| 182 | {
|
|---|
| 183 | OpusEncoder *test;
|
|---|
| 184 | printf("found, OK.\n");
|
|---|
| 185 | }
|
|---|
| 186 | using the following command line:
|
|---|
| 187 | x86_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 | | ^~~~
|
|---|
| 192 | executing the binary
|
|---|
| 193 | found, OK.
|
|---|
| 194 |
|
|---|
| 195 |
|
|---|
| 196 | ***** Checking zlib *****
|
|---|
| 197 | compiling the following source file:
|
|---|
| 198 | #include <cstdio>
|
|---|
| 199 | #include <zlib.h>
|
|---|
| 200 | extern "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 | }
|
|---|
| 211 | using the following command line:
|
|---|
| 212 | x86_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 "
|
|---|
| 213 | executing the binary
|
|---|
| 214 | found version 1.2.11, OK.
|
|---|
| 215 |
|
|---|
| 216 |
|
|---|
| 217 | ***** Checking libpng *****
|
|---|
| 218 | compiling the following source file:
|
|---|
| 219 | #include <cstdio>
|
|---|
| 220 | #include <png.h>
|
|---|
| 221 | extern "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 | }
|
|---|
| 232 | using the following command line:
|
|---|
| 233 | x86_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 "
|
|---|
| 234 | executing the binary
|
|---|
| 235 | found version 1.6.37, OK.
|
|---|
| 236 |
|
|---|
| 237 |
|
|---|
| 238 | ***** Checking Python support *****
|
|---|
| 239 | compiling the following source file:
|
|---|
| 240 | #include <cstdio>
|
|---|
| 241 | #include <Python.h>
|
|---|
| 242 | extern "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 | }
|
|---|
| 254 | using the following command line:
|
|---|
| 255 | x86_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
|
|---|
| 256 | x86_64-pc-linux-gnu-g++: error: /usr/lib/x86_64-linux-gnu/libpython2.7.so: No such file or directory
|
|---|
| 257 | compiling the following source file:
|
|---|
| 258 | #include <cstdio>
|
|---|
| 259 | #include <Python.h>
|
|---|
| 260 | extern "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 | }
|
|---|
| 272 | using the following command line:
|
|---|
| 273 | x86_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
|
|---|
| 274 | x86_64-pc-linux-gnu-g++: error: /usr/lib/i386-linux-gnu/libpython2.7.so: No such file or directory
|
|---|
| 275 | compiling the following source file:
|
|---|
| 276 | #include <cstdio>
|
|---|
| 277 | #include <Python.h>
|
|---|
| 278 | extern "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 | }
|
|---|
| 290 | using the following command line:
|
|---|
| 291 | x86_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
|
|---|
| 292 | In 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 | |
|
|---|
| 297 | In 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 | |
|
|---|
| 304 | In 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 | |
|
|---|
| 309 | In 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 | |
|
|---|
| 316 | executing the binary
|
|---|
| 317 | found version 2.7.18, OK.
|
|---|
| 318 |
|
|---|
| 319 |
|
|---|
| 320 | ***** Checking static stc++ library *****
|
|---|
| 321 | compiling the following source file:
|
|---|
| 322 | #include <string>
|
|---|
| 323 |
|
|---|
| 324 | extern "C" int main(void)
|
|---|
| 325 | {
|
|---|
| 326 | std::string s = "test";
|
|---|
| 327 | return 0;
|
|---|
| 328 | }
|
|---|
| 329 | using the following command line:
|
|---|
| 330 | x86_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"
|
|---|
| 331 | found
|
|---|
| 332 |
|
|---|
| 333 |
|
|---|
| 334 | ***** Checking libcap library *****
|
|---|
| 335 | compiling the following source file:
|
|---|
| 336 | #include <cstdio>
|
|---|
| 337 | #include <sys/types.h>
|
|---|
| 338 | #include <linux/types.h>
|
|---|
| 339 | #include <sys/capability.h>
|
|---|
| 340 |
|
|---|
| 341 | extern "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 | }
|
|---|
| 348 | using the following command line:
|
|---|
| 349 | x86_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"
|
|---|
| 350 | executing the binary
|
|---|
| 351 |
|
|---|
| 352 |
|
|---|
| 353 | found
|
|---|
| 354 |
|
|---|
| 355 |
|
|---|
| 356 | ***** Checking compiler.h *****
|
|---|
| 357 | compiler.h not found
|
|---|
| 358 |
|
|---|
| 359 |
|
|---|
| 360 | ***** Checking 32-bit support *****
|
|---|
| 361 | compiling the following source file:
|
|---|
| 362 | #include <stdint.h>
|
|---|
| 363 | int main(void)
|
|---|
| 364 | {
|
|---|
| 365 | return 0;
|
|---|
| 366 | }
|
|---|
| 367 | using the following command line:
|
|---|
| 368 | x86_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
|
|---|
| 369 | executing the binary
|
|---|
| 370 |
|
|---|
| 371 |
|
|---|
| 372 |
|
|---|
| 373 | ***** Checking libvncserver *****
|
|---|
| 374 | compiling the following source file:
|
|---|
| 375 | #include <cstdio>
|
|---|
| 376 | #include <rfb/rfbconfig.h>
|
|---|
| 377 |
|
|---|
| 378 | extern "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 | }
|
|---|
| 401 | using the following command line:
|
|---|
| 402 | x86_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 "
|
|---|
| 403 | executing the binary
|
|---|
| 404 | found version 0.9.13, OK.
|
|---|
| 405 |
|
|---|
| 406 |
|
|---|