I'm also getting this error:

W/MediaScanner(  487): Error opening directory '/mnt/sdcard/.android_secure/', skipping: Permission denied.

which I can't understand the reason of... maybe related too?

On Friday, 13 July 2012 22:03:45 UTC+2, Bernhard Rosenkraenzer wrote:
Hi,
I've just committed the code needed to build an initial Linaro
JellyBean version (buildable with the Linaro gcc 4.7 compiler):

repo init -u git://android.git.linaro.org/platform/manifest.git -b
linaro_android_4.1.1
repo sync

Currently the build supports only the Galaxy Nexus - didn't want to
run into trouble with potentially incompatible binary blobs before
knowing the rest of the system is working.

Support for our normally supported boards will be added over the next
couple of days. Optimizations that currently aren't on the 4.1 branch
will also be restored in the next couple of days.

There's also 2 problems we need to fix quickly:
E/WVMExtractor(  126): Failed to open libwvm.so entries showing up in
logcat (a quick grep indicates nothing seems to build libwvm - neither
in our tree nor in AOSP)
and
I/v8      ( 1293): ERROR: Binary compiled with -mfloat-abi=hard but
without -DUSE_EABI_HARDFLOAT
(we don't actually use hardfloat (yet), so chances are the check for
hardfloat goes wrong with gcc 4.7.x)

The camera isn't working, but that's not a high priority issue given
the Galaxy Nexus is not a device we're supporting officially.

Of course our gerrit is always happy to receive patches for these and
other issues. ;)

ttyl
bero