diff mbox series

[meta,kirkstone] xmlrpc-c: fix do_fetch error

Message ID 20241009065729.4114713-1-guocai.he.cn@windriver.com
State New
Headers show
Series [meta,kirkstone] xmlrpc-c: fix do_fetch error | expand

Commit Message

guocai he Oct. 9, 2024, 6:57 a.m. UTC
From: Guocai He <guocai.he.cn@windriver.com>

Fetcher failure:
Unable to find revision 86405c7e1bd4f70287204a28d242a1054daab520
in branch master

Signed-off-by: Guocai He <guocai.he.cn@windriver.com>
---
 meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.54.02.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Martin Jansa Oct. 14, 2024, 6:43 a.m. UTC | #1
I can confirm that the github repo was force pushed:

From https://github.com/mirror/xmlrpc-c
 + 46ac9180...f5b52c01 master     -> master  (forced update)

but it should be double checked to see what changed between old and
new SRCREV (you should be able to find old SRCREV still on some OE
MIRROR).

On Wed, Oct 9, 2024 at 8:57 AM guocai he via lists.openembedded.org
<guocai.he.cn=windriver.com@lists.openembedded.org> wrote:
>
> From: Guocai He <guocai.he.cn@windriver.com>
>
> Fetcher failure:
> Unable to find revision 86405c7e1bd4f70287204a28d242a1054daab520
> in branch master
>
> Signed-off-by: Guocai He <guocai.he.cn@windriver.com>
> ---
>  meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.54.02.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.54.02.bb b/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.54.02.bb
> index 36205009a..991c4544b 100644
> --- a/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.54.02.bb
> +++ b/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.54.02.bb
> @@ -12,7 +12,7 @@ SRC_URI = "git://github.com/mirror/xmlrpc-c.git;branch=master;protocol=https \
>             "
>
>  #Release 1.54.02
> -SRCREV = "86405c7e1bd4f70287204a28d242a1054daab520"
> +SRCREV = "36b142d6179514989a44c1087f6c46182dafd21f"
>
>  S = "${WORKDIR}/git/stable"
>
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#112723): https://lists.openembedded.org/g/openembedded-devel/message/112723
> Mute This Topic: https://lists.openembedded.org/mt/108904710/3617156
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [martin.jansa@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Taedcke, Christian Oct. 14, 2024, 2:27 p.m. UTC | #2
The same issue exists in the scarthgap branch (probably in other 
branches, too)...

On 09.10.2024 08:57, guocai he via lists.openembedded.org wrote:
> From: Guocai He <guocai.he.cn@windriver.com>
> 
> Fetcher failure:
> Unable to find revision 86405c7e1bd4f70287204a28d242a1054daab520
> in branch master
> 
> Signed-off-by: Guocai He <guocai.he.cn@windriver.com>
> ---
>   meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.54.02.bb | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.54.02.bb b/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.54.02.bb
> index 36205009a..991c4544b 100644
> --- a/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.54.02.bb
> +++ b/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.54.02.bb
> @@ -12,7 +12,7 @@ SRC_URI = "git://github.com/mirror/xmlrpc-c.git;branch=master;protocol=https \
>              "
>   
>   #Release 1.54.02
> -SRCREV = "86405c7e1bd4f70287204a28d242a1054daab520"
> +SRCREV = "36b142d6179514989a44c1087f6c46182dafd21f"
>   
>   S = "${WORKDIR}/git/stable"
>   
> 
> 
> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#112723): https://lists.openembedded.org/g/openembedded-devel/message/112723
> Mute This Topic: https://lists.openembedded.org/mt/108904710/7654653
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [christian.taedcke-oss@weidmueller.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Martin Jansa Oct. 14, 2024, 2:43 p.m. UTC | #3
With old SRCREV from:
https://downloads.yoctoproject.org/mirror/sources/git2_github.com.mirror.xmlrpc-c.git.tar.gz

$ git diff 86405c7e1bd4f70287204a28d242a1054daab520
36b142d6179514989a44c1087f6c46182dafd21f
$

so at least the 1.54.02 content is the same, git history was rewritten
since the commit from 2018:
69ee98df Release 1.43.07

On Mon, Oct 14, 2024 at 8:43 AM Martin Jansa <martin.jansa@gmail.com> wrote:
>
> I can confirm that the github repo was force pushed:
>
> From https://github.com/mirror/xmlrpc-c
>  + 46ac9180...f5b52c01 master     -> master  (forced update)
>
> but it should be double checked to see what changed between old and
> new SRCREV (you should be able to find old SRCREV still on some OE
> MIRROR).
>
> On Wed, Oct 9, 2024 at 8:57 AM guocai he via lists.openembedded.org
> <guocai.he.cn=windriver.com@lists.openembedded.org> wrote:
> >
> > From: Guocai He <guocai.he.cn@windriver.com>
> >
> > Fetcher failure:
> > Unable to find revision 86405c7e1bd4f70287204a28d242a1054daab520
> > in branch master
> >
> > Signed-off-by: Guocai He <guocai.he.cn@windriver.com>
> > ---
> >  meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.54.02.bb | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.54.02.bb b/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.54.02.bb
> > index 36205009a..991c4544b 100644
> > --- a/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.54.02.bb
> > +++ b/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.54.02.bb
> > @@ -12,7 +12,7 @@ SRC_URI = "git://github.com/mirror/xmlrpc-c.git;branch=master;protocol=https \
> >             "
> >
> >  #Release 1.54.02
> > -SRCREV = "86405c7e1bd4f70287204a28d242a1054daab520"
> > +SRCREV = "36b142d6179514989a44c1087f6c46182dafd21f"
> >
> >  S = "${WORKDIR}/git/stable"
> >
> > --
> > 2.34.1
> >
> >
> > -=-=-=-=-=-=-=-=-=-=-=-
> > Links: You receive all messages sent to this group.
> > View/Reply Online (#112723): https://lists.openembedded.org/g/openembedded-devel/message/112723
> > Mute This Topic: https://lists.openembedded.org/mt/108904710/3617156
> > Group Owner: openembedded-devel+owner@lists.openembedded.org
> > Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [martin.jansa@gmail.com]
> > -=-=-=-=-=-=-=-=-=-=-=-
> >
Martin Jansa Oct. 14, 2024, 3:19 p.m. UTC | #4
It's needed in all branches.

kirkstone and langdale use 1.54.02
with SRCREV 86405c7e1bd4f70287204a28d242a1054daab520 ->
36b142d6179514989a44c1087f6c46182dafd21f
$ git branch -a --contains 86405c7e1bd4f70287204a28d242a1054daab520
$

mickledore uses 1.54.06
with SRCREV 00870af80021aa0a66cc72c9aeb00587cbfde560 ->
eff6cb488a644c1378318ff301392fb757fad2aa
$ git branch -a --contains 00870af80021aa0a66cc72c9aeb00587cbfde560
$

nanbield, scarthgap, styhead use 1.59.01
with SRCREV 352aeaa9ae49e90e55187cbda839f2113df06278 ->
08b052692b70171a6fcb437d4f52a46977eda62e
$ git branch -a --contains 352aeaa9ae49e90e55187cbda839f2113df06278
$

master has 1.60.03 since:
https://git.openembedded.org/meta-openembedded/commit/?id=ca7ea3ed024a2cf697aa336eeddbb69bda99a196
with SRCREV a823b0bb5cf0a4dbd34f929cbfdfb0439c5d9b0e which is fine:

$ git branch -a --contains a823b0bb5cf0a4dbd34f929cbfdfb0439c5d9b0e
* master
  remotes/git-svn
  remotes/origin/master

Will send patches for other branches.

On Mon, Oct 14, 2024 at 4:43 PM Martin Jansa via
lists.openembedded.org <martin.jansa=gmail.com@lists.openembedded.org>
wrote:
>
> With old SRCREV from:
> https://downloads.yoctoproject.org/mirror/sources/git2_github.com.mirror.xmlrpc-c.git.tar.gz
>
> $ git diff 86405c7e1bd4f70287204a28d242a1054daab520
> 36b142d6179514989a44c1087f6c46182dafd21f
> $
>
> so at least the 1.54.02 content is the same, git history was rewritten
> since the commit from 2018:
> 69ee98df Release 1.43.07
>
> On Mon, Oct 14, 2024 at 8:43 AM Martin Jansa <martin.jansa@gmail.com> wrote:
> >
> > I can confirm that the github repo was force pushed:
> >
> > From https://github.com/mirror/xmlrpc-c
> >  + 46ac9180...f5b52c01 master     -> master  (forced update)
> >
> > but it should be double checked to see what changed between old and
> > new SRCREV (you should be able to find old SRCREV still on some OE
> > MIRROR).
> >
> > On Wed, Oct 9, 2024 at 8:57 AM guocai he via lists.openembedded.org
> > <guocai.he.cn=windriver.com@lists.openembedded.org> wrote:
> > >
> > > From: Guocai He <guocai.he.cn@windriver.com>
> > >
> > > Fetcher failure:
> > > Unable to find revision 86405c7e1bd4f70287204a28d242a1054daab520
> > > in branch master
> > >
> > > Signed-off-by: Guocai He <guocai.he.cn@windriver.com>
> > > ---
> > >  meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.54.02.bb | 2 +-
> > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > >
> > > diff --git a/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.54.02.bb b/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.54.02.bb
> > > index 36205009a..991c4544b 100644
> > > --- a/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.54.02.bb
> > > +++ b/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.54.02.bb
> > > @@ -12,7 +12,7 @@ SRC_URI = "git://github.com/mirror/xmlrpc-c.git;branch=master;protocol=https \
> > >             "
> > >
> > >  #Release 1.54.02
> > > -SRCREV = "86405c7e1bd4f70287204a28d242a1054daab520"
> > > +SRCREV = "36b142d6179514989a44c1087f6c46182dafd21f"
> > >
> > >  S = "${WORKDIR}/git/stable"
> > >
> > > --
> > > 2.34.1
> > >
> > >
> > >
> > >
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#112906): https://lists.openembedded.org/g/openembedded-devel/message/112906
> Mute This Topic: https://lists.openembedded.org/mt/108904710/3617156
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [martin.jansa@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.54.02.bb b/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.54.02.bb
index 36205009a..991c4544b 100644
--- a/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.54.02.bb
+++ b/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.54.02.bb
@@ -12,7 +12,7 @@  SRC_URI = "git://github.com/mirror/xmlrpc-c.git;branch=master;protocol=https \
            "
 
 #Release 1.54.02
-SRCREV = "86405c7e1bd4f70287204a28d242a1054daab520"
+SRCREV = "36b142d6179514989a44c1087f6c46182dafd21f"
 
 S = "${WORKDIR}/git/stable"