Message ID | 20181119172726.23571-1-raj.khem@gmail.com |
---|---|
State | Superseded |
Headers | show |
Series | musl: Update to latest trunk | expand |
On 11/19/18 9:27 AM, Khem Raj wrote: > Complete changelogs are here > https://git.musl-libc.org/cgit/musl/log/?qt=range&q=c50985d5c8e316c5c464f352e79eeebfed1121a9..79f653c6bc2881dd6855299c908a442f56cb7c2b > > Signed-off-by: Khem Raj <raj.khem@gmail.com> > --- > meta/recipes-core/musl/musl_git.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl/musl_git.bb > index 0d8f8eb2a4..f2b6361446 100644 > --- a/meta/recipes-core/musl/musl_git.bb > +++ b/meta/recipes-core/musl/musl_git.bb > @@ -4,7 +4,7 @@ > require musl.inc > inherit linuxloader > > -SRCREV = "c50985d5c8e316c5c464f352e79eeebfed1121a9" > +SRCREV = "79f653c6bc2881dd6855299c908a442f56cb7c2b" > > PV = "1.1.20+git${SRCPV}" still 1.1.20 ? > -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core
On Tue, Nov 20, 2018 at 6:08 AM akuster808 <akuster808@gmail.com> wrote: > > > > On 11/19/18 9:27 AM, Khem Raj wrote: > > Complete changelogs are here > > https://git.musl-libc.org/cgit/musl/log/?qt=range&q=c50985d5c8e316c5c464f352e79eeebfed1121a9..79f653c6bc2881dd6855299c908a442f56cb7c2b > > > > Signed-off-by: Khem Raj <raj.khem@gmail.com> > > --- > > meta/recipes-core/musl/musl_git.bb | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl/musl_git.bb > > index 0d8f8eb2a4..f2b6361446 100644 > > --- a/meta/recipes-core/musl/musl_git.bb > > +++ b/meta/recipes-core/musl/musl_git.bb > > @@ -4,7 +4,7 @@ > > require musl.inc > > inherit linuxloader > > > > -SRCREV = "c50985d5c8e316c5c464f352e79eeebfed1121a9" > > +SRCREV = "79f653c6bc2881dd6855299c908a442f56cb7c2b" > > > > PV = "1.1.20+git${SRCPV}" > still 1.1.20 ? yes > > > > > -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core
On Mon, 2018-11-19 at 09:27 -0800, Khem Raj wrote: > Complete changelogs are here > https://git.musl-libc.org/cgit/musl/log/?qt=range&q=c50985d5c8e316c5c464f352e79eeebfed1121a9..79f653c6bc2881dd6855299c908a442f56cb7c2b > > Signed-off-by: Khem Raj <raj.khem@gmail.com> > --- > meta/recipes-core/musl/musl_git.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) This seemed to have a segfault in exportfs: https://autobuilder.yoctoproject.org/typhoon/#/builders/27/builds/231/steps/7/logs/step1c Will rerun and see if it reproduces... Cheers, Richard -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core
On Wed, 2018-11-21 at 09:32 +0000, Richard Purdie wrote: > On Mon, 2018-11-19 at 09:27 -0800, Khem Raj wrote: > > Complete changelogs are here > > > > https://git.musl-libc.org/cgit/musl/log/?qt=range&q=c50985d5c8e316c5c464f352e79eeebfed1121a9..79f653c6bc2881dd6855299c908a442f56cb7c2b > > > > Signed-off-by: Khem Raj <raj.khem@gmail.com> > > --- > > meta/recipes-core/musl/musl_git.bb | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > This seemed to have a segfault in exportfs: > > https://autobuilder.yoctoproject.org/typhoon/#/builders/27/builds/231/steps/7/logs/step1c > > Will rerun and see if it reproduces... It reproduces: https://autobuilder.yoctoproject.org/typhoon/#/builders/27/builds/232/steps/7/logs/step1c (which is good and bad!) Cheers, Richard -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core
my tests were on real h/w (rpi) and there I did not see this issue obviously. I will try to reproduce this on qemu, I wonder if this is specific to x86 On Wed, Nov 21, 2018 at 2:35 AM Richard Purdie <richard.purdie@linuxfoundation.org> wrote: > > On Wed, 2018-11-21 at 09:32 +0000, Richard Purdie wrote: > > On Mon, 2018-11-19 at 09:27 -0800, Khem Raj wrote: > > > Complete changelogs are here > > > > > > > > https://git.musl-libc.org/cgit/musl/log/?qt=range&q=c50985d5c8e316c5c464f352e79eeebfed1121a9..79f653c6bc2881dd6855299c908a442f56cb7c2b > > > > > > Signed-off-by: Khem Raj <raj.khem@gmail.com> > > > --- > > > meta/recipes-core/musl/musl_git.bb | 2 +- > > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > This seemed to have a segfault in exportfs: > > > > > https://autobuilder.yoctoproject.org/typhoon/#/builders/27/builds/231/steps/7/logs/step1c > > > > Will rerun and see if it reproduces... > > It reproduces: > > > https://autobuilder.yoctoproject.org/typhoon/#/builders/27/builds/232/steps/7/logs/step1c > > (which is good and bad!) > > Cheers, > > Richard > -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core
On Mon, 2018-11-19 at 09:27 -0800, Khem Raj wrote: > Complete changelogs are here > https://git.musl-libc.org/cgit/musl/log/?qt=range&q=c50985d5c8e316c5c464f352e79eeebfed1121a9..79f653c6bc2881dd6855299c908a442f56cb7c2b > > Signed-off-by: Khem Raj <raj.khem@gmail.com> > --- > meta/recipes-core/musl/musl_git.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes- > core/musl/musl_git.bb > index 0d8f8eb2a4..f2b6361446 100644 > --- a/meta/recipes-core/musl/musl_git.bb > +++ b/meta/recipes-core/musl/musl_git.bb > @@ -4,7 +4,7 @@ > require musl.inc > inherit linuxloader > > -SRCREV = "c50985d5c8e316c5c464f352e79eeebfed1121a9" > +SRCREV = "79f653c6bc2881dd6855299c908a442f56cb7c2b" > > PV = "1.1.20+git${SRCPV}" As requested, I reran this and it failed again for both qemux86 and qemux86-64 on the debian9 and centos7 workers (which makes me think its not host related): https://autobuilder.yoctoproject.org/typhoon/#/builders/64/builds/25 https://autobuilder.yoctoproject.org/typhoon/#/builders/45/builds/25 I didn't get to the -64 artefacts before they were overwritten but I did save the qemux86 ones: https://autobuilder.yocto.io/pub/non-release/20181126-6/musl-qemux86/ Cheers, Richard -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core
diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl/musl_git.bb index 0d8f8eb2a4..f2b6361446 100644 --- a/meta/recipes-core/musl/musl_git.bb +++ b/meta/recipes-core/musl/musl_git.bb @@ -4,7 +4,7 @@ require musl.inc inherit linuxloader -SRCREV = "c50985d5c8e316c5c464f352e79eeebfed1121a9" +SRCREV = "79f653c6bc2881dd6855299c908a442f56cb7c2b" PV = "1.1.20+git${SRCPV}"
Complete changelogs are here https://git.musl-libc.org/cgit/musl/log/?qt=range&q=c50985d5c8e316c5c464f352e79eeebfed1121a9..79f653c6bc2881dd6855299c908a442f56cb7c2b Signed-off-by: Khem Raj <raj.khem@gmail.com> --- meta/recipes-core/musl/musl_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.19.1 -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core