FreeBSD Bugzilla – Attachment 195470 Details for
Bug 230053
emulators/virtualbox-ose 5.2.16 failed to build
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
configure.log
configure.log (text/plain), 11.86 KB, created by
Martin Filla
on 2018-07-26 11:44:35 UTC
(
hide
)
Description:
configure.log
Filename:
MIME Type:
Creator:
Martin Filla
Created:
2018-07-26 11:44:35 UTC
Size:
11.86 KB
patch
obsolete
># Log file generated by ># ># './configure --disable-java --passive-mesa --with-gcc=cc --with-g++=c++ --disable-alsa --disable-docs --disable-pulse --disable-python --enable-vnc --disable-libvpx --enable-qt5' ># > >***** Checking environment ***** >Determined build machine: freebsd.amd64, target machine: freebsd.amd64 > > >***** Checking kBuild ***** >found > > >***** Checking gcc ***** >found version 4.2.1 > > >***** Checking Open Watcom ***** >** Open Watcom was not found, using alternative BIOS sources! > >***** Checking iasl ***** >found version 20170303 > > >***** 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: >c++ -fPIC -g -O -Wall -o /usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.16/.tmp_out /usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.16/.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: >c++ -fPIC -g -O -Wall -o /usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.16/.tmp_out /usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.16/.tmp_src.cc "-L/usr/local/lib -lxml2 -lpthread -I/usr/local/include/libxml2" >executing the binary >found version 2.9.7, 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 >= 0x00908000 > printf(", OK.\n"); > return 0; >#else > printf(", expected version 0.9.8 or higher\n"); > return 1; >#endif >} >using the following command line: >c++ -fPIC -g -O -Wall -o /usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.16/.tmp_out /usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.16/.tmp_src.cc " -lssl -lcrypto" >executing the binary >found version OpenSSL 1.0.2k-freebsd 26 Jan 2017, 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: >c++ -fPIC -g -O -Wall -o /usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.16/.tmp_out /usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.16/.tmp_src.cc "-L/usr/local/lib -lcurl -I/usr/local/include" >executing the binary >found version 7.60.0, 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: >c++ -fPIC -g -O -Wall -o /usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.16/.tmp_out /usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.16/.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: >c++ -fPIC -g -O -Wall -o /usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.16/.tmp_out /usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.16/.tmp_src.cc "-L/usr/local/lib -lpng -I/usr/local/include" >executing the binary >found version 1.6.34+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: >c++ -fPIC -g -O -Wall -o /usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.16/.tmp_out /usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.16/.tmp_src.cc "-L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -lSDLmain -I/usr/local/include/SDL -I/usr/local/include " >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: >c++ -fPIC -g -O -Wall -o /usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.16/.tmp_out /usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.16/.tmp_src.cc "-L/usr/X11R6/lib -L/usr/X11R6/lib64 -L/usr/local/lib -lXext -lX11 -I/usr/local/include" >found > > >***** 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: >c++ -fPIC -g -O -Wall -o /usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.16/.tmp_out /usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.16/.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: >c++ -fPIC -g -O -Wall -o /usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.16/.tmp_out /usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.16/.tmp_src.cc "-L/usr/X11R6/lib -L/usr/X11R6/lib64 -L/usr/local/lib -lXext -lX11 -lXinerama -I/usr/local/include" >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: >c++ -fPIC -g -O -Wall -o /usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.16/.tmp_out /usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.16/.tmp_src.cc "-L/usr/X11R6/lib -L/usr/X11R6/lib64 -L/usr/local/lib -lXext -lX11 -lXrandr -I/usr/local/include" >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: >c++ -fPIC -g -O -Wall -o /usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.16/.tmp_out /usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.16/.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) >{ > Display *dpy; > int major, minor; > > dpy = XOpenDisplay(NULL); > if (dpy) > { > Bool glx_version = glXQueryVersion(dpy, &major, &minor); > XCloseDisplay(dpy); > if (glx_version) > { > printf("found version %u.%u, OK.\n", major, minor); > return 0; > } > } > printf("found (inactive), OK.\n"); > return 0; >} >using the following command line: >c++ -fPIC -g -O -Wall -o /usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.16/.tmp_out /usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.16/.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 >found (inactive), OK. > > >***** 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: >c++ -fPIC -g -O -Wall -o /usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.16/.tmp_out /usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.16/.tmp_src.cc "-L/usr/local/lib/qt5 -L/usr/local/lib/qt5 -lQt5Core -lpthread -DQT_CORE_LIB -I/usr/local/include/qt5/QtCore -I/usr/local/include/qt5 -std=c++11" >executing the binary (LD_LIBRARY_PATH=/usr/local/lib/qt5 /usr/local/lib/qt5) > > >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: >c++ -fPIC -g -O -Wall -o /usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.16/.tmp_out /usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.16/.tmp_src.cc "-L/usr/local/lib/qt5 -L/usr/local/lib/qt5 -lQt5Core -lpthread -I/usr/local/include/qt5/QtCore -I/usr/local/include/qt5 -DQT_CORE_LIB -I/usr/local/include/qt5/QtCore -I/usr/local/include/qt5 -std=c++11" >executing the binary (LD_LIBRARY_PATH=/usr/local/lib/qt5 /usr/local/lib/qt5) >found version 5.10.1, OK. > > >***** Checking Qt5 devtools ***** >found version moc 5.10.1 > > >***** Checking libvncserver ***** >compiling the following source file: >#include <cstdio> >#include <rfb/rfbconfig.h> > >extern "C" int main() >{ > const char* v=LIBVNCSERVER_VERSION; > unsigned int major = 0, minor = 0, micro = 0; > > for (; *v !='.' && *v != '\0'; v++) major = major*10 + *v-'0'; > if (*v == '.') v++; > for (; *v !='.' && *v != '\0'; v++) minor = minor*10 + *v-'0'; > if (*v == '.') v++; > for (; *v !='.' && *v != '\0'; v++) micro = micro*10 + *v-'0'; > > printf("found version %s", LIBVNCSERVER_PACKAGE_VERSION); > if (major*10000 + minor*100 + micro >= 900) > { > printf(", OK.\n"); > return 0; > } > else > { > printf(", expected version 0.9 or higher\n"); > return 1; > } >} >using the following command line: >c++ -fPIC -g -O -Wall -o /usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.16/.tmp_out /usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.16/.tmp_src.cc "-L/usr/local/lib -I/usr/local/include" >executing the binary >found version 0.9.11, OK. > >
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 230053
: 195470