Re: [gentoo-user] virtualbox-ose build failed

2008-08-31 Thread Dale

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

:-)  :-)



Re: [gentoo-user] virtualbox-ose build failed

2008-08-31 Thread Daniel Pielmeier

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



Re: [gentoo-user] virtualbox-ose build failed

2008-08-31 Thread pat
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



Re: [gentoo-user] virtualbox-ose build failed

2008-08-31 Thread Daniel Pielmeier

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?



Re: [gentoo-user] virtualbox-ose build failed

2008-08-31 Thread pat
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?




Re: [gentoo-user] virtualbox-ose build failed

2008-08-31 Thread Daniel Pielmeier

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



Re: [gentoo-user] virtualbox-ose build failed

2008-08-31 Thread Dale

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




If it helps any, here is my info:

[EMAIL PROTECTED] / # equery b /usr/bin/uic3
[ Searching for file(s) /usr/bin/uic3 in *... ]
x11-libs/qt-4.3.3 (/usr/bin/uic3)
[EMAIL PROTECTED] / #

and

[ebuild   R   ] x11-libs/qt-4.3.3  USE=accessibility cups dbus gif jpeg 
opengl png qt3support sqlite ssl tiff zlib -debug -doc -examples 
-firebird -glib -mng -mysql -nas -nis -odbc -pch -postgres -sqlite3 
-xinerama INPUT_DEVICES=-wacom


Dale

:-)  :-) 



Re: [gentoo-user] virtualbox-ose build failed

2008-08-31 Thread Sebastian Beßler

pat schrieb:

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?


DarkMaschine linux # dep -F uic3
uic3:
x11-libs/qt-4.3.4-r1:
/usr/bin/uic3

DarkMaschine linux # emerge -vp qt
These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] x11-libs/qt-4.3.4-r1  USE=cups dbus gif glib jpeg mng 
mysql opengl pch png qt3support sqlite sqlite3 ssl tiff zlib 
-accessibility -debug -doc -examples (-firebird) -nas -nis -odbc 
-postgres -xinerama INPUT_DEVICES=-wacom 0 kB


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






Re: [gentoo-user] virtualbox-ose build failed

2008-08-31 Thread pat
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




Re: [gentoo-user] virtualbox-ose build failed

2008-08-31 Thread Daniel Pielmeier

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.


Regards,

Daniel



Re: [gentoo-user] virtualbox-ose build failed [SOLVED]

2008-08-31 Thread pat
On Sun, 31 Aug 2008 14:49:14 +0200, pat wrote
 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

Enabling qt3support solved the problem.

Thanks to all for help.

 Pat