Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Robert Yang <liezhi.yang@windriver.com>
To: Ash Charles <ashcharles@gmail.com>,
	Martin Jansa <martin.jansa@gmail.com>,
	 <danismostlikely@gmail.com>
Cc: bitbake-devel <bitbake-devel@lists.openembedded.org>,
	openembedded-devel <openembedded-devel@lists.openembedded.org>
Subject: Re: [bitbake-devel] [PATCH] fetch/hg: Disable checksums for archived downloads
Date: Tue, 2 Jun 2015 12:38:15 +0800	[thread overview]
Message-ID: <556D3337.7020905@windriver.com> (raw)
In-Reply-To: <CAK8F28=cu6z2m3hNGkO-qkzDhyfuZwPG-Q-n+2rY95NvmwuStg@mail.gmail.com>



On 06/02/2015 08:08 AM, Ash Charles wrote:
> Hi,
>
> I verified that the "fetch/hg: support submodules" [1] patch, in
> combination with this [2] patch is causing do_unpack failures for me.
> Based on the logs from the world build, I suspect this is also
> breaking dvb-apps.  I don't have a fix so perhaps the best plan is
> reverting [2] now that cleanall for hg packages actually works.
>
> [1] http://lists.openembedded.org/pipermail/bitbake-devel/2015-May/005725.html
> [2] http://lists.openembedded.org/pipermail/bitbake-devel/2015-May/005758.html
>

I'm working on fixing the issues now, will send patches sooner.

// Robert

> --Ash
>
> On Fri, May 29, 2015 at 2:18 AM, Martin Jansa <martin.jansa@gmail.com> wrote:
>> FWIW: I see vim unpack failing now in world builds:
>>
>> NOTE: recipe vim-7.4.481-r0: task do_unpack: Started
>> ERROR: Function failed: Fetcher failure: Fetch command failed with exit code
>> 255, output:
>> abort: repository
>> /home/jenkins/oe/world/shr-core/downloads/hg/vim.googlecode.com/hg/vim not
>> found!
>>
>> ERROR: Logfile of failure stored in:
>> /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/vim/7.4.481-r0/temp/log.do_unpack.28505
>> Log data follows:
>> | DEBUG: Executing python function do_unpack
>> | DEBUG: Executing python function base_do_unpack
>> | DEBUG: Unpack: creating new hg repository in
>> '/home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/vim/7.4.481-r0/vim'
>> | DEBUG: Running export
>> PATH="/home/jenkins/oe/world/shr-core/openembedded-core/scripts:/home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/x86_64-linux/usr/bin/arm-oe-linux-gnueabi:/home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/qemuarm/usr/bin/crossscripts:/home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/x86_64-linux/usr/sbin:/home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/x86_64-linux/usr/bin:/home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/x86_64-linux/sbin:/home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/x86_64-linux/bin:/home/jenkins/oe/world/shr-core/openembedded-core/scripts:/home/jenkins/oe/world/shr-core/bitbake/bin:/home/jenkins/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games";
>> export HOME="/home/jenkins"; /usr/bin/env hg init
>> /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/vim/7.4.481-r0/vim
>> | DEBUG: Unpack: updating source in
>> '/home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/vim/7.4.481-r0/vim'
>> | DEBUG: Running export
>> PATH="/home/jenkins/oe/world/shr-core/openembedded-core/scripts:/home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/x86_64-linux/usr/bin/arm-oe-linux-gnueabi:/home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/qemuarm/usr/bin/crossscripts:/home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/x86_64-linux/usr/sbin:/home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/x86_64-linux/usr/bin:/home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/x86_64-linux/sbin:/home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/x86_64-linux/bin:/home/jenkins/oe/world/shr-core/openembedded-core/scripts:/home/jenkins/oe/world/shr-core/bitbake/bin:/home/jenkins/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games";
>> export HOME="/home/jenkins"; /usr/bin/env hg pull
>> /home/jenkins/oe/world/shr-core/downloads/hg/vim.googlecode.com/hg/vim
>> | DEBUG: Python function base_do_unpack finished
>> | DEBUG: Python function do_unpack finished
>> | ERROR: Function failed: Fetcher failure: Fetch command failed with exit
>> code 255, output:
>> | abort: repository
>> /home/jenkins/oe/world/shr-core/downloads/hg/vim.googlecode.com/hg/vim not
>> found!
>> |
>> NOTE: recipe vim-7.4.481-r0: task do_unpack: Failed
>> ERROR: Task 5789
>> (/home/jenkins/oe/world/shr-core/meta-openembedded/meta-oe/recipes-support/vim/vim_7.4.481.bb,
>> do_unpack) failed with exit code '1'
>>
>>
>>
>> On Fri, May 29, 2015 at 7:46 AM, Ash Charles <ashcharles@gmail.com> wrote:
>>>
>>>> I wonder how did you test the patch, please ? Did you revert the patch:
>>>>   fetch/hg: support submodules ?
>>> Hi Robert,
>>> I tested the patch in a Yocto environment which had a prepopulated
>>> downloads directory. In particular, I had seen the failure described [1] for
>>> vim.
>>> My version of bitbake was slightly older so the submodule patch that was
>>> breaking the mirroring hadn't yet been applied.
>>>
>>> [1]
>>> https://www.mail-archive.com/openembedded-devel@lists.openembedded.org/msg41328.html
>>>
>>> --Ash
>>>
>>>
>>> --
>>> _______________________________________________
>>> bitbake-devel mailing list
>>> bitbake-devel@lists.openembedded.org
>>> http://lists.openembedded.org/mailman/listinfo/bitbake-devel
>>>
>>
>
>


  reply	other threads:[~2015-06-02  4:38 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-20 14:20 [meta-oe][PATCH] vim: add checksum Rafaël Carré
2015-03-22 10:09 ` Rafaël Carré
2015-03-22 15:55   ` Martin Jansa
2015-03-22 17:23     ` Rafaël Carré
2015-04-27 10:51       ` Martin Jansa
2015-05-22 15:39         ` [PATCH] fetch/hg: Disable checksums for archived downloads Ash Charles
2015-05-29  1:49           ` Robert Yang
2015-05-29  5:46             ` [bitbake-devel] " Ash Charles
2015-05-29  9:18               ` Martin Jansa
2015-06-02  0:08                 ` Ash Charles
2015-06-02  4:38                   ` Robert Yang [this message]
2015-08-06 10:54                     ` Steffen Sledz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=556D3337.7020905@windriver.com \
    --to=liezhi.yang@windriver.com \
    --cc=ashcharles@gmail.com \
    --cc=bitbake-devel@lists.openembedded.org \
    --cc=danismostlikely@gmail.com \
    --cc=martin.jansa@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox