Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: "Burton, Ross" <ross.burton@intel.com>
Cc: OE-core <openembedded-core@lists.openembedded.org>,
	"openembedded-commits@lists.openembedded.org"
	<openembedded-commits@lists.openembedded.org>
Subject: Re: [oe-commits] Jonathan Liu : fontcache.bbclass: prepend to PACKAGEFUNCS instead of appending
Date: Sun, 29 Mar 2015 01:28:43 +0100	[thread overview]
Message-ID: <20150329002843.GE2343@jama> (raw)
In-Reply-To: <20150325161208.GK3904@jama>

[-- Attachment #1: Type: text/plain, Size: 1789 bytes --]

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 <martin.jansa@gmail.com> 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 <net147@gmail.com>
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: Martin.Jansa@gmail.com



-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

  parent reply	other threads:[~2015-03-29  0:28 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20150316174236.48B8050234@opal.openembedded.org>
2015-03-21  2:11 ` [oe-commits] Jonathan Liu : fontcache.bbclass: prepend to PACKAGEFUNCS instead of appending Martin Jansa
2015-03-21  9:29   ` Richard Purdie
2015-03-21 14:55     ` Martin Jansa
2015-03-23 22:21       ` Martin Jansa
2015-03-25 12:11         ` Burton, Ross
2015-03-25 16:12           ` Martin Jansa
2015-03-25 16:18             ` Burton, Ross
2015-03-25 22:14               ` Martin Jansa
2015-03-26 21:39                 ` Burton, Ross
2015-03-29  0:28             ` Martin Jansa [this message]
2015-03-29  1:27               ` [PATCH] fontcache: allow to pass different fontconfig cache dir Martin Jansa
2015-03-30 10:47                 ` Burton, Ross
2015-03-30 17:27                   ` Martin Jansa
2015-04-07 11:21                     ` [PATCHv2] " Martin Jansa
2015-04-09 10:12                       ` Richard Purdie
2015-04-09 11:35                         ` Martin Jansa
2015-04-20 10:16                           ` Martin Jansa
2015-03-30 10:09               ` [oe-commits] Jonathan Liu : fontcache.bbclass: prepend to PACKAGEFUNCS instead of appending Burton, Ross
2015-03-30 16:41                 ` Khem Raj
2015-03-30 16:43                   ` Burton, Ross
2015-03-30 16:47                     ` Khem Raj
2015-03-30 18:46                   ` Martin Jansa
2015-03-30 18:49                     ` Khem Raj
2015-03-30 20:07                       ` Martin Jansa

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150329002843.GE2343@jama \
    --to=martin.jansa@gmail.com \
    --cc=openembedded-commits@lists.openembedded.org \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=ross.burton@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox