Re: [oe] Error while bitbake meta-toolchain-qt5

2014-09-11 Thread Simon George
I think I am also having the same issue that Switesh originally reported, 
is there a solution? 
If so I would be grateful if you could tell me the steps to take to solve 
the issue.

My console output is:

engineering@SELLT099:~/fsl-community-bsp/build$ bitbake meta-toolchain-qt5
...
... 
NOTE: Preparing runqueue
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
WARNING: Failed to fetch URL 
git://qt.gitorious.org/qt/qtwayland.git;branch=stable, attempting MIRRORS 
if available
ERROR: Fetcher failure: Unable to find revision 
a23777866ab77c4e8e6b501cf0fbe7c9223e in branch stable even from 
upstream
ERROR: Function failed: Fetcher failure for URL: 
'git://qt.gitorious.org/qt/qtwayland.git;branch=stable'. Unable to fetch 

URL from any source.
ERROR: Logfile of failure stored in: 
/home/engineering/fsl-community-bsp/build/tmp/work/i686-linux/qtwayland-native/5.2.1+gitAUTOINC+a237778666-r0/temp/log.do_fetch.2882
ERROR: Task 1763 
(/home/engineering/fsl-community-bsp/sources/meta-qt5/recipes-qt/qt5/qtwayland-native_git.bb,
 
do_fetch) failed with exit code '1'
WARNING: Failed to fetch URL 
git://qt.gitorious.org/qt/qtwayland.git;branch=stable, attempting MIRRORS 
if available
ERROR: Fetcher failure: Unable to find revision 
573d0ee5ba86d99095f217ea9e19172bfc5e75fd in branch stable even from 
upstream
ERROR: Function failed: Fetcher failure for URL: 
'git://qt.gitorious.org/qt/qtwayland.git;branch=stable'. Unable to fetch 

URL from any source.
ERROR: Logfile of failure stored in: 
/home/engineering/fsl-community-bsp/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/qtwayland/5.2.1+gitAUTOINC+573d0ee5ba-r0/temp/log.do_fetch.2883
ERROR: Task 827 
(/home/engineering/fsl-community-bsp/sources/meta-qt5/recipes-qt/qt5/qtwayland_git.bb,
 
do_fetch) failed with exit code '1'
NOTE: Tasks Summary: Attempted 4147 tasks of which 4145 didn't need to be 
rerun and 2 failed.
Waiting for 0 running tasks to finish:
 
Summary: 2 tasks failed:
  
/home/engineering/fsl-community-bsp/sources/meta-qt5/recipes-qt/qt5/qtwayland-native_git.bb,
 
do_fetch
  
/home/engineering/fsl-community-bsp/sources/meta-qt5/recipes-qt/qt5/qtwayland_git.bb,
 
do_fetch
Summary: There were 2 WARNING messages shown.
Summary: There were 4 ERROR messages shown, returning a non-zero exit 
code.
engineering@SELLT099:~/fsl-community-bsp/build$

the 2 log files mentioned are here:

log.do_fetch.2882  http://pastebin.com/3Nk1Z4D9
log.do_fetch.2883 http://pastebin.com/MWeML9Wt

I am also on branch daisy and as of the time of this email the 
branch was up to date. 

any help would be appreciated. 

regards,
Simon



This email and any files transmitted with it are confidential and intended 
solely for the use of the individual or entity to whom they are addressed. If 
you have received this email in error please notify the system manager.

This footnote also confirms that this email message has been swept by the 
MessageLabs Email Security System for the presence of computer viruses.

Seaward Group, Bracken Hill, South West Industrial Estate, Peterlee, County 
Durham. SR8 2SW, England. Company Registration: 1674384

For the sake of the environment, please do not print this email unless you 
really need to.
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] Error while bitbake meta-toolchain-qt5

2014-09-11 Thread Switesh Fulpagare
Hi Simon,
  This fetcher failure problem is solved by following patch -

diff --git a/recipes-qt/qt5/qtwayland-native_git.bb b/recipes-qt/qt5/
qtwayland-native_git.bb
index 988aa98..64485de 100644
--- a/recipes-qt/qt5/qtwayland-native_git.bb
+++ b/recipes-qt/qt5/qtwayland-native_git.bb
@@ -4,4 +4,5 @@ require ${PN}.inc
 # qtwayland wasn't released yet, last tag before this SRCREV is 5.0.0-beta1
 # qt5-git PV is only to indicate that this recipe is compatible with qt5
5.2.1

-SRCREV = a23777866ab77c4e8e6b501cf
0fbe7c9223e
+QT_MODULE_BRANCH = dev
+SRCREV = 573d0ee5ba86d99095f217ea9e19172bfc5e75fd
diff --git a/recipes-qt/qt5/qtwayland_git.bb b/recipes-qt/qt5/
qtwayland_git.bb
index 789a882..c192914 100644
--- a/recipes-qt/qt5/qtwayland_git.bb
+++ b/recipes-qt/qt5/qtwayland_git.bb
@@ -4,6 +4,7 @@ require ${PN}.inc
 # qtwayland wasn't released yet, last tag before this SRCREV is 5.0.0-beta1
 # qt5-git PV is only to indicate that this recipe is compatible with qt5
5.2.1

+QT_MODULE_BRANCH = dev
 SRCREV = 573d0ee5ba86d99095f217ea9e19172bfc5e75fd

 SRC_URI +=  \


If you till have any doubt please revert.


On Thu, Sep 11, 2014 at 2:36 PM, Simon George sim...@seaward.co.uk wrote:

 I think I am also having the same issue that Switesh originally reported,
 is there a solution?
 If so I would be grateful if you could tell me the steps to take to solve
 the issue.

 My console output is:

 engineering@SELLT099:~/fsl-community-bsp/build$ bitbake meta-toolchain-qt5
 ...
 ...
 NOTE: Preparing runqueue
 NOTE: Executing SetScene Tasks
 NOTE: Executing RunQueue Tasks
 WARNING: Failed to fetch URL
 git://qt.gitorious.org/qt/qtwayland.git;branch=stable, attempting MIRRORS
 if available
 ERROR: Fetcher failure: Unable to find revision
 a23777866ab77c4e8e6b501cf0fbe7c9223e in branch stable even from
 upstream
 ERROR: Function failed: Fetcher failure for URL:
 'git://qt.gitorious.org/qt/qtwayland.git;branch=stable'. Unable to fetch

 URL from any source.
 ERROR: Logfile of failure stored in:

 /home/engineering/fsl-community-bsp/build/tmp/work/i686-linux/qtwayland-native/5.2.1+gitAUTOINC+a237778666-r0/temp/log.do_fetch.2882
 ERROR: Task 1763
 (/home/engineering/fsl-community-bsp/sources/meta-qt5/recipes-qt/qt5/
 qtwayland-native_git.bb,
 do_fetch) failed with exit code '1'
 WARNING: Failed to fetch URL
 git://qt.gitorious.org/qt/qtwayland.git;branch=stable, attempting MIRRORS
 if available
 ERROR: Fetcher failure: Unable to find revision
 573d0ee5ba86d99095f217ea9e19172bfc5e75fd in branch stable even from
 upstream
 ERROR: Function failed: Fetcher failure for URL:
 'git://qt.gitorious.org/qt/qtwayland.git;branch=stable'. Unable to fetch

 URL from any source.
 ERROR: Logfile of failure stored in:

 /home/engineering/fsl-community-bsp/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/qtwayland/5.2.1+gitAUTOINC+573d0ee5ba-r0/temp/log.do_fetch.2883
 ERROR: Task 827
 (/home/engineering/fsl-community-bsp/sources/meta-qt5/recipes-qt/qt5/
 qtwayland_git.bb,
 do_fetch) failed with exit code '1'
 NOTE: Tasks Summary: Attempted 4147 tasks of which 4145 didn't need to be
 rerun and 2 failed.
 Waiting for 0 running tasks to finish:

 Summary: 2 tasks failed:

 /home/engineering/fsl-community-bsp/sources/meta-qt5/recipes-qt/qt5/
 qtwayland-native_git.bb,
 do_fetch

 /home/engineering/fsl-community-bsp/sources/meta-qt5/recipes-qt/qt5/
 qtwayland_git.bb,
 do_fetch
 Summary: There were 2 WARNING messages shown.
 Summary: There were 4 ERROR messages shown, returning a non-zero exit
 code.
 engineering@SELLT099:~/fsl-community-bsp/build$

 the 2 log files mentioned are here:

 log.do_fetch.2882  http://pastebin.com/3Nk1Z4D9
 log.do_fetch.2883 http://pastebin.com/MWeML9Wt

 I am also on branch daisy and as of the time of this email the
 branch was up to date.

 any help would be appreciated.

 regards,
 Simon


 
 This email and any files transmitted with it are confidential and intended
 solely for the use of the individual or entity to whom they are addressed.
 If you have received this email in error please notify the system manager.

 This footnote also confirms that this email message has been swept by the
 MessageLabs Email Security System for the presence of computer viruses.

 Seaward Group, Bracken Hill, South West Industrial Estate, Peterlee,
 County Durham. SR8 2SW, England. Company Registration: 1674384

 For the sake of the environment, please do not print this email unless you
 really need to.
 --
 ___
 Openembedded-devel mailing list
 Openembedded-devel@lists.openembedded.org
 http://lists.openembedded.org/mailman/listinfo/openembedded-devel


-- 
“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 

Re: [oe] Error while bitbake meta-toolchain-qt5

2014-09-11 Thread Switesh Fulpagare
Hi Otavio,
   This problem is solved.
Thanks for your valuable support.

- Switesh.

On Wed, Sep 10, 2014 at 5:13 PM, Switesh Fulpagare 
switesh.fulpag...@mindastoneridge.com wrote:

 i am using Daisy branch.

 On Wed, Sep 10, 2014 at 4:47 PM, Otavio Salvador ota...@ossystems.com.br
 wrote:

 On Wed, Sep 10, 2014 at 1:17 AM, Switesh Fulpagare
 switesh.fulpag...@mindastoneridge.com wrote:
  Hi Otavio,
   Please confirm the following that i had understood -
 
  1. You have pushed the fix.
  2. Now, i have to apply the patch, with
 
  SRCREV = 98dca3b54f52f08117c1e0d3a1b4826ed12ef23f
  +QT_MODULE_BRANCH = 5.4
 
   SRC_URI +=  \
 
 file://0001-examples.pro-include-server-buffer-only-when-buildin.patch
  \
 
  3. I need to write
  SRCREV = 98dca3b54f52f08117c1e0d3a1b4826ed12ef23f
  +QT_MODULE_BRANCH = 5.4
  in the file,
  Home/bin/fsl-community-bsp/sources/meta-qt5//recipes-qt/qt5/
  qtwayland_git.bb
 
  4. Then apply patch
  $ patch 
  file://0001-examples.pro-include-server-buffer-only-when-buildin.patch \
 
  Are the above steps are right? Please Otavio consider that i m beginner
 in
  the Linux platform.

 Are you using Daisy or master?


 --
 Otavio Salvador O.S. Systems
 http://www.ossystems.com.brhttp://code.ossystems.com.br
 Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750
 --
 ___
 Openembedded-devel mailing list
 Openembedded-devel@lists.openembedded.org
 http://lists.openembedded.org/mailman/listinfo/openembedded-devel




-- 
“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.”
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] Error while bitbake meta-toolchain-qt5

2014-09-11 Thread Simon George
thanks Switesh,

I had found the post from Pierluigi myself and was just waiting for my 
build to complete successfully before posting back to the thread. 

Everything seems to be working now. 

thanks for your assistance. 

Best regards,
Simon



This email and any files transmitted with it are confidential and intended 
solely for the use of the individual or entity to whom they are addressed. If 
you have received this email in error please notify the system manager.

This footnote also confirms that this email message has been swept by the 
MessageLabs Email Security System for the presence of computer viruses.

Seaward Group, Bracken Hill, South West Industrial Estate, Peterlee, County 
Durham. SR8 2SW, England. Company Registration: 1674384

For the sake of the environment, please do not print this email unless you 
really need to.
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] Error while bitbake meta-toolchain-qt5

2014-09-10 Thread Otavio Salvador
On Wed, Sep 10, 2014 at 1:17 AM, Switesh Fulpagare
switesh.fulpag...@mindastoneridge.com wrote:
 Hi Otavio,
  Please confirm the following that i had understood -

 1. You have pushed the fix.
 2. Now, i have to apply the patch, with

 SRCREV = 98dca3b54f52f08117c1e0d3a1b4826ed12ef23f
 +QT_MODULE_BRANCH = 5.4

  SRC_URI +=  \
  file://0001-examples.pro-include-server-buffer-only-when-buildin.patch
 \

 3. I need to write
 SRCREV = 98dca3b54f52f08117c1e0d3a1b4826ed12ef23f
 +QT_MODULE_BRANCH = 5.4
 in the file,   Home/bin/fsl-community-bsp/sources/meta-qt5//recipes-qt/qt5/
 qtwayland_git.bb

 4. Then apply patch
 $ patch 
 file://0001-examples.pro-include-server-buffer-only-when-buildin.patch \

 Are the above steps are right? Please Otavio consider that i m beginner in
 the Linux platform.

Are you using Daisy or master?


-- 
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] Error while bitbake meta-toolchain-qt5

2014-09-10 Thread Switesh Fulpagare
i am using Daisy branch.

On Wed, Sep 10, 2014 at 4:47 PM, Otavio Salvador ota...@ossystems.com.br
wrote:

 On Wed, Sep 10, 2014 at 1:17 AM, Switesh Fulpagare
 switesh.fulpag...@mindastoneridge.com wrote:
  Hi Otavio,
   Please confirm the following that i had understood -
 
  1. You have pushed the fix.
  2. Now, i have to apply the patch, with
 
  SRCREV = 98dca3b54f52f08117c1e0d3a1b4826ed12ef23f
  +QT_MODULE_BRANCH = 5.4
 
   SRC_URI +=  \
 
 file://0001-examples.pro-include-server-buffer-only-when-buildin.patch
  \
 
  3. I need to write
  SRCREV = 98dca3b54f52f08117c1e0d3a1b4826ed12ef23f
  +QT_MODULE_BRANCH = 5.4
  in the file,
  Home/bin/fsl-community-bsp/sources/meta-qt5//recipes-qt/qt5/
  qtwayland_git.bb
 
  4. Then apply patch
  $ patch 
  file://0001-examples.pro-include-server-buffer-only-when-buildin.patch \
 
  Are the above steps are right? Please Otavio consider that i m beginner
 in
  the Linux platform.

 Are you using Daisy or master?


 --
 Otavio Salvador O.S. Systems
 http://www.ossystems.com.brhttp://code.ossystems.com.br
 Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750
 --
 ___
 Openembedded-devel mailing list
 Openembedded-devel@lists.openembedded.org
 http://lists.openembedded.org/mailman/listinfo/openembedded-devel


-- 
“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.”
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] Error while bitbake meta-toolchain-qt5

2014-09-09 Thread Switesh Fulpagare
Correction in last mail,

But now only one error is encountering as  qtwayland-native_git.bb, do_fetch


On Tue, Sep 9, 2014 at 11:01 AM, Switesh Fulpagare 
switesh.fulpag...@mindastoneridge.com wrote:

 Hi Otavio,
Now i have clean build all and using core-image-x11 i can able to
 observe CinematicExperience on the monitor by

 $ Qt5_CinematicExperience

 Now while

 Cross compile Qt5 for QtCreator  (
 http://wiki.wandboard.org/index.php/Building_Qt5_using_yocto_on_Wandboard
 )

 at

 $ bitbake meta-toolchain-qt5

 following errors are resolved

 1. qtwayland_git.bb, do_fetch
 2. qtwayland_git.bb, do_unpack

 But now only one error is encountering as qtwayland_git.bb, do_unpack

 pls see the log at
 http://pastebin.com/ikXVV2Wc

 if it is again related to patch, can please tell me how to apply the patch?

 I am working very first time in this Linux environment so might not knowing 
 some basics.

 Thanking you Otavio.





 On Sat, Sep 6, 2014 at 11:21 PM, Otavio Salvador ota...@ossystems.com.br
 wrote:

 On Sat, Sep 6, 2014 at 12:55 AM, Switesh Fulpagare
 switesh.fulpag...@mindastoneridge.com wrote:
  Hi Otavio,
   Thanks for your mail.
  Yes, Otavio you are right.
  There is  / at the end of DL_DIR in the local.conf file.
  I had removed that and once again given bitbake meta-toolchain-qt5
  but as result as earlier. See the link below.
 
  http://pastebin.com/a8VjfKXh

 WARNING: Failed to fetch URL
 git://qt.gitorious.org/qt/qtwayland.git;branch=stable, attempting
 MIRRORS if available
 ERROR: Fetcher failure: Unable to find revision
 a23777866ab77c4e8e6b501cf0fbe7c9223e in branch stable even from
 upstream
 ERROR: Function failed: Fetcher failure for URL:
 'git://qt.gitorious.org/qt/qtwayland.git;branch=stable'. Unable to
 fetch URL from any source.

 It seems you didn't apply the patch.

 --
 Otavio Salvador O.S. Systems
 http://www.ossystems.com.brhttp://code.ossystems.com.br
 Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750
 --
 ___
 Openembedded-devel mailing list
 Openembedded-devel@lists.openembedded.org
 http://lists.openembedded.org/mailman/listinfo/openembedded-devel




-- 
“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.”
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] Error while bitbake meta-toolchain-qt5

2014-09-09 Thread Otavio Salvador
On Tue, Sep 9, 2014 at 6:12 AM, Switesh Fulpagare
switesh.fulpag...@mindastoneridge.com wrote:
 Correction in last mail,

 But now only one error is encountering as  qtwayland-native_git.bb, do_fetch

I pushed the fix.

-- 
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] Error while bitbake meta-toolchain-qt5

2014-09-09 Thread Switesh Fulpagare
Hi Otavio,
 Please confirm the following that i had understood -

1. You have pushed the fix.
2. Now, i have to apply the patch, with

SRCREV = 98dca3b54f52f08117c1e0d3a1b4826ed12ef23f
+QT_MODULE_BRANCH = 5.4

 SRC_URI +=  \
 file://0001-examples.pro-include-server-buffer-only-when-buildin.patch
\

3. I need to write
SRCREV = 98dca3b54f52f08117c1e0d3a1b4826ed12ef23f
+QT_MODULE_BRANCH = 5.4
in the file,   Home/bin/fsl-community-bsp/sources/meta-qt5//recipes-qt/qt5/
qtwayland_git.bb

4. Then apply patch
$ patch 
file://0001-examples.pro-include-server-buffer-only-when-buildin.patch \

Are the above steps are right? Please Otavio consider that i m beginner in
the Linux platform.

Thanking you.
Switesh.

On Tue, Sep 9, 2014 at 6:08 PM, Otavio Salvador ota...@ossystems.com.br
wrote:

 On Tue, Sep 9, 2014 at 6:12 AM, Switesh Fulpagare
 switesh.fulpag...@mindastoneridge.com wrote:
  Correction in last mail,
 
  But now only one error is encountering as  qtwayland-native_git.bb,
 do_fetch

 I pushed the fix.

 --
 Otavio Salvador O.S. Systems
 http://www.ossystems.com.brhttp://code.ossystems.com.br
 Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750
 --
 ___
 Openembedded-devel mailing list
 Openembedded-devel@lists.openembedded.org
 http://lists.openembedded.org/mailman/listinfo/openembedded-devel


-- 
“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.”
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] Error while bitbake meta-toolchain-qt5

2014-09-08 Thread Switesh Fulpagare
Hi Otavio,
   Now i have clean build all and using core-image-x11 i can able to
observe CinematicExperience on the monitor by

$ Qt5_CinematicExperience

Now while

Cross compile Qt5 for QtCreator  (
http://wiki.wandboard.org/index.php/Building_Qt5_using_yocto_on_Wandboard )

at

$ bitbake meta-toolchain-qt5

following errors are resolved

1. qtwayland_git.bb, do_fetch
2. qtwayland_git.bb, do_unpack

But now only one error is encountering as qtwayland_git.bb, do_unpack

pls see the log at
http://pastebin.com/ikXVV2Wc

if it is again related to patch, can please tell me how to apply the patch?

I am working very first time in this Linux environment so might not
knowing some basics.

Thanking you Otavio.





On Sat, Sep 6, 2014 at 11:21 PM, Otavio Salvador ota...@ossystems.com.br
wrote:

 On Sat, Sep 6, 2014 at 12:55 AM, Switesh Fulpagare
 switesh.fulpag...@mindastoneridge.com wrote:
  Hi Otavio,
   Thanks for your mail.
  Yes, Otavio you are right.
  There is  / at the end of DL_DIR in the local.conf file.
  I had removed that and once again given bitbake meta-toolchain-qt5
  but as result as earlier. See the link below.
 
  http://pastebin.com/a8VjfKXh

 WARNING: Failed to fetch URL
 git://qt.gitorious.org/qt/qtwayland.git;branch=stable, attempting
 MIRRORS if available
 ERROR: Fetcher failure: Unable to find revision
 a23777866ab77c4e8e6b501cf0fbe7c9223e in branch stable even from
 upstream
 ERROR: Function failed: Fetcher failure for URL:
 'git://qt.gitorious.org/qt/qtwayland.git;branch=stable'. Unable to
 fetch URL from any source.

 It seems you didn't apply the patch.

 --
 Otavio Salvador O.S. Systems
 http://www.ossystems.com.brhttp://code.ossystems.com.br
 Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750
 --
 ___
 Openembedded-devel mailing list
 Openembedded-devel@lists.openembedded.org
 http://lists.openembedded.org/mailman/listinfo/openembedded-devel


-- 
“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.”
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] Error while bitbake meta-toolchain-qt5

2014-09-06 Thread Otavio Salvador
On Sat, Sep 6, 2014 at 12:55 AM, Switesh Fulpagare
switesh.fulpag...@mindastoneridge.com wrote:
 Hi Otavio,
  Thanks for your mail.
 Yes, Otavio you are right.
 There is  / at the end of DL_DIR in the local.conf file.
 I had removed that and once again given bitbake meta-toolchain-qt5
 but as result as earlier. See the link below.

 http://pastebin.com/a8VjfKXh

WARNING: Failed to fetch URL
git://qt.gitorious.org/qt/qtwayland.git;branch=stable, attempting
MIRRORS if available
ERROR: Fetcher failure: Unable to find revision
a23777866ab77c4e8e6b501cf0fbe7c9223e in branch stable even from
upstream
ERROR: Function failed: Fetcher failure for URL:
'git://qt.gitorious.org/qt/qtwayland.git;branch=stable'. Unable to
fetch URL from any source.

It seems you didn't apply the patch.

-- 
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] Error while bitbake meta-toolchain-qt5

2014-09-05 Thread Switesh Fulpagare
Hi Otavio,
   Thanks for your reply.
I have applied the patch, now it is fetching qtwayland_git.bb but it is
giving error as shown log file in below link.

http://pastebin.com/mzqsp6Nh


On Fri, Sep 5, 2014 at 12:06 AM, Otavio Salvador ota...@ossystems.com.br
wrote:

 On Thu, Sep 4, 2014 at 4:10 AM, Switesh Fulpagare
 switesh.fulpag...@mindastoneridge.com wrote:
  Can you please look at this post? I think it is problem with 'git://
  qt.gitorious.org/qt/qtwayland.git

 I just sent a patch fixing it; please try it.

 --
 Otavio Salvador O.S. Systems
 http://www.ossystems.com.brhttp://code.ossystems.com.br
 Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750
 --
 ___
 Openembedded-devel mailing list
 Openembedded-devel@lists.openembedded.org
 http://lists.openembedded.org/mailman/listinfo/openembedded-devel


-- 
“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.”
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] Error while bitbake meta-toolchain-qt5

2014-09-05 Thread Switesh Fulpagare
Hi Otavio,
   Thanks for your reply.
I have applied the patch, now it is fetching qtwayland_git.bb but it is
giving error for do unpack as shown in below link and
qtwayland-native_git.bb is not going to fetch.


http://pastebin.com/dk2gFin0


On Fri, Sep 5, 2014 at 3:40 PM, Switesh Fulpagare 
switesh.fulpag...@mindastoneridge.com wrote:

 Hi Otavio,
Thanks for your reply.
 I have applied the patch, now it is fetching qtwayland_git.bb but it is
 giving error as shown log file in below link.

 http://pastebin.com/mzqsp6Nh


 On Fri, Sep 5, 2014 at 12:06 AM, Otavio Salvador ota...@ossystems.com.br
 wrote:

 On Thu, Sep 4, 2014 at 4:10 AM, Switesh Fulpagare
 switesh.fulpag...@mindastoneridge.com wrote:
  Can you please look at this post? I think it is problem with 'git://
  qt.gitorious.org/qt/qtwayland.git

 I just sent a patch fixing it; please try it.

 --
 Otavio Salvador O.S. Systems
 http://www.ossystems.com.brhttp://code.ossystems.com.br
 Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750
 --
 ___
 Openembedded-devel mailing list
 Openembedded-devel@lists.openembedded.org
 http://lists.openembedded.org/mailman/listinfo/openembedded-devel




-- 
“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.”
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] Error while bitbake meta-toolchain-qt5

2014-09-05 Thread Otavio Salvador
On Fri, Sep 5, 2014 at 8:08 AM, Switesh Fulpagare
switesh.fulpag...@mindastoneridge.com wrote:
 Hi Otavio,
Thanks for your reply.
 I have applied the patch, now it is fetching qtwayland_git.bb but it is
 giving error for do unpack as shown in below link and
 qtwayland-native_git.bb is not going to fetch.


 http://pastebin.com/dk2gFin0

My bet is that your local.conf, DL_DIR, is pointing to a path with /
at end, fix it.

-- 
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] Error while bitbake meta-toolchain-qt5

2014-09-05 Thread Switesh Fulpagare
Hi Otavio,
 Thanks for your mail.
Yes, Otavio you are right.
There is  / at the end of DL_DIR in the local.conf file.
I had removed that and once again given bitbake meta-toolchain-qt5
but as result as earlier. See the link below.

http://pastebin.com/a8VjfKXh




On Fri, Sep 5, 2014 at 5:29 PM, Otavio Salvador ota...@ossystems.com.br
wrote:

 On Fri, Sep 5, 2014 at 8:08 AM, Switesh Fulpagare
 switesh.fulpag...@mindastoneridge.com wrote:
  Hi Otavio,
 Thanks for your reply.
  I have applied the patch, now it is fetching qtwayland_git.bb but it is
  giving error for do unpack as shown in below link and
  qtwayland-native_git.bb is not going to fetch.
 
 
  http://pastebin.com/dk2gFin0

 My bet is that your local.conf, DL_DIR, is pointing to a path with /
 at end, fix it.

 --
 Otavio Salvador O.S. Systems
 http://www.ossystems.com.brhttp://code.ossystems.com.br
 Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750
 --
 ___
 Openembedded-devel mailing list
 Openembedded-devel@lists.openembedded.org
 http://lists.openembedded.org/mailman/listinfo/openembedded-devel


-- 
“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.”
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] Error while bitbake meta-toolchain-qt5

2014-09-04 Thread Switesh Fulpagare
Hi,
 I am getting error while Building Qt5 using yocto on Wandboard refering to
the link
http://wiki.wandboard.org/index.php/Building_Qt5_using_yocto_on_Wandboard

At the time of
$ bitbake meta-toolchain-qt5

I am getting error, i have posted that error in wandboard forum -
http://forums.wandboard.org/viewtopic.php?f=10t=573p=2520sid=45ce5e714aa2ae65ffc52cb7bedf31b3#p2520

Can you please look at this post? I think it is problem with 'git://
qt.gitorious.org/qt/qtwayland.git

Thanking you in advance.

- Switesh.

-- 
“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.”
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] Error while bitbake meta-toolchain-qt5

2014-09-04 Thread Otavio Salvador
On Thu, Sep 4, 2014 at 4:10 AM, Switesh Fulpagare
switesh.fulpag...@mindastoneridge.com wrote:
 Can you please look at this post? I think it is problem with 'git://
 qt.gitorious.org/qt/qtwayland.git

I just sent a patch fixing it; please try it.

-- 
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel