On Wed, Mar 25, 2015 at 05:12:08PM +0100, Martin Jansa wrote: > On Wed, Mar 25, 2015 at 12:11:05PM +0000, Burton, Ross wrote: > > On 23 March 2015 at 22:21, Martin Jansa <[email protected]> wrote: > > > > > In my case it's reproducible by adding udev-ptest to image, more > > > specifically > > > having these 2 directories in rootfs: > > > usr/lib/udev/ptest/test/sys/devices > > > usr/lib/udev/ptest/test/sys/bus > > > > > > > oe-core 3f799b should mean that those directories are in a tarball instead > > of unpacked on the rootfs. Do you have that commit? > > Oh, thanks for pointer. I was seeing the same issue in dizzy and master > build, but this change can explain why I wasn't able to reproduce it in > master yesterday.
I've found the reason why it was failing for me in master even with this
udev fix when building our internal images.
The problem is that we have fontconfig bbappend which sets:
WEBOS_FONTCONFIG_CACHE = "${datadir}/fontconfig/cache"
EXTRA_OECONF_append = " --with-cache-dir=${WEBOS_FONTCONFIG_CACHE}"
and this oe-core commit:
commit 23393c6685860d0b1c459874d35395360d0b6d3c
Author: Jonathan Liu <[email protected]>
Date: Mon Mar 9 13:28:37 2015 +1100
postinst-intercepts/update_font_cache: fix ownership of fontconfig cache
adds:
chown -R root:root $D${localstatedir}/cache/fontconfig
Which doesn't exist in our builds and chown and whole postinst
interceptor fails.
I'll send patch to make fontconfig cache dir configureable so that we
don't need to overlay fontcache.bbclass as well as
scripts/postinst-intercepts/update_font_cache
Thanks,
>
> > Ross
>
> --
> Martin 'JaMa' Jansa jabber: [email protected]
--
Martin 'JaMa' Jansa jabber: [email protected]
signature.asc
Description: Digital signature
-- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
