Message ID | 20170719025055.34644-1-raj.khem@gmail.com |
---|---|
State | New |
Headers | show |
Series | [1/2] glibc: Update to latest on 2.26 pre-release | expand |
Fails in glibc-locale here: | LC_ADDRESS: language abbreviation `agr' not defined | Makefile:1039: recipe for target '/data/poky-tmp/master/build/work/corei7-64-poky-linux/glibc-locale/2.25.90-r0/locale-tree/usr/lib/locale/agr_PE' failed | make: *** [/data/poky-tmp/master/build/work/corei7-64-poky-linux/glibc-locale/2.25.90-r0/locale-tree/usr/lib/locale/agr_PE] Error 1 | make: *** Waiting for unfinished jobs.... | make: Leaving directory '/data/poky-tmp/master/build/work/corei7-64-poky-linux/glibc-locale/2.25.90-r0/locale-tree' | ERROR: oe_runmake failed | WARNING: exit code 1 from a shell command. | DEBUG: Python function package_do_split_gconvs finished | DEBUG: Python function populate_packages finished | DEBUG: Python function do_package finished | ERROR: Function failed: oe_runmake (log file is located at /data/poky-tmp/master/build/work/corei7-64-poky-linux/glibc-locale/2.25.90-r0/temp/log.do_package.7984) ERROR: Task (/home/ross/Yocto/poky/meta/recipes-core/glibc/glibc-locale_2.25.90.bb:do_package) failed with exit code '1' On 19 July 2017 at 03:50, Khem Raj <raj.khem@gmail.com> wrote: > Signed-off-by: Khem Raj <raj.khem@gmail.com> > --- > meta/recipes-core/glibc/cross-localedef-native_2.25.90.bb | 2 +- > meta/recipes-core/glibc/glibc_2.25.90.bb | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/meta/recipes-core/glibc/cross-localedef-native_2.25.90.bb > b/meta/recipes-core/glibc/cross-localedef-native_2.25.90.bb > index 5dd0c70400..429076ea98 100644 > --- a/meta/recipes-core/glibc/cross-localedef-native_2.25.90.bb > +++ b/meta/recipes-core/glibc/cross-localedef-native_2.25.90.bb > @@ -22,7 +22,7 @@ SRCBRANCH ?= "master" > GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git" > UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+(\.\d+)*)" > > -SRCREV_glibc ?= "43a9f537fc121a867981ca31ea9d79f33ce0fd24" > +SRCREV_glibc ?= "91ac3a7d8474480685632cd25f844d3154c69fdf" > SRCREV_localedef ?= "dfb4afe551c6c6e94f9cc85417bd1f582168c843" > > SRC_URI = "${GLIBC_GIT_URI};branch=${SRCBRANCH};name=glibc \ > diff --git a/meta/recipes-core/glibc/glibc_2.25.90.bb > b/meta/recipes-core/glibc/glibc_2.25.90.bb > index caf1ff4138..477b04d867 100644 > --- a/meta/recipes-core/glibc/glibc_2.25.90.bb > +++ b/meta/recipes-core/glibc/glibc_2.25.90.bb > @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSES;md5= > e9a558e243b36d3209f380deb394b213 \ > > DEPENDS += "gperf-native" > > -SRCREV ?= "43a9f537fc121a867981ca31ea9d79f33ce0fd24" > +SRCREV ?= "91ac3a7d8474480685632cd25f844d3154c69fdf" > > #SRCBRANCH ?= "release/${PV}/master" > SRCBRANCH ?= "master" > -- > 2.13.3 > > -- > _______________________________________________ > Openembedded-core mailing list > Openembedded-core@lists.openembedded.org > http://lists.openembedded.org/mailman/listinfo/openembedded-core > -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core
On Thu, Jul 20, 2017 at 8:51 AM, Burton, Ross <ross.burton@intel.com> wrote: > Fails in glibc-locale here: > > | LC_ADDRESS: language abbreviation `agr' not defined > | Makefile:1039: recipe for target > '/data/poky-tmp/master/build/work/corei7-64-poky-linux/glibc-locale/2.25.90-r0/locale-tree/usr/lib/locale/agr_PE' > failed > | make: *** > [/data/poky-tmp/master/build/work/corei7-64-poky-linux/glibc-locale/2.25.90-r0/locale-tree/usr/lib/locale/agr_PE] > Error 1 > | make: *** Waiting for unfinished jobs.... > | make: Leaving directory > '/data/poky-tmp/master/build/work/corei7-64-poky-linux/glibc-locale/2.25.90-r0/locale-tree' > | ERROR: oe_runmake failed > | WARNING: exit code 1 from a shell command. > | DEBUG: Python function package_do_split_gconvs finished > | DEBUG: Python function populate_packages finished > | DEBUG: Python function do_package finished > | ERROR: Function failed: oe_runmake (log file is located at > /data/poky-tmp/master/build/work/corei7-64-poky-linux/glibc-locale/2.25.90-r0/temp/log.do_package.7984) > ERROR: Task > (/home/ross/Yocto/poky/meta/recipes-core/glibc/glibc-locale_2.25.90.bb:do_package) > failed with exit code '1' ok. I think I will wait a week for final release. > > On 19 July 2017 at 03:50, Khem Raj <raj.khem@gmail.com> wrote: >> >> Signed-off-by: Khem Raj <raj.khem@gmail.com> >> --- >> meta/recipes-core/glibc/cross-localedef-native_2.25.90.bb | 2 +- >> meta/recipes-core/glibc/glibc_2.25.90.bb | 2 +- >> 2 files changed, 2 insertions(+), 2 deletions(-) >> >> diff --git a/meta/recipes-core/glibc/cross-localedef-native_2.25.90.bb >> b/meta/recipes-core/glibc/cross-localedef-native_2.25.90.bb >> index 5dd0c70400..429076ea98 100644 >> --- a/meta/recipes-core/glibc/cross-localedef-native_2.25.90.bb >> +++ b/meta/recipes-core/glibc/cross-localedef-native_2.25.90.bb >> @@ -22,7 +22,7 @@ SRCBRANCH ?= "master" >> GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git" >> UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+(\.\d+)*)" >> >> -SRCREV_glibc ?= "43a9f537fc121a867981ca31ea9d79f33ce0fd24" >> +SRCREV_glibc ?= "91ac3a7d8474480685632cd25f844d3154c69fdf" >> SRCREV_localedef ?= "dfb4afe551c6c6e94f9cc85417bd1f582168c843" >> >> SRC_URI = "${GLIBC_GIT_URI};branch=${SRCBRANCH};name=glibc \ >> diff --git a/meta/recipes-core/glibc/glibc_2.25.90.bb >> b/meta/recipes-core/glibc/glibc_2.25.90.bb >> index caf1ff4138..477b04d867 100644 >> --- a/meta/recipes-core/glibc/glibc_2.25.90.bb >> +++ b/meta/recipes-core/glibc/glibc_2.25.90.bb >> @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = >> "file://LICENSES;md5=e9a558e243b36d3209f380deb394b213 \ >> >> DEPENDS += "gperf-native" >> >> -SRCREV ?= "43a9f537fc121a867981ca31ea9d79f33ce0fd24" >> +SRCREV ?= "91ac3a7d8474480685632cd25f844d3154c69fdf" >> >> #SRCBRANCH ?= "release/${PV}/master" >> SRCBRANCH ?= "master" >> -- >> 2.13.3 >> >> -- >> _______________________________________________ >> Openembedded-core mailing list >> Openembedded-core@lists.openembedded.org >> http://lists.openembedded.org/mailman/listinfo/openembedded-core > > -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core
diff --git a/meta/recipes-core/glibc/cross-localedef-native_2.25.90.bb b/meta/recipes-core/glibc/cross-localedef-native_2.25.90.bb index 5dd0c70400..429076ea98 100644 --- a/meta/recipes-core/glibc/cross-localedef-native_2.25.90.bb +++ b/meta/recipes-core/glibc/cross-localedef-native_2.25.90.bb @@ -22,7 +22,7 @@ SRCBRANCH ?= "master" GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git" UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+(\.\d+)*)" -SRCREV_glibc ?= "43a9f537fc121a867981ca31ea9d79f33ce0fd24" +SRCREV_glibc ?= "91ac3a7d8474480685632cd25f844d3154c69fdf" SRCREV_localedef ?= "dfb4afe551c6c6e94f9cc85417bd1f582168c843" SRC_URI = "${GLIBC_GIT_URI};branch=${SRCBRANCH};name=glibc \ diff --git a/meta/recipes-core/glibc/glibc_2.25.90.bb b/meta/recipes-core/glibc/glibc_2.25.90.bb index caf1ff4138..477b04d867 100644 --- a/meta/recipes-core/glibc/glibc_2.25.90.bb +++ b/meta/recipes-core/glibc/glibc_2.25.90.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSES;md5=e9a558e243b36d3209f380deb394b213 \ DEPENDS += "gperf-native" -SRCREV ?= "43a9f537fc121a867981ca31ea9d79f33ce0fd24" +SRCREV ?= "91ac3a7d8474480685632cd25f844d3154c69fdf" #SRCBRANCH ?= "release/${PV}/master" SRCBRANCH ?= "master"
Signed-off-by: Khem Raj <raj.khem@gmail.com> --- meta/recipes-core/glibc/cross-localedef-native_2.25.90.bb | 2 +- meta/recipes-core/glibc/glibc_2.25.90.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -- 2.13.3 -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core