[Bug 4578] uicmoc4-native_4.4.0 does not compile

bugzilla-daemon at amethyst.openembedded.net bugzilla-daemon at amethyst.openembedded.net
Wed Oct 8 13:07:08 UTC 2008


http://bugs.openembedded.net/show_bug.cgi?id=4578


Niko! <nicola.mfb at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nicola.mfb at gmail.com




--- Comment #2 from Niko! <nicola.mfb at gmail.com>  2008-10-08 15:07:08 ---
Ok, i found the problem, on gentoo there are two env variables that influences
uicmoc4-native and maybe qt4-x11-free, these are QMAKESPEC and QTDIR.
QMAKESPEC is setted to linux-g++, so the qt configure script thinks he has to
crosscompile so does not build tools, that's the reason as linguist tools are
not found in the do_install phase.

unset QMAKESPEC
unset QTDIR

solves the problem.

How to handle this globally? oe-documentation? oe-gentoo-documentation? bitbake
env var strip (ala openmoko?)

Regards

   Nicola

-- 
Configure bugmail: http://bugs.openembedded.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




More information about the Openembedded-issues mailing list