[OE-core] ERROR during bitbake

Enrico Scholz enrico.scholz at sigma-chemnitz.de
Fri Mar 16 11:09:35 UTC 2012


VIJAY KUMAR <vijaykumar.pulluri-Re5JQEeQqe8AvxtiuMwx3w at public.gmane.org>
writes:

> I am trying to build openjdk-6 for my imx53sabre board.
> During my journey, I got sticked here to get out of error.
>
> | chmod -w grove_inst.cxx
> | chmod: grove_inst.cxx: new permissions are r-xr-xrwx, not r-xr-xr-x

chmod -### operations are broken because they take umask into account
and result might differ from the expected one hence.

You will have to patch the buildsystem to do 'chmod a-w' instead of
'chmod -w'.


Enrico




More information about the Openembedded-core mailing list