Gentoo Archives: gentoo-user

From: pat <pat@××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] virtualbox-ose build failed
Date: Sun, 31 Aug 2008 12:03:41
Message-Id: 20080831115816.M30196@xvalheru.org
In Reply to: Re: [gentoo-user] virtualbox-ose build failed by Dale
1 On Sun, 31 Aug 2008 06:45:14 -0500, Dale wrote
2 > pat wrote:
3 > > Hello,
4 > >
5 > > I'm trying to build virtualbox-ose, but it fails :-( I've googled but without
6 > > luck.
7 > >
8 > > Error message is:
9 > >
10 > > Checking for Qt4 uic3:
11 > > ** not found!
12 > > *
13 > > * ERROR: app-emulation/virtualbox-ose-1.6.4 failed.
14 > > * Call stack:
15 > > * ebuild.sh, line 49: Called src_compile
16 > > * environment, line 2756: Called die
17 > > * The specific snippet of code:
18 > > * ./configure --with-gcc="$(tc-getCC)" --with-g++="$(tc-getCXX)"
19 > > ${myconf} || die "configure failed";
20 > > * The die message:
21 > > * configure failed
22 > > *
23 > > * If you need support, post the topmost build error, and the call stack if
24 > > relevant.
25 > > * A complete build log is located at
26 > > '/var/tmp/portage/app-emulation/virtualbox-ose-1.6.4/temp/build.log'.
27 > > * The ebuild environment file is located at
28 > > '/var/tmp/portage/app-emulation/virtualbox-ose-1.6.4/temp/environment'.
29 > > *
30 > >
31 > > Any suggestions?
32 > >
33 > > Thanks
34 > >
35 > > Pat
36 > >
37 > >
38 > >
39 >
40 > Do you have qt 4 installed? It says it can't find a part of qt4 in
41 > the error. If you have it installed, check your USE flags.
42 >
43 > Dale
44 >
45
46 make.conf
47 ~~~~~~~~~
48 USE="a52 accessibility -apm acpi alsa -arts audiofile browserplugin dbus
49 divx4linux -directfb -doc dts dvb dvd dvdr dvdread -eds -emacs -emboss flac
50 gnome -kde kerberos mad mime mmx mozilla nptl nptlonly nsplugin opengl posix
51 -qt -qt3 -qt3support -qt4 -qt-static -samba slang sse -svga unicode usb v4l
52 v4l2 videos win32codecs X xinerama -xmms xsl xvid"
53
54 package.use
55 ~~~~~~~~~~~
56 app-emulation/virtualbox-ose additions alsa pulseaudio qt qt3 qt3support qt4
57
58 emerge --pretend qt
59 ~~~~~~~~~~~~~~~~~~~
60 [ebuild R ] x11-libs/qt-4.3.3
61
62 What I have to change or emerge?
63
64 Thanks
65
66 Pat

Replies

Subject Author
Re: [gentoo-user] virtualbox-ose build failed Daniel Pielmeier <daniel.pielmeier@××××××××××.com>