From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 8958AE00974; Sat, 9 May 2015 11:30:03 -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.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider * (picmaster[at]mail.bg) * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [193.201.172.118 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's * domain * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Received: from mx2.mail.bg (mx2.mail.bg [193.201.172.118]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 7E00FE0086D for ; Sat, 9 May 2015 11:29:59 -0700 (PDT) Received: from [192.168.0.62] (unknown [93.152.143.60]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mx2.mail.bg (Postfix) with ESMTPSA id 9A32F6000343; Sat, 9 May 2015 21:29:56 +0300 (EEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=mail.bg; s=default; t=1431196196; bh=S8ElwR9xIG3HRkT61JkdQldHq/y48noJr5Dtqz9XZAo=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=3PKzvzCom2MVTdJ9hIQC00cFUFkENp71TLyqDFy7L6t0rCE4yOylmsycStPNyKV0V dVzkIbJOgk93dFb9jDoYFivSjeXHS2GF0Lkhy2Jn7TPcoJC/KT3UBmiPtx1SCVJvhT 9xKS7WpRMABlFT1SxQZMZKmgHdtoCWVQf7KURmfM= Message-ID: <554E5224.1050707@mail.bg> Date: Sat, 09 May 2015 21:29:56 +0300 From: Nikolay Dimitrov User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.6.0 MIME-Version: 1.0 To: Peter Bergin References: <43F0718C449F6A46B393DA2BEC8E01280C81268F@post> In-Reply-To: <43F0718C449F6A46B393DA2BEC8E01280C81268F@post> Cc: "meta-freescale@yoctoproject.org" , Martin Jansa , Otavio Salvador Subject: Re: Problem building chromium for framebuffer 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: Sat, 09 May 2015 18:30:03 -0000 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Hi Peter, On 05/09/2015 05:22 PM, Peter Bergin wrote: > Hi, > > I am trying to build chromium with framebuffer as backend but having trouble. I am using fido branch of the FSL community bsp. When chromium is doing the configure step it is halted with a message that the package gdk-2.0 is missing. Can someone give a hint about whats wrong in my configuration and how to proceed? > > In my local.conf I have added: > > DISTRO_FEATURES_remove = " x11 wayland" > PACKAGECONFIG_remove = " x11 wayland" > > This is the output from 'bitbake chromium': > > Loading cache: 100% |##################################################################################| ETA: 00:00:00 > Loaded 2202 entries from dependency cache. > NOTE: Resolving any missing task queue dependencies > NOTE: multiple providers are available for jpeg (jpeg, libjpeg-turbo) > NOTE: consider defining a PREFERRED_PROVIDER entry to match jpeg > > Build Configuration: > BB_VERSION = "1.26.0" > BUILD_SYS = "x86_64-linux" > NATIVELSBSTRING = "Ubuntu-14.04" > TARGET_SYS = "arm-poky-linux-gnueabi" > MACHINE = "cubox-i" > DISTRO = "poky" > DISTRO_VERSION = "1.8" > TUNE_FEATURES = "arm armv7a vfp neon callconvention-hard cortexa9" > TARGET_FPU = "vfp-neon" > meta > meta-yocto = "fido:e2e522a6ede3165f63ad81c72f8ac6d3903f8296" > meta-oe > meta-gnome = "fido:5b0305d9efa4b5692cd942586fb7aa92dba42d59" > meta-fsl-arm = "fido:0cfe91f3291d5c333f7fe657df397ddb520b6d31" > meta-fsl-arm-extra = "fido:bc1269b1be74f319f492090ffd3d836e25d8a559" > meta-browser = "master:713b7f4dd6292461180be17882bf468e92ac43d2" > > NOTE: Preparing RunQueue > NOTE: Executing SetScene Tasks > NOTE: Executing RunQueue Tasks > ERROR: Function failed: do_configure (log file is located at /work/yocto/fido/cubox-i/tmp/work/cortexa9hf-vfp-neon-mx6qdl-poky-linux-gnueabi/chromium/40.0.2214.91-r0/temp/log.do_configure.14136) > ERROR: Logfile of failure stored in: /work/yocto/fido/cubox-i/tmp/work/cortexa9hf-vfp-neon-mx6qdl-poky-linux-gnueabi/chromium/40.0.2214.91-r0/temp/log.do_configure.14136 > Log data follows: > | DEBUG: Executing python function sysroot_cleansstate > | DEBUG: Python function sysroot_cleansstate finished > | DEBUG: Executing shell function do_configure > | Updating projects from gyp files... > | Package gdk-2.0 was not found in the pkg-config search path. > | Perhaps you should add the directory containing `gdk-2.0.pc' > | to the PKG_CONFIG_PATH environment variable > | No package 'gdk-2.0' found > | gyp: Call to 'pkg-config --cflags gdk-2.0' returned exit status 1. > | WARNING: exit code 1 from a shell command. > | ERROR: Function failed: do_configure (log file is located at /work/yocto/fido/cubox-i/tmp/work/cortexa9hf-vfp-neon-mx6qdl-poky-linux-gnueabi/chromium/40.0.2214.91-r0/temp/log.do_configure.14136) > ERROR: Task 5 (/work/yocto/fido/sources/meta-browser/recipes-browser/chromium/chromium_40.0.2214.91.bb, do_configure) failed with exit code '1' > NOTE: Tasks Summary: Attempted 1670 tasks of which 567 didn't need to be rerun and 1 failed. > Waiting for 0 running tasks to finish: > > Summary: 1 task failed: > /work/yocto/fido/sources/meta-browser/recipes-browser/chromium/chromium_40.0.2214.91.bb, do_configure > NOTE: Writing buildhistory gtk+ dependency (which contains gdk) is missing from the chromium recipe when building without x11 or wayland. Unfortunately gtk+ itself can't be compiled if "directfb" DISTRO_FEATURE is enabled: $ bitbake gtk+ Loading cache: 100% |#################################################################################################################################| ETA: 00:00:00 Loaded 2260 entries from dependency cache. NOTE: Resolving any missing task queue dependencies NOTE: multiple providers are available for jpeg (jpeg, libjpeg-turbo) NOTE: consider defining a PREFERRED_PROVIDER entry to match jpeg NOTE: multiple providers are available for jpeg-native (jpeg-native, libjpeg-turbo-native) NOTE: consider defining a PREFERRED_PROVIDER entry to match jpeg-native ERROR: Nothing PROVIDES 'directfb-native' (but virtual:native:/home/picmaster/work/yocto-fido-test/sources/poky/meta/recipes-graphics/cairo/cairo_1.12.18.bb DEPENDS on or otherwise requires it). Close matches: re2c-native db-native orc-native ERROR: Required build target 'gtk+' has no buildable providers. Missing or unbuildable dependency chain was: ['gtk+', 'gdk-pixbuf-native', 'harfbuzz-native', 'cairo-native', 'directfb-native'] It seems that for some reason gtk+ triggers a chain of native dependencies which reaches directfb. I'm adding Martin and Otavio into the loop. Regards, Nikolay