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
08-31-2008, 11:45 AM
Dale
virtualbox-ose build failed
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
:-) :-)
08-31-2008, 11:46 AM
Daniel Pielmeier
virtualbox-ose build failed
pat schrieb am 31.08.2008 13:35:
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
Which qt version do you use? My guess is 4.4.1.
Try building it with with qt3support USE flag enabled.
Regards,
Daniel
08-31-2008, 12:03 PM
"pat"
virtualbox-ose build failed
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
>
emerge --pretend qt
~~~~~~~~~~~~~~~~~~~
[ebuild R ] x11-libs/qt-4.3.3
What I have to change or emerge?
Do you have /usr/bin/uic3 installed?
No. Which package contains it?
x11-libs/qt-qt3support-4.4.1
But as you can see I am on qt-4.4.1 already where the qt package has
been split up. In qt-4.3.3 it should be part of x11-libs/qt when
qt3support is enabled. But you should verify if uic3 is in a different
location for 4.3.3.
What gives "emerge -pv qt" and "emerge -pvNDt virtualbox-ose"
Regards,
Daniel
08-31-2008, 12:47 PM
Dale
virtualbox-ose build failed
Daniel Pielmeier wrote:
pat schrieb am 31.08.2008 14:21:
On Sun, 31 Aug 2008 14:18:56 +0200, Daniel Pielmeier wrote
emerge --pretend qt
~~~~~~~~~~~~~~~~~~~
[ebuild R ] x11-libs/qt-4.3.3
What I have to change or emerge?
Do you have /usr/bin/uic3 installed?
No. Which package contains it?
x11-libs/qt-qt3support-4.4.1
But as you can see I am on qt-4.4.1 already where the qt package has
been split up. In qt-4.3.3 it should be part of x11-libs/qt when
qt3support is enabled. But you should verify if uic3 is in a different
location for 4.3.3.
What gives "emerge -pv qt" and "emerge -pvNDt virtualbox-ose"
Regards,
Daniel
If it helps any, here is my info:
root@smoker / # equery b /usr/bin/uic3
[ Searching for file(s) /usr/bin/uic3 in *... ]
x11-libs/qt-4.3.3 (/usr/bin/uic3)
root@smoker / #
Total: 1 package (1 reinstall), Size of downloads: 0 kB
08-31-2008, 12:49 PM
"pat"
virtualbox-ose build failed
On Sun, 31 Aug 2008 14:43:03 +0200, Daniel Pielmeier wrote
> pat schrieb am 31.08.2008 14:21:
> > On Sun, 31 Aug 2008 14:18:56 +0200, Daniel Pielmeier wrote
> >> pat schrieb am 31.08.2008 14:03:
> >>> 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?
> >> Do you have /usr/bin/uic3 installed?
> >
> > No. Which package contains it?
> >
> >
> >
>
> x11-libs/qt-qt3support-4.4.1
>
> But as you can see I am on qt-4.4.1 already where the qt package has
> been split up. In qt-4.3.3 it should be part of x11-libs/qt when
> qt3support is enabled. But you should verify if uic3 is in a
> different location for 4.3.3.
>
> What gives "emerge -pv qt" and "emerge -pvNDt virtualbox-ose"
>
> Regards,
>
> Daniel
Well, I've enabled qt3support in make.conf and the my Qt (4.3.3) library
contains the uic3 source, so I'll see if the Qt rebuild helps :-)
I'll inform if it helped or not.
Thanks
Pat
08-31-2008, 01:07 PM
Daniel Pielmeier
virtualbox-ose build failed
pat schrieb am 31.08.2008 14:49:
Well, I've enabled qt3support in make.conf and the my Qt (4.3.3) library
contains the uic3 source, so I'll see if the Qt rebuild helps :-)
I'll inform if it helped or not.
Normally it should be enough if it is enabled in package.use for
x11-libs/qt. You already have this setting so I thought there are
packages which need rebuilding. Maybe it is a good idea to rebuild qt
and also give revdep-rebuild a go.