From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id DE078E006EF; Wed, 17 Dec 2014 07:18:28 -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=-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.47 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 Received: from fx303.security-mail.net (mxout.security-mail.net [85.31.212.47]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id B61F6E002F9 for ; Wed, 17 Dec 2014 07:18:22 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by fx303.security-mail.net (MTA) with SMTP id 647C69DFCBA for ; Wed, 17 Dec 2014 16:18:18 +0100 (CET) Received: from fx303 (localhost [127.0.0.1]) by fx303.security-mail.net (MTA) with ESMTP id 60D5E9DFCD7; Wed, 17 Dec 2014 16:18:18 +0100 (CET) X-Virus-Scanned: E-securemail x-secugrey: score=-10 x-secugrey: filter=out_default,id=20141217161805-25247-00001,score=-20 x-secugrey: score=-10 x-secugrey: filter=out_default,id=20141217161817-25247-00002,score=-20 Received: from cg92.security-mail.net (cg92.security-mail.net [172.16.248.92]) by fx303.security-mail.net (MTA) with SMTP id B0A609DFCD3; Wed, 17 Dec 2014 16:18:05 +0100 (CET) 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 1830523268; Wed, 17 Dec 2014 16:18:04 +0100 Message-ID: <54919DE5.2090300@analogway.com> Date: Wed, 17 Dec 2014 16:14:45 +0100 From: Yannick Calmettes User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: =?UTF-8?B?RXJpYyBCw6luYXJk?= References: <549185E8.5050107@analogway.com> <20141217152516.16281fb3@e6520eb.localdomain> In-Reply-To: <20141217152516.16281fb3@e6520eb.localdomain> X-Virus-Scanned: by Security-Mail Cc: meta-freescale@yoctoproject.org Subject: Re: imx-3.10.31-1.1.0_beta : Can't build meta-toolchain-qt5 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, 17 Dec 2014 15:18:28 -0000 Content-Type: multipart/alternative; boundary="------------080102090905010201050603" --------------080102090905010201050603 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Hi Eric, Thank you that is the correct patch. Will it be integrated to the future release version of that branch ? Yannick ** Le 17/12/2014 15:25, Eric Bénard a écrit : > Hi Yannick, > > Le Wed, 17 Dec 2014 14:32:24 +0100, > Yannick Calmettes a écrit : >> I'm on branch "imx-3.10.31-1.1.0_beta" (i've cloned it this morning) and >> I cannot build the recipe "meta-toolchain-qt5". >> >> I have a fetch error message for qtsystem_git recipe : >> >> WARNING: Failed to fetch URL >> git://qt.gitorious.org/qt/qtsystems.git;branch=5.4, attempting MIRRORS >> if available >> ERROR: Fetcher failure: Unable to find revision >> aa651c73bf7bc57c1b6b1bfcfa9afe901884a102 in branch 5.4 even from upstream >> ERROR: Function failed: Fetcher failure for URL: >> 'git://qt.gitorious.org/qt/qtsystems.git;branch=5.4'. Unable to fetch >> URL from any source. >> ERROR: Logfile of failure stored in: >> /home/user/Projets/VTX/VTX_BASE/LINUX/BSP/build_aw-mx6qsabresd-main/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/qtsystems/5.2.1+gitAUTOINC+aa651c73bf-r0/temp/log.do_fetch.26039 >> ERROR: Task 814 >> (/home/user/Projets/VTX/VTX_BASE/LINUX/BSP/sources/meta-qt5/recipes-qt/qt5/qtsystems_git.bb, >> do_fetch) failed with exit code '1' >> >> It seems that in qt5-git.inc it takes the stable qt version as SRC_URI. >> As the new stable version is 5.4, it seems that >> aa651c73bf7bc57c1b6b1bfcfa9afe901884a102 SRCREV is not yet included in >> this branch. >> > this patch may help : > https://github.com/meta-qt5/meta-qt5/commit/0732e184acef5e0200f46d7f95702774e5de1904 > Best regards, > Eric > --------------080102090905010201050603 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 8bit
Hi Eric,

Thank you that is the correct patch. Will it be integrated to the future release version of that branch ?

Yannick

Le 17/12/2014 15:25, Eric Bénard a écrit :
Hi Yannick,

Le Wed, 17 Dec 2014 14:32:24 +0100,
Yannick Calmettes <yannick.calmettes@analogway.com> a écrit :
I'm on branch "imx-3.10.31-1.1.0_beta" (i've cloned it this morning) and 
I cannot build the recipe "meta-toolchain-qt5".

I have a fetch error message for qtsystem_git recipe :

WARNING: Failed to fetch URL 
git://qt.gitorious.org/qt/qtsystems.git;branch=5.4, attempting MIRRORS 
if available
ERROR: Fetcher failure: Unable to find revision 
aa651c73bf7bc57c1b6b1bfcfa9afe901884a102 in branch 5.4 even from upstream
ERROR: Function failed: Fetcher failure for URL: 
'git://qt.gitorious.org/qt/qtsystems.git;branch=5.4'. Unable to fetch 
URL from any source.
ERROR: Logfile of failure stored in: 
/home/user/Projets/VTX/VTX_BASE/LINUX/BSP/build_aw-mx6qsabresd-main/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/qtsystems/5.2.1+gitAUTOINC+aa651c73bf-r0/temp/log.do_fetch.26039
ERROR: Task 814 
(/home/user/Projets/VTX/VTX_BASE/LINUX/BSP/sources/meta-qt5/recipes-qt/qt5/qtsystems_git.bb, 
do_fetch) failed with exit code '1'

It seems that in qt5-git.inc it takes the stable qt version as SRC_URI. 
As the new stable version is 5.4, it seems that 
aa651c73bf7bc57c1b6b1bfcfa9afe901884a102 SRCREV is not yet included in 
this branch.

this patch may help :
https://github.com/meta-qt5/meta-qt5/commit/0732e184acef5e0200f46d7f95702774e5de1904
Best regards,
Eric
 


 

--------------080102090905010201050603--