From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 3CA88E00BE8; Wed, 11 Oct 2017 02:09:39 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,HTML_MESSAGE, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [62.7.242.136 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * 0.0 HTML_MESSAGE BODY: HTML included in message X-Greylist: delayed 64 seconds by postgrey-1.32 at yocto-www; Wed, 11 Oct 2017 02:09:36 PDT Received: from smtpb1.bt.com (smtpb1.bt.com [62.7.242.136]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id C1562E00B83 for ; Wed, 11 Oct 2017 02:09:36 -0700 (PDT) Received: from EVHUB05-UKBR.domain1.systemhost.net (193.113.108.173) by EVMED02-UKBR.bt.com (10.216.161.32) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 11 Oct 2017 10:08:31 +0100 Received: from rew09926dag03a.domain1.systemhost.net (10.55.202.18) by EVHUB05-UKBR.domain1.systemhost.net (193.113.108.173) with Microsoft SMTP Server (TLS) id 14.3.158.1; Wed, 11 Oct 2017 10:08:30 +0100 Received: from rew09926dag03b.domain1.systemhost.net (10.55.202.22) by rew09926dag03a.domain1.systemhost.net (10.55.202.18) with Microsoft SMTP Server (TLS) id 15.0.1293.2; Wed, 11 Oct 2017 10:08:29 +0100 Received: from rew09926dag03b.domain1.systemhost.net ([fe80::d514:fe50:560c:401e]) by rew09926dag03b.domain1.systemhost.net ([fe80::d514:fe50:560c:401e%12]) with mapi id 15.00.1293.004; Wed, 11 Oct 2017 10:08:29 +0100 From: To: Thread-Topic: The do_rootfs task fails on update_pixbuf_cache Thread-Index: AQHTQnARpNW3CSBG1Uyp4UJS75+Z3A== Date: Wed, 11 Oct 2017 09:08:29 +0000 Message-ID: <1507712909266.59055@bt.com> Accept-Language: en-GB, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [10.187.101.37] MIME-Version: 1.0 Subject: The do_rootfs task fails on update_pixbuf_cache X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Oct 2017 09:09:39 -0000 Content-Language: en-GB Content-Type: multipart/alternative; boundary="_000_150771290926659055btcom_" --_000_150771290926659055btcom_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable do_rootfs fails with core-image sub-class (The postinstall intercept hook '= update_pixbuf_cache' failed (exit code: 1)!) Using the QorIQ-SDK-V1.9-20151210-yocto from freescale to build a machine b= ased on P1020RDB I'm hitting problems towards the end of the image generati= on process. The error message I get is: /home2/qoriq/test-sdk/QorIQ-SDK-V1.9-20151210-yocto/bld-test/tmp/work/dlic5= -fsl-linux-gnuspe/sca905-image/1.0-r0/intercept_scripts/update_pixbuf_cache= : line 6: /home2/qoriq/test-sdk/QorIQ-SDK-V1.9-20151210-yocto/bld-test/tmp/= work/dlic5-fsl-linux-gnuspe/sca905-image/1.0-r0/rootfs/usr/lib/gdk-pixbuf-2= .0/2.10.0/loaders/../loaders.cache: No such file or directory WARNING: The postinstall intercept hook 'update_pixbuf_cache' failed (exit = code: 1)! See log for details! NOTE: > Executing update_font_cache intercept ... ERROR: Function failed: do_rootfs ERROR: Logfile of failure stored in: /home2/qoriq/test-sdk/QorIQ-SDK-V1.9-2= 0151210-yocto/bld-test/tmp/work/dlic5-fsl-linux-gnuspe/sca905-image/1.0-r0/= temp/log.do_rootfs.4987 ERROR: Task 7 (/home2/qoriq/test-sdk/QorIQ-SDK-V1.9-20151210-yocto/sources/= meta-amit/recipes-amit/images/sca905-image.bb, do_rootfs) failed with exit = code '1' System and recipe details below: OS Opensuse 13.1 system Linux 3.11.10-29-desktop #1 SMP PREEMPT Thu Mar 5 1= 6:24:00 UTC 2015 (338c513) x86_64 x86_64 x86_64 GNU/Linux ** The image recipe - a simple core-image sub-class ** inherit core-image IMAGE_FEATURES +=3D "tools-debug" IMAGE_INSTALL +=3D "gdk-pixbuf" ** The failing script that generates the error ** #!/bin/sh export GDK_PIXBUF_MODULEDIR=3D$D${libdir}/gdk-pixbuf-2.0/2.10.0/loaders export GDK_PIXBUF_FATAL_LOADER=3D1 PSEUDO_UNLOAD=3D1 qemuwrapper -L $D -E LD_LIBRARY_PATH=3D$D/${libdir}:$D/${= base_libdir}\ $D${bindir}/gdk-pixbuf-query-loaders \ >$GDK_PIXBUF_MODULEDIR/../loaders.cache && \ sed -i -e "s:$D::g" $GDK_PIXBUF_MODULEDIR/../loaders.cache If I examine the path referenced in the error message, above I can see that= there is no gdk-pixbuf-2.0 directory under user/lib in the rootfs. I've be= en unable to work out why this is. Path is shown immediately below: /home2/qoriq/test-sdk/QorIQ-SDK-V1.9-20151210-yocto/bld-test/tmp/work/dlic5= -fsl-linux-gnuspe/sca905-image/1.0-r0/rootfs/usr/lib/gdk-pixbuf-2.0/2.10.0/= loaders/../loaders.cache I've also not been able to work out how to disable running of the intercept= _scripts which my image doesn't need to provide a GUI. Attempts to leave th= em out using BBMASK didn't prevent the error: BBMASK =3D "poky/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.30.8.bb" BBMASK .=3D "|poky/meta/recipes-gnome/librsvg/librsvg_2.40.6.bb" Anyone provide any insight into how I can either make this work or remove i= t? Regards, Amit --_000_150771290926659055btcom_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable

do_rootfs fails with core-image sub-class (The postinstall intercept hoo= k 'update_pixbuf_cache' failed (exit code: 1)!)

Using the QorIQ-SDK-V1.9-20151210-yocto from freescale to build a machine b= ased on P1020RDB I'm hitting problems towards the end of the image generati= on process.

The error message I get is:


/home2/qoriq/test-sdk/QorIQ-SDK-V1.9-20151210-yocto/bld-test/tmp/work/dl= ic5-fsl-linux-gnuspe/sca905-image/1.0-r0/intercept_scripts/update_pixbuf_ca= che: line 6: /home2/qoriq/test-sdk/QorIQ-SDK-V1.9-20151210-yocto/bld-test/t= mp/work/dlic5-fsl-linux-gnuspe/sca905-image/1.0-r0/rootfs/usr/lib/gdk-pixbu= f-2.0/2.10.0/loaders/../loaders.cache: No such file or directory
WARNING: The postinstall intercept hook 'update_pixbuf_cache' failed (exit = code: 1)! See log for details!
NOTE: > Executing update_font_cache intercept ...

ERROR: Function failed: do_rootfs
ERROR: Logfile of failure stored in: /home2/qoriq/test-sdk/QorIQ-SDK-V1.9-2= 0151210-yocto/bld-test/tmp/work/dlic5-fsl-linux-gnuspe/sca905-image/1.0-r0/= temp/log.do_rootfs.4987
ERROR: Task 7 (/home2/qoriq/test-sdk/QorIQ-SDK-V1.9-20151210-yocto/sources/= meta-amit/recipes-amit/images/sca905-image.bb, do_rootfs) failed with exit = code '1'


System and recipe details below:


OS Opensuse 13.1 system Linux 3.11.10-29-desktop #1 SMP PREEMPT Thu Mar 5 1= 6:24:00 UTC 2015 (338c513) x86_64 x86_64 x86_64 GNU/Linux

** The image recipe - a simple core-image sub-class **

inherit core-image

IMAGE_FEATURES +=3D "tools-debug"
IMAGE_INSTALL +=3D "gdk-pixbuf"

** The failing script that generates the error **

#!/bin/sh

export GDK_PIXBUF_MODULEDIR=3D$D${libdir}/gdk-pixbuf-2.0/2.10.0/loaders
export GDK_PIXBUF_FATAL_LOADER=3D1

PSEUDO_UNLOAD=3D1 qemuwrapper -L $D -E LD_LIBRARY_PATH=3D$D/${libdir}:$D/${= base_libdir}\
    $D${bindir}/gdk-pixbuf-query-loaders \
    >$GDK_PIXBUF_MODULEDIR/../loaders.cache && \<= br>     sed -i -e "s:$D::g" $GDK_PIXBUF_MODULEDIR/../l= oaders.cache   

If I examine the path referenced in the error message, above I can see that= there is no gdk-pixbuf-2.0 directory under user/lib in the rootfs. I've be= en unable to work out
why this is. Path is shown immediately below:

/home2/qoriq/test-sdk/QorIQ-SDK-V1.9-20151210-yocto/bld-test/tmp/work/dlic5= -fsl-linux-gnuspe/sca905-image/1.0-r0/rootfs/usr/lib/gdk-pixbuf-2.0/2.10.0/= loaders/../loaders.cache


I've also not been able to work out how to disable running of the intercept= _scripts which my image doesn't need to provide a GUI. Attempts to leave th= em out using BBMASK didn't prevent the error:

BBMASK =3D "poky/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.30.8.bb&qu= ot;
BBMASK .=3D "|poky/meta/recipes-gnome/librsvg/librsvg_2.40.6.bb"<= br>


Anyone provide any insight into how I can either make this work or remov= e it?


Regards,


Amit


--_000_150771290926659055btcom_--