When doing a "bitbake qmake2-native" from openembedded I get the error

ERROR: function do_stage failed
ERROR: see log in /home/joeri/programs/OE_STABLE_RELEASE/angstrom-dev/work/i686-linux/qmake2-native-2.10a-r7/temp/log.do_stage.19519

The logfile contains the actual error
cp: cannot overwrite non-directory `/home/joeri/programs/OE_STABLE_RELEASE/angstrom-dev/staging/i686-linux/usr/share/qt4/mkspecs/linux-oe-g++' with directory `mkspecs/linux-oe-g++'

Somehow it is tried to overwrite a directory in staging that was build by another target than qmake2-native (?).
The cp command fails because "linux-oe-g++" is a symlink.

Why is bitbaking qmake2-native trying to overwrite results form another build and failing at it?
Is this a bug? How to fix it?

I use the stable/2009 branch and build for the beagleboard
I have previously bitbaked base-image, console-image, qt4-embedded and qtopia-core-gui-image without a problem. But i missed some qt4 tooling for corssbuilding, so I tried to make qmake2-native.

Regards,
 Joeri




_______________________________________________
Angstrom-distro-users mailing list
Angstrom-distro-users@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users

Reply via email to