Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 208109 - app-emulation/virtualbox-1.5.2-r1 compile fails - Qt not found
Summary: app-emulation/virtualbox-1.5.2-r1 compile fails - Qt not found
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Markus Ullmann (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-29 22:27 UTC by Michael Sullivan
Modified: 2008-01-30 09:51 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Detailed error information (configure.log,9.18 KB, text/plain)
2008-01-29 22:29 UTC, Michael Sullivan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Sullivan 2008-01-29 22:27:10 UTC
virtualbox configure fails while searching for qt3

Reproducible: Always

Steps to Reproduce:
1. emerge virtualbox
2.
3.

Actual Results:  
virtualbox fails to emerge

Expected Results:  
virtualbox should emerge successfully

I have qt3 installed.

camille ~ # emerge -pv =qt-3*

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] x11-libs/qt-3.3.8-r4  USE="cups doc examples gif ipv6 mysql nas opengl -debug -firebird -immqt -immqt-bc -nis -odbc -postgres -sqlite -xinerama" 0 kB 

Total: 1 package (1 reinstall), Size of downloads: 0 kB


>>> Emerging (2 of 2) app-emulation/virtualbox-1.5.2-r1 to /
 * VirtualBox-1.5.2_OSE.tar.bz2 RMD160 SHA1 SHA256 size ;-) ...                               [ ok ]
 * checking ebuild checksums ;-) ...                                                          [ ok ]
 * checking auxfile checksums ;-) ...                                                         [ ok ]
 * checking miscfile checksums ;-) ...                                                        [ ok ]
 * checking VirtualBox-1.5.2_OSE.tar.bz2 ;-) ...                                              [ ok ]
>>> Unpacking source...
>>> Unpacking VirtualBox-1.5.2_OSE.tar.bz2 to /var/tmp/portage/app-emulation/virtualbox-1.5.2-r1/work
 * Applying virtualbox-1.5.2-remove-splitted-stuff.patch ...                                  [ ok ]
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/app-emulation/virtualbox-1.5.2-r1/work/VirtualBox-1.5.2_OSE ...
Checking for environment: Determined build machine: linux.x86, target machine: linux.x86, OK.
Checking for kBuild: found, OK.
Checking for gcc: found version 4.1.2, OK.
Checking for as86: found version 0.16.17, OK.
Checking for bcc: found version 0.16.17, OK.
Checking for iasl: found version 20060912, OK.
Checking for xslt: found, OK.
Checking for pthread: found, OK.
Checking for xalan: found version 1.10.0, OK.
Checking for xerces: found version 2.7.0, OK.
Checking for libIDL: found version 0.8.9, OK.
Checking for zlib: found version 1.2.3, OK.
Checking for SDL: found version 1.2.11, OK.
Checking for X libraries: found, OK.
Checking for Xcursor: found, OK.
Checking for Qt: 
  Qt not found at "/usr/qt/3 /usr/lib/qt3 /usr/lib/qt-3.3 /usr/share/qt3 /usr/lib64/qt-3.3 /usr/X11R6" or Qt headers not found
  Check the file /var/tmp/portage/app-emulation/virtualbox-1.5.2-r1/work/VirtualBox-1.5.2_OSE/configure.log for detailed error information.
 * 
 * ERROR: app-emulation/virtualbox-1.5.2-r1 failed.
 * Call stack:
 *                    ebuild.sh, line 1701:  Called dyn_compile
 *                    ebuild.sh, line 1039:  Called qa_call 'src_compile'
 *                    ebuild.sh, line   44:  Called src_compile
 *   virtualbox-1.5.2-r1.ebuild, line   64:  Called die
 * The specific snippet of code:
 *      ./configure || die "configure failed"
 *  The die message:
 *   configure failed
 * 
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/log/portage-logs/app-emulation:virtualbox-1.5.2-r1:20080129-222337.log'.
 *
Comment 1 Michael Sullivan 2008-01-29 22:29:21 UTC
Created attachment 142164 [details]
Detailed error information
Comment 2 Markus Ullmann (RETIRED) gentoo-dev 2008-01-30 09:51:50 UTC
Please try rebuilding qt first, your configure.log contains

/usr/qt/3/lib/libqt-mt.so: undefined reference to `operator delete[](void*)@GLIBCXX_3.4'

meaning you have updated your toolchain(glibc,gcc,..) but not rebuilt the direct depending packages yet

I also suggest running revdep-rebuild from gentoolkit as it is highly likely that more packages are (still) broken