From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id C20F9E008A7; Wed, 17 Dec 2014 05:37:23 -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,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] X-Greylist: delayed 89 seconds by postgrey-1.32 at yocto-www; Wed, 17 Dec 2014 05:37:18 PST Received: from fx802.security-mail.net (smtpout140.security-mail.net [85.31.212.142]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 74F54E00872 for ; Wed, 17 Dec 2014 05:37:18 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by fx802.security-mail.net (MTA) with SMTP id 0E51CF8B1EF for ; Wed, 17 Dec 2014 14:35:45 +0100 (CET) Received: from fx802 (localhost [127.0.0.1]) by fx802.security-mail.net (MTA) with ESMTP id F1C41F8B196 for ; Wed, 17 Dec 2014 14:35:44 +0100 (CET) X-Virus-Scanned: E-securemail x-secugrey: score=-10 x-secugrey: filter=out_default,id=20141217143544-82788-00002,score=-20 Received: from cg92.security-mail.net (cg92.security-mail.net [172.16.248.92]) by fx802.security-mail.net (MTA) with SMTP id 6E56EF8B12D for ; Wed, 17 Dec 2014 14:35:44 +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 1830515342 for meta-freescale@yoctoproject.org; Wed, 17 Dec 2014 14:35:43 +0100 Message-ID: <549185E8.5050107@analogway.com> Date: Wed, 17 Dec 2014 14:32:24 +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: meta-freescale@yoctoproject.org X-Virus-Scanned: by Security-Mail Subject: 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 13:37:23 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi, 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. Best regards, Yannick