From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 47CEBE00E9D; Wed, 27 Jul 2016 09:21:45 -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,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 * [85.18.95.86 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] X-Greylist: delayed 151 seconds by postgrey-1.32 at yocto-www; Wed, 27 Jul 2016 09:21:41 PDT Received: from mr002msb.fastweb.it (mr002msb.fastweb.it [85.18.95.86]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 10A57E00E98 for ; Wed, 27 Jul 2016 09:21:41 -0700 (PDT) Received: from gaggiata.pivistrello.it (93.50.145.180) by mr002msb.fastweb.it (8.5.140.05) id 578903700097C931; Wed, 27 Jul 2016 18:19:09 +0200 Received: from dev1 (unknown [192.168.111.2]) by gaggiata.pivistrello.it (Postfix) with ESMTPS id 01F17188C8F; Wed, 27 Jul 2016 18:19:09 +0200 (CEST) Received: from dolcini by dev1 with local (Exim 4.84) (envelope-from ) id 1bSRY2-0000Z6-Sz; Wed, 27 Jul 2016 18:19:06 +0200 Date: Wed, 27 Jul 2016 18:19:06 +0200 From: Francesco Dolcini To: meta-freescale@yoctoproject.org Message-ID: <20160727161906.GA2139@dev1> MIME-Version: 1.0 User-Agent: Mutt/1.5.23 (2014-03-12) X-Mailman-Approved-At: Tue, 09 Aug 2016 11:39:46 -0700 Cc: otavio@ossystems.com.br Subject: jethro/i.MX6 build failure without x11 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, 27 Jul 2016 16:21:45 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi All, build is failing if x11 is removed from distro feature (build with FB backend) Loaded 2382 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 ERROR: Nothing RPROVIDES 'libgl-mesa-dev' (but .... ../sources/meta-fsl-arm/recipes-graphics/imx-gpu-viv/imx-gpu-viv_5.0.11.p7.4-hfp.bb RDEPENDS on or otherwise requires it) NOTE: Runtime target 'libgl-mesa-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['libgl-mesa-dev'] NOTE: Runtime target 'fsl-gpu-sdk' is unbuildable, removing... Missing or unbuildable dependency chain was: ['fsl-gpu-sdk', 'virtual/libgles2', 'libgl-mesa-dev'] NOTE: Runtime target 'packagegroup-fsl-tools-gpu' is unbuildable, removing... Missing or unbuildable dependency chain was: ['packagegroup-fsl-tools-gpu', 'fsl-gpu-sdk', 'virtual/libgles2', 'libgl-mesa-dev'] The problem seems exactly this one: https://lists.yoctoproject.org/pipermail/yocto/2015-November/027467.html Removing RDEPENDS_libgl-mx6-dev += "libgl-mesa-dev" solves the problem, but it does not seem the righ solution. Any suggestion on what is the correct fix? Thanks, Francesco