VirtualBox

Changes between Initial Version and Version 1 of Ticket #16848


Ignore:
Timestamp:
Jun 20, 2017 7:18:07 AM (7 years ago)
Author:
Frank Mehnert
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16848 – Description

    initial v1  
    11Hi Guys,
    22
    3 latest ./configure script is totally broken on Ubuntu Server 16.04.02LTS. Last time I compiled the source in ~April on this box (Vbox 5.1.51 r66518/Qt5.5.1) and it worked fine. Pls find below details, ping me via email hunterbr@cisco.com for more details. Looked into it now for 2-3 hours but can't find an easy fix, any help is highly welcome. 
     3latest ./configure script is totally broken on Ubuntu Server 16.04.02LTS. Last time I compiled the source in ~April on this box (Vbox 5.1.51 r66518/Qt5.5.1) and it worked fine. Pls find below details. Looked into it now for 2-3 hours but can't find an easy fix, any help is highly welcome. 
    44
    5 Installed packages:
     5Installed packages:[[BR]]
    66subversion build-essential bcc iasl xsltproc uuid-dev zlib1g-dev libidl-dev libsdl1.2-dev libxcursor-dev libasound2-dev libstdc++5 libpulse-dev libxml2-dev libxslt1-dev pyqt5-dev-tools libqt5opengl5-dev qtbase5-dev-tools libcap-dev libxmu-dev mesa-common-dev libglu1-mesa-dev linux-libc-dev libcurl4-openssl-dev libpam0g-dev libxrandr-dev libxinerama-dev libqt5opengl5-dev makeself libdevmapper-dev default-jdk texlive-latex-base texlive-latex-extra texlive-latex-recommended texlive-fonts-extra texlive-fonts-recommended lib32ncurses5 lib32z1 libc6-dev-i386 lib32gcc1 gcc-multilib lib32stdc++6 g++-multilib genisoimage libvpx-dev qt5-default qttools5-dev-tools libqt5x11extras5-dev libssl-dev python-all-dev xfce4 xfce4-goodies firefox vim
    77
    88Check out:
     9{{{
    910sudo svn co http://www.virtualbox.org/svn/vbox/trunk vbox
    10 
    11 ./configure
    12 Checking for environment: Determined build machine: linux.amd64, target machine: linux.amd64, OK.
    13 Checking for kBuild: found, OK.
    14 Checking for gcc: found version 5.4.0, OK.
    15 Checking for Open Watcom:
    16   ** Open Watcom was not found!
    17 Checking for iasl: found version 20160108, OK.
    18 Checking for xslt: found, OK.
    19 Checking for mkisofs: found genisoimage 1.1.11 (Linux), OK.
    20 Checking for pthread: found, OK.
    21 Checking for libxml2: found version 2.9.3, OK.
    22 Checking for libIDL: found version 0.8.14, OK.
    23 Checking for ssl: found version OpenSSL 1.0.2g  1 Mar 2016, OK.
    24 Checking for libcurl: found version 7.47.0, OK.
    25 Checking for libvpx: found version 1.5.0, OK.
    26 Checking for zlib: found version 1.2.8, OK.
    27 Checking for libpng: found version 1.2.54, OK.
    28 Checking for SDL: found version 1.2.15, OK.
    29 Checking for X libraries: found, OK.
    30 Checking for Xcursor: found, OK.
    31 Checking for Xinerama: found, OK.
    32 Checking for Xrandr: found, OK.
    33 Checking for Xmu: found, OK.
    34 Checking for Mesa / GLU: found version 1.4, OK.
    35 Checking for Qt5:
    36   ** qt5 not found!
    37 Check /home/talos/source/vbox/configure.log for details
    38 
    39 
    40 cat configure.log:
    41 ***** Checking Qt5 *****
    42 (Qt5 from pkg-config)
    43 compiling the following source file:
    44 #include <QtGlobal>
    45 extern "C" int main(void)
    46 {
    47 #if QT_VERSION >= 329216
    48   return 0;
    49 #else
    50   return 1;
    51 #endif
    52 }
    53 using the following command line:
    54 g++  -fPIC -g -O -Wall -o /home/talos/source/vbox/.tmp_out /home/talos/source/vbox/.tmp_src.cc "-L/usr/lib/x86_64-linux-gnu -lQt5Core -lpthread -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/x86_64-linux-gnu/qt5"
    55 executing the binary (LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu)
    56 
    57 
    58 (Qt5 from '/usr/lib/qt5')
    59 compiling the following source file:
    60 #include <QtGlobal>
    61 extern "C" int main(void)
    62 {
    63 #if QT_VERSION >= 329216
    64   return 0;
    65 #else
    66   return 1;
    67 #endif
    68 }
    69 using the following command line:
    70 g++  -fPIC -g -O -Wall -o /home/talos/source/vbox/.tmp_out /home/talos/source/vbox/.tmp_src.cc "-L/usr/lib/qt5/lib -lQt5CoreVBox -lpthread -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -DQT_SHARED"
    71 /home/talos/source/vbox/.tmp_src.cc:1:20: fatal error: QtGlobal: No such file or directory
    72 compilation terminated.
    73 
    74 
    75 compiling the following source file:
    76 #include <QtGlobal>
    77 extern "C" int main(void)
    78 {
    79 #if QT_VERSION >= 329216
    80   return 0;
    81 #else
    82   return 1;
    83 #endif
    84 }
    85 using the following command line:
    86 g++  -fPIC -g -O -Wall -o /home/talos/source/vbox/.tmp_out /home/talos/source/vbox/.tmp_src.cc "-L/usr/lib/qt5/lib -lQt5Core -lpthread -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -DQT_SHARED"
    87 /home/talos/source/vbox/.tmp_src.cc:1:20: fatal error: QtGlobal: No such file or directory
    88 compilation terminated.
    89 
    90 
    91 (Qt5 from '/usr/share/qt5')
    92 compiling the following source file:
    93 #include <QtGlobal>
    94 extern "C" int main(void)
    95 {
    96 #if QT_VERSION >= 329216
    97   return 0;
    98 #else
    99   return 1;
    100 #endif
    101 }
    102 using the following command line:
    103 g++  -fPIC -g -O -Wall -o /home/talos/source/vbox/.tmp_out /home/talos/source/vbox/.tmp_src.cc "-L/usr/share/qt5/lib -lQt5CoreVBox -lpthread -I/usr/share/qt5/include -I/usr/share/qt5/include/QtCore -DQT_SHARED"
    104 /home/talos/source/vbox/.tmp_src.cc:1:20: fatal error: QtGlobal: No such file or directory
    105 compilation terminated.
    106 
    107 
    108 compiling the following source file:
    109 #include <QtGlobal>
    110 extern "C" int main(void)
    111 {
    112 #if QT_VERSION >= 329216
    113   return 0;
    114 #else
    115   return 1;
    116 #endif
    117 }
    118 using the following command line:
    119 g++  -fPIC -g -O -Wall -o /home/talos/source/vbox/.tmp_out /home/talos/source/vbox/.tmp_src.cc "-L/usr/share/qt5/lib -lQt5Core -lpthread -I/usr/share/qt5/include -I/usr/share/qt5/include/QtCore -DQT_SHARED"
    120 /home/talos/source/vbox/.tmp_src.cc:1:20: fatal error: QtGlobal: No such file or directory
    121 compilation terminated.
    122 
    123 
    124 (Qt5 from '/usr/lib64/qt5')
    125 compiling the following source file:
    126 #include <QtGlobal>
    127 extern "C" int main(void)
    128 {
    129 #if QT_VERSION >= 329216
    130   return 0;
    131 #else
    132   return 1;
    133 #endif
    134 }
    135 using the following command line:
    136 g++  -fPIC -g -O -Wall -o /home/talos/source/vbox/.tmp_out /home/talos/source/vbox/.tmp_src.cc "-L/usr/lib64/qt5/lib -lQt5CoreVBox -lpthread -I/usr/lib64/qt5/include -I/usr/lib64/qt5/include/QtCore -DQT_SHARED"
    137 /home/talos/source/vbox/.tmp_src.cc:1:20: fatal error: QtGlobal: No such file or directory
    138 compilation terminated.
    139 
    140 
    141 compiling the following source file:
    142 #include <QtGlobal>
    143 extern "C" int main(void)
    144 {
    145 #if QT_VERSION >= 329216
    146   return 0;
    147 #else
    148   return 1;
    149 #endif
    150 }
    151 using the following command line:
    152 g++  -fPIC -g -O -Wall -o /home/talos/source/vbox/.tmp_out /home/talos/source/vbox/.tmp_src.cc "-L/usr/lib64/qt5/lib -lQt5Core -lpthread -I/usr/lib64/qt5/include -I/usr/lib64/qt5/include/QtCore -DQT_SHARED"
    153 /home/talos/source/vbox/.tmp_src.cc:1:20: fatal error: QtGlobal: No such file or directory
    154 compilation terminated.
    155 
    156 
    157 (Qt5 from '/usr')
    158 compiling the following source file:
    159 #include <QtGlobal>
    160 extern "C" int main(void)
    161 {
    162 #if QT_VERSION >= 329216
    163   return 0;
    164 #else
    165   return 1;
    166 #endif
    167 }
    168 using the following command line:
    169 g++  -fPIC -g -O -Wall -o /home/talos/source/vbox/.tmp_out /home/talos/source/vbox/.tmp_src.cc "-L/usr/lib -lQt5CoreVBox -lpthread -I/usr/include -I/usr/include/QtCore -DQT_SHARED"
    170 /home/talos/source/vbox/.tmp_src.cc:1:20: fatal error: QtGlobal: No such file or directory
    171 compilation terminated.
    172 
    173 
    174 compiling the following source file:
    175 #include <QtGlobal>
    176 extern "C" int main(void)
    177 {
    178 #if QT_VERSION >= 329216
    179   return 0;
    180 #else
    181   return 1;
    182 #endif
    183 }
    184 using the following command line:
    185 g++  -fPIC -g -O -Wall -o /home/talos/source/vbox/.tmp_out /home/talos/source/vbox/.tmp_src.cc "-L/usr/lib -lQt5Core -lpthread -I/usr/include -I/usr/include/QtCore -DQT_SHARED"
    186 /home/talos/source/vbox/.tmp_src.cc:1:20: fatal error: QtGlobal: No such file or directory
    187 compilation terminated.
    188 
    189 
    190 (Qt5 from '/usr/local')
    191 compiling the following source file:
    192 #include <QtGlobal>
    193 extern "C" int main(void)
    194 {
    195 #if QT_VERSION >= 329216
    196   return 0;
    197 #else
    198   return 1;
    199 #endif
    200 }
    201 using the following command line:
    202 g++  -fPIC -g -O -Wall -o /home/talos/source/vbox/.tmp_out /home/talos/source/vbox/.tmp_src.cc "-L/usr/local/lib -lQt5CoreVBox -lpthread -I/usr/local/include -I/usr/local/include/QtCore -DQT_SHARED"
    203 /home/talos/source/vbox/.tmp_src.cc:1:20: fatal error: QtGlobal: No such file or directory
    204 compilation terminated.
    205 
    206 
    207 compiling the following source file:
    208 #include <QtGlobal>
    209 extern "C" int main(void)
    210 {
    211 #if QT_VERSION >= 329216
    212   return 0;
    213 #else
    214   return 1;
    215 #endif
    216 }
    217 using the following command line:
    218 g++  -fPIC -g -O -Wall -o /home/talos/source/vbox/.tmp_out /home/talos/source/vbox/.tmp_src.cc "-L/usr/local/lib -lQt5Core -lpthread -I/usr/local/include -I/usr/local/include/QtCore -DQT_SHARED"
    219 /home/talos/source/vbox/.tmp_src.cc:1:20: fatal error: QtGlobal: No such file or directory
    220 compilation terminated.
    221 
    222 
    223 (Qt5 from '/home/talos/source/vbox/tools/linux.amd64/qt/v5.*')
    224 compiling the following source file:
    225 #include <QtGlobal>
    226 extern "C" int main(void)
    227 {
    228 #if QT_VERSION >= 329216
    229   return 0;
    230 #else
    231   return 1;
    232 #endif
    233 }
    234 using the following command line:
    235 g++  -fPIC -g -O -Wall -o /home/talos/source/vbox/.tmp_out /home/talos/source/vbox/.tmp_src.cc "-L/home/talos/source/vbox/tools/linux.amd64/qt/v5.*/lib -lQt5CoreVBox -lpthread -I/home/talos/source/vbox/tools/linux.amd64/qt/v5.*/include -I/home/talos/source/vbox/tools/linux.amd64/qt/v5.*/include/QtCore -DQT_SHARED"
    236 /home/talos/source/vbox/.tmp_src.cc:1:20: fatal error: QtGlobal: No such file or directory
    237 compilation terminated.
    238 
    239 
    240 compiling the following source file:
    241 #include <QtGlobal>
    242 extern "C" int main(void)
    243 {
    244 #if QT_VERSION >= 329216
    245   return 0;
    246 #else
    247   return 1;
    248 #endif
    249 }
    250 using the following command line:
    251 g++  -fPIC -g -O -Wall -o /home/talos/source/vbox/.tmp_out /home/talos/source/vbox/.tmp_src.cc "-L/home/talos/source/vbox/tools/linux.amd64/qt/v5.*/lib -lQt5Core -lpthread -I/home/talos/source/vbox/tools/linux.amd64/qt/v5.*/include -I/home/talos/source/vbox/tools/linux.amd64/qt/v5.*/include/QtCore -DQT_SHARED"
    252 /home/talos/source/vbox/.tmp_src.cc:1:20: fatal error: QtGlobal: No such file or directory
    253 compilation terminated.
    254 
    255 
    256 ** qt5 not found!
    257 
     11}}}

© 2023 Oracle
ContactPrivacy policyTerms of Use