From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id ABBFAE00998; Wed, 22 Apr 2015 05:12:15 -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 * [85.31.212.142 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 108 seconds by postgrey-1.32 at yocto-www; Wed, 22 Apr 2015 05:12:11 PDT Received: from fx802.security-mail.net (smtpout140.security-mail.net [85.31.212.142]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 9522CE00954 for ; Wed, 22 Apr 2015 05:12:11 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by fx802.security-mail.net (MTA) with SMTP id F03B7F8B327 for ; Wed, 22 Apr 2015 14:10:18 +0200 (CEST) Received: from fx802 (localhost [127.0.0.1]) by fx802.security-mail.net (MTA) with ESMTP id 97B2FF8B2F9; Wed, 22 Apr 2015 14:10:18 +0200 (CEST) X-Virus-Scanned: E-securemail x-secugrey: score=-10 x-secugrey: filter=out_default,id=20150422141017-15664-00001,score=-20 x-secugrey: score=-10 x-secugrey: filter=out_default,id=20150422141017-15664-00002,score=-20 x-secugrey: score=-10 x-secugrey: filter=out_default,id=20150422141017-15664-00003,score=-20 Received: from cg92.security-mail.net (cg92.security-mail.net [172.16.248.92]) by fx802.security-mail.net (MTA) with ESMTPS id 6413CF8B28F; Wed, 22 Apr 2015 14:10:17 +0200 (CEST) Received: by cg92.security-mail.net (MTA, from userid 0) id 3E9E0A902; Wed, 22 Apr 2015 14:10:17 +0200 (CEST) Received: from [89.91.77.218] (account yannick.calmettes@analogway.com HELO [192.168.0.39]) by mails.optimails.com (CommuniGate Pro SMTP 6.0.11) with ESMTPSA id 1836773243; Wed, 22 Apr 2015 14:10:17 +0200 Message-ID: <55378E63.9040509@analogway.com> Date: Wed, 22 Apr 2015 14:04:51 +0200 From: Yannick Calmettes User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Otavio Salvador , Gustavo Ramon Arambula Aguilar References: In-Reply-To: X-Virus-Scanned: by Security-Mail Cc: "meta-freescale@yoctoproject.org" Subject: Re: Can't build meta-toolchain-qt5 on 3.14.28-1.0.0ga 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, 22 Apr 2015 12:12:15 -0000 Content-Type: multipart/alternative; boundary="------------050302090704050504060101" --------------050302090704050504060101 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit Dear Otavio, It works on Dizzy branch too but the problem is that I have debug problems. When I debug my application that was compiled with Dizzy QT tool-chain on a target that have 3.14.28-1.0.0ga QT libraries, I have library incompatibility error in QT Creator. Best, Yannick ** Le 22/04/2015 13:14, Otavio Salvador a écrit : > On Tue, Apr 21, 2015 at 4:42 PM, Gustavo Ramon Arambula Aguilar > wrote: >> We have a customer that reported a problem when baking the >> meta-toolchain-qt5 on 3.14.28-1.0.0ga. I reproduced the error and indeed >> there are some bluez dependencies issues and some fetching issues. >> >> >> >> Have you seen this before? How may this be fixed? Is the fetching error a >> problem from our side? >> >> >> >> ERROR: Multiple .bb files are due to be built which each provide >> virtual/bluez >> (/home/user/Projets/VTX/VTX_BASE/LINUX/BSP_3.14.28-1.0.0-ga/sources/poky/meta/recipes-connectivity/bluez/bluez4_4.101.bb >> /home/user/Projets/VTX/VTX_BASE/LINUX/BSP_3.14.28-1.0.0-ga/sources/meta-fsl-bsp-release/imx/meta-fsl-bluez/recipes-connectivity/bluez5/bluez5_5.25.bb). >> >> >> >> This usually means one provides something the other doesn't and should. >> >> >> >> ERROR: Fetcher failure: Unable to find revision >> aa651c73bf7bc57c1b6b1bfcfa9afe901884a102 in branch 5.3 even from upstream >> >> ERROR: Function failed: Fetcher failure for URL: >> 'git://qt.gitorious.org/qt/qtsystems.git;branch=5.3'. Unable to fetch URL >> from any source. >> >> ERROR: Logfile of failure stored in: >> /home/usuario/fsl-release-bsp/buildimx6q/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/qtsystems/5.3.99+5.4.0-beta1+gitAUTOINC+aa651c73bf-r0/temp/log.do_fetch.23039 >> >> ERROR: Task 909 >> (/home/usuario/fsl-release-bsp/sources/meta-qt5/recipes-qt/qt5/qtsystems_git.bb, >> do_fetch) failed with exit code '1' >> >> >> >> The original thread is: >> >> https://community.freescale.com/thread/352283 > Please try with FSL Community BSP Fido branch. I think it'll work out of box. > --------------050302090704050504060101 Content-Type: text/html; charset=windows-1252 Content-Transfer-Encoding: 8bit Dear Otavio,

It works on Dizzy branch too but the problem is that I have debug problems.
When I debug my application that was compiled with Dizzy QT tool-chain on a target that have 3.14.28-1.0.0ga QT libraries, I have library incompatibility error in QT Creator.

Best,

Yannick

Le 22/04/2015 13:14, Otavio Salvador a écrit :
On Tue, Apr 21, 2015 at 4:42 PM, Gustavo Ramon Arambula Aguilar
<gustavo.arambula@freescale.com> wrote:
We have a customer that reported a problem when baking the
meta-toolchain-qt5 on 3.14.28-1.0.0ga. I reproduced the error and indeed
there are some bluez dependencies issues and some fetching issues.



Have you seen this before? How may this be fixed? Is the fetching error a
problem from our side?



ERROR: Multiple .bb files are due to be built which each provide
virtual/bluez
(/home/user/Projets/VTX/VTX_BASE/LINUX/BSP_3.14.28-1.0.0-ga/sources/poky/meta/recipes-connectivity/bluez/bluez4_4.101.bb
/home/user/Projets/VTX/VTX_BASE/LINUX/BSP_3.14.28-1.0.0-ga/sources/meta-fsl-bsp-release/imx/meta-fsl-bluez/recipes-connectivity/bluez5/bluez5_5.25.bb).



This usually means one provides something the other doesn't and should.



ERROR: Fetcher failure: Unable to find revision
aa651c73bf7bc57c1b6b1bfcfa9afe901884a102 in branch 5.3 even from upstream

ERROR: Function failed: Fetcher failure for URL:
'git://qt.gitorious.org/qt/qtsystems.git;branch=5.3'. Unable to fetch URL
from any source.

ERROR: Logfile of failure stored in:
/home/usuario/fsl-release-bsp/buildimx6q/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/qtsystems/5.3.99+5.4.0-beta1+gitAUTOINC+aa651c73bf-r0/temp/log.do_fetch.23039

ERROR: Task 909
(/home/usuario/fsl-release-bsp/sources/meta-qt5/recipes-qt/qt5/qtsystems_git.bb,
do_fetch) failed with exit code '1'



The original thread is:

https://community.freescale.com/thread/352283
Please try with FSL Community BSP Fido branch. I think it'll work out of box.



 

--------------050302090704050504060101--