From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.chez-thomas.org (mail.mlbassoc.com [65.100.170.105]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 47390E01481 for ; Tue, 19 Mar 2013 06:21:14 -0700 (PDT) Received: by mail.chez-thomas.org (Postfix, from userid 1998) id 02867F811EB; Tue, 19 Mar 2013 07:21:13 -0600 (MDT) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on hermes.chez-thomas.org X-Spam-Level: X-Spam-Status: No, score=-2.0 required=4.0 tests=ALL_TRUSTED,BAYES_00, DKIM_ADSP_CUSTOM_MED, FREEMAIL_FROM, NML_ADSP_CUSTOM_MED, T_TO_NO_BRKTS_FREEMAIL autolearn=no version=3.3.2 Received: from [192.168.1.114] (zeus [192.168.1.114]) by mail.chez-thomas.org (Postfix) with ESMTP id F0DB7F811E6; Tue, 19 Mar 2013 07:21:12 -0600 (MDT) Message-ID: <5148664D.4070301@gmail.com> Date: Tue, 19 Mar 2013 07:21:17 -0600 From: Gary Thomas User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130308 Thunderbird/17.0.4 MIME-Version: 1.0 To: meta-freescale@yoctoproject.org References: <51474112.4080405@mlbassoc.com> <51485D73.1090407@mlbassoc.com> In-Reply-To: Subject: Re: [meta-fsl-arm] Can't build X server 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: Tue, 19 Mar 2013 13:21:14 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 2013-03-19 07:17, Otavio Salvador wrote: > On Tue, Mar 19, 2013 at 9:43 AM, Gary Thomas wrote: >> On 2013-03-18 11:30, Otavio Salvador wrote: >>> >>> On Mon, Mar 18, 2013 at 1:30 PM, Gary Thomas wrote: >>>> >>>> Using latest master(s) (as of 2013-03-15): >>>> >>>> Loading cache: 100% >>>> >>>> |####################################################################################| >>>> ETA: 00:00:00 >>>> Loaded 1159 entries from dependency cache. >>>> >>>> Build Configuration: >>>> BB_VERSION = "1.17.1" >>>> BUILD_SYS = "i686-linux" >>>> NATIVELSBSTRING = "Fedora-13" >>>> TARGET_SYS = "arm-poky-linux-gnueabi" >>>> MACHINE = "imx6qsabrelite" >>>> DISTRO = "poky" >>>> DISTRO_VERSION = "1.3+snapshot-20130318" >>>> TUNE_FEATURES = "armv7a vfp neon" >>>> TARGET_FPU = "vfp-neon" >>>> meta >>>> meta-yocto >>>> meta-yocto-bsp = "master:1ceb13dda11645229053fc4840954333f8910ba4" >>>> meta-imx6 = "master:81c6a6b7e95fcdaf6cc24cf31adf7ec25f4f110f" >>>> meta-fsl-arm = "master:b85c4a62f0fca16e636c5d9722d8c7b14383c4a5" >>>> >>>> I get this error: >>>> | In file included from vivante_fbdev/vivante_fbdev_driver.c:22:0: >>>> | ./vivante_util/vivante_common.h:51:22: fatal error: mibstore.h: No such >>>> file or directory >>>> | compilation terminated. >>>> | In file included from vivante_gal/vivante_gal_surface.c:22:0: >>>> | ./vivante_util/vivante_common.h:51:22: fatal error: mibstore.h: No such >>>> file or directory >>>> | compilation terminated. >>>> | make[2]: *** [vivante_fbdev_driver.lo] Error 1 >>>> | make[2]: *** Waiting for unfinished jobs.... >>>> | In file included from vivante_gal/vivante_gal_blit.c:22:0: >>>> | ./vivante_util/vivante_common.h:51:22: fatal error: mibstore.h: No such >>>> file or directory >>>> | compilation terminated. >>>> | make[2]: *** [vivante_gal_surface.lo] Error 1 >>>> | make[2]: *** [vivante_gal_blit.lo] Error 1 >>>> | In file included from vivante_gal/vivante_gal_gpu.c:23:0: >>>> | ./vivante_util/vivante_common.h:51:22: fatal error: mibstore.h: No such >>>> file or directory >>>> | compilation terminated. >>>> | make[2]: *** [vivante_gal_gpu.lo] Error 1 >>>> | make[2]: Leaving directory >>>> >>>> `/home/local/imx6_poky/tmp/work/imx6qsabrelite-poky-linux-gnueabi/xf86-video-imxfb-vivante/2_12.09.01-r21.2/xserver-xorg-video-imx-viv-12.09.01/src' >>>> | make[1]: *** [all-recursive] Error 1 >>>> | make[1]: Leaving directory >>>> >>>> `/home/local/imx6_poky/tmp/work/imx6qsabrelite-poky-linux-gnueabi/xf86-video-imxfb-vivante/2_12.09.01-r21.2/xserver-xorg-video-imx-viv-12.09.01' >>>> | make: *** [all] Error 2 >>>> | ERROR: oe_runmake failed >>>> | ERROR: Function failed: do_compile (see >>>> >>>> /home/local/imx6_poky/tmp/work/imx6qsabrelite-poky-linux-gnueabi/xf86-video-imxfb-vivante/2_12.09.01-r21.2/temp/log.do_compile.4674 >>>> for further information) >>>> ERROR: Task 335 >>>> >>>> (/home/local/poky-cutting-edge/meta-fsl-arm/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_12.09.01.bb, >>>> do_compile) failed with exit code '1' >>> >>> >>> Known issue; it has been reported at >>> https://bugzilla.yoctoproject.org/show_bug.cgi?id=4040 >>> >>> We're working on it. >> >> >> Relatively easy to fix - patch sent. > > I didn't receive any patch. > I've resent it from a different address & I think you should have it now.