[meta-freescale] Building Qt5 using yocto on Wandboard-Error

Nilesh Kokane nilesh.kokane at mindastoneridge.com
Wed Jul 23 02:57:15 PDT 2014


Hi Maciek,

The tar ball was not correctly downloads so i got the previous errors sorry
for that.

Anyways I downloaded the tar ball and located in the download file.


i tried multiple times for bitbake its falling with the following error.

WARNING: Failed to fetch URL
http://download.qt-project.org/official_releases/qt/5.1/5.1.1/submodules/qtgraphicaleffects-opensource-src-5.1.1.tar.xz,
attempting MIRRORS if available
ERROR: Fetcher failure: Fetch command failed with exit code 4, no output
ERROR: Function failed: Fetcher failure for URL: '
http://download.qt-project.org/official_releases/qt/5.1/5.1.1/submodules/qtgraphicaleffects-opensource-src-5.1.1.tar.xz'.
Unable to fetch URL from any source.
ERROR: Logfile of failure stored in:
/home/minda/bin/fsl-community-bsp/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/qtgraphicaleffects/5.1.1-r0/temp/log.do_fetch.29384
ERROR: Task 1283
(/home/minda/bin/fsl-community-bsp/sources/meta-qt5/recipes-qt/qt5/
qtgraphicaleffects_5.1.1.bb, do_fetch) failed with exit code '1'
WARNING: Failed to fetch URL
http://download.qt-project.org/official_releases/qt/5.1/5.1.1/submodules/qtdeclarative-opensource-src-5.1.1.tar.xz,
attempting MIRRORS if available
ERROR: Fetcher failure: Fetch command failed with exit code 4, no output
ERROR: Function failed: Fetcher failure for URL: '
http://download.qt-project.org/official_releases/qt/5.1/5.1.1/submodules/qtdeclarative-opensource-src-5.1.1.tar.xz'.
Unable to fetch URL from any source.
ERROR: Logfile of failure stored in:
/home/minda/bin/fsl-community-bsp/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/qtdeclarative/5.1.1-r0/temp/log.do_fetch.29383
ERROR: Task 1270
(/home/minda/bin/fsl-community-bsp/sources/meta-qt5/recipes-qt/qt5/
qtdeclarative_5.1.1.bb, do_fetch) failed with exit code '1'





Also , is
http://wiki.wandboard.org/index.php/Building_Qt5_using_yocto_on_Wandboard#Bitbake.21
step really requied for graphics creation.using Qt?or should i skip and
move on to the rest of the step
http://wiki.wandboard.org/index.php/Building_Qt5_using_yocto_on_Wandboard#Cross_compile_Qt5_for_QtCreator
to set up Qt IDE and cross compilation?


All i want is to set up the Qt IDEwith opengl and enable graphics on the
wandboard to develop our application.


please suggest.



Thanks
Nilesh kokane







On Tue, Jul 22, 2014 at 6:48 PM, Nilesh Kokane <
nilesh.kokane at mindastoneridge.com> wrote:

> Hello Maciek,
>
>
> /usr/bin/env wget -t 2 -T 30 -v --passive-ftp --no-check-certificate
> -P /home/minda/bin/fsl-community-
> bsp/downloads/
> '
> http://download.qt-project.org/official_releases/qt/5.1/5.1.1/submodules/qtbase-opensource-src-5.1.1.tar.xz
> '
>
> *Gave a success*.
>
>
> > Also i've downloaded the file manually, can I feed up the file before
> > bitbake to counteract on the problem.
>
> This might work:
> - cd /home/minda/bin/fsl-community-
> bsp/downloads
> - wget manually
> - touch qtbase-opensource-src-5.1.1.tar.xz.done
>
> Though, it makes more sense to fix the problem rather than work around
> it like this.
>
>
> I did the above task and gave a bitbake, but it failed with the following
> error
>
> ERROR: Task 1208
> (/home/minda/bin/fsl-community-bsp/sources/meta-qt5/recipes-qt/qt5/
> qtbase-native_5.1.1.bb, do_unpack) failed with exit code '1'
> ERROR: Function failed: Unpack failure for URL: '
> http://download.qt-project.org/official_releases/qt/5.1/5.1.1/submodules/qtbase-opensource-src-5.1.1.tar.xz'.
> Unpack command
> PATH="/home/minda/bin/fsl-community-bsp/build/tmp/sysroots/i686-linux/usr/bin/qt5:/home/minda/bin/fsl-community-bsp/sources/poky/scripts:/home/minda/bin/fsl-community-bsp/build/tmp/sysroots/i686-linux/usr/bin/cortexa9hf-vfp-neon-poky-linux-gnueabi:/home/minda/bin/fsl-community-bsp/build/tmp/sysroots/wandboard-solo/usr/bin/crossscripts:/home/minda/bin/fsl-community-bsp/build/tmp/sysroots/i686-linux/usr/sbin:/home/minda/bin/fsl-community-bsp/build/tmp/sysroots/i686-linux/usr/bin:/home/minda/bin/fsl-community-bsp/build/tmp/sysroots/i686-linux/sbin:/home/minda/bin/fsl-community-bsp/build/tmp/sysroots/i686-linux/bin:/home/minda/bin/fsl-community-bsp/sources/poky/scripts:/home/minda/bin/fsl-community-bsp/sources/poky/bitbake/bin:/home/minda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games"
> xz -dc
> /home/minda/bin/fsl-community-bsp/downloads/qtbase-opensource-src-5.1.1.tar.xz
> | tar x --no-same-owner -f - failed with return value 2
> ERROR: Logfile of failure stored in:
> /home/minda/bin/fsl-community-bsp/build/tmp/work/cortexa9hf-vfp-neon-mx6-poky-linux-gnueabi/qtbase/5.1.1-r0/temp/log.do_unpack.28926
>
>
>
> | ERROR: Function failed: Unpack failure for URL: '
> http://download.qt-project.org/official_releases/qt/5.1/5.1.1/submodules/qtbase-opensource-src-5.1.1.tar.xz'.
> Unpack command
> PATH="/home/minda/bin/fsl-community-bsp/build/tmp/sysroots/i686-linux/usr/bin/qt5:/home/minda/bin/fsl-community-bsp/sources/poky/scripts:/home/minda/bin/fsl-community-bsp/build/tmp/sysroots/i686-linux/usr/bin/cortexa9hf-vfp-neon-poky-linux-gnueabi:/home/minda/bin/fsl-community-bsp/build/tmp/sysroots/wandboard-solo/usr/bin/crossscripts:/home/minda/bin/fsl-community-bsp/build/tmp/sysroots/i686-linux/usr/sbin:/home/minda/bin/fsl-community-bsp/build/tmp/sysroots/i686-linux/usr/bin:/home/minda/bin/fsl-community-bsp/build/tmp/sysroots/i686-linux/sbin:/home/minda/bin/fsl-community-bsp/build/tmp/sysroots/i686-linux/bin:/home/minda/bin/fsl-community-bsp/sources/poky/scripts:/home/minda/bin/fsl-community-bsp/sources/poky/bitbake/bin:/home/minda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games"
> xz -dc
> /home/minda/bin/fsl-community-bsp/downloads/qtbase-opensource-src-5.1.1.tar.xz
> | tar x --no-same-owner -f - failed with return value 2
> ERROR: Task 447
> (/home/minda/bin/fsl-community-bsp/sources/meta-qt5/recipes-qt/qt5/
> qtbase_5.1.1.bb, do_unpack) failed with exit code '1'
>
>
> Please suggest.
>
>
> Thanks
> Nilesh Kokane
>
>
>
>
>
>
>
>
> On Tue, Jul 22, 2014 at 3:38 PM, Maciek Borzecki <
> maciej.borzecki at open-rnd.pl> wrote:
>
>> On wto, 2014-07-22 at 15:10 +0530, Nilesh Kokane wrote:
>> > Hello Maciek Borzecki,
>> >
>> >
>> >
>> > Thanks for your valuable reply
>> >
>> >
>> >
>> > We don't use proxy anyways I've attached the log.do_fetch.5553
>> >
>> > Actually its my third attempt to bitbake.
>> >
>> >
>> > And its constantly stuck while up in the same error.
>> >
>> >
>> > So you say, if network problem is removed off,  bitbake will succeed?
>>
>> Try running this to check what wget complains about:
>>
>> /usr/bin/env wget -t 2 -T 30 -v --passive-ftp --no-check-certificate
>> -P /home/minda/bin/fsl-community-bsp/downloads/
>> '
>> http://download.qt-project.org/official_releases/qt/5.1/5.1.1/submodules/qtbase-opensource-src-5.1.1.tar.xz
>> '
>>
>> Running 'bitbake -v -c fetch qt5' will do the fetch step only.
>>
>> > Also i've downloaded the file manually, can I feed up the file before
>> > bitbake to counteract on the problem.
>>
>> This might work:
>> - cd /home/minda/bin/fsl-community-bsp/downloads
>> - wget manually
>> - touch qtbase-opensource-src-5.1.1.tar.xz.done
>>
>> Though, it makes more sense to fix the problem rather than work around
>> it like this.
>>
>>
>>
>>
>> --
>> Maciej Borzęcki
>> Senior Software Developer at Open-RnD Sp. z o.o., Poland
>> www.open-rnd.pl
>> mobile: +48 889 117 365, fax: +48 42 657 9079
>>
>> Niniejsza wiadomość wraz z załącznikami może zawierać chronione prawem
>> lub poufne informacje i została wysłana wyłącznie do wiadomości i
>> użytku osób, do których została zaadresowana. Jeśli wiadomość została
>> otrzymana przypadkowo zabrania się jej kopiowania lub rozsyłania do
>> osób trzecich. W takim przypadku uprasza się o natychmiastowe
>> zniszczenie wiadomości oraz poinformowanie nadawcy o zaistniałej
>> sytuacji za pomocą wiadomości zwrotnej. Dziękujemy.
>>
>> This message, including any attachments hereto, may contain privileged
>> or confidential information and is sent solely for the attention and
>> use of the intended addressee(s). If you are not an intended addressee,
>> you may neither use this message nor copy or deliver it to anyone. In
>> such case, you should immediately destroy this message and kindly notify
>> the sender by reply email. Thank you.
>>
>>
>>
>
>
> --
> Thanks
>
>


-- 
Thanks

-- 
“The contents of this e-mail message and any attachments are confidential 
and are intended solely for addressee. The information may also be legally 
privileged. This transmission is sent in trust, for the sole purpose of 
delivery to the intended recipient. If you have received this transmission 
in error, any use, reproduction or dissemination of this transmission is 
strictly prohibited. If you are not the intended recipient, please 
immediately notify the sender by reply e-mail or phone and delete this 
message and its attachments, if any.”
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/meta-freescale/attachments/20140723/27f1f727/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.png
Type: image/png
Size: 67631 bytes
Desc: not available
URL: <http://lists.yoctoproject.org/pipermail/meta-freescale/attachments/20140723/27f1f727/attachment-0001.png>


More information about the meta-freescale mailing list