From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id F23B1E00952; Wed, 3 Dec 2014 07:47:25 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mail.chez-thomas.org (mail.mlbassoc.com [65.100.170.105]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id CFB61E008F5 for ; Wed, 3 Dec 2014 07:47:23 -0800 (PST) Received: by mail.chez-thomas.org (Postfix, from userid 1998) id A1E70F811E6; Wed, 3 Dec 2014 08:47:22 -0700 (MST) Received: from [192.168.1.114] (zeus [192.168.1.114]) by mail.chez-thomas.org (Postfix) with ESMTP id 8B093F811E5; Wed, 3 Dec 2014 08:47:21 -0700 (MST) Message-ID: <547F309C.7000601@mlbassoc.com> Date: Wed, 03 Dec 2014 08:47:40 -0700 From: Gary Thomas User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: meta-freescale@yoctoproject.org References: <31DEF1477DD8ED418B35D5485DECBE6F012F52AF@SRV-MAIL1.dom-rbe.local> <31DEF1477DD8ED418B35D5485DECBE6F012FF83E@SRV-MAIL1.dom-rbe.local> In-Reply-To: <31DEF1477DD8ED418B35D5485DECBE6F012FF83E@SRV-MAIL1.dom-rbe.local> Subject: Re: Adding php package to fsl-image-machine-test 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, 03 Dec 2014 15:47:26 -0000 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit On 2014-12-03 08:12, Philippe BALLEYDIER wrote: > Hi everyone > > > After digging in the log file, i realized that one command was failling > > /media/philippe/data/release/build-sb/tmp/sysroots/x86_64-linux/usr/bin/smart --quiet --data-dir=/media/philippe/data/release/build-sb/tmp/work/imx6qsabresd-poky-linux-gnueabi/core-image-minimal/1.0-r0/rootfs/var/lib/smart install -y run-postinsts@all php-cgi@cortexa9hf_vfp_neon openssh@cortexa9hf_vfp_neon lighttpd@cortexa9hf_vfp_neon php@cortexa9hf_vfp_neon packagegroup-core-boot@imx6qsabresd > > So i tried to run it by myself and i figured out that the SMART package was missing. I tried to install it via the ubuntu packet manager, but it seems there is multiple things missing. What do you mean it was missing? It's built as part of your system build (hence the tmp/sysroots path in your message above) There is probably more useful information about the error in the file /media/philippe/data/release/build-sb/tmp/work/imx6qsabresd-poky-linux-gnueabi/core-image-minimal/1.0-r0/temp/log.do_install Have you looked at it? > > Any ideas about this issue? > > > ________________________________________ > De : meta-freescale-bounces@yoctoproject.org [meta-freescale-bounces@yoctoproject.org] de la part de Philippe BALLEYDIER [PBalleydier@visionsystems.fr] > Envoyé : vendredi 28 novembre 2014 08:23 > À : meta-freescale@yoctoproject.org > Objet : [meta-freescale] Adding php package to fsl-image-machine-test > > Hi > > I'm trying to install a webserver (lighttpd + php) on a Sabre Board (fsl-image-machine-test dizzy branch) > So i basically added these lines to the local.conf file: > ---------------------------------------------------------------------------------------------------------------------- > CORE_IMAGE_EXTRA_INSTALL += " \ > openssh \ > lighttpd \ > php \ > " > ---------------------------------------------------------------------------------------------------------------------- > > > > when i bitbake it, everything is going as expected without any errors (php actually being baked) until it reachs the end (2 tasks left): > 0: fsl-image-machine-test-1.0-r0 do_rootfs > > Then i get this error: > ---------------------------------------------------------------------------------------------------------------------- > ERROR: Unable to install packages. Command '/media/philippe/data/release/build-sb/tmp/sysroots/x86_64-linux/usr/bin/smart --quiet --data-dir=/media/philippe/data/release/build-sb/tmp/work/imx6qsabresd-poky-linux-gnueabi/fsl-image-machine-test/1.0-r0/rootfs/var/lib/smart install -y packagegroup-fsl-tools-gpu@imx6qsabresd packagegroup-core-tools-testapps@imx6qsabresd packagegroup-fsl-tools-testapps@all run-postinsts@all packagegroup-fsl-tools-benchmark@imx6qsabresd packagegroup-core-x11-base@all packagegroup-base-extended@imx6qsabresd openssh@cortexa9hf_vfp_neon packagegroup-core-tools-profile@imx6qsabresd lighttpd@cortexa9hf_vfp_neon packagegroup-fsl-gstreamer-full@all packagegroup-fsl-tools-gpu-external@all packagegroup-fsl-gstreamer@imx6qsabresd php@cortexa9hf_vfp_neon packagegroup-core-boot@imx6qsabresd locale-base-en-us@cortexa9hf_vfp_neon locale-base-en-gb@cortexa9hf_vfp_neon' returned 1: > error: Can't install php-5.4.33-r0@cortexa9hf_vfp_neon: no package provides /media/philippe/data/release/build-sb/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/php/5.4.33-r0/image/usr/bin/php > > > ERROR: Function failed: do_rootfs > ERROR: Logfile of failure stored in: /media/philippe/data/release/build-sb/tmp/work/imx6qsabresd-poky-linux-gnueabi/fsl-image-machine-test/1.0-r0/temp/log.do_rootfs.1977 > ERROR: Task 7 (/media/philippe/data/release/sources/meta-fsl-demos/recipes-fsl/images/fsl-image-machine-test.bb, do_rootfs) failed with exit code '1' > ---------------------------------------------------------------------------------------------------------------------- > > > > Any ideas of what would be the issue? > Any pointers would be of great help > > I'm joining the full log in attachment > > > Best regards > -- ------------------------------------------------------------ Gary Thomas | Consulting for the MLB Associates | Embedded world ------------------------------------------------------------