[SM-Commit] GIT changes to master grimoire by Ladislav Hagara (e5fe9f11bdc33853a6b6071e2c2631a3d4959dd4)

Ladislav Hagara ladislav.hagara at unob.cz
Mon Jun 9 19:41:28 EDT 2008


It works for me:

Compile log for virtualbox 1.6.2 Built on Sun Jun  8 16:45:43 UTC 2008
Using gcc version: 3.4.6
Using gcc version: 3.4.6
Installing in dir: /usr/src/VirtualBox-1.6.2
virtualbox    1.6.2
Checking for environment: Determined build machine: linux.x86, target 
machine: linux.x86, OK.
Checking for kBuild: found, OK.
Checking for gcc: found version 3.4.6, OK.
Checking for as86: found version 0.16.17, OK.
Checking for bcc: found version 0.16.17, OK.
Checking for iasl: found version 20061109, OK.
Checking for xslt: found, OK.
Checking for pthread: found, OK.
Checking for libxml2: found version 2.6.32, OK.
Checking for libxslt: found version 1.1.24, OK.
Checking for libIDL: found version 0.8.10, OK.
Checking for zlib: found version 1.2.3, OK.
Checking for libpng: found version 1.2.29, OK.
Checking for SDL: found version 1.2.13, OK.
Checking for X libraries: found, OK.
Checking for Xcursor: found, OK.
Checking for Qt3: found version 3.3.8, OK.
Checking for Qt3 devtools: found version 3.3.8, OK.
Checking for Qt4: found version 4.4.0, OK.
Checking for Qt4 devtools: found version 3.3.8, OK.
Checking for Qt4 uic3: found version 4.4.0, OK.
Checking for static stc++ library: found, OK.
Checking for Linux kernel sources: found version 2.6.25, OK.
Checking for ALSA: found version 1.0.16, OK.
Checking for PulseAudio: found version 0.9.10 API version 11, OK.
Checking for compiler.h: compiler.h not found, OK.


Your "/opt/gcc34/lib/libstdc++.so.6: no version information available" 
reports are suspicious.


-- 
Ladislav Hagara


> Ladislav Hagara a ?crit :
> | GIT changes to master grimoire by Ladislav Hagara
> <ladislav.hagara at unob.cz>:
> |
> |  utils/virtualbox/DETAILS   |   10 +++++-----
> |  utils/virtualbox/HISTORY   |    4 ++++
> |  utils/virtualbox/PRE_BUILD |    5 ++++-
> |  3 files changed, 13 insertions(+), 6 deletions(-)
> |
> | New commits:
> | commit e5fe9f11bdc33853a6b6071e2c2631a3d4959dd4
> | Author: Ladislav Hagara <ladislav.hagara at unob.cz>
> | Commit: Ladislav Hagara <ladislav.hagara at unob.cz>
> |
> |     virtualbox 1.6.2
> |     virtualbox-module must be also updated, I can not find sources
> |
>
> Hi Ladislav,
>
> Virtualbox 1.6.2 does not compile for me :
>
> Checking for Xcursor: found, OK.
> Checking for Qt3: ./.tmp_out: /opt/gcc34/lib/libstdc++.so.6: no version
> information available (required by ./.tmp_out)
> ./.tmp_out: /opt/gcc34/lib/libstdc++.so.6: no version information
> available (required by /usr/lib/libqt-mt.so.3)
> ./.tmp_out: /opt/gcc34/lib/libstdc++.so.6: no version information
> available (required by /usr/lib/libqt-mt.so.3)
> found version 3.3.8, OK.
> Checking for Qt3 devtools: found version
> /usr/src/VirtualBox-1.6.2/FAKEQTDIR/bin/moc:
> /opt/gcc34/lib/libstdc++.so.6: no version information available
> (required by /usr/src/VirtualBox-1.6.2/FAKEQTDIR/bin/moc)
> /usr/src/VirtualBox-1.6.2/FAKEQTDIR/bin/moc:
> /opt/gcc34/lib/libstdc++.so.6: no version information available
> (required by /usr/src/VirtualBox-1.6.2/FAKEQTDIR/bin/moc)
> 3.3.8, OK.
> Checking for Qt4: not found.
>
> ~  ** not found!
> ~ ! Problem Detected !
>
>
> I've already tried to recompile gcc 3.4.6, qt-x11 and qt4 (stabe release
> => 4.4.0), without success.
>
>
> configure.log says more precisely :
>
> ***** Checking Qt3 *****
> compiling the following source file:
> #include <cstdio>
> #include <qglobal.h>
> extern "C" int main(void)
> {
> ~  printf("found version %s", QT_VERSION_STR);
> #if QT_VERSION >= 0x030305
> ~  printf(", OK.\n");
> ~  return 0;
> #elif QT_VERSION >= 0x030300
> ~  printf("\n  ** WARNING: QT < 3.3.5 has known problems!\n");
> #else
> ~  printf(", expected version 3.3.0 or higher\n");
> ~  return 1;
> #endif
> }
> using the following command line:
> g++ -O -Wall -o .tmp_out .tmp_src.cc
> -I/usr/src/VirtualBox-1.6.2/FAKEQTDIR/include
> -L/usr/src/VirtualBox-1.6.2/FAKEQTDIR/lib -lqt-mt -lpt
> hread
> executing the binary
> found version 3.3.8, OK.
>
>
> ***** Checking Qt3 devtools *****
> found version /usr/src/VirtualBox-1.6.2/FAKEQTDIR/bin/moc:
> /opt/gcc34/lib/libstdc++.so.6: no version information available
> (required by /
> usr/src/VirtualBox-1.6.2/FAKEQTDIR/bin/moc)
> /usr/src/VirtualBox-1.6.2/FAKEQTDIR/bin/moc:
> /opt/gcc34/lib/libstdc++.so.6: no version information available
> (required by /usr/src/Virtua
> lBox-1.6.2/FAKEQTDIR/bin/moc)
> 3.3.8
>
>
> ***** Checking Qt4 *****
> compiling the following source file:
> #include <cstdio>
> #include <QtGlobal>
> extern "C" int main(void)
> {
> ~  printf("found version %s", QT_VERSION_STR);
> #if QT_VERSION >= 0x040200
> ~  printf(", OK.\n");
> ~  return 0;
> ~  printf(", expected version 4.2.0 or higher\n");
> ~  return 1;
> #endif
> }
> using the following command line:
> g++ -O -Wall -o .tmp_out .tmp_src.cc "-pthread -L/usr/unixODBC/lib
> -lQtCore -lsqlite3 -lodbc -lz -lm -lgthread-2.0 -lrt -lglib-2.0 -lpthr
> ead -ldl   -lpthread -I/usr/include/QtCore "
> /usr/lib/libQtCore.so: undefined reference to `operator new[](unsigned
> int)@GLIBCXX_3.4'
> /usr/lib/libQtCore.so: undefined reference to
> `__cxa_allocate_exception at CXXABI_1.3'
> /usr/lib/libQtCore.so: undefined reference to `__cxa_throw at CXXABI_1.3'
> /usr/lib/libQtCore.so: undefined reference to `operator
> delete(void*)@GLIBCXX_3.4'
> /usr/lib/libQtCore.so: undefined reference to
> `__cxa_guard_release at CXXABI_1.3'
> /usr/lib/libQtCore.so: undefined reference to
> `__cxa_guard_acquire at CXXABI_1.3'
> /usr/lib/libQtCore.so: undefined reference to `vtable for
> __cxxabiv1::__class_type_info at CXXABI_1.3'
> /usr/lib/libQtCore.so: undefined reference to `__cxa_end_catch at CXXABI_1.3'
> /usr/lib/libQtCore.so: undefined reference to `__cxa_rethrow at CXXABI_1.3'
> /usr/lib/libQtCore.so: undefined reference to
> `std::uncaught_exception()@GLIBCXX_3.4'
> /usr/lib/libQtCore.so: undefined reference to
> `__gxx_personality_v0 at CXXABI_1.3'
> /usr/lib/libQtCore.so: undefined reference to `operator
> delete[](void*)@GLIBCXX_3.4'
> /usr/lib/libQtCore.so: undefined reference to 
> `__cxa_guard_abort at CXXABI_1.3'
> /usr/lib/libQtCore.so: undefined reference to
> `std::exception::~exception()@GLIBCXX_3.4'
> /usr/lib/libQtCore.so: undefined reference to `typeinfo for
> std::exception at GLIBCXX_3.4'
> /usr/lib/libQtCore.so: undefined reference to `std::exception::what()
> const at GLIBCXX_3.4'
> /usr/lib/libQtCore.so: undefined reference to `vtable for
> __cxxabiv1::__si_class_type_info at CXXABI_1.3'
> /usr/lib/libQtCore.so: undefined reference to 
> `__cxa_begin_catch at CXXABI_1.3'
> /usr/lib/libQtCore.so: undefined reference to `vtable for
> __cxxabiv1::__vmi_class_type_info at CXXABI_1.3'
> /usr/lib/libQtCore.so: undefined reference to
> `__cxa_pure_virtual at CXXABI_1.3'
> /usr/lib/libQtCore.so: undefined reference to `operator new(unsigned
> int)@GLIBCXX_3.4'
> collect2: ld returned 1 exit status
>
>
> ** not found!
>
>
> Did you have any problem while updating this spell ?
.





More information about the SM-Commit mailing list