On Sun, 31 Aug 2008 06:45:14 -0500, Dale wrote
> pat wrote:
> > Hello,
> >
> > I'm trying to build virtualbox-ose, but it fails :-( I've googled but
> > without
> > luck.
> >
> > Error message is:
> >
> > Checking for Qt4 uic3:
> > ** not found!
> > *
> > * ERROR: app-emulation/virtualbox-ose-1.6.4 failed.
> > * Call stack:
> > * ebuild.sh, line 49: Called src_compile
> > * environment, line 2756: Called die
> > * The specific snippet of code:
> > * ./configure --with-gcc="$(tc-getCC)" --with-g++="$(tc-getCXX)"
> > ${myconf} || 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/tmp/portage/app-emulation/virtualbox-ose-1.6.4/temp/build.log'.
> > * The ebuild environment file is located at
> > '/var/tmp/portage/app-emulation/virtualbox-ose-1.6.4/temp/environment'.
> > *
> >
> > Any suggestions?
> >
> > Thanks
> >
> > Pat
> >
> >
> >
>
> Do you have qt 4 installed? It says it can't find a part of qt4 in
> the error. If you have it installed, check your USE flags.
>
> Dale
>
make.conf
~~~~~~~~~
USE="a52 accessibility -apm acpi alsa -arts audiofile browserplugin dbus
divx4linux -directfb -doc dts dvb dvd dvdr dvdread -eds -emacs -emboss flac
gnome -kde kerberos mad mime mmx mozilla nptl nptlonly nsplugin opengl posix
-qt -qt3 -qt3support -qt4 -qt-static -samba slang sse -svga unicode usb v4l
v4l2 videos win32codecs X xinerama -xmms xsl xvid"
package.use
~~~~~~~~~~~
app-emulation/virtualbox-ose additions alsa pulseaudio qt qt3 qt3support qt4
emerge --pretend qt
~~~~~~~~~~~~~~~~~~~
[ebuild R ] x11-libs/qt-4.3.3
What I have to change or emerge?
Thanks
Pat