Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 599332 Details for
Bug 702674
app-emulation/virtualbox-6.1.0 - no-multilib profile: Cannot compile 32-bit applications (missing headers and/or libraries)!
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
configure.log
configure.log (text/plain), 16.08 KB, created by
tka
on 2019-12-13 12:09:44 UTC
(
hide
)
Description:
configure.log
Filename:
MIME Type:
Creator:
tka
Created:
2019-12-13 12:09:44 UTC
Size:
16.08 KB
patch
obsolete
># Log file generated by ># ># './configure --with-gcc=x86_64-pc-linux-gnu-gcc --with-g++=x86_64-pc-linux-gnu-g++ --disable-dbus --disable-kmods --disable-docs --disable-java --disable-devmapper --disable-pulse --disable-python' ># > >***** Checking environment ***** >Determined build machine: linux.amd64, target machine: linux.amd64 > > >***** Checking kBuild ***** >found > > >***** Checking Open Watcom ***** >** Open Watcom was not found, using alternative BIOS sources! > >***** Checking iasl ***** >found version 20190703 > > >***** Checking xslt ***** >found > > >***** Checking pthread ***** >compiling the following source file: >#include <cstdio> >#include <pthread.h> >extern "C" int main(void) >{ > pthread_mutex_t mutex; > if (pthread_mutex_init(&mutex, NULL)) { > printf("pthread_mutex_init() failed\n"); > return 1; > } > if (pthread_mutex_lock(&mutex)) { > printf("pthread_mutex_lock() failed\n"); > return 1; > } > if (pthread_mutex_unlock(&mutex)) { > printf("pthread_mutex_unlock() failed\n"); > return 1; > } > printf("found, OK.\n"); >} >using the following command line: >x86_64-pc-linux-gnu-g++ -fPIC -g -O -Wall -o /var/tmp/portage/app-emulation/virtualbox-6.1.0/work/VirtualBox-6.1.0/.tmp_out /var/tmp/portage/app-emulation/virtualbox-6.1.0/work/VirtualBox-6.1.0/.tmp_src.cc "-lpthread" >executing the binary >found, OK. > > >***** Checking libxml2 ***** >compiling the following source file: >#include <cstdio> >#include <libxml/xmlversion.h> >extern "C" int main(void) >{ > printf("found version %s", LIBXML_DOTTED_VERSION); >#if LIBXML_VERSION >= 20626 > printf(", OK.\n"); > return 0; >#else > printf(", expected version 2.6.26 or higher\n"); > return 1; >#endif >} >using the following command line: >x86_64-pc-linux-gnu-g++ -fPIC -g -O -Wall -o /var/tmp/portage/app-emulation/virtualbox-6.1.0/work/VirtualBox-6.1.0/.tmp_out /var/tmp/portage/app-emulation/virtualbox-6.1.0/work/VirtualBox-6.1.0/.tmp_src.cc "-lxml2 -lpthread -I/usr/include/libxml2" >executing the binary >found version 2.9.9, OK. > > >***** Checking libIDL ***** >found version 0.8.14 > > >***** Checking ssl ***** >compiling the following source file: >#include <cstdio> >#include <openssl/opensslv.h> >#include <openssl/ssl.h> >extern "C" int main(void) >{ > printf("found version %s", OPENSSL_VERSION_TEXT); > SSL_library_init(); >#if OPENSSL_VERSION_NUMBER >= 0x10001000 > printf(", OK.\n"); > return 0; >#else > printf(", expected version 1.0.1 or higher\n"); > return 1; >#endif >} >using the following command line: >x86_64-pc-linux-gnu-g++ -fPIC -g -O -Wall -o /var/tmp/portage/app-emulation/virtualbox-6.1.0/work/VirtualBox-6.1.0/.tmp_out /var/tmp/portage/app-emulation/virtualbox-6.1.0/work/VirtualBox-6.1.0/.tmp_src.cc " -lssl -lcrypto" >executing the binary >found version OpenSSL 1.1.1d 10 Sep 2019, OK. > > >***** Checking libcurl ***** >compiling the following source file: >#include <cstdio> >#include <curl/curl.h> >extern "C" int main(void) >{ > printf("found version %s", LIBCURL_VERSION); >#if 10000*LIBCURL_VERSION_MAJOR + 100*LIBCURL_VERSION_MINOR + LIBCURL_VERSION_PATCH >= 71901 > printf(", OK.\n"); > return 0; >#else > printf(", expected version 7.19.1 or higher\n"); > return 1; >#endif >} >using the following command line: >x86_64-pc-linux-gnu-g++ -fPIC -g -O -Wall -o /var/tmp/portage/app-emulation/virtualbox-6.1.0/work/VirtualBox-6.1.0/.tmp_out /var/tmp/portage/app-emulation/virtualbox-6.1.0/work/VirtualBox-6.1.0/.tmp_src.cc "-lcurl " >executing the binary >found version 7.67.0, OK. > > >***** Checking libvpx ***** >compiling the following source file: >#include <cstdio> >#include <vpx/vpx_codec.h> >extern "C" int main(void) >{ > int version = vpx_codec_version(); > int verMajor = VPX_VERSION_MAJOR(version); > int verMinor = VPX_VERSION_MINOR(version); > int verPatch = VPX_VERSION_PATCH(version); > printf("found version %d.%d.%d", verMajor, verMinor, verPatch); > if ( verMajor == 1 && verMinor >= 0 > || verMajor == 0 && verMinor == 9 && verPatch >= 5) > { > printf(", OK.\n"); > return 0; > } > else > { > printf(", expected version 0.9.5 or higher\n"); > return 1; > } >} >using the following command line: >x86_64-pc-linux-gnu-g++ -fPIC -g -O -Wall -o /var/tmp/portage/app-emulation/virtualbox-6.1.0/work/VirtualBox-6.1.0/.tmp_out /var/tmp/portage/app-emulation/virtualbox-6.1.0/work/VirtualBox-6.1.0/.tmp_src.cc "-lvpx -lm " >/var/tmp/portage/app-emulation/virtualbox-6.1.0/work/VirtualBox-6.1.0/.tmp_src.cc: In function 'int main()': >/var/tmp/portage/app-emulation/virtualbox-6.1.0/work/VirtualBox-6.1.0/.tmp_src.cc:10:24: warning: suggest parentheses around '&&' within '||' [-Wparentheses] > 10 | if ( verMajor == 1 && verMinor >= 0 > | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ >executing the binary >found version 1.7.0, OK. > > >***** Checking libopus ***** >compiling the following source file: >#include <cstdio> >#include <opus/opus.h> >extern "C" int main(void) >{ > OpusEncoder *test; > printf("found, OK.\n"); >} >using the following command line: >x86_64-pc-linux-gnu-g++ -fPIC -g -O -Wall -o /var/tmp/portage/app-emulation/virtualbox-6.1.0/work/VirtualBox-6.1.0/.tmp_out /var/tmp/portage/app-emulation/virtualbox-6.1.0/work/VirtualBox-6.1.0/.tmp_src.cc "-lopus -I/usr/include/opus" >/var/tmp/portage/app-emulation/virtualbox-6.1.0/work/VirtualBox-6.1.0/.tmp_src.cc: In function 'int main()': >/var/tmp/portage/app-emulation/virtualbox-6.1.0/work/VirtualBox-6.1.0/.tmp_src.cc:5:16: warning: unused variable 'test' [-Wunused-variable] > 5 | OpusEncoder *test; > | ^~~~ >executing the binary >found, OK. > > >***** Checking zlib ***** >compiling the following source file: >#include <cstdio> >#include <zlib.h> >extern "C" int main(void) >{ > printf("found version %s", ZLIB_VERSION); >#if ZLIB_VERNUM >= 0x1210 > printf(", OK.\n"); > return 0; >#else > printf(", expected version 1.2.1 or higher\n"); > return 1; >#endif >} >using the following command line: >x86_64-pc-linux-gnu-g++ -fPIC -g -O -Wall -o /var/tmp/portage/app-emulation/virtualbox-6.1.0/work/VirtualBox-6.1.0/.tmp_out /var/tmp/portage/app-emulation/virtualbox-6.1.0/work/VirtualBox-6.1.0/.tmp_src.cc "-lz " >executing the binary >found version 1.2.11, OK. > > >***** Checking libpng ***** >compiling the following source file: >#include <cstdio> >#include <png.h> >extern "C" int main(void) >{ > printf("found version %s", PNG_LIBPNG_VER_STRING); >#if PNG_LIBPNG_VER >= 10205 > printf(", OK.\n"); > return 0; >#else > printf(", expected version 1.2.5 or higher\n"); > return 1; >#endif >} >using the following command line: >x86_64-pc-linux-gnu-g++ -fPIC -g -O -Wall -o /var/tmp/portage/app-emulation/virtualbox-6.1.0/work/VirtualBox-6.1.0/.tmp_out /var/tmp/portage/app-emulation/virtualbox-6.1.0/work/VirtualBox-6.1.0/.tmp_src.cc "-lpng " >executing the binary >found version 1.6.37+apng, OK. > > >***** Checking SDL ***** >compiling the following source file: >#include <cstdio> >#include <SDL.h> >#include <SDL_main.h> >#undef main >extern "C" int main(int argc, char** argv) >{ > printf("found version %d.%d.%d", > SDL_MAJOR_VERSION, SDL_MINOR_VERSION, SDL_PATCHLEVEL); >#if SDL_VERSION_ATLEAST(1,2,7) > printf(", OK.\n"); > return 0; >#else > printf(", expected version 1.2.7 or higher\n"); > return 1; >#endif >} >using the following command line: >x86_64-pc-linux-gnu-g++ -fPIC -g -O -Wall -o /var/tmp/portage/app-emulation/virtualbox-6.1.0/work/VirtualBox-6.1.0/.tmp_out /var/tmp/portage/app-emulation/virtualbox-6.1.0/work/VirtualBox-6.1.0/.tmp_src.cc "-lSDL -lpthread -I/usr/include/SDL " >executing the binary >found version 1.2.15, OK. > > >***** Checking X libraries ***** >compiling the following source file: >#include <cstdio> >#include <X11/Xlib.h> >extern "C" int main(void) >{ > Display *dpy; > int scrn_num; > Screen *scrn; > Window win; > > dpy = XOpenDisplay(NULL); > scrn_num = DefaultScreen(dpy); > scrn = ScreenOfDisplay(dpy, scrn_num); > win = XCreateWindow(dpy, RootWindowOfScreen(scrn), 0, 0, 100, 100, > 0, 16, InputOutput, CopyFromParent, 0, NULL); > XDestroyWindow(dpy, win); > XCloseDisplay(dpy); >} >using the following command line: >x86_64-pc-linux-gnu-g++ -fPIC -g -O -Wall -o /var/tmp/portage/app-emulation/virtualbox-6.1.0/work/VirtualBox-6.1.0/.tmp_out /var/tmp/portage/app-emulation/virtualbox-6.1.0/work/VirtualBox-6.1.0/.tmp_src.cc "-L/usr/X11R6/lib -L/usr/X11R6/lib64 -L/usr/local/lib -lXext -lX11 " >***** Checking Xcursor ***** >compiling the following source file: >#include <cstdio> >#include <X11/Xlib.h> >#include <X11/Xcursor/Xcursor.h> >extern "C" int main(void) >{ > XcursorImage *cursor = XcursorImageCreate (10, 10); > XcursorImageDestroy(cursor); > return 0; >} >using the following command line: >x86_64-pc-linux-gnu-g++ -fPIC -g -O -Wall -o /var/tmp/portage/app-emulation/virtualbox-6.1.0/work/VirtualBox-6.1.0/.tmp_out /var/tmp/portage/app-emulation/virtualbox-6.1.0/work/VirtualBox-6.1.0/.tmp_src.cc "-L/usr/X11R6/lib -L/usr/X11R6/lib64 -L/usr/local/lib -lXext -lX11 -lXcursor -I/usr/local/include" >found > > >***** Checking Xinerama ***** >compiling the following source file: >#include <X11/Xlib.h> >#include <X11/extensions/Xinerama.h> >extern "C" int main(void) >{ > Display *dpy; > Bool flag; > dpy = XOpenDisplay(NULL); > if (dpy) > { > flag = XineramaIsActive(dpy); > XCloseDisplay(dpy); > } >} >using the following command line: >x86_64-pc-linux-gnu-g++ -fPIC -g -O -Wall -o /var/tmp/portage/app-emulation/virtualbox-6.1.0/work/VirtualBox-6.1.0/.tmp_out /var/tmp/portage/app-emulation/virtualbox-6.1.0/work/VirtualBox-6.1.0/.tmp_src.cc "-L/usr/X11R6/lib -L/usr/X11R6/lib64 -L/usr/local/lib -lXext -lX11 -lXinerama -I/usr/local/include" >/var/tmp/portage/app-emulation/virtualbox-6.1.0/work/VirtualBox-6.1.0/.tmp_src.cc: In function 'int main()': >/var/tmp/portage/app-emulation/virtualbox-6.1.0/work/VirtualBox-6.1.0/.tmp_src.cc:6:8: warning: variable 'flag' set but not used [-Wunused-but-set-variable] > 6 | Bool flag; > | ^~~~ >found > > >***** Checking Xrandr ***** >compiling the following source file: >#include <X11/Xlib.h> >#include <X11/extensions/Xrandr.h> >extern "C" int main(void) >{ > Display *dpy; > Bool flag; > int major, minor; > dpy = XOpenDisplay(NULL); > if (dpy) > { > flag = XRRQueryVersion(dpy, &major, &minor); > XCloseDisplay(dpy); > } >} >using the following command line: >x86_64-pc-linux-gnu-g++ -fPIC -g -O -Wall -o /var/tmp/portage/app-emulation/virtualbox-6.1.0/work/VirtualBox-6.1.0/.tmp_out /var/tmp/portage/app-emulation/virtualbox-6.1.0/work/VirtualBox-6.1.0/.tmp_src.cc "-L/usr/X11R6/lib -L/usr/X11R6/lib64 -L/usr/local/lib -lXext -lX11 -lXrandr -I/usr/local/include" >/var/tmp/portage/app-emulation/virtualbox-6.1.0/work/VirtualBox-6.1.0/.tmp_src.cc: In function 'int main()': >/var/tmp/portage/app-emulation/virtualbox-6.1.0/work/VirtualBox-6.1.0/.tmp_src.cc:6:8: warning: variable 'flag' set but not used [-Wunused-but-set-variable] > 6 | Bool flag; > | ^~~~ >found > > >***** Checking Xmu ***** >compiling the following source file: >#include <cstdio> >#include <X11/Xatom.h> >#include <X11/Xlib.h> >#include <X11/Xutil.h> >#include <X11/Xmu/StdCmap.h> >extern "C" int main(void) >{ > Display *dpy; > int scrn_num; > Screen *scrn; > > dpy = XOpenDisplay(NULL); > if (dpy) > { > scrn_num = DefaultScreen(dpy); > scrn = ScreenOfDisplay(dpy, scrn_num); > Status status = XmuLookupStandardColormap(dpy, RootWindowOfScreen(scrn), 0, > 24, XA_RGB_DEFAULT_MAP, False, True); > printf("Status = %x\n", status); > XCloseDisplay(dpy); > } > return 0; >} >using the following command line: >x86_64-pc-linux-gnu-g++ -fPIC -g -O -Wall -o /var/tmp/portage/app-emulation/virtualbox-6.1.0/work/VirtualBox-6.1.0/.tmp_out /var/tmp/portage/app-emulation/virtualbox-6.1.0/work/VirtualBox-6.1.0/.tmp_src.cc "-L/usr/X11R6/lib -L/usr/X11R6/lib64 -L/usr/local/lib -lXext -lX11 -lXmu -I/usr/local/include" >found > > >***** Checking Mesa / GLU ***** >compiling the following source file: >#include <cstdio> >#include <X11/Xlib.h> >#include <GL/glx.h> >#include <GL/glu.h> >extern "C" int main(void) >{ > return 0; >} >using the following command line: >x86_64-pc-linux-gnu-g++ -fPIC -g -O -Wall -o /var/tmp/portage/app-emulation/virtualbox-6.1.0/work/VirtualBox-6.1.0/.tmp_out /var/tmp/portage/app-emulation/virtualbox-6.1.0/work/VirtualBox-6.1.0/.tmp_src.cc "-L/usr/X11R6/lib -L/usr/X11R6/lib64 -L/usr/local/lib -lXext -lX11 -lGL -I/usr/local/include" >executing the binary > > >***** Checking Qt5 ***** >(Qt5 from pkg-config) >compiling the following source file: >#include <QtGlobal> >extern "C" int main(void) >{ >#if QT_VERSION >= 329216 > return 0; >#else > return 1; >#endif >} >using the following command line: >x86_64-pc-linux-gnu-g++ -fPIC -g -O -Wall -o /var/tmp/portage/app-emulation/virtualbox-6.1.0/work/VirtualBox-6.1.0/.tmp_out /var/tmp/portage/app-emulation/virtualbox-6.1.0/work/VirtualBox-6.1.0/.tmp_src.cc "-L/usr/lib64 -lQt5Core -lpthread -DQT_CORE_LIB -I/usr/include/qt5/QtCore -I/usr/include/qt5" >executing the binary (LD_LIBRARY_PATH=/usr/lib64) > > >compiling the following source file: >#include <cstdio> >#include <QtGlobal> >extern "C" int main(void) >{ > printf("found version %s", QT_VERSION_STR); >#if QT_VERSION >= 329216 > printf(", OK.\n"); > return 0; >#else > printf(", expected version 5.6 or higher\\n"); > return 1; >#endif >} >using the following command line: >x86_64-pc-linux-gnu-g++ -fPIC -g -O -Wall -o /var/tmp/portage/app-emulation/virtualbox-6.1.0/work/VirtualBox-6.1.0/.tmp_out /var/tmp/portage/app-emulation/virtualbox-6.1.0/work/VirtualBox-6.1.0/.tmp_src.cc "-L/usr/lib64 -lQt5Core -lpthread -I/usr/include/qt5/QtCore -I/usr/include/qt5 -DQT_CORE_LIB -I/usr/include/qt5/QtCore -I/usr/include/qt5" >executing the binary (LD_LIBRARY_PATH=/usr/lib64) >found version 5.13.2, OK. > > >***** Checking Qt5 devtools ***** >found version moc 5.13.2 > > >***** Checking static stc++ library ***** >compiling the following source file: >#include <string> > >extern "C" int main(void) >{ > std::string s = "test"; > return 0; >} >using the following command line: >x86_64-pc-linux-gnu-g++ -fPIC -g -O -Wall -o /var/tmp/portage/app-emulation/virtualbox-6.1.0/work/VirtualBox-6.1.0/.tmp_out /var/tmp/portage/app-emulation/virtualbox-6.1.0/work/VirtualBox-6.1.0/.tmp_src.cc "/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/libstdc++.a" >found > > >***** Checking ALSA ***** >compiling the following source file: >#include <cstdio> >#include <alsa/asoundlib.h> >extern "C" int main(void) >{ > printf("found version %d.%d.%d", > SND_LIB_MAJOR, SND_LIB_MINOR, SND_LIB_SUBMINOR); >#if 10000*SND_LIB_MAJOR + 100*SND_LIB_MINOR + SND_LIB_SUBMINOR >= 10014 > printf(", OK.\n"); > return 0; >#else > printf(", expected version 1.0.14 or higher\n"); > return 1; >#endif >} >using the following command line: >x86_64-pc-linux-gnu-g++ -fPIC -g -O -Wall -o /var/tmp/portage/app-emulation/virtualbox-6.1.0/work/VirtualBox-6.1.0/.tmp_out /var/tmp/portage/app-emulation/virtualbox-6.1.0/work/VirtualBox-6.1.0/.tmp_src.cc "-lasound" >executing the binary >found version 1.2.1, OK. > > >***** Checking libcap library ***** >compiling the following source file: >#include <cstdio> >#include <sys/types.h> >#include <linux/types.h> >#include <sys/capability.h> > >extern "C" int main(void) >{ > char buf[1024]; > cap_t caps = cap_get_proc(); > snprintf(buf, sizeof(buf), "Current caps are '%s'\n", cap_to_text(caps, NULL)); > return 0; >} >using the following command line: >x86_64-pc-linux-gnu-g++ -fPIC -g -O -Wall -o /var/tmp/portage/app-emulation/virtualbox-6.1.0/work/VirtualBox-6.1.0/.tmp_out /var/tmp/portage/app-emulation/virtualbox-6.1.0/work/VirtualBox-6.1.0/.tmp_src.cc "-lcap" >executing the binary > > >found > > >***** Checking compiler.h ***** >compiler.h not found > > >***** Checking 32-bit support ***** >compiling the following source file: >#include <stdint.h> >int main(void) >{ > return 0; >} >using the following command line: >x86_64-pc-linux-gnu-gcc -m32 -O -Wall -o /var/tmp/portage/app-emulation/virtualbox-6.1.0/work/VirtualBox-6.1.0/.tmp_out /var/tmp/portage/app-emulation/virtualbox-6.1.0/work/VirtualBox-6.1.0/.tmp_src.c >In file included from /usr/include/features.h:474, > from /usr/include/bits/libc-header-start.h:33, > from /usr/include/stdint.h:26, > from /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/include/stdint.h:9, > from /var/tmp/portage/app-emulation/virtualbox-6.1.0/work/VirtualBox-6.1.0/.tmp_src.c:1: >/usr/include/gnu/stubs.h:7:11: fatal error: gnu/stubs-32.h: No such file or directory > 7 | # include <gnu/stubs-32.h> > | ^~~~~~~~~~~~~~~~ >compilation terminated.
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 702674
: 599332 |
599334