[OE-core] [PATCH] binutils: add libopcodes package for perf

2020-12-15 Thread Alan Perry
Add a package for libopcodes, since, like libbfd, it is needed by
perf. Without separate packages for these libraries, all of the
binutil tools get added as well.

Signed-off-by: Alan Perry 
---
 meta/recipes-devtools/binutils/binutils_2.35.bb | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-devtools/binutils/binutils_2.35.bb 
b/meta/recipes-devtools/binutils/binutils_2.35.bb
index 2e645e1ed8..976e49765a 100644
--- a/meta/recipes-devtools/binutils/binutils_2.35.bb
+++ b/meta/recipes-devtools/binutils/binutils_2.35.bb
@@ -52,9 +52,11 @@ do_install_class-native () {
rmdir ${D}/${libdir}64 || :
 }
 
-# Split out libbfd-*.so so including perf doesn't include extra stuff
-PACKAGE_BEFORE_PN += "libbfd"
+# Split out libbfd-*.so and libopcodes-*.so so including perf doesn't include
+# extra stuff
+PACKAGE_BEFORE_PN += "libbfd libopcodes"
 FILES_libbfd = "${libdir}/libbfd-*.so.* ${libdir}/libbfd-*.so"
+FILES_libopcodes = "${libdir}/libopcodes-*.so.* ${libdir}/libopcodes-*.so"
 
 SRC_URI_append_class-nativesdk =  " 
file://0003-binutils-nativesdk-Search-for-alternative-ld.so.conf.patch "
 
-- 
2.17.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#145762): 
https://lists.openembedded.org/g/openembedded-core/message/145762
Mute This Topic: https://lists.openembedded.org/mt/78996080/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [PATCH] meta: add missing descriptions in some support recipes

2020-12-15 Thread Maxime Roussin-Bélanger
Signed-off-by: Maxime Roussin-Bélanger 
---
 meta/recipes-support/apr/apr_1.7.0.bb| 4 
 meta/recipes-support/aspell/aspell_0.60.8.bb | 4 
 meta/recipes-support/atk/at-spi2-core_2.38.0.bb  | 2 ++
 meta/recipes-support/attr/acl_2.2.53.bb  | 2 ++
 meta/recipes-support/attr/attr.inc   | 4 
 meta/recipes-support/bash-completion/bash-completion_2.11.bb | 2 ++
 meta/recipes-support/nettle/nettle_3.6.bb| 3 +++
 7 files changed, 21 insertions(+)

diff --git a/meta/recipes-support/apr/apr_1.7.0.bb 
b/meta/recipes-support/apr/apr_1.7.0.bb
index 7073af8c98..c9b9bf0f50 100644
--- a/meta/recipes-support/apr/apr_1.7.0.bb
+++ b/meta/recipes-support/apr/apr_1.7.0.bb
@@ -1,4 +1,8 @@
 SUMMARY = "Apache Portable Runtime (APR) library"
+DESCRIPTION = "The Apache Portable Runtime (APR) is a supporting library for 
the \
+Apache web server. It provides a set of APIs that map to the underlying \
+operating system (OS). Where the OS does not support a particular function, \
+APR will provide an emulation."
 HOMEPAGE = "http://apr.apache.org/;
 SECTION = "libs"
 DEPENDS = "util-linux"
diff --git a/meta/recipes-support/aspell/aspell_0.60.8.bb 
b/meta/recipes-support/aspell/aspell_0.60.8.bb
index 629987810a..f1d931b39c 100644
--- a/meta/recipes-support/aspell/aspell_0.60.8.bb
+++ b/meta/recipes-support/aspell/aspell_0.60.8.bb
@@ -1,4 +1,8 @@
 SUMMARY = "GNU Aspell spell-checker"
+DESCRIPTION = "GNU Aspell is a spell-checker which can be used either as a \
+standalone application or embedded in other programs. Its main feature is that 
\
+it does a much better job of suggesting possible spellings than just about any 
\
+other spell-checker available for the English language"
 SECTION = "console/utils"
 
 LICENSE = "LGPLv2 | LGPLv2.1"
diff --git a/meta/recipes-support/atk/at-spi2-core_2.38.0.bb 
b/meta/recipes-support/atk/at-spi2-core_2.38.0.bb
index 88add83dd1..a0657950be 100644
--- a/meta/recipes-support/atk/at-spi2-core_2.38.0.bb
+++ b/meta/recipes-support/atk/at-spi2-core_2.38.0.bb
@@ -1,4 +1,6 @@
 SUMMARY = "Assistive Technology Service Provider Interface (dbus core)"
+DESCRIPTION = "At-Spi2 is a protocol over DBus, toolkit widgets use it to \
+provide their content to screen readers such as Orca."
 HOMEPAGE = "https://wiki.linuxfoundation.org/accessibility/d-bus;
 LICENSE = "LGPL-2.1+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
diff --git a/meta/recipes-support/attr/acl_2.2.53.bb 
b/meta/recipes-support/attr/acl_2.2.53.bb
index 5bb50f77f7..b120c1f16f 100644
--- a/meta/recipes-support/attr/acl_2.2.53.bb
+++ b/meta/recipes-support/attr/acl_2.2.53.bb
@@ -1,5 +1,7 @@
 SUMMARY = "Utilities for managing POSIX Access Control Lists"
 HOMEPAGE = "http://savannah.nongnu.org/projects/acl/;
+DESCRIPTION = "ACL allows you to provide different levels of access to files \
+and folders for different users."
 SECTION = "libs"
 
 LICENSE = "LGPLv2.1+ & GPLv2+"
diff --git a/meta/recipes-support/attr/attr.inc 
b/meta/recipes-support/attr/attr.inc
index 0c3330a686..97bca46982 100644
--- a/meta/recipes-support/attr/attr.inc
+++ b/meta/recipes-support/attr/attr.inc
@@ -1,4 +1,8 @@
 SUMMARY = "Utilities for manipulating filesystem extended attributes"
+DESCRIPTION = "A set of tools for manipulating extended attributes on 
filesystem \
+objects, in particular getfattr(1) and setfattr(1). An attr(1) command \
+is also provided which is largely compatible with the SGI IRIX tool of \
+the same name."
 HOMEPAGE = "http://savannah.nongnu.org/projects/attr/;
 SECTION = "libs"
 
diff --git a/meta/recipes-support/bash-completion/bash-completion_2.11.bb 
b/meta/recipes-support/bash-completion/bash-completion_2.11.bb
index bab8a018ce..f00e0fc5b7 100644
--- a/meta/recipes-support/bash-completion/bash-completion_2.11.bb
+++ b/meta/recipes-support/bash-completion/bash-completion_2.11.bb
@@ -1,4 +1,6 @@
 SUMMARY = "Programmable Completion for Bash 4"
+DESCRIPTION = "bash completion extends bash's standard completion behavior to \
+achieve complex command lines with just a few keystrokes."
 HOMEPAGE = "https://github.com/scop/bash-completion;
 BUGTRACKER = "https://github.com/scop/bash-completion/issues;
 
diff --git a/meta/recipes-support/nettle/nettle_3.6.bb 
b/meta/recipes-support/nettle/nettle_3.6.bb
index 90f8625ae5..7c1b1a2d5c 100644
--- a/meta/recipes-support/nettle/nettle_3.6.bb
+++ b/meta/recipes-support/nettle/nettle_3.6.bb
@@ -1,5 +1,8 @@
 SUMMARY = "A low level cryptographic library"
 HOMEPAGE = "http://www.lysator.liu.se/~nisse/nettle/;
+DESCRIPTION = "It tries to solve a problem of providing a common set of \
+cryptographic algorithms for higher-level applications by implementing a \
+context-independent set of cryptographic algorithms"
 SECTION = "libs"
 LICENSE = "LGPLv3+ | GPLv2+"
 
-- 
2.28.0


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online 

[OE-core] [meta-oe][PATCH v2] iproute2: split ip to individual package

2020-12-15 Thread Sinan Kaya
Move the ip tool into its own package. Useful for size constrained
systems that only want the ip tool.

Signed-off-by: Sinan Kaya 
---
 meta/recipes-connectivity/iproute2/iproute2.inc | 10 --
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-connectivity/iproute2/iproute2.inc 
b/meta/recipes-connectivity/iproute2/iproute2.inc
index 403d264308c..f4d882d3ece 100644
--- a/meta/recipes-connectivity/iproute2/iproute2.inc
+++ b/meta/recipes-connectivity/iproute2/iproute2.inc
@@ -46,10 +46,11 @@ do_install () {
 # The .so files in iproute2-tc are modules, not traditional libraries
 INSANE_SKIP_${PN}-tc = "dev-so"
 
-PACKAGES =+ "\
+IPROUTE2_PACKAGES =+ "\
 ${PN}-devlink \
 ${PN}-genl \
 ${PN}-ifstat \
+${PN}-ip \
 ${PN}-lnstat \
 ${PN}-nstat \
 ${PN}-rtacct \
@@ -58,12 +59,17 @@ PACKAGES =+ "\
 ${PN}-tipc \
 "
 
+PACKAGES += "${IPROUTE2_PACKAGES}"
+PROVIDES += "${IPROUTE2_PACKAGES}"
+RDEPENDS_${PN} += "${IPROUTE2_PACKAGES}"
+
 FILES_${PN}-tc = "${base_sbindir}/tc* \
   ${libdir}/tc/*.so"
 FILES_${PN}-lnstat = "${base_sbindir}/lnstat \
   ${base_sbindir}/ctstat \
   ${base_sbindir}/rtstat"
 FILES_${PN}-ifstat = "${base_sbindir}/ifstat"
+FILES_${PN}-ip = "${base_sbindir}/ip.${PN} ${sysconfdir}/iproute2"
 FILES_${PN}-genl = "${base_sbindir}/genl"
 FILES_${PN}-rtacct = "${base_sbindir}/rtacct"
 FILES_${PN}-nstat = "${base_sbindir}/nstat"
@@ -71,7 +77,7 @@ FILES_${PN}-ss = "${base_sbindir}/ss"
 FILES_${PN}-tipc = "${base_sbindir}/tipc"
 FILES_${PN}-devlink = "${base_sbindir}/devlink"
 
-ALTERNATIVE_${PN} = "ip"
+ALTERNATIVE_${PN}-ip = "ip"
 ALTERNATIVE_TARGET[ip] = "${base_sbindir}/ip.${BPN}"
 ALTERNATIVE_LINK_NAME[ip] = "${base_sbindir}/ip"
 ALTERNATIVE_PRIORITY = "100"
-- 
2.17.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#145760): 
https://lists.openembedded.org/g/openembedded-core/message/145760
Mute This Topic: https://lists.openembedded.org/mt/78992706/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [OE-core] [PATCH v2 8/8] gstreamer1.0-plugins-bad: remove meson option for plugins with dependencies always present

2020-12-15 Thread Richard Purdie
Hi Jose,

On Fri, 2020-12-11 at 21:13 +, Jose Quaresma wrote:
> I have think about this patch and probably is better to drop it.
> It is now on master-next
> 
> Without this we have meson options for all the gstreamer plugins that
> have external dependencies.
> 
> Probably its better to have it explicity enabled than don't have this
> options at all and falback to meson auto discovery dependencies.

FWIW, I agree. I put things in master-next to run through the
autobuilder in parallel with other review so just because something
makes it there, it doesn't mean its definitely going to be merged. I've
dropped this one, thanks for highlighting!

Cheers,

Richard


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#145759): 
https://lists.openembedded.org/g/openembedded-core/message/145759
Mute This Topic: https://lists.openembedded.org/mt/78889254/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [OE-core] How to create a directory in multiple packages?

2020-12-15 Thread Mark Hatle
On 12/15/20 8:24 AM, Peter Kjellerstedt wrote:
>> -Original Message-
>> From: openembedded-core@lists.openembedded.org > c...@lists.openembedded.org> On Behalf Of Mark Hatle
>> Sent: den 15 december 2020 02:02
>> To: openembedded-core@lists.openembedded.org
>> Subject: Re: [OE-core] How to create a directory in multiple packages?
>>
>> On 12/14/20 11:43 AM, Peter Kjellerstedt wrote:
>>> Say we have a recipe that creates an empty /etc/foo directory. Now we
>>> want to add a new file in that directory /etc/foo/bar and package it as
>>> ${PN}-bar. This means the creation of the /etc/foo directory is moved
>>> from the ${PN} package to the ${PN}-bar package. Is there any way to
>>> make ${PN} continue to create an empty /etc/foo, or is the only
>>> alternative to introduce an /etc/foo/.dummy and package it in ${PN}?
>>
>> try adjust the order of the PACKAGES variant.  Something like:
>>
>> PACKAGES = "${PN}-bar ... ${PN}"
>>
>> FILES_${PN}-bar = "/etc/foo/bar"
>> FILES_${PN} = "/etc/foo"
>>
>> That SHOULD package the file 'bar' in -bar, and the directory in ${PN}.
> 
> Unfortunately that does not work (seems bitbake is too smart). What I have 
> is basically:
> 
> PACKAGE_BEFORE_PN = "${PN}-bar"
> FILES_${PN} += "${sysconfdir}/foo"
> FILES_${PN}-bar = "${sysconfdir}/foo/bar"
> 
> which results in the following in the spec file:
> 
> %files -n foo-bar
> %defattr(-,-,-,-)
> %dir "/etc"
> %dir "/etc/foo"
> "/etc/foo/bar"
> 
> There is nothing else about /etc or /etc/foo in the spec file.

Ya, there definitely should be a way to do this...  If not, it will be
problematic as more or more recipes get split into smaller chunks.

> After delving into the code for at bit, I believe this is due to how 
> populate_packages() works. When it handles the ${PN}-bar package and 
> finds the /etc/foo/bar file, it will also mark /etc and /etc/foo as  
> seen, which means they will not be added to any other package, unless 
> that package has an entry for some other /etc/foo/something file, even 
> if /etc/foo is explicitly listed in, e.g., FILES_${PN}.
> 
> So for now, it seems we will have to resort to using a pkg_postinst_${PN}.

Big problem with pkg_postinst, the system won't be able to track
perms/owner/group for the directory and ensure they are synced like the package
manager itself can.

For RPM, I know the %dir directive can (and should be) used to do this kind of
thing, but I don't know what the equivalencies are in opkg and deb.  If there is
a similar mechanism there to specify a directory (not not it's contents) then I
suspect may want to extend recipe syntax to match.

--Mark

>> (Some of the people commenting this isn't less then optimal, actually
>> it's not that unusual.. Typical case I see is creating a directory in 
>> /var or /usr/share for datafiles and the main package owns the directory, 
>> with sub-packages [or other packages] contributing data into that 
>> directory.)
> 
> Yes, there are reason why the empty directory needs to be installed as 
> part of the image. Otherwise I would just have used a file in 
> "/usr/lib/tmpfiles.d".
> 
>> --Mark
>>
>>> //Peter
> 
> //Peter
> 
> 
> 
> 
> 

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#145758): 
https://lists.openembedded.org/g/openembedded-core/message/145758
Mute This Topic: https://lists.openembedded.org/mt/78956546/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [OE-core] [PATCH] opkg: upgrade to version 0.4.4

2020-12-15 Thread Alex Stewart

Hey Alex,

Thanks for bringing this up. One of the opkg test framework changes 
introduced in 0.4.4 doesn't play well with hosts that symlink their 
`/tmp` directory. I have a fix for it which I'll post to the opkg 
mainline soon.


Since Alejandro is OOO for the holidays, I don't think he'll mind me 
adopting this patchset. I'll backport the test framework fix into a 
`.patch` for OE to consume with the 0.4.4 recipe upgrade.


Thanks,

On 12/14/20 1:52 PM, Alexander Kanavin wrote:

opkg ptests regress with this change:
https://autobuilder.yocto.io/pub/non-release/20201214-1/testresults/qemux86-64-ptest/opkg.log 



Do not merge please, as this undoes my work to reach 100% pass rate in 
ptests :)


Alex


--
Alex Stewart
Software Engineer - NI Real-Time OS
NI (National Instruments)

alex.stew...@ni.com


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#145757): 
https://lists.openembedded.org/g/openembedded-core/message/145757
Mute This Topic: https://lists.openembedded.org/mt/78790833/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [OE-core] [meta-oe][PATCH v3] sudo: split into smaller tools package

2020-12-15 Thread Bruce Ashfield
On Tue, Dec 15, 2020 at 3:09 PM Sinan Kaya  wrote:
>
> On 12/15/2020 2:57 PM, Bruce Ashfield wrote:
> >> Interesting, I didn't know that RRECOMMENDS can be turned off.
> >> I was hoping to do a non-invasive change for existing users.
> > A good goal!
> >
> > It's this variable:
> > https://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#var-NO_RECOMMENDATIONS
>
> Would you be interested in setting it as default for the tiny distro
> with a patch?

I'm not the maintainer of that reference distro, but if something
really wants to control what is install and not have optional things
creep in, turning off the recommends is a good idea.

It would have to be run through some tests of course, because
something may be relying on those packages.

Bruce



-- 
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry" - Gandalf, Star Trek II

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#145756): 
https://lists.openembedded.org/g/openembedded-core/message/145756
Mute This Topic: https://lists.openembedded.org/mt/78984466/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [meta-oe][PATCH v4] sudo: split into smaller tools package

2020-12-15 Thread Sinan Kaya
Allow to include whether we want sudo, visudo, sudoreplay
or cvtsudoers tools.

Signed-off-by: Sinan Kaya 
---
 meta/recipes-extended/sudo/sudo_1.9.3p1.bb | 25 +-
 1 file changed, 24 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-extended/sudo/sudo_1.9.3p1.bb 
b/meta/recipes-extended/sudo/sudo_1.9.3p1.bb
index ba61a7f2472..136a085522c 100644
--- a/meta/recipes-extended/sudo/sudo_1.9.3p1.bb
+++ b/meta/recipes-extended/sudo/sudo_1.9.3p1.bb
@@ -44,6 +44,29 @@ do_install_append () {
rmdir -p --ignore-fail-on-non-empty ${D}/run/sudo
 }
 
-FILES_${PN} += "${nonarch_libdir}/tmpfiles.d"
 FILES_${PN}-dev += "${libdir}/${BPN}/lib*${SOLIBSDEV} ${libdir}/${BPN}/*.la \
 ${libdir}/lib*${SOLIBSDEV} ${libdir}/*.la"
+
+SUDO_PACKAGES = "${PN}-cvtsudoers"
+SUDO_PACKAGES += "${PN}-sudoreplay"
+SUDO_PACKAGES += "${PN}-visudo"
+SUDO_PACKAGES += "${PN}-sudo"
+SUDO_PACKAGES += "${PN}-lib"
+PACKAGES += "${SUDO_PACKAGES}"
+
+RDEPENDS_${PN}-cvtsudoers = "${PN}-lib"
+RDEPENDS_${PN}-sudo = "${PN}-lib"
+RDEPENDS_${PN}-sudoreplay = "${PN}-lib"
+RDEPENDS_${PN}-visudo = "${PN}-lib"
+
+PROVIDES += "${SUDO_PACKAGES}"
+RDEPENDS_${PN} += "${SUDO_PACKAGES}"
+
+ALLOW_EMPTY_${PN} = "1"
+
+FILES_${PN} = ""
+FILES_${PN}-cvtsudoers = "${bindir}/cvtsudoers"
+FILES_${PN}-sudoreplay = "${bindir}/sudoreplay"
+FILES_${PN}-sudo = "${bindir}/sudo ${bindir}/sudoedit"
+FILES_${PN}-visudo = "${sbindir}/visudo"
+FILES_${PN}-lib = "${localstatedir} ${libexecdir} ${sysconfdir} ${libdir} 
${nonarch_libdir}"
-- 
2.17.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#145755): 
https://lists.openembedded.org/g/openembedded-core/message/145755
Mute This Topic: https://lists.openembedded.org/mt/78985435/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [OE-core] [meta-oe][PATCH v3] sudo: split into smaller tools package

2020-12-15 Thread Sinan Kaya
On 12/15/2020 2:57 PM, Bruce Ashfield wrote:
>> Interesting, I didn't know that RRECOMMENDS can be turned off.
>> I was hoping to do a non-invasive change for existing users.
> A good goal!
> 
> It's this variable:
> https://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#var-NO_RECOMMENDATIONS

Would you be interested in setting it as default for the tiny distro
with a patch?

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#145754): 
https://lists.openembedded.org/g/openembedded-core/message/145754
Mute This Topic: https://lists.openembedded.org/mt/78984466/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [OE-core] [meta-oe][PATCH v3] sudo: split into smaller tools package

2020-12-15 Thread Bruce Ashfield
On Tue, Dec 15, 2020 at 2:54 PM Sinan Kaya  wrote:
>
> On 12/15/2020 2:44 PM, Bruce Ashfield wrote:
> >> -FILES_${PN} += "${nonarch_libdir}/tmpfiles.d"
> > I don't see this maintained in the split of changes below, why was it 
> > dropped ?
> >
>
> I'll fix that. I thought ${libdir} would cover it but apparently it does
> not.
>
> >>  FILES_${PN}-dev += "${libdir}/${BPN}/lib*${SOLIBSDEV} 
> >> ${libdir}/${BPN}/*.la \
> >>  ${libdir}/lib*${SOLIBSDEV} ${libdir}/*.la"
> >> +
> >> +PACKAGES += "${PN}-cvtsudoers"
> >> +PACKAGES += "${PN}-sudoreplay"
> >> +PACKAGES += "${PN}-visudo"
> >> +PACKAGES += "${PN}-sudo"
> >> +PACKAGES += "${PN}-lib"
> >> +
> >> +RDEPENDS_${PN}-cvtsudoers = "${PN}-lib"
> >> +RDEPENDS_${PN}-sudo = "${PN}-lib"
> >> +RDEPENDS_${PN}-sudoreplay = "${PN}-lib"
> >> +RDEPENDS_${PN}-visudo = "${PN}-lib"
> >> +
> >> +PROVIDES += "${PACKAGES}"
> >> +RRECOMMENDS_${PN} += "${PACKAGES}"
>
> > This isn't a direct replacement of the existing packaging. If we are
> > going to get a series of patches that keep splitting on binaries, they
> > shouldn't be like this.
> >> For an image or configuration that turns off rrecommends (which is the
> > policy for a distro that I have), this is not backwards compatible and
> > we are going to get all sorts of runtime issues .. and then be forced
> > to update packages lists with this explosion of new splits.
>
> Interesting, I didn't know that RRECOMMENDS can be turned off.
> I was hoping to do a non-invasive change for existing users.

A good goal!

It's this variable:
https://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#var-NO_RECOMMENDATIONS

(but you probably already searched and found it).

>
> >
> > If we do splits like this, something stronger than rrcommends is
> > needed, or they simply belong in a layer besides core.
>
> Would RDEPENDS work?

It would pull all the subpackages in yes, and can't be turned off like
the recommends.

I can't think of where it would break, but maybe others can :D

Bruce

>
> Sinan



-- 
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry" - Gandalf, Star Trek II

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#145753): 
https://lists.openembedded.org/g/openembedded-core/message/145753
Mute This Topic: https://lists.openembedded.org/mt/78984466/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [OE-core] [meta-oe][PATCH v3] sudo: split into smaller tools package

2020-12-15 Thread Sinan Kaya
On 12/15/2020 2:44 PM, Bruce Ashfield wrote:
>> -FILES_${PN} += "${nonarch_libdir}/tmpfiles.d"
> I don't see this maintained in the split of changes below, why was it dropped 
> ?
> 

I'll fix that. I thought ${libdir} would cover it but apparently it does
not.

>>  FILES_${PN}-dev += "${libdir}/${BPN}/lib*${SOLIBSDEV} ${libdir}/${BPN}/*.la 
>> \
>>  ${libdir}/lib*${SOLIBSDEV} ${libdir}/*.la"
>> +
>> +PACKAGES += "${PN}-cvtsudoers"
>> +PACKAGES += "${PN}-sudoreplay"
>> +PACKAGES += "${PN}-visudo"
>> +PACKAGES += "${PN}-sudo"
>> +PACKAGES += "${PN}-lib"
>> +
>> +RDEPENDS_${PN}-cvtsudoers = "${PN}-lib"
>> +RDEPENDS_${PN}-sudo = "${PN}-lib"
>> +RDEPENDS_${PN}-sudoreplay = "${PN}-lib"
>> +RDEPENDS_${PN}-visudo = "${PN}-lib"
>> +
>> +PROVIDES += "${PACKAGES}"
>> +RRECOMMENDS_${PN} += "${PACKAGES}"

> This isn't a direct replacement of the existing packaging. If we are
> going to get a series of patches that keep splitting on binaries, they
> shouldn't be like this.
>> For an image or configuration that turns off rrecommends (which is the
> policy for a distro that I have), this is not backwards compatible and
> we are going to get all sorts of runtime issues .. and then be forced
> to update packages lists with this explosion of new splits.

Interesting, I didn't know that RRECOMMENDS can be turned off.
I was hoping to do a non-invasive change for existing users.

> 
> If we do splits like this, something stronger than rrcommends is
> needed, or they simply belong in a layer besides core.

Would RDEPENDS work?

Sinan

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#145752): 
https://lists.openembedded.org/g/openembedded-core/message/145752
Mute This Topic: https://lists.openembedded.org/mt/78984466/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [OE-core] [meta-oe][PATCH v3] sudo: split into smaller tools package

2020-12-15 Thread Bruce Ashfield
On Tue, Dec 15, 2020 at 2:35 PM Sinan Kaya  wrote:
>
> Allow to include whether we want sudo, visudo, sudoreplay
> or cvtsudoers tools.
>
> Signed-off-by: Sinan Kaya 
> ---
>  meta/recipes-extended/sudo/sudo_1.9.3p1.bb | 24 +-
>  1 file changed, 23 insertions(+), 1 deletion(-)
>
> diff --git a/meta/recipes-extended/sudo/sudo_1.9.3p1.bb 
> b/meta/recipes-extended/sudo/sudo_1.9.3p1.bb
> index ba61a7f2472..0ea72caf790 100644
> --- a/meta/recipes-extended/sudo/sudo_1.9.3p1.bb
> +++ b/meta/recipes-extended/sudo/sudo_1.9.3p1.bb
> @@ -44,6 +44,28 @@ do_install_append () {
> rmdir -p --ignore-fail-on-non-empty ${D}/run/sudo
>  }
>
> -FILES_${PN} += "${nonarch_libdir}/tmpfiles.d"

I don't see this maintained in the split of changes below, why was it dropped ?

>  FILES_${PN}-dev += "${libdir}/${BPN}/lib*${SOLIBSDEV} ${libdir}/${BPN}/*.la \
>  ${libdir}/lib*${SOLIBSDEV} ${libdir}/*.la"
> +
> +PACKAGES += "${PN}-cvtsudoers"
> +PACKAGES += "${PN}-sudoreplay"
> +PACKAGES += "${PN}-visudo"
> +PACKAGES += "${PN}-sudo"
> +PACKAGES += "${PN}-lib"
> +
> +RDEPENDS_${PN}-cvtsudoers = "${PN}-lib"
> +RDEPENDS_${PN}-sudo = "${PN}-lib"
> +RDEPENDS_${PN}-sudoreplay = "${PN}-lib"
> +RDEPENDS_${PN}-visudo = "${PN}-lib"
> +
> +PROVIDES += "${PACKAGES}"
> +RRECOMMENDS_${PN} += "${PACKAGES}"

This isn't a direct replacement of the existing packaging. If we are
going to get a series of patches that keep splitting on binaries, they
shouldn't be like this.

For an image or configuration that turns off rrecommends (which is the
policy for a distro that I have), this is not backwards compatible and
we are going to get all sorts of runtime issues .. and then be forced
to update packages lists with this explosion of new splits.

If we do splits like this, something stronger than rrcommends is
needed, or they simply belong in a layer besides core.

Bruce

> +
> +ALLOW_EMPTY_${PN} = "1"
> +
> +FILES_${PN} = ""
> +FILES_${PN}-cvtsudoers = "${bindir}/cvtsudoers"
> +FILES_${PN}-sudoreplay = "${bindir}/sudoreplay"
> +FILES_${PN}-sudo = "${bindir}/sudo ${bindir}/sudoedit"
> +FILES_${PN}-visudo = "${sbindir}/visudo"
> +FILES_${PN}-lib = "${localstatedir} ${libexecdir} ${sysconfdir} ${libdir}"
> --
> 2.17.1
>
>
> 
>


-- 
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry" - Gandalf, Star Trek II

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#145751): 
https://lists.openembedded.org/g/openembedded-core/message/145751
Mute This Topic: https://lists.openembedded.org/mt/78984466/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [meta-oe][PATCH v3] sudo: split into smaller tools package

2020-12-15 Thread Sinan Kaya
Allow to include whether we want sudo, visudo, sudoreplay
or cvtsudoers tools.

Signed-off-by: Sinan Kaya 
---
 meta/recipes-extended/sudo/sudo_1.9.3p1.bb | 24 +-
 1 file changed, 23 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-extended/sudo/sudo_1.9.3p1.bb 
b/meta/recipes-extended/sudo/sudo_1.9.3p1.bb
index ba61a7f2472..0ea72caf790 100644
--- a/meta/recipes-extended/sudo/sudo_1.9.3p1.bb
+++ b/meta/recipes-extended/sudo/sudo_1.9.3p1.bb
@@ -44,6 +44,28 @@ do_install_append () {
rmdir -p --ignore-fail-on-non-empty ${D}/run/sudo
 }
 
-FILES_${PN} += "${nonarch_libdir}/tmpfiles.d"
 FILES_${PN}-dev += "${libdir}/${BPN}/lib*${SOLIBSDEV} ${libdir}/${BPN}/*.la \
 ${libdir}/lib*${SOLIBSDEV} ${libdir}/*.la"
+
+PACKAGES += "${PN}-cvtsudoers"
+PACKAGES += "${PN}-sudoreplay"
+PACKAGES += "${PN}-visudo"
+PACKAGES += "${PN}-sudo"
+PACKAGES += "${PN}-lib"
+
+RDEPENDS_${PN}-cvtsudoers = "${PN}-lib"
+RDEPENDS_${PN}-sudo = "${PN}-lib"
+RDEPENDS_${PN}-sudoreplay = "${PN}-lib"
+RDEPENDS_${PN}-visudo = "${PN}-lib"
+
+PROVIDES += "${PACKAGES}"
+RRECOMMENDS_${PN} += "${PACKAGES}"
+
+ALLOW_EMPTY_${PN} = "1"
+
+FILES_${PN} = ""
+FILES_${PN}-cvtsudoers = "${bindir}/cvtsudoers"
+FILES_${PN}-sudoreplay = "${bindir}/sudoreplay"
+FILES_${PN}-sudo = "${bindir}/sudo ${bindir}/sudoedit"
+FILES_${PN}-visudo = "${sbindir}/visudo"
+FILES_${PN}-lib = "${localstatedir} ${libexecdir} ${sysconfdir} ${libdir}"
-- 
2.17.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#145750): 
https://lists.openembedded.org/g/openembedded-core/message/145750
Mute This Topic: https://lists.openembedded.org/mt/78984466/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [AUH] gnupg: upgrading to 2.2.25 FAILED

2020-12-15 Thread auh
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *gnupg* to *2.2.25* has Failed 
(devtool error).

Detailed error information:

Running 'devtool upgrade' for recipe gnupg failed.
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)...
Loading cache...done.
Loaded 1502 entries from dependency cache.
INFO: Extracting current version source...
INFO: SRC_URI contains some conditional appends/prepends - will create branches 
to represent these
Removing 1 recipes from the x86_64 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "1.49.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "3.2+snapshot-002e8f5ff944b9b071c4f41fecd9df411f00c1bc"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:002e8f5ff944b9b071c4f41fecd9df411f00c1bc"
workspace= "master:796be0593a607938aef3941372a9238b7e895446"

Initialising tasks...done.
Sstate summary: Wanted 0 Found 0 Missed 0 Current 20 (0% match, 100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 93 tasks of which 90 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 3 seconds
INFO: Extracting upgraded version source...
INFO: Fetching https://www.gnupg.org/ftp/gcrypt/gnupg/gnupg-2.2.25.tar.bz2...
Loading cache...done.
Loaded 1502 entries from dependency cache.
Parsing recipes...done.
Parsing of 808 .bb files complete (806 cached, 2 parsed). 1414 targets, 31 
skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "1.49.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "3.2+snapshot-002e8f5ff944b9b071c4f41fecd9df411f00c1bc"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:002e8f5ff944b9b071c4f41fecd9df411f00c1bc"
workspace= "master:796be0593a607938aef3941372a9238b7e895446"

Initialising tasks...done.
Sstate summary: Wanted 0 Found 0 Missed 0 Current 0 (0% match, 0% complete)
NOTE: No setscene tasks
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 2 tasks of which 0 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:  50% |##  | ETA:  0:00:00
Adding changed files: 100% || Time: 0:00:00
WARNING: Command 'git rebase d63d7c755720b715240918aaf2419b9f7f50470f' failed:
First, rewinding head to replay your work on top of it...
Applying: Use pkg-config to find pth instead of pth-config.
Applying: use pkgconfig instead of npth config
Applying: dirmngr uses libgpg error
Using index info to reconstruct a base tree...
M   dirmngr/Makefile.am
Falling back to patching base and 3-way merge...
Auto-merging dirmngr/Makefile.am
CONFLICT (content): Merge conflict in dirmngr/Makefile.am
error: Failed to merge in the changes.
Patch failed at 0003 dirmngr uses libgpg error
Use 'git am --show-current-patch' to see the failed patch

Resolve all conflicts manually, mark them as resolved with
"git add/rm ", then run "git rebase --continue".
You can instead skip this commit: run "git rebase --skip".
To abort and get back to the state before "git rebase", run "git rebase 
--abort".

You will need to resolve conflicts in order to complete the upgrade.
INFO: Upgraded source extracted to 
/home/pokybuild/yocto-worker/auh/build/build/build/workspace/sources/gnupg
INFO: New recipe is 
/home/pokybuild/yocto-worker/auh/build/build/build/workspace/recipes/gnupg/gnupg_2.2.25.bb




Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#145745): 
https://lists.openembedded.org/g/openembedded-core/message/145745
Mute This Topic: https://lists.openembedded.org/mt/78984229/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]

[OE-core] [AUH] Upgrade status: 2020-12-15

2020-12-15 Thread auh
Recipe upgrade statistics:

* Failed(do_compile): 26
dhcpcd, 9.3.4, Armin Kuster 
glib-2.0, 2.66.3, Anuj Mittal 
readline, 8.1, Hongxu Jia 
ccache, 4.1, Robert Yang 
libmodulemd, 2.11.0, Alexander Kanavin 
python3-hypothesis, 5.43.3, Tim Orling 

python3-packaging, 20.8, Tim Orling 
python3-pygments, 2.7.3, Oleksandr Kravchuk 

python3-setuptools-scm, 5.0.1, Tim Orling 

python3, 3.9.1, Oleksandr Kravchuk 
rpm, 4.16.1, Unassigned 
vala, 0.50.2, Alexander Kanavin 
gtk+3, 3.24.24, Ross Burton 
vulkan-loader, 1.2.162.0, Anuj Mittal 
vulkan-tools, 1.2.162.0, Anuj Mittal 
xprop, 1.2.5, Armin Kuster 
gstreamer1.0-omx, 1.18.2, Anuj Mittal 
gstreamer1.0-plugins-base, 1.18.2, Anuj Mittal 
gstreamer1.0-python, 1.18.2, Anuj Mittal 
gstreamer1.0-vaapi, 1.18.2, Anuj Mittal 
sbc, 1.5, Tanu Kaskinen 
puzzles, 0.0-new-commits-available, Anuj Mittal 
webkitgtk, 2.30.3, Alexander Kanavin 
curl, 7.74.0, Armin Kuster 
libcap-ng-python, 0.8.2, Yi Zhao 
libpcre2, 10.36, Armin Kuster 
* Succeeded: 21
kea, 1.8.1, Armin Kuster 
init-system-helpers, 1.60, Anuj Mittal 
sysvinit, 2.98, Ross Burton 
go-runtime, 1.15.6, Khem Raj 
go, 1.15.6, Khem Raj 
ninja, 1.10.2, Khem Raj 
libaio, 0.3.112, Alexander Kanavin 
libtirpc, 1.3.1, Anuj Mittal 
stress-ng, 0.12.00, Anuj Mittal 
epiphany, 3.38.2, Alexander Kanavin 
shaderc, 2020.4, Jose Quaresma 
vulkan-headers, 1.2.162.0, Anuj Mittal 
libx11, 1.7.0, Armin Kuster 
xserver-xorg, 1.20.10, Armin Kuster 
systemtap, 4.4, Victor Kamensky 
gst-examples, 1.18.2, Anuj Mittal 
gstreamer1.0-plugins-good, 1.18.2, Anuj Mittal 
diffoscope, 163, Joshua Watt 
libcap-ng, 0.8.2, Yi Zhao 
p11-kit, 0.23.22, Alexander Kanavin 
sqlite3, 3.34.0, Anuj Mittal 
* Failed(other errors): 26
openssl, 1.1.1i, Alexander Kanavin 
ell, 0.35, Zang Ruochen 
util-linux, 2.36.1, Chen Qi 
dnf, 4.5.2, Alexander Kanavin 
libdnf, 0.55.2, Alexander Kanavin 
llvm, 11.0.0, Khem Raj 
opkg, 0.4.4, Alejandro del Castillo 
python3-importlib-metadata, 3.3.0, Tim Orling 

python3-py, 1.10.0, Tim Orling 
python3-setuptools, 51.0.0, Oleksandr Kravchuk 

qemu, 5.2.0, Richard Purdie 
strace, 5.10, Robert Yang 
bash, 5.1, Hongxu Jia 
sudo, 1.9.4, Chen Qi 
gdk-pixbuf, 2.42.2, Ross Burton 
libva, 2.10.0, Anuj Mittal 
piglit, 1.0-new-commits-available, Ross Burton 
systemtap-uprobes, 4.4, Victor Kamensky 
gst-devtools, 1.18.2, Anuj Mittal 
gstreamer1.0-libav, 1.18.2, Anuj Mittal 
gstreamer1.0-plugins-bad, 1.18.2, Anuj Mittal 
gstreamer1.0-plugins-ugly, 1.18.2, Anuj Mittal 
gstreamer1.0-rtsp-server, 1.18.2, Anuj Mittal 
gstreamer1.0, 1.18.2, Anuj Mittal 
boost, 1.75.0, Alexander Kanavin 
enchant2, 2.2.14, Anuj Mittal 
* Failed (devtool error): 20
ovmf, edk2-stable202011, Ricardo Neri 

systemd-boot, 247.1, Chen Qi 
systemd, 247.1, Chen Qi 
autoconf, 2.70, Robert Yang 
automake, 1.16.3, Robert Yang 
binutils, 2.35.1, Khem Raj 
cmake, 3.19.1, Pascal Bach 
gnu-config, 20201018-new-commits-available, Robert Yang 

mtools, 4.0.26, Anuj Mittal 
python3-pytest, 6.2.0, Tim Orling 
libpam, 1.5.1, Anuj Mittal 
libva-initial, 2.10.0, Anuj Mittal 
mesa, 20.3.0, Otavio Salvador 
spirv-tools, 2020.6, Jose Quaresma 
vulkan-samples, git-new-commits-available, Ross Burton 

gnupg, 2.2.25, Hongxu Jia 
gnutls, 3.7.0, Armin Kuster 
libcap, 2.46, Yi Zhao 
libjitterentropy, 3.0.0, Ross Burton 
libksba, 1.5.0, Alexander Kanavin 

TOTAL: attempted=93 succeeded=21(22.58%) failed=72(77.42%)

Recipe upgrade statistics per Maintainer:

Anuj Mittal 
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#145743): 
https://lists.openembedded.org/g/openembedded-core/message/145743
Mute This Topic: https://lists.openembedded.org/mt/78984227/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [AUH] libcap-ng-python: upgrading to 0.8.2 FAILED

2020-12-15 Thread auh
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *libcap-ng-python* to *0.8.2* 
has Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
- apply the patch: git am 0001-libcap-ng-python-upgrade-0.8.1-0.8.2.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper
>From 2b22855622e394c918561bfcb7ab84e53a7cc16c Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Tue, 15 Dec 2020 18:50:14 +
Subject: [PATCH] libcap-ng-python: upgrade 0.8.1 -> 0.8.2

---
 .../{libcap-ng-python_0.8.1.bb => libcap-ng-python_0.8.2.bb}| 0
 meta/recipes-support/libcap-ng/libcap-ng.inc| 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/libcap-ng/{libcap-ng-python_0.8.1.bb => libcap-ng-python_0.8.2.bb} (100%)

diff --git a/meta/recipes-support/libcap-ng/libcap-ng-python_0.8.1.bb b/meta/recipes-support/libcap-ng/libcap-ng-python_0.8.2.bb
similarity index 100%
rename from meta/recipes-support/libcap-ng/libcap-ng-python_0.8.1.bb
rename to meta/recipes-support/libcap-ng/libcap-ng-python_0.8.2.bb
diff --git a/meta/recipes-support/libcap-ng/libcap-ng.inc b/meta/recipes-support/libcap-ng/libcap-ng.inc
index a312b602ff..842f77dfa4 100644
--- a/meta/recipes-support/libcap-ng/libcap-ng.inc
+++ b/meta/recipes-support/libcap-ng/libcap-ng.inc
@@ -11,6 +11,6 @@ SRC_URI = "http://people.redhat.com/sgrubb/libcap-ng/libcap-ng-${PV}.tar.gz \
file://python.patch \
 "
 
-SRC_URI[sha256sum] = "f06b17aaca029e245c9a26c698c6cc8a1cf42b58483d93e94ee02b478bdc1055"
+SRC_URI[sha256sum] = "52c083b77c2b0d8449dee141f9c3eba76e6d4c5ad44ef05df25891126cb85ae9"
 
 BBCLASSEXTEND = "native nativesdk"
-- 
2.17.1

Loading cache...done.
Loaded 1479 entries from dependency cache.
Parsing recipes...done.
Parsing of 807 .bb files complete (805 cached, 2 parsed). 1413 targets, 31 
skipped, 0 masked, 0 errors.
Removing 1 recipes from the core2-32 sysroot...done.
Removing 1 recipes from the qemux86 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "1.49.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "i686-poky-linux"
MACHINE  = "qemux86"
DISTRO   = "poky"
DISTRO_VERSION   = "3.2+snapshot-002e8f5ff944b9b071c4f41fecd9df411f00c1bc"
TUNE_FEATURES= "m32 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:002e8f5ff944b9b071c4f41fecd9df411f00c1bc"
workspace= "master:796be0593a607938aef3941372a9238b7e895446"

Initialising tasks...done.
Sstate summary: Wanted 405 Found 50 Missed 355 Current 256 (12% match, 46% 
complete)
NOTE: Executing Tasks
NOTE: Running setscene task 268 of 661 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/dbus/dbus-test_1.12.20.bb:do_deploy_source_date_epoch_setscene)
NOTE: Running setscene task 277 of 661 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/initscripts/init-system-helpers_1.58.bb:do_deploy_source_date_epoch_setscene)
NOTE: Running setscene task 290 of 661 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/kbd/kbd_2.3.0.bb:do_deploy_source_date_epoch_setscene)
NOTE: Running setscene task 295 of 661 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/systemd/systemd-compat-units.bb:do_deploy_source_date_epoch_setscene)
NOTE: Running setscene task 298 of 661 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/systemd/systemd-conf_246.1.bb:do_deploy_source_date_epoch_setscene)
NOTE: Running setscene task 301 of 661 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/systemd/systemd-serialgetty.bb:do_deploy_source_date_epoch_setscene)
NOTE: Running setscene task 306 of 661 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/iproute2/iproute2_5.9.0.bb:do_deploy_source_date_epoch_setscene)
NOTE: Running setscene task 309 of 661 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/socat/socat_1.7.3.4.bb:do_deploy_source_date_epoch_setscene)
NOTE: Running setscene task 319 of 661 

[OE-core] [AUH] curl: upgrading to 7.74.0 FAILED

2020-12-15 Thread auh
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *curl* to *7.74.0* has 
Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
- apply the patch: git am 0001-curl-upgrade-7.73.0-7.74.0.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper
>From 4a5923e58ba00e98212e290486fbc7303901e965 Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Tue, 15 Dec 2020 18:35:29 +
Subject: [PATCH] curl: upgrade 7.73.0 -> 7.74.0

---
 meta/recipes-support/curl/{curl_7.73.0.bb => curl_7.74.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/curl/{curl_7.73.0.bb => curl_7.74.0.bb} (97%)

diff --git a/meta/recipes-support/curl/curl_7.73.0.bb b/meta/recipes-support/curl/curl_7.74.0.bb
similarity index 97%
rename from meta/recipes-support/curl/curl_7.73.0.bb
rename to meta/recipes-support/curl/curl_7.74.0.bb
index 0f26b0f1af..873bbe8143 100644
--- a/meta/recipes-support/curl/curl_7.73.0.bb
+++ b/meta/recipes-support/curl/curl_7.74.0.bb
@@ -9,7 +9,7 @@ SRC_URI = "https://curl.haxx.se/download/curl-${PV}.tar.bz2 \
file://0001-replace-krb5-config-with-pkg-config.patch \
 "
 
-SRC_URI[sha256sum] = "cf34fe0b07b800f1c01a499a6e8b2af548f6d0e044dca4a29d88a4bee146d131"
+SRC_URI[sha256sum] = "0f4d63e6681636539dc88fa8e929f934cd3a840c46e0bf28c73be11e521b77a5"
 
 # Curl has used many names over the years...
 CVE_PRODUCT = "haxx:curl haxx:libcurl curl:curl curl:libcurl libcurl:libcurl daniel_stenberg:curl"
-- 
2.17.1

Loading cache...done.
Loaded 1474 entries from dependency cache.
Parsing recipes...done.
Parsing of 807 .bb files complete (806 cached, 1 parsed). 1413 targets, 31 
skipped, 0 masked, 0 errors.
Removing 1 recipes from the core2-32 sysroot...done.
Removing 1 recipes from the qemux86 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "1.49.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "i686-poky-linux"
MACHINE  = "qemux86"
DISTRO   = "poky"
DISTRO_VERSION   = "3.2+snapshot-ba2d7608a2b6120f117c9bfb13f335446b9b41e3"
TUNE_FEATURES= "m32 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:ba2d7608a2b6120f117c9bfb13f335446b9b41e3"
workspace= "master:796be0593a607938aef3941372a9238b7e895446"

Initialising tasks...done.
Sstate summary: Wanted 251 Found 194 Missed 57 Current 428 (77% match, 91% 
complete)
NOTE: Executing Tasks
NOTE: Running setscene task 444 of 679 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/dbus/dbus-test_1.12.20.bb:do_deploy_source_date_epoch_setscene)
NOTE: Running setscene task 462 of 679 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/systemd/systemd-compat-units.bb:do_package_setscene)
NOTE: recipe dbus-test-1.12.20-r0: task do_deploy_source_date_epoch_setscene: 
Started
NOTE: recipe dbus-test-1.12.20-r0: task do_deploy_source_date_epoch_setscene: 
Succeeded
NOTE: Running setscene task 470 of 679 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/util-linux/util-linux_2.36.bb:do_package_setscene)
NOTE: Running setscene task 480 of 679 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.9.bb:do_deploy_source_date_epoch_setscene)
NOTE: Running setscene task 482 of 679 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.45.6.bb:do_package_setscene)
NOTE: Running setscene task 483 of 679 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.45.6.bb:do_populate_sysroot_setscene)
NOTE: Running setscene task 532 of 679 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-extended/procps/procps_3.3.16.bb:do_deploy_source_date_epoch_setscene)
NOTE: Running setscene task 585 of 679 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2018.1.bb:do_deploy_source_date_epoch_setscene)
NOTE: Running setscene task 593 of 679 

[OE-core] [AUH] gnutls: upgrading to 3.7.0 FAILED

2020-12-15 Thread auh
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *gnutls* to *3.7.0* has Failed 
(devtool error).

Detailed error information:

Running 'devtool upgrade' for recipe gnutls failed.
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)...
Loading cache...done.
Loaded 1502 entries from dependency cache.
INFO: Extracting current version source...
Removing 1 recipes from the x86_64 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "1.49.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "3.2+snapshot-002e8f5ff944b9b071c4f41fecd9df411f00c1bc"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:002e8f5ff944b9b071c4f41fecd9df411f00c1bc"
workspace= "master:796be0593a607938aef3941372a9238b7e895446"

Initialising tasks...done.
Sstate summary: Wanted 0 Found 0 Missed 0 Current 22 (0% match, 100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 102 tasks of which 99 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 3 seconds
INFO: Extracting upgraded version source...
INFO: Fetching 
https://www.gnupg.org/ftp/gcrypt/gnutls/v3.7/gnutls-3.7.0.tar.xz...
Loading cache...done.
Loaded 1502 entries from dependency cache.
Parsing recipes...done.
Parsing of 808 .bb files complete (806 cached, 2 parsed). 1414 targets, 31 
skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "1.49.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "3.2+snapshot-002e8f5ff944b9b071c4f41fecd9df411f00c1bc"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:002e8f5ff944b9b071c4f41fecd9df411f00c1bc"
workspace= "master:796be0593a607938aef3941372a9238b7e895446"

Initialising tasks...done.
Sstate summary: Wanted 0 Found 0 Missed 0 Current 18 (0% match, 100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 83 tasks of which 81 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   3% |#   | ETA:  0:00:02
Adding changed files:   7% |##  | ETA:  0:00:01
Adding changed files:  11% || ETA:  0:00:01
Adding changed files:  15% |#   | ETA:  0:00:02
Adding changed files:  19% |##  | ETA:  0:00:01
Adding changed files:  23% || ETA:  0:00:01
Adding changed files:  26% |#   | ETA:  0:00:01
Adding changed files:  30% |### | ETA:  0:00:01
Adding changed files:  34% || ETA:  0:00:01
Adding changed files:  38% |#   | ETA:  0:00:01
Adding changed files:  42% |### | ETA:  0:00:00
Adding changed files:  46% || ETA:  0:00:00
Adding changed files:  50% |##  | ETA:  0:00:00
Adding changed files:  53% |### | ETA:  0:00:00
Adding changed files:  57% || ETA:  0:00:00
Adding changed files:  61% |##  | ETA:  0:00:00
Adding changed files:  65% |### | ETA:  0:00:00
Adding changed files:  69% || ETA:  0:00:00
Adding changed files:  73% |##  | ETA:  0:00:00
Adding changed files:  77% |### | ETA:  0:00:00
Adding changed files:  80% |#   | ETA:  0:00:00
Adding changed files:  84% |##  | ETA:  0:00:00
Adding changed files:  88% |### | ETA:  0:00:00
Adding changed files:  92% |#   | ETA:  0:00:00
Adding changed files:  96% |##  | ETA:  0:00:00
Adding changed files: 100% || Time: 0:00:01
WARNING: Command 

[OE-core] [AUH] gstreamer1.0-rtsp-server: upgrading to 1.18.2 FAILED

2020-12-15 Thread auh
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *gstreamer1.0-rtsp-server* to 
*1.18.2* has Failed(other errors).

Detailed error information:

'MACHINE=qemux86 bitbake gstreamer1.0-rtsp-server' failed
Loading cache...done.
Loaded 1471 entries from dependency cache.
Parsing recipes...done.
Parsing of 807 .bb files complete (806 cached, 1 parsed). 1413 targets, 31 
skipped, 0 masked, 0 errors.
Removing 126 recipes from the core2-32 sysroot...done.
Removing 131 recipes from the qemux86 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "1.49.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "i686-poky-linux"
MACHINE  = "qemux86"
DISTRO   = "poky"
DISTRO_VERSION   = "3.2+snapshot-7d0ca5b77bc03108843e8d0788713d6589936977"
TUNE_FEATURES= "m32 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:7d0ca5b77bc03108843e8d0788713d6589936977"
workspace= "master:796be0593a607938aef3941372a9238b7e895446"

Initialising tasks...done.
Sstate summary: Wanted 620 Found 612 Missed 8 Current 233 (98% match, 99% 
complete)
NOTE: Executing Tasks
NOTE: Running setscene task 234 of 853 
(/home/pokybuild/yocto-worker/auh/build/build/build/workspace/recipes/binutils/binutils_2.35.1.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 235 of 853 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/iproute2/iproute2_5.9.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 236 of 853 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/openssl/openssl_1.1.1h.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 237 of 853 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/socat/socat_1.7.3.4.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 238 of 853 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-files/base-files_3.0.14.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 239 of 853 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 240 of 853 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb:do_populate_sysroot_setscene)
NOTE: Running setscene task 241 of 853 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/coreutils/coreutils_8.32.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 242 of 853 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/dbus/dbus-test_1.12.20.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 243 of 853 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/dbus/dbus_1.12.20.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 244 of 853 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/expat/expat_2.2.10.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 245 of 853 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glib-2.0/glib-2.0_2.66.2.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 246 of 853 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glibc/glibc-locale_2.32.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 247 of 853 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glibc/glibc_2.32.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 248 of 853 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/initscripts/init-system-helpers_1.58.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 249 of 853 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/initscripts/initscripts_1.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 250 of 853 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/kbd/kbd_2.3.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 251 of 853 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/libxcrypt/libxcrypt_4.4.17.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 252 of 853 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 253 of 853 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/ncurses/ncurses_6.2.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 254 of 853 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/os-release/os-release.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 255 of 853 

[OE-core] [AUH] libcap: upgrading to 2.46 FAILED

2020-12-15 Thread auh
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *libcap* to *2.46* has Failed 
(devtool error).

Detailed error information:

Running 'devtool upgrade' for recipe libcap failed.
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)...
Loading cache...done.
Loaded 1509 entries from dependency cache.
INFO: Extracting current version source...
Removing 1 recipes from the x86_64 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "1.49.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "3.2+snapshot-27f7ede005a11f5630d698c32198ee21da5c4e7d"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:27f7ede005a11f5630d698c32198ee21da5c4e7d"
workspace= "master:796be0593a607938aef3941372a9238b7e895446"

Initialising tasks...done.
Sstate summary: Wanted 0 Found 0 Missed 0 Current 22 (0% match, 100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 102 tasks of which 99 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
INFO: Extracting upgraded version source...
INFO: Fetching 
https://cdn.kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-2.46.tar.xz...
Loading cache...done.
Loaded 1509 entries from dependency cache.
Parsing recipes...done.
Parsing of 808 .bb files complete (806 cached, 2 parsed). 1414 targets, 31 
skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "1.49.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "3.2+snapshot-27f7ede005a11f5630d698c32198ee21da5c4e7d"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:27f7ede005a11f5630d698c32198ee21da5c4e7d"
workspace= "master:796be0593a607938aef3941372a9238b7e895446"

Initialising tasks...done.
Sstate summary: Wanted 0 Found 0 Missed 0 Current 18 (0% match, 100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 83 tasks of which 81 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files: 100% || Time: 0:00:00
WARNING: Command 'git rebase 53f8893d2a36a51bd1d3954035daebb10fb1a4f0' failed:
First, rewinding head to replay your work on top of it...
Applying: Ensure the XATTR_NAME_CAPS is defined when it is used
Applying: tests: do not run target executables
Applying: tests: do not statically link a test
Using index info to reconstruct a base tree...
M   tests/Makefile
Falling back to patching base and 3-way merge...
Auto-merging tests/Makefile
CONFLICT (content): Merge conflict in tests/Makefile
error: Failed to merge in the changes.
Patch failed at 0003 tests: do not statically link a test
Use 'git am --show-current-patch' to see the failed patch

Resolve all conflicts manually, mark them as resolved with
"git add/rm ", then run "git rebase --continue".
You can instead skip this commit: run "git rebase --skip".
To abort and get back to the state before "git rebase", run "git rebase 
--abort".

You will need to resolve conflicts in order to complete the upgrade.
INFO: Using source tree as build directory since that would be the default for 
this recipe
INFO: Upgraded source extracted to 
/home/pokybuild/yocto-worker/auh/build/build/build/workspace/sources/libcap
INFO: New recipe is 
/home/pokybuild/yocto-worker/auh/build/build/build/workspace/recipes/libcap/libcap_2.46.bb




Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#145749): 
https://lists.openembedded.org/g/openembedded-core/message/145749
Mute This Topic: https://lists.openembedded.org/mt/78984233/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [AUH] p11-kit: upgrading to 0.23.22 SUCCEEDED

2020-12-15 Thread auh
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *p11-kit* to *0.23.22* has 
Succeeded.

Next steps:
- apply the patch: git am 0001-p11-kit-upgrade-0.23.21-0.23.22.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper
Loading cache...done.
Loaded 1464 entries from dependency cache.
Parsing recipes...done.
Parsing of 807 .bb files complete (803 cached, 4 parsed). 1413 targets, 41 
skipped, 0 masked, 0 errors.
Removing 96 recipes from the core2-32 sysroot...done.
Removing 99 recipes from the qemux86 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "1.49.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "i686-poky-linux-musl"
MACHINE  = "qemux86"
DISTRO   = "poky"
DISTRO_VERSION   = "3.2+snapshot-9c83e8077871aa633ef69a0aeb5789aa95116005"
TUNE_FEATURES= "m32 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:9c83e8077871aa633ef69a0aeb5789aa95116005"
workspace= "master:796be0593a607938aef3941372a9238b7e895446"

Initialising tasks...done.
Sstate summary: Wanted 486 Found 478 Missed 8 Current 191 (98% match, 98% 
complete)
NOTE: Executing Tasks
NOTE: Running setscene task 192 of 677 
(/home/pokybuild/yocto-worker/auh/build/build/build/workspace/recipes/binutils/binutils_2.35.1.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 193 of 677 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/iproute2/iproute2_5.9.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 194 of 677 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/openssl/openssl_1.1.1h.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 195 of 677 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/socat/socat_1.7.3.4.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 196 of 677 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-files/base-files_3.0.14.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 197 of 677 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 198 of 677 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb:do_populate_sysroot_setscene)
NOTE: Running setscene task 199 of 677 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/coreutils/coreutils_8.32.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 200 of 677 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/dbus/dbus-test_1.12.20.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 201 of 677 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/dbus/dbus_1.12.20.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 202 of 677 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/expat/expat_2.2.10.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 203 of 677 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/fts/fts_1.2.7.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 204 of 677 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glib-2.0/glib-2.0_2.66.2.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 205 of 677 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/initscripts/init-system-helpers_1.58.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 206 of 677 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/initscripts/initscripts_1.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 207 of 677 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/kbd/kbd_2.3.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 208 of 677 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 209 of 677 

[OE-core] [AUH] enchant2: upgrading to 2.2.14 FAILED

2020-12-15 Thread auh
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *enchant2* to *2.2.14* has 
Failed(other errors).

Detailed error information:

'MACHINE=qemux86 bitbake enchant2' failed
Loading cache...done.
Loaded 1479 entries from dependency cache.
Parsing recipes...done.
Parsing of 807 .bb files complete (806 cached, 1 parsed). 1413 targets, 31 
skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "1.49.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "i686-poky-linux"
MACHINE  = "qemux86"
DISTRO   = "poky"
DISTRO_VERSION   = "3.2+snapshot-002e8f5ff944b9b071c4f41fecd9df411f00c1bc"
TUNE_FEATURES= "m32 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:002e8f5ff944b9b071c4f41fecd9df411f00c1bc"
workspace= "master:796be0593a607938aef3941372a9238b7e895446"

Initialising tasks...done.
Sstate summary: Wanted 465 Found 462 Missed 3 Current 199 (99% match, 99% 
complete)
NOTE: Executing Tasks
NOTE: Running setscene task 200 of 664 
(/home/pokybuild/yocto-worker/auh/build/build/build/workspace/recipes/binutils/binutils_2.35.1.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 201 of 664 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/iproute2/iproute2_5.9.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 202 of 664 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/openssl/openssl_1.1.1h.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 203 of 664 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/socat/socat_1.7.3.4.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 204 of 664 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-files/base-files_3.0.14.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 205 of 664 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 206 of 664 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb:do_populate_sysroot_setscene)
NOTE: Running setscene task 207 of 664 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/coreutils/coreutils_8.32.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 208 of 664 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/dbus/dbus-test_1.12.20.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 209 of 664 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/dbus/dbus_1.12.20.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 210 of 664 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/expat/expat_2.2.10.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 211 of 664 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glib-2.0/glib-2.0_2.66.2.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 212 of 664 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glibc/glibc-locale_2.32.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 213 of 664 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glibc/glibc_2.32.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 214 of 664 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/initscripts/init-system-helpers_1.58.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 215 of 664 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/initscripts/initscripts_1.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 216 of 664 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/kbd/kbd_2.3.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 217 of 664 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/libxcrypt/libxcrypt_4.4.17.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 218 of 664 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 219 of 664 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/ncurses/ncurses_6.2.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 221 of 664 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/readline/readline_8.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 222 of 664 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/systemd/systemd-compat-units.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 223 of 664 

[OE-core] [AUH] libjitterentropy: upgrading to 3.0.0 FAILED

2020-12-15 Thread auh
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *libjitterentropy* to *3.0.0* 
has Failed (devtool error).

Detailed error information:

Running 'devtool upgrade' for recipe libjitterentropy failed.
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)...
Loading cache...done.
Loaded 1509 entries from dependency cache.
INFO: Extracting current version source...
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "1.49.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "3.2+snapshot-27f7ede005a11f5630d698c32198ee21da5c4e7d"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:27f7ede005a11f5630d698c32198ee21da5c4e7d"
workspace= "master:796be0593a607938aef3941372a9238b7e895446"

Initialising tasks...done.
Sstate summary: Wanted 0 Found 0 Missed 0 Current 20 (0% match, 100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 93 tasks of which 90 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
INFO: Extracting upgraded version source...
WARNING: Command 'git rebase a37e57d9b939d1f93a1b92e1486edd44a3c1cb4c' failed:
First, rewinding head to replay your work on top of it...
Applying: Make man pages reproducible
Using index info to reconstruct a base tree...
M   Makefile
Falling back to patching base and 3-way merge...
Auto-merging Makefile
CONFLICT (content): Merge conflict in Makefile
error: Failed to merge in the changes.
Patch failed at 0001 Make man pages reproducible
Use 'git am --show-current-patch' to see the failed patch

Resolve all conflicts manually, mark them as resolved with
"git add/rm ", then run "git rebase --continue".
You can instead skip this commit: run "git rebase --skip".
To abort and get back to the state before "git rebase", run "git rebase 
--abort".

You will need to resolve conflicts in order to complete the upgrade.
INFO: Using source tree as build directory since that would be the default for 
this recipe
INFO: Upgraded source extracted to 
/home/pokybuild/yocto-worker/auh/build/build/build/workspace/sources/libjitterentropy
INFO: New recipe is 
/home/pokybuild/yocto-worker/auh/build/build/build/workspace/recipes/libjitterentropy/libjitterentropy_3.0.0.bb
INFO: License checksums have been updated in the new recipe; please refer to it 
for the difference between the old and the new license texts.



Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#145739): 
https://lists.openembedded.org/g/openembedded-core/message/145739
Mute This Topic: https://lists.openembedded.org/mt/78984223/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [AUH] diffoscope: upgrading to 163 SUCCEEDED

2020-12-15 Thread auh
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *diffoscope* to *163* has 
Succeeded.

Next steps:
- apply the patch: git am 0001-diffoscope-upgrade-161-163.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper
Loading cache...done.
Loaded 1459 entries from dependency cache.
Parsing recipes...done.
Parsing of 807 .bb files complete (804 cached, 3 parsed). 1413 targets, 41 
skipped, 0 masked, 0 errors.
Removing 138 recipes from the core2-32 sysroot...done.
Removing 142 recipes from the qemux86 sysroot...done.
ERROR: Nothing PROVIDES 'diffoscope'
diffoscope was skipped: incompatible with host i686-poky-linux-musl (not in 
COMPATIBLE_HOST)

Summary: There was 1 ERROR message shown, returning a non-zero exit code.
packages/core2-32-poky-linux/diffoscope/diffoscope-dbg: PKGV changed from 161 
[default] to 163 [default]
packages/core2-32-poky-linux/diffoscope/diffoscope-dbg: PV changed from "161" 
to "163"
packages/core2-32-poky-linux/diffoscope/diffoscope-dbg: FILELIST: directory 
renamed /usr/lib/python3.9/site-packages/diffoscope-161-py3.9.egg-info -> 
/usr/lib/python3.9/site-packages/diffoscope-163-py3.9.egg-info, added 
"/usr/lib/python3.9/site-packages/diffoscope/comparators/__pycache__/uimage.cpython-39.pyc
 /usr/lib/python3.9/site-packages/diffoscope/comparators/uimage.py"
packages/core2-32-poky-linux/diffoscope/diffoscope-dev: PKGV changed from 161 
[default] to 163 [default]
packages/core2-32-poky-linux/diffoscope/diffoscope-dev: PV changed from "161" 
to "163"
packages/core2-32-poky-linux/diffoscope/diffoscope-dev: FILELIST: directory 
renamed /usr/lib/python3.9/site-packages/diffoscope-161-py3.9.egg-info -> 
/usr/lib/python3.9/site-packages/diffoscope-163-py3.9.egg-info, added 
"/usr/lib/python3.9/site-packages/diffoscope/comparators/__pycache__/uimage.cpython-39.pyc
 /usr/lib/python3.9/site-packages/diffoscope/comparators/uimage.py"
packages/core2-32-poky-linux/diffoscope/diffoscope-doc: PKGV changed from 161 
[default] to 163 [default]
packages/core2-32-poky-linux/diffoscope/diffoscope-doc: PV changed from "161" 
to "163"
packages/core2-32-poky-linux/diffoscope/diffoscope-doc: FILELIST: directory 
renamed /usr/lib/python3.9/site-packages/diffoscope-161-py3.9.egg-info -> 
/usr/lib/python3.9/site-packages/diffoscope-163-py3.9.egg-info, added 
"/usr/lib/python3.9/site-packages/diffoscope/comparators/__pycache__/uimage.cpython-39.pyc
 /usr/lib/python3.9/site-packages/diffoscope/comparators/uimage.py"
packages/core2-32-poky-linux/diffoscope/diffoscope-locale: PKGV changed from 
161 [default] to 163 [default]
packages/core2-32-poky-linux/diffoscope/diffoscope-locale: PV changed from 
"161" to "163"
packages/core2-32-poky-linux/diffoscope/diffoscope-locale: FILELIST: directory 
renamed /usr/lib/python3.9/site-packages/diffoscope-161-py3.9.egg-info -> 
/usr/lib/python3.9/site-packages/diffoscope-163-py3.9.egg-info, added 
"/usr/lib/python3.9/site-packages/diffoscope/comparators/__pycache__/uimage.cpython-39.pyc
 /usr/lib/python3.9/site-packages/diffoscope/comparators/uimage.py"
packages/core2-32-poky-linux/diffoscope/diffoscope-src: PKGV changed from 161 
[default] to 163 [default]
packages/core2-32-poky-linux/diffoscope/diffoscope-src: PV changed from "161" 
to "163"
packages/core2-32-poky-linux/diffoscope/diffoscope-src: FILELIST: directory 
renamed /usr/lib/python3.9/site-packages/diffoscope-161-py3.9.egg-info -> 
/usr/lib/python3.9/site-packages/diffoscope-163-py3.9.egg-info, added 
"/usr/lib/python3.9/site-packages/diffoscope/comparators/__pycache__/uimage.cpython-39.pyc
 /usr/lib/python3.9/site-packages/diffoscope/comparators/uimage.py"
packages/core2-32-poky-linux/diffoscope/diffoscope-staticdev: PKGV changed from 
161 [default] to 163 [default]
packages/core2-32-poky-linux/diffoscope/diffoscope-staticdev: PV changed from 
"161" to "163"
packages/core2-32-poky-linux/diffoscope/diffoscope-staticdev: FILELIST: 
directory renamed 
/usr/lib/python3.9/site-packages/diffoscope-161-py3.9.egg-info -> 
/usr/lib/python3.9/site-packages/diffoscope-163-py3.9.egg-info, added 
"/usr/lib/python3.9/site-packages/diffoscope/comparators/__pycache__/uimage.cpython-39.pyc
 /usr/lib/python3.9/site-packages/diffoscope/comparators/uimage.py"

[OE-core] [AUH] piglit: upgrading to 4170beab7ad585fc02beaacfb433d26cf0a2b9c7 FAILED

2020-12-15 Thread auh
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *piglit* to 
*4170beab7ad585fc02beaacfb433d26cf0a2b9c7* has Failed(other errors).

Detailed error information:

'MACHINE=qemux86 bitbake piglit' failed
Loading cache...done.
Loaded 1455 entries from dependency cache.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "1.49.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "i686-poky-linux"
MACHINE  = "qemux86"
DISTRO   = "poky"
DISTRO_VERSION   = "3.2+snapshot-4fda99c627dbe19f2c616eccf50658f8845c464e"
TUNE_FEATURES= "m32 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:4fda99c627dbe19f2c616eccf50658f8845c464e"
workspace= "master:796be0593a607938aef3941372a9238b7e895446"

Initialising tasks...done.
Sstate summary: Wanted 261 Found 219 Missed 42 Current 519 (83% match, 94% 
complete)
NOTE: Executing Tasks
NOTE: Running setscene task 589 of 780 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/python/python3-six_1.15.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 633 of 780 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/freetype/freetype_2.10.4.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 644 of 780 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/freetype/freetype_2.10.4.bb:do_populate_sysroot_setscene)
NOTE: Running setscene task 678 of 780 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/xorg-lib/libxi_1.7.10.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 679 of 780 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/xorg-lib/libxi_1.7.10.bb:do_populate_sysroot_setscene)
NOTE: Running setscene task 689 of 780 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/xorg-lib/libxt_1.2.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 690 of 780 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/xorg-lib/libxt_1.2.0.bb:do_populate_sysroot_setscene)
NOTE: Running setscene task 701 of 780 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-multimedia/libpng/libpng_1.6.37.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 729 of 780 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/systemd/systemd_246.6.bb:do_populate_sysroot_setscene)
NOTE: recipe freetype-2.10.4-r0: task do_package_write_rpm_setscene: Started
NOTE: recipe freetype-2.10.4-r0: task do_populate_sysroot_setscene: Started
NOTE: recipe libxi-1_1.7.10-r0: task do_package_write_rpm_setscene: Started
NOTE: recipe libxi-1_1.7.10-r0: task do_populate_sysroot_setscene: Started
NOTE: recipe libxt-1_1.2.0-r0: task do_package_write_rpm_setscene: Started
NOTE: recipe libxt-1_1.2.0-r0: task do_populate_sysroot_setscene: Started
NOTE: recipe libpng-1.6.37-r0: task do_package_write_rpm_setscene: Started
NOTE: recipe python3-six-1.15.0-r0: task do_package_write_rpm_setscene: Started
NOTE: recipe systemd-1_246.6-r0: task do_populate_sysroot_setscene: Started
NOTE: recipe libxi-1_1.7.10-r0: task do_package_write_rpm_setscene: Succeeded
NOTE: recipe freetype-2.10.4-r0: task do_package_write_rpm_setscene: Succeeded
NOTE: Running setscene task 740 of 780 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/xorg-lib/libxi_1.7.10.bb:do_packagedata_setscene)
NOTE: Running setscene task 741 of 780 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/freetype/freetype_2.10.4.bb:do_packagedata_setscene)
NOTE: recipe libxt-1_1.2.0-r0: task do_package_write_rpm_setscene: Succeeded
NOTE: Running setscene task 742 of 780 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/xorg-lib/libxt_1.2.0.bb:do_packagedata_setscene)
NOTE: recipe libpng-1.6.37-r0: task do_package_write_rpm_setscene: Succeeded
NOTE: recipe freetype-2.10.4-r0: task do_populate_sysroot_setscene: Succeeded
NOTE: recipe libxi-1_1.7.10-r0: task do_populate_sysroot_setscene: Succeeded
NOTE: recipe python3-six-1.15.0-r0: task do_package_write_rpm_setscene: 
Succeeded
NOTE: recipe libxi-1_1.7.10-r0: task do_packagedata_setscene: Started
NOTE: recipe freetype-2.10.4-r0: task do_packagedata_setscene: Started
NOTE: recipe libxt-1_1.2.0-r0: task do_populate_sysroot_setscene: Succeeded
NOTE: recipe libxt-1_1.2.0-r0: task do_packagedata_setscene: Started
NOTE: Running setscene task 743 of 780 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/python/python3-six_1.15.0.bb:do_packagedata_setscene)
NOTE: recipe python3-six-1.15.0-r0: task do_packagedata_setscene: Started
NOTE: recipe systemd-1_246.6-r0: task do_populate_sysroot_setscene: Succeeded
NOTE: Running setscene task 744 of 780 

[OE-core] [AUH] libcap-ng: upgrading to 0.8.2 SUCCEEDED

2020-12-15 Thread auh
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *libcap-ng* to *0.8.2* has 
Succeeded.

Next steps:
- apply the patch: git am 0001-libcap-ng-upgrade-0.8.1-0.8.2.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper
>From 78ac2ed774e776b49d51443f102a0bc2f8657c04 Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Tue, 15 Dec 2020 18:56:25 +
Subject: [PATCH] libcap-ng: upgrade 0.8.1 -> 0.8.2

---
 meta/recipes-support/libcap-ng/libcap-ng.inc| 2 +-
 .../libcap-ng/{libcap-ng_0.8.1.bb => libcap-ng_0.8.2.bb}| 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/libcap-ng/{libcap-ng_0.8.1.bb => libcap-ng_0.8.2.bb} (100%)

diff --git a/meta/recipes-support/libcap-ng/libcap-ng.inc b/meta/recipes-support/libcap-ng/libcap-ng.inc
index a312b602ff..842f77dfa4 100644
--- a/meta/recipes-support/libcap-ng/libcap-ng.inc
+++ b/meta/recipes-support/libcap-ng/libcap-ng.inc
@@ -11,6 +11,6 @@ SRC_URI = "http://people.redhat.com/sgrubb/libcap-ng/libcap-ng-${PV}.tar.gz \
file://python.patch \
 "
 
-SRC_URI[sha256sum] = "f06b17aaca029e245c9a26c698c6cc8a1cf42b58483d93e94ee02b478bdc1055"
+SRC_URI[sha256sum] = "52c083b77c2b0d8449dee141f9c3eba76e6d4c5ad44ef05df25891126cb85ae9"
 
 BBCLASSEXTEND = "native nativesdk"
diff --git a/meta/recipes-support/libcap-ng/libcap-ng_0.8.1.bb b/meta/recipes-support/libcap-ng/libcap-ng_0.8.2.bb
similarity index 100%
rename from meta/recipes-support/libcap-ng/libcap-ng_0.8.1.bb
rename to meta/recipes-support/libcap-ng/libcap-ng_0.8.2.bb
-- 
2.17.1

packages/core2-32-poky-linux/libcap-ng: PKGV changed from 0.8.1 [default] to 
0.8.2 [default]
packages/core2-32-poky-linux/libcap-ng: PV changed from "0.8.1" to "0.8.2"
packages/core2-32-poky-linux/libcap-ng: SRC_URI changed from 
"http://people.redhat.com/sgrubb/libcap-ng/libcap-ng-0.8.1.tar.gz 
file://python.patch" to 
"http://people.redhat.com/sgrubb/libcap-ng/libcap-ng-0.8.2.tar.gz 
file://python.patch"
packages/core2-32-poky-linux/libcap-ng/libcap-ng-bin: PKGV changed from 0.8.1 
[default] to 0.8.2 [default]
packages/core2-32-poky-linux/libcap-ng/libcap-ng-bin: PV changed from "0.8.1" 
to "0.8.2"
packages/core2-32-poky-linux/libcap-ng/libcap-ng-dbg: PKGSIZE changed from 
146084 to 147140 (+1%)
packages/core2-32-poky-linux/libcap-ng/libcap-ng-dbg: PKGV changed from 0.8.1 
[default] to 0.8.2 [default]
packages/core2-32-poky-linux/libcap-ng/libcap-ng-dbg: PV changed from "0.8.1" 
to "0.8.2"
packages/core2-32-poky-linux/libcap-ng/libcap-ng-dev: PKGV changed from 0.8.1 
[default] to 0.8.2 [default]
packages/core2-32-poky-linux/libcap-ng/libcap-ng-dev: PV changed from "0.8.1" 
to "0.8.2"
packages/core2-32-poky-linux/libcap-ng/libcap-ng-doc: PKGV changed from 0.8.1 
[default] to 0.8.2 [default]
packages/core2-32-poky-linux/libcap-ng/libcap-ng-doc: PV changed from "0.8.1" 
to "0.8.2"
packages/core2-32-poky-linux/libcap-ng/libcap-ng-locale: PKGV changed from 
0.8.1 [default] to 0.8.2 [default]
packages/core2-32-poky-linux/libcap-ng/libcap-ng-locale: PV changed from 
"0.8.1" to "0.8.2"
packages/core2-32-poky-linux/libcap-ng/libcap-ng-src: PKGSIZE changed from 
75707 to 77348 (+2%)
packages/core2-32-poky-linux/libcap-ng/libcap-ng-src: PKGV changed from 0.8.1 
[default] to 0.8.2 [default]
packages/core2-32-poky-linux/libcap-ng/libcap-ng-src: PV changed from "0.8.1" 
to "0.8.2"
packages/core2-32-poky-linux/libcap-ng/libcap-ng-staticdev: PKGV changed from 
0.8.1 [default] to 0.8.2 [default]
packages/core2-32-poky-linux/libcap-ng/libcap-ng-staticdev: PV changed from 
"0.8.1" to "0.8.2"
packages/core2-32-poky-linux/libcap-ng/libcap-ng: PKGV changed from 0.8.1 
[default] to 0.8.2 [default]
packages/core2-32-poky-linux/libcap-ng/libcap-ng: PV changed from "0.8.1" to 
"0.8.2"

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#145738): 
https://lists.openembedded.org/g/openembedded-core/message/145738
Mute This Topic: https://lists.openembedded.org/mt/78984222/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [AUH] bash: upgrading to 5.1 FAILED

2020-12-15 Thread auh
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *bash* to *5.1* has 
Failed(other errors).

Detailed error information:

'MACHINE=qemux86 bitbake bash' failed
Loading cache...done.
Loaded 1444 entries from dependency cache.
Parsing recipes...done.
Parsing of 807 .bb files complete (806 cached, 1 parsed). 1413 targets, 31 
skipped, 0 masked, 0 errors.
Removing 94 recipes from the core2-32 sysroot...done.
Removing 98 recipes from the qemux86 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "1.49.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "i686-poky-linux"
MACHINE  = "qemux86"
DISTRO   = "poky"
DISTRO_VERSION   = "3.2+snapshot-c96aa45a9e6ca1676e60ce9bfded760e646cc055"
TUNE_FEATURES= "m32 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:c96aa45a9e6ca1676e60ce9bfded760e646cc055"
workspace= "master:796be0593a607938aef3941372a9238b7e895446"

Initialising tasks...done.
Sstate summary: Wanted 461 Found 457 Missed 4 Current 194 (99% match, 99% 
complete)
NOTE: Executing Tasks
NOTE: Running setscene task 195 of 655 
(/home/pokybuild/yocto-worker/auh/build/build/build/workspace/recipes/binutils/binutils_2.35.1.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 196 of 655 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/iproute2/iproute2_5.9.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 197 of 655 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/openssl/openssl_1.1.1h.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 198 of 655 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/socat/socat_1.7.3.4.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 199 of 655 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-files/base-files_3.0.14.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 200 of 655 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 201 of 655 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb:do_populate_sysroot_setscene)
NOTE: Running setscene task 202 of 655 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/coreutils/coreutils_8.32.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 203 of 655 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/dbus/dbus-test_1.12.20.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 204 of 655 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/dbus/dbus_1.12.20.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 205 of 655 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/expat/expat_2.2.10.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 206 of 655 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glib-2.0/glib-2.0_2.66.2.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 207 of 655 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glibc/glibc-locale_2.32.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 208 of 655 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glibc/glibc_2.32.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 209 of 655 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/initscripts/init-system-helpers_1.58.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 210 of 655 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/initscripts/initscripts_1.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 211 of 655 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/kbd/kbd_2.3.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 212 of 655 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/libxcrypt/libxcrypt_4.4.17.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 213 of 655 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 214 of 655 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/ncurses/ncurses_6.2.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 215 of 655 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/os-release/os-release.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 216 of 655 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/readline/readline_8.0.bb:do_package_write_rpm_setscene)
NOTE: Running 

[OE-core] [AUH] systemtap-uprobes: upgrading to 4.4 FAILED

2020-12-15 Thread auh
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *systemtap-uprobes* to *4.4* 
has Failed(other errors).

Detailed error information:

'MACHINE=qemux86 bitbake systemtap-uprobes' failed
Loading cache...done.
Loaded 1466 entries from dependency cache.
Parsing recipes...done.
Parsing of 807 .bb files complete (806 cached, 1 parsed). 1413 targets, 31 
skipped, 0 masked, 0 errors.
Removing 121 recipes from the core2-32 sysroot...done.
Removing 126 recipes from the qemux86 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "1.49.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "i686-poky-linux"
MACHINE  = "qemux86"
DISTRO   = "poky"
DISTRO_VERSION   = "3.2+snapshot-d236c64430c5b234e4c8ed165cf212864a69ce1b"
TUNE_FEATURES= "m32 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:d236c64430c5b234e4c8ed165cf212864a69ce1b"
workspace= "master:796be0593a607938aef3941372a9238b7e895446"

Initialising tasks...done.
Sstate summary: Wanted 489 Found 472 Missed 17 Current 198 (96% match, 97% 
complete)
NOTE: Executing Tasks
NOTE: Running setscene task 199 of 687 
(/home/pokybuild/yocto-worker/auh/build/build/build/workspace/recipes/binutils/binutils_2.35.1.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 200 of 687 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/iproute2/iproute2_5.9.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 201 of 687 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/openssl/openssl_1.1.1h.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 202 of 687 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/socat/socat_1.7.3.4.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 203 of 687 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-files/base-files_3.0.14.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 204 of 687 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 205 of 687 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb:do_populate_sysroot_setscene)
NOTE: Running setscene task 206 of 687 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/coreutils/coreutils_8.32.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 207 of 687 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/dbus/dbus-test_1.12.20.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 208 of 687 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/dbus/dbus_1.12.20.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 209 of 687 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/expat/expat_2.2.10.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 210 of 687 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glib-2.0/glib-2.0_2.66.2.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 211 of 687 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glibc/glibc-locale_2.32.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 212 of 687 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glibc/glibc_2.32.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 213 of 687 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/initscripts/init-system-helpers_1.58.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 214 of 687 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/initscripts/initscripts_1.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 215 of 687 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/kbd/kbd_2.3.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 216 of 687 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/libxcrypt/libxcrypt_4.4.17.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 217 of 687 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 218 of 687 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/ncurses/ncurses_6.2.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 219 of 687 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/os-release/os-release.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 220 of 687 

[OE-core] [AUH] sbc: upgrading to 1.5 FAILED

2020-12-15 Thread auh
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *sbc* to *1.5* has 
Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
- apply the patch: git am 0001-sbc-upgrade-1.4-1.5.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper
packages/core2-32-poky-linux/sbc: SRC_URI changed from 
"https://cdn.kernel.org/pub/linux/bluetooth/sbc-1.4.tar.xz; to 
"https://cdn.kernel.org/pub/linux/bluetooth/sbc-1.5.tar.xz;
packages/core2-32-poky-linux/sbc: PKGV changed from 1.4 [default] to 1.5 
[default]
packages/core2-32-poky-linux/sbc: PV changed from "1.4" to "1.5"
packages/core2-32-poky-linux/sbc/sbc-dbg: FILELIST: removed 
"/usr/lib/libsbc.so.1.2.2", added "/usr/lib/libsbc.so.1.3.0"
packages/core2-32-poky-linux/sbc/sbc-dbg: PKGSIZE changed from 601312 to 660896 
(+10%)
packages/core2-32-poky-linux/sbc/sbc-dbg: PKGV changed from 1.4 [default] to 
1.5 [default]
packages/core2-32-poky-linux/sbc/sbc-dbg: PV changed from "1.4" to "1.5"
packages/core2-32-poky-linux/sbc/sbc-dev: FILELIST: removed 
"/usr/lib/libsbc.so.1.2.2", added "/usr/lib/libsbc.so.1.3.0"
packages/core2-32-poky-linux/sbc/sbc-dev: PKGSIZE changed from 3455 to 3509 
(+2%)
packages/core2-32-poky-linux/sbc/sbc-dev: PKGV changed from 1.4 [default] to 
1.5 [default]
packages/core2-32-poky-linux/sbc/sbc-dev: PV changed from "1.4" to "1.5"
packages/core2-32-poky-linux/sbc/sbc-doc: FILELIST: removed 
"/usr/lib/libsbc.so.1.2.2", added "/usr/lib/libsbc.so.1.3.0"
packages/core2-32-poky-linux/sbc/sbc-doc: PKGV changed from 1.4 [default] to 
1.5 [default]
packages/core2-32-poky-linux/sbc/sbc-doc: PV changed from "1.4" to "1.5"
packages/core2-32-poky-linux/sbc/sbc-examples: FILELIST: removed 
"/usr/lib/libsbc.so.1.2.2", added "/usr/lib/libsbc.so.1.3.0"
packages/core2-32-poky-linux/sbc/sbc-examples: PKGSIZE changed from 151792 to 
168176 (+11%)
packages/core2-32-poky-linux/sbc/sbc-examples: PKGV changed from 1.4 [default] 
to 1.5 [default]
packages/core2-32-poky-linux/sbc/sbc-examples: PV changed from "1.4" to "1.5"
packages/core2-32-poky-linux/sbc/sbc-locale: FILELIST: removed 
"/usr/lib/libsbc.so.1.2.2", added "/usr/lib/libsbc.so.1.3.0"
packages/core2-32-poky-linux/sbc/sbc-locale: PKGV changed from 1.4 [default] to 
1.5 [default]
packages/core2-32-poky-linux/sbc/sbc-locale: PV changed from "1.4" to "1.5"
packages/core2-32-poky-linux/sbc/sbc-src: FILELIST: removed 
"/usr/lib/libsbc.so.1.2.2", added "/usr/lib/libsbc.so.1.3.0"
packages/core2-32-poky-linux/sbc/sbc-src: PKGSIZE changed from 128393 to 138828 
(+8%)
packages/core2-32-poky-linux/sbc/sbc-src: PKGV changed from 1.4 [default] to 
1.5 [default]
packages/core2-32-poky-linux/sbc/sbc-src: PV changed from "1.4" to "1.5"
packages/core2-32-poky-linux/sbc/sbc-staticdev: FILELIST: removed 
"/usr/lib/libsbc.so.1.2.2", added "/usr/lib/libsbc.so.1.3.0"
packages/core2-32-poky-linux/sbc/sbc-staticdev: PKGV changed from 1.4 [default] 
to 1.5 [default]
packages/core2-32-poky-linux/sbc/sbc-staticdev: PV changed from "1.4" to "1.5"
packages/core2-32-poky-linux/sbc/sbc: FILELIST: removed 
"/usr/lib/libsbc.so.1.2.2", added "/usr/lib/libsbc.so.1.3.0"
packages/core2-32-poky-linux/sbc/sbc: PKGSIZE changed from 62755 to 70947 (+13%)
packages/core2-32-poky-linux/sbc/sbc: PKGV changed from 1.4 [default] to 1.5 
[default]
packages/core2-32-poky-linux/sbc/sbc: PV changed from "1.4" to "1.5"
Changes to packages/core2-32-poky-linux/sbc (sysroot):
  /usr/lib/libsbc.so.1 changed symlink target from libsbc.so.1.2.2 to 
libsbc.so.1.3.0
  /usr/lib/libsbc.so changed symlink target from libsbc.so.1.2.2 to 
libsbc.so.1.3.0
  /usr/lib/libsbc.so.1.2.2 moved to /usr/lib/libsbc.so.1.3.0
Loading cache...done.
Loaded 1459 entries from dependency cache.
Parsing recipes...done.
Parsing of 807 .bb files complete (805 cached, 2 parsed). 1413 targets, 49 
skipped, 0 masked, 0 errors.
Removing 2 recipes from the armv7vet2hf-neon sysroot...done.
Removing 2 recipes from the qemuarm sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "1.49.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "arm-poky-linux-gnueabi"
MACHINE  = "qemuarm"
DISTRO   = "poky"
DISTRO_VERSION 

[OE-core] [AUH] libksba: upgrading to 1.5.0 FAILED

2020-12-15 Thread auh
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *libksba* to *1.5.0* has 
Failed (devtool error).

Detailed error information:

Running 'devtool upgrade' for recipe libksba failed.
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)...
Loading cache...done.
Loaded 1509 entries from dependency cache.
INFO: Extracting current version source...
Removing 1 recipes from the x86_64 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "1.49.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "3.2+snapshot-27f7ede005a11f5630d698c32198ee21da5c4e7d"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:27f7ede005a11f5630d698c32198ee21da5c4e7d"
workspace= "master:796be0593a607938aef3941372a9238b7e895446"

Initialising tasks...done.
Sstate summary: Wanted 0 Found 0 Missed 0 Current 20 (0% match, 100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 93 tasks of which 90 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
INFO: Extracting upgraded version source...
INFO: Fetching https://www.gnupg.org/ftp/gcrypt/libksba/libksba-1.5.0.tar.bz2...
Loading cache...done.
Loaded 1509 entries from dependency cache.
Parsing recipes...done.
Parsing of 808 .bb files complete (806 cached, 2 parsed). 1414 targets, 31 
skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "1.49.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "3.2+snapshot-27f7ede005a11f5630d698c32198ee21da5c4e7d"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:27f7ede005a11f5630d698c32198ee21da5c4e7d"
workspace= "master:796be0593a607938aef3941372a9238b7e895446"

Initialising tasks...done.
Sstate summary: Wanted 0 Found 0 Missed 0 Current 0 (0% match, 0% complete)
NOTE: No setscene tasks
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 2 tasks of which 0 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files: 100% || Time: 0:00:00
WARNING: Command 'git rebase d4601626ad3a1dc282ecd59d45c12c4e226436da' failed:
First, rewinding head to replay your work on top of it...
Applying: libksba: add pkgconfig support
Using index info to reconstruct a base tree...
M   src/ksba.m4
Falling back to patching base and 3-way merge...
Auto-merging src/ksba.m4
CONFLICT (content): Merge conflict in src/ksba.m4
error: Failed to merge in the changes.
Patch failed at 0001 libksba: add pkgconfig support
Use 'git am --show-current-patch' to see the failed patch

Resolve all conflicts manually, mark them as resolved with
"git add/rm ", then run "git rebase --continue".
You can instead skip this commit: run "git rebase --skip".
To abort and get back to the state before "git rebase", run "git rebase 
--abort".

You will need to resolve conflicts in order to complete the upgrade.
INFO: Upgraded source extracted to 
/home/pokybuild/yocto-worker/auh/build/build/build/workspace/sources/libksba
INFO: New recipe is 
/home/pokybuild/yocto-worker/auh/build/build/build/workspace/recipes/libksba/libksba_1.5.0.bb




Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#145740): 
https://lists.openembedded.org/g/openembedded-core/message/145740
Mute This Topic: https://lists.openembedded.org/mt/78984224/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [AUH] libva: upgrading to 2.10.0 FAILED

2020-12-15 Thread auh
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *libva* to *2.10.0* has 
Failed(other errors).

Detailed error information:

'MACHINE=qemux86 bitbake libva' failed
Loading cache...done.
Loaded 1455 entries from dependency cache.
Parsing recipes...done.
Parsing of 807 .bb files complete (805 cached, 2 parsed). 1413 targets, 31 
skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "1.49.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "i686-poky-linux"
MACHINE  = "qemux86"
DISTRO   = "poky"
DISTRO_VERSION   = "3.2+snapshot-4fda99c627dbe19f2c616eccf50658f8845c464e"
TUNE_FEATURES= "m32 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:4fda99c627dbe19f2c616eccf50658f8845c464e"
workspace= "master:796be0593a607938aef3941372a9238b7e895446"

Initialising tasks...done.
Sstate summary: Wanted 484 Found 476 Missed 8 Current 238 (98% match, 98% 
complete)
NOTE: Executing Tasks
NOTE: Running setscene task 239 of 722 
(/home/pokybuild/yocto-worker/auh/build/build/build/workspace/recipes/binutils/binutils_2.35.1.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 240 of 722 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/iproute2/iproute2_5.9.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 241 of 722 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/openssl/openssl_1.1.1h.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 242 of 722 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/socat/socat_1.7.3.4.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 243 of 722 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-files/base-files_3.0.14.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 244 of 722 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 245 of 722 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb:do_populate_sysroot_setscene)
NOTE: Running setscene task 246 of 722 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/coreutils/coreutils_8.32.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 247 of 722 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/dbus/dbus-test_1.12.20.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 248 of 722 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/dbus/dbus_1.12.20.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 249 of 722 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/expat/expat_2.2.10.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 250 of 722 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glib-2.0/glib-2.0_2.66.2.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 251 of 722 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glibc/glibc-locale_2.32.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 253 of 722 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/initscripts/init-system-helpers_1.58.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 254 of 722 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/initscripts/initscripts_1.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 255 of 722 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/kbd/kbd_2.3.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 256 of 722 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/libxcrypt/libxcrypt_4.4.17.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 257 of 722 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 258 of 722 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/ncurses/ncurses_6.2.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 259 of 722 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/os-release/os-release.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 260 of 722 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/readline/readline_8.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 261 of 722 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/systemd/systemd-compat-units.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 262 of 722 

[OE-core] [AUH] boost: upgrading to 1.75.0 FAILED

2020-12-15 Thread auh
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *boost* to *1.75.0* has 
Failed(other errors).

Detailed error information:

'MACHINE=qemux86 bitbake boost' failed
Loading cache...done.
Loaded 1474 entries from dependency cache.
Parsing recipes...done.
Parsing of 807 .bb files complete (806 cached, 1 parsed). 1413 targets, 31 
skipped, 0 masked, 0 errors.
Removing 170 recipes from the core2-32 sysroot...done.
Removing 175 recipes from the qemux86 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "1.49.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "i686-poky-linux"
MACHINE  = "qemux86"
DISTRO   = "poky"
DISTRO_VERSION   = "3.2+snapshot-ba2d7608a2b6120f117c9bfb13f335446b9b41e3"
TUNE_FEATURES= "m32 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:ba2d7608a2b6120f117c9bfb13f335446b9b41e3"
workspace= "master:796be0593a607938aef3941372a9238b7e895446"

Initialising tasks...done.
Sstate summary: Wanted 470 Found 467 Missed 3 Current 198 (99% match, 99% 
complete)
NOTE: Executing Tasks
NOTE: Running setscene task 199 of 668 
(/home/pokybuild/yocto-worker/auh/build/build/build/workspace/recipes/binutils/binutils_2.35.1.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 200 of 668 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/iproute2/iproute2_5.9.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 201 of 668 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/openssl/openssl_1.1.1h.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 202 of 668 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/socat/socat_1.7.3.4.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 203 of 668 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-files/base-files_3.0.14.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 204 of 668 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 205 of 668 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb:do_populate_sysroot_setscene)
NOTE: Running setscene task 206 of 668 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/coreutils/coreutils_8.32.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 207 of 668 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/dbus/dbus-test_1.12.20.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 208 of 668 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/dbus/dbus_1.12.20.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 209 of 668 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/expat/expat_2.2.10.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 210 of 668 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glib-2.0/glib-2.0_2.66.2.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 211 of 668 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glibc/glibc-locale_2.32.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 212 of 668 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glibc/glibc_2.32.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 213 of 668 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/initscripts/init-system-helpers_1.58.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 214 of 668 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/initscripts/initscripts_1.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 215 of 668 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/kbd/kbd_2.3.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 216 of 668 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/libxcrypt/libxcrypt_4.4.17.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 217 of 668 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 218 of 668 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/ncurses/ncurses_6.2.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 219 of 668 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/os-release/os-release.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 220 of 668 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/readline/readline_8.0.bb:do_package_write_rpm_setscene)
NOTE: 

[OE-core] [AUH] gstreamer1.0: upgrading to 1.18.2 FAILED

2020-12-15 Thread auh
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *gstreamer1.0* to *1.18.2* has 
Failed(other errors).

Detailed error information:

'MACHINE=qemux86 bitbake gstreamer1.0' failed
Loading cache...done.
Loaded 1472 entries from dependency cache.
Parsing recipes...done.
Parsing of 807 .bb files complete (806 cached, 1 parsed). 1413 targets, 31 
skipped, 0 masked, 0 errors.
Removing 147 recipes from the core2-32 sysroot...done.
Removing 152 recipes from the qemux86 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "1.49.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "i686-poky-linux"
MACHINE  = "qemux86"
DISTRO   = "poky"
DISTRO_VERSION   = "3.2+snapshot-e261ad06ef39ed36053c86b74a783a7b24c4a0c8"
TUNE_FEATURES= "m32 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:e261ad06ef39ed36053c86b74a783a7b24c4a0c8"
workspace= "master:796be0593a607938aef3941372a9238b7e895446"

Initialising tasks...done.
Sstate summary: Wanted 470 Found 467 Missed 3 Current 200 (99% match, 99% 
complete)
NOTE: Executing Tasks
NOTE: Running setscene task 201 of 670 
(/home/pokybuild/yocto-worker/auh/build/build/build/workspace/recipes/binutils/binutils_2.35.1.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 202 of 670 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/iproute2/iproute2_5.9.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 203 of 670 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/openssl/openssl_1.1.1h.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 204 of 670 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/socat/socat_1.7.3.4.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 205 of 670 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-files/base-files_3.0.14.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 206 of 670 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 207 of 670 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb:do_populate_sysroot_setscene)
NOTE: Running setscene task 208 of 670 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/coreutils/coreutils_8.32.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 209 of 670 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/dbus/dbus-test_1.12.20.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 210 of 670 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/dbus/dbus_1.12.20.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 211 of 670 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/expat/expat_2.2.10.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 212 of 670 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glib-2.0/glib-2.0_2.66.2.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 213 of 670 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glibc/glibc-locale_2.32.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 214 of 670 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glibc/glibc_2.32.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 215 of 670 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/initscripts/init-system-helpers_1.58.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 216 of 670 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/initscripts/initscripts_1.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 217 of 670 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/kbd/kbd_2.3.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 218 of 670 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/libxcrypt/libxcrypt_4.4.17.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 219 of 670 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 220 of 670 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/ncurses/ncurses_6.2.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 221 of 670 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/os-release/os-release.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 222 of 670 

[OE-core] [AUH] vulkan-loader: upgrading to 1.2.162.0 FAILED

2020-12-15 Thread auh
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *vulkan-loader* to *1.2.162.0* 
has Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
- apply the patch: git am 
0001-vulkan-loader-upgrade-1.2.154.1-1.2.162.0.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper
>From c784111eae4394f06aa489d404781c6d72a08ed3 Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Tue, 15 Dec 2020 13:48:47 +
Subject: [PATCH] vulkan-loader: upgrade 1.2.154.1 -> 1.2.162.0

---
 .../{vulkan-loader_1.2.154.1.bb => vulkan-loader_1.2.162.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/vulkan/{vulkan-loader_1.2.154.1.bb => vulkan-loader_1.2.162.0.bb} (96%)

diff --git a/meta/recipes-graphics/vulkan/vulkan-loader_1.2.154.1.bb b/meta/recipes-graphics/vulkan/vulkan-loader_1.2.162.0.bb
similarity index 96%
rename from meta/recipes-graphics/vulkan/vulkan-loader_1.2.154.1.bb
rename to meta/recipes-graphics/vulkan/vulkan-loader_1.2.162.0.bb
index 23bf59f8a6..5715ce3962 100644
--- a/meta/recipes-graphics/vulkan/vulkan-loader_1.2.154.1.bb
+++ b/meta/recipes-graphics/vulkan/vulkan-loader_1.2.162.0.bb
@@ -10,7 +10,7 @@ SECTION = "libs"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7dbefed23242760aa3475ee42801c5ac"
 SRC_URI = "git://github.com/KhronosGroup/Vulkan-Loader.git;branch=sdk-1.2.154"
-SRCREV = "2aa801755eab3fab610d9676c4dd94054e30c854"
+SRCREV = "7a313093b5c4af964d50a5a64e73d7df6152ea3f"
 
 S = "${WORKDIR}/git"
 
-- 
2.17.1

Loading cache...done.
Loaded 1459 entries from dependency cache.
Parsing recipes...done.
Parsing of 807 .bb files complete (806 cached, 1 parsed). 1413 targets, 31 
skipped, 0 masked, 0 errors.
Removing 1 recipes from the core2-32 sysroot...done.
Removing 1 recipes from the qemux86 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "1.49.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "i686-poky-linux"
MACHINE  = "qemux86"
DISTRO   = "poky"
DISTRO_VERSION   = "3.2+snapshot-656fd0142a1dc3b8d52396d1a336d912820a2d80"
TUNE_FEATURES= "m32 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:656fd0142a1dc3b8d52396d1a336d912820a2d80"
workspace= "master:796be0593a607938aef3941372a9238b7e895446"

Initialising tasks...done.
Sstate summary: Wanted 220 Found 212 Missed 8 Current 506 (96% match, 98% 
complete)
NOTE: Executing Tasks
NOTE: Setscene tasks completed
NOTE: Running task 1554 of 2291 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/vulkan/vulkan-loader_1.2.162.0.bb:do_fetch)
NOTE: recipe vulkan-loader-1.2.162.0-r0: task do_fetch: Started
WARNING: vulkan-loader-1.2.162.0-r0 do_fetch: Failed to fetch URL 
git://github.com/KhronosGroup/Vulkan-Loader.git;branch=sdk-1.2.154, attempting 
MIRRORS if available
ERROR: vulkan-loader-1.2.162.0-r0 do_fetch: Fetcher failure: Unable to find 
revision 7a313093b5c4af964d50a5a64e73d7df6152ea3f in branch sdk-1.2.154 even 
from upstream
ERROR: vulkan-loader-1.2.162.0-r0 do_fetch: Fetcher failure for URL: 
'git://github.com/KhronosGroup/Vulkan-Loader.git;branch=sdk-1.2.154'. Unable to 
fetch URL from any source.
ERROR: Logfile of failure stored in: 
/home/pokybuild/yocto-worker/auh/build/build/build/tmp/work/core2-32-poky-linux/vulkan-loader/1.2.162.0-r0/temp/log.do_fetch.8685
NOTE: recipe vulkan-loader-1.2.162.0-r0: task do_fetch: Failed
ERROR: Task 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/vulkan/vulkan-loader_1.2.162.0.bb:do_fetch)
 failed with exit code '1'
NOTE: Tasks Summary: Attempted 2276 tasks of which 2275 didn't need to be rerun 
and 1 failed.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds

Summary: 1 task failed:
  
/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/vulkan/vulkan-loader_1.2.162.0.bb:do_fetch
Summary: There was 1 WARNING message shown.
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply 

[OE-core] [AUH] python3: upgrading to 3.9.1 FAILED

2020-12-15 Thread auh
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *python3* to *3.9.1* has 
Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
- apply the patch: git am 0001-python3-upgrade-3.9.0-3.9.1.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper
>From 083b549662efbd1a44214cf3fd7f3023684320cd Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Tue, 15 Dec 2020 07:22:07 +
Subject: [PATCH] python3: upgrade 3.9.0 -> 3.9.1

---
 ...-search-system-for-headers-libraries.patch |6 +-
 ...fig-append-STAGING_LIBDIR-python-sys.patch |   10 +-
 ...tutils-prefix-is-inside-staging-area.patch |8 +-
 .../python/python3/CVE-2020-27619.patch   |   51 +-
 .../python3/check_build_completeness.py   |   17 -
 .../python/python3/create_manifest3.py|  433 --
 .../python/python3/get_module_deps3.py|  162 ---
 .../python/python3/python3-manifest.json  | 1236 -
 .../python/python3/reformat_sysconfig.py  |   21 -
 .../recipes-devtools/python/python3/run-ptest |3 -
 .../{python3_3.9.0.bb => python3_3.9.1.bb}|   11 +-
 11 files changed, 19 insertions(+), 1939 deletions(-)
 delete mode 100755 meta/recipes-devtools/python/python3/check_build_completeness.py
 delete mode 100644 meta/recipes-devtools/python/python3/create_manifest3.py
 delete mode 100644 meta/recipes-devtools/python/python3/get_module_deps3.py
 delete mode 100644 meta/recipes-devtools/python/python3/python3-manifest.json
 delete mode 100644 meta/recipes-devtools/python/python3/reformat_sysconfig.py
 delete mode 100644 meta/recipes-devtools/python/python3/run-ptest
 rename meta/recipes-devtools/python/{python3_3.9.0.bb => python3_3.9.1.bb} (97%)

diff --git a/meta/recipes-devtools/python/python3/0001-Don-t-search-system-for-headers-libraries.patch b/meta/recipes-devtools/python/python3/0001-Don-t-search-system-for-headers-libraries.patch
index a94fa0a5a9..d6f2408157 100644
--- a/meta/recipes-devtools/python/python3/0001-Don-t-search-system-for-headers-libraries.patch
+++ b/meta/recipes-devtools/python/python3/0001-Don-t-search-system-for-headers-libraries.patch
@@ -1,4 +1,4 @@
-From 9da913bf5f39c6fe737219af7419170574d6fbfb Mon Sep 17 00:00:00 2001
+From 251cdecde6e7e48c233f1c22c3e2a77cd610548d Mon Sep 17 00:00:00 2001
 From: Jeremy Puhlman 
 Date: Wed, 4 Mar 2020 00:06:42 +
 Subject: [PATCH] Don't search system for headers/libraries
@@ -11,10 +11,10 @@ Signed-off-by: Jeremy Puhlman 
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 diff --git a/setup.py b/setup.py
-index a0bf9ea..da099bf 100644
+index 7767744..cd3bd36 100644
 --- a/setup.py
 +++ b/setup.py
-@@ -674,8 +674,8 @@ class PyBuildExt(build_ext):
+@@ -769,8 +769,8 @@ class PyBuildExt(build_ext):
  add_dir_to_list(self.compiler.include_dirs,
  sysconfig.get_config_var("INCLUDEDIR"))
  
diff --git a/meta/recipes-devtools/python/python3/0001-distutils-sysconfig-append-STAGING_LIBDIR-python-sys.patch b/meta/recipes-devtools/python/python3/0001-distutils-sysconfig-append-STAGING_LIBDIR-python-sys.patch
index b982691b36..9e7a179f06 100644
--- a/meta/recipes-devtools/python/python3/0001-distutils-sysconfig-append-STAGING_LIBDIR-python-sys.patch
+++ b/meta/recipes-devtools/python/python3/0001-distutils-sysconfig-append-STAGING_LIBDIR-python-sys.patch
@@ -1,4 +1,4 @@
-From e65bfe22c858872b08366aff49119d4145a77f40 Mon Sep 17 00:00:00 2001
+From cdfa30a62dceb7cfbde06d57eee26a5f0095a5f2 Mon Sep 17 00:00:00 2001
 From: Alexander Kanavin 
 Date: Thu, 31 Jan 2019 16:46:30 +0100
 Subject: [PATCH] distutils/sysconfig: append
@@ -15,10 +15,10 @@ Signed-off-by: Alexander Kanavin 
  2 files changed, 4 insertions(+)
 
 diff --git a/Lib/distutils/sysconfig.py b/Lib/distutils/sysconfig.py
-index b51629e..2df348c 100644
+index 37feae5..4774e12 100644
 --- a/Lib/distutils/sysconfig.py
 +++ b/Lib/distutils/sysconfig.py
-@@ -438,6 +438,8 @@ def _init_posix():
+@@ -444,6 +444,8 @@ def _init_posix():
  platform=sys.platform,
  multiarch=getattr(sys.implementation, '_multiarch', ''),
  ))
@@ -28,10 +28,10 @@ index b51629e..2df348c 100644
  build_time_vars = _temp.build_time_vars
  global _config_vars
 diff --git a/Lib/sysconfig.py 

[OE-core] [AUH] spirv-tools: upgrading to 2020.6 FAILED

2020-12-15 Thread auh
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *spirv-tools* to *2020.6* has 
Failed (devtool error).

Detailed error information:

The following devtool command failed:  upgrade spirv-tools -V 2020.6 -S 
b27b1afd12d05bf238ac7368bb49de73cd620a8e
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)...
Loading cache...done.
Loaded 1480 entries from dependency cache.
INFO: Extracting current version source...
Removing 1 recipes from the x86_64 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "1.49.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "3.2+snapshot-bcf094da6e75fa45809aaf8e5e91b1f2e13cd627"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:bcf094da6e75fa45809aaf8e5e91b1f2e13cd627"
workspace= "master:796be0593a607938aef3941372a9238b7e895446"

Initialising tasks...done.
Sstate summary: Wanted 0 Found 0 Missed 0 Current 20 (0% match, 100% complete)
NOTE: Executing Tasks
ERROR: Error executing a python function in exec_python_func() autogenerated:

The stack trace of python calls that resulted in this exception/failure was:
File: 'exec_python_func() autogenerated', lineno: 2, function: 
 0001:
 *** 0002:patch_task_postfunc(d)
 0003:
File: 
'/home/pokybuild/yocto-worker/auh/build/build/poky/meta/classes/patch.bbclass', 
lineno: 82, function: patch_task_postfunc
 0078:stdout, _ = bb.process.run('git status --porcelain .', 
cwd=srcsubdir)
 0079:if stdout:
 0080:useroptions = []
 0081:oe.patch.GitApplyTree.gitCommandUserOptions(useroptions, 
d=d)
 *** 0082:bb.process.run('git add .; git %s commit -a -m 
"Committing changes from %s\n\n%s"' % (' '.join(useroptions), func, 
oe.patch.GitApplyTree.ignore_commit_prefix + ' - from %s' % func), 
cwd=srcsubdir)
 0083:}
 0084:
 0085:def src_patches(d, all=False, expand=True):
 0086:import oe.patch
File: 
'/home/pokybuild/yocto-worker/auh/build/build/poky/bitbake/lib/bb/process.py', 
lineno: 184, function: run
 0180:if not stderr is None:
 0181:stderr = stderr.decode("utf-8")
 0182:
 0183:if pipe.returncode != 0:
 *** 0184:raise ExecutionError(cmd, pipe.returncode, stdout, stderr)
 0185:return stdout, stderr
Exception: bb.process.ExecutionError: Execution of 'git add .; git -c 
user.name="OpenEmbedded" -c user.email="oe.patch@oe" commit -a -m "Committing 
changes from do_patch

%% ignore - from do_patch"' failed with exit code 1:
On branch devtool-orig
Changes not staged for commit:
modified:   external/effcee (modified content)

no changes added to commit


ERROR: Logfile of failure stored in: 
/home/pokybuild/yocto-worker/auh/build/build/build/tmp/work/core2-64-poky-linux/spirv-tools/2020.5-r0/devtooltmp-44150anr/temp/log.do_patch.45175
NOTE: Tasks Summary: Attempted 93 tasks of which 90 didn't need to be rerun and 
1 failed.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
ERROR: Extracting source for spirv-tools failed



Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#145720): 
https://lists.openembedded.org/g/openembedded-core/message/145720
Mute This Topic: https://lists.openembedded.org/mt/78984200/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [AUH] systemtap: upgrading to 4.4 SUCCEEDED

2020-12-15 Thread auh
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *systemtap* to *4.4* has 
Succeeded.

Next steps:
- apply the patch: git am 0001-systemtap-upgrade-4.3-4.4.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper
Loading cache...done.
Loaded 1452 entries from dependency cache.
Parsing recipes...done.
Parsing of 807 .bb files complete (803 cached, 4 parsed). 1413 targets, 41 
skipped, 0 masked, 0 errors.
Removing 94 recipes from the core2-32 sysroot...done.
Removing 99 recipes from the qemux86 sysroot...done.
ERROR: Nothing PROVIDES 'systemtap'
systemtap was skipped: incompatible with host i686-poky-linux-musl (not in 
COMPATIBLE_HOST)

Summary: There was 1 ERROR message shown, returning a non-zero exit code.
packages/core2-32-poky-linux/systemtap: PKGV changed from 4.3 [default] to 4.4 
[default]
packages/core2-32-poky-linux/systemtap: PV changed from "4.3" to "4.4"
Changes to packages/core2-32-poky-linux/systemtap (sysroot):
  /usr/share/systemtap/examples/general/floatingpoint.meta was added
  /usr/share/systemtap/examples/general/floatingpoint.stp was added
  /usr/share/systemtap/examples/general/floatingpoint.txt was added
  /usr/share/systemtap/runtime/linux/autoconf-atomic_fetch_add_unless.c was 
added
  /usr/share/systemtap/runtime/linux/autoconf-get_user_pages-notask_struct.c 
was added
  
/usr/share/systemtap/runtime/linux/autoconf-get_user_pages_remote-notask_struct.c
 was added
  
/usr/share/systemtap/runtime/linux/autoconf-kernel_read_file_from_path-offset.c 
was added
  /usr/share/systemtap/runtime/linux/autoconf-lockdown-debugfs.c was added
  /usr/share/systemtap/runtime/linux/autoconf-set_fs.c was added
  /usr/share/systemtap/runtime/linux/stp_tls.h was added
  /usr/share/systemtap/runtime/softfloat was added
  /usr/share/systemtap/runtime/softfloat.c was added
  /usr/share/systemtap/runtime/softfloat.h was added
  /usr/share/systemtap/runtime/softfloat/internals.h was added
  /usr/share/systemtap/runtime/softfloat/opt-GCC.h was added
  /usr/share/systemtap/runtime/softfloat/platform.h was added
  /usr/share/systemtap/runtime/softfloat/primitives.h was added
  /usr/share/systemtap/runtime/softfloat/primitiveTypes.h was added
  /usr/share/systemtap/runtime/softfloat/softfloat_types.h was added
  /usr/share/systemtap/runtime/softfloat/specialize.h was added
  /usr/share/systemtap/tapset/floatingpoint.stp was added
  /usr/share/systemtap/tapset/linux/errno.stpm was added
  /usr/share/systemtap/tapset/linux/tls.stp was added
  /usr/share/systemtap/tapset/sreg_arch.stpm was added
  /usr/share/systemtap/runtime/transport/relayfs.c was removed
  /usr/share/systemtap/runtime/transport/relayfs.h was removed
  /usr/share/systemtap/runtime/transport/ring_buffer.c was removed
packages/core2-32-poky-linux/systemtap/systemtap-dbg: PKGV changed from 4.3 
[default] to 4.4 [default]
packages/core2-32-poky-linux/systemtap/systemtap-dbg: PV changed from "4.3" to 
"4.4"
packages/core2-32-poky-linux/systemtap/systemtap-dbg: PKGSIZE changed from 
64079464 to 64266432 (+0%)
packages/core2-32-poky-linux/systemtap/systemtap-dev: PKGV changed from 4.3 
[default] to 4.4 [default]
packages/core2-32-poky-linux/systemtap/systemtap-dev: PV changed from "4.3" to 
"4.4"
packages/core2-32-poky-linux/systemtap/systemtap-doc: PKGV changed from 4.3 
[default] to 4.4 [default]
packages/core2-32-poky-linux/systemtap/systemtap-doc: PV changed from "4.3" to 
"4.4"
packages/core2-32-poky-linux/systemtap/systemtap-doc: PKGSIZE changed from 
462049 to 465784 (+1%)
packages/core2-32-poky-linux/systemtap/systemtap-examples: PKGV changed from 
4.3 [default] to 4.4 [default]
packages/core2-32-poky-linux/systemtap/systemtap-examples: PV changed from 
"4.3" to "4.4"
packages/core2-32-poky-linux/systemtap/systemtap-examples: PKGSIZE changed from 
1481625 to 1486917 (+0%)
packages/core2-32-poky-linux/systemtap/systemtap-exporter: PKGV changed from 
4.3 [default] to 4.4 [default]
packages/core2-32-poky-linux/systemtap/systemtap-exporter: PV changed from 
"4.3" to "4.4"
packages/core2-32-poky-linux/systemtap/systemtap-locale-cs: PKGV changed from 
4.3 [default] to 4.4 [default]
packages/core2-32-poky-linux/systemtap/systemtap-locale-cs: PV changed from 
"4.3" to "4.4"

[OE-core] [AUH] libva-initial: upgrading to 2.10.0 FAILED

2020-12-15 Thread auh
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *libva-initial* to *2.10.0* 
has Failed (devtool error).

Detailed error information:

The following devtool command failed:  finish -f libva-initial 
/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/libva
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)...
Loading cache...done.
Loaded 1474 entries from dependency cache.
Parsing recipes...done.
Parsing of 808 .bb files complete (807 cached, 1 parsed). 1414 targets, 31 
skipped, 0 masked, 0 errors.
INFO: No patches or local source files needed updating
INFO: Cleaning sysroot for recipe libva-initial...
ERROR: Command 'bitbake -c clean libva-initial' failed, output:
Loading cache...done.
Loaded 1475 entries from dependency cache.
Parsing recipes...ERROR: ParseError at 
/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/libva/libva_2.9.0.bb:1:
 Could not include required file libva.inc

Summary: There was 1 ERROR message shown, returning a non-zero exit code.

If you wish, you may specify -n/--no-clean to skip running this command when 
resetting



Next steps:
- apply the patch: git am 0001-libva-initial-upgrade-2.9.0-2.10.0.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper
>From 9818be2b9a25a087f3c3ef2c89a9e725ded9f572 Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Tue, 15 Dec 2020 12:53:00 +
Subject: [PATCH] libva-initial: upgrade 2.9.0 -> 2.10.0

---
 .../libva/libva-initial_2.9.0.bb  |  5 
 meta/recipes-graphics/libva/libva.inc | 29 ---
 2 files changed, 34 deletions(-)
 delete mode 100644 meta/recipes-graphics/libva/libva-initial_2.9.0.bb
 delete mode 100644 meta/recipes-graphics/libva/libva.inc

diff --git a/meta/recipes-graphics/libva/libva-initial_2.9.0.bb b/meta/recipes-graphics/libva/libva-initial_2.9.0.bb
deleted file mode 100644
index 5c6abeafe6..00
--- a/meta/recipes-graphics/libva/libva-initial_2.9.0.bb
+++ /dev/null
@@ -1,5 +0,0 @@
-require libva.inc
-
-do_install_append () {
-	rm -f ${D}${libdir}/*.so*
-}
diff --git a/meta/recipes-graphics/libva/libva.inc b/meta/recipes-graphics/libva/libva.inc
deleted file mode 100644
index 7b6f11674d..00
--- a/meta/recipes-graphics/libva/libva.inc
+++ /dev/null
@@ -1,29 +0,0 @@
-SUMMARY = "Video Acceleration (VA) API for Linux"
-DESCRIPTION = "Video Acceleration API (VA API) is a library (libVA) \
-and API specification which enables and provides access to graphics \
-hardware (GPU) acceleration for video processing on Linux and UNIX \
-based operating systems. Accelerated processing includes video \
-decoding, video encoding, subpicture blending and rendering. The \
-specification was originally designed by Intel for its GMA (Graphics \
-Media Accelerator) series of GPU hardware, the API is however not \
-limited to GPUs or Intel specific hardware, as other hardware and \
-manufacturers can also freely use this API for hardware accelerated \
-video decoding."
-
-HOMEPAGE = "https://01.org/linuxmedia/vaapi;
-BUGTRACKER = "https://github.com/intel/libva/issues;
-
-SECTION = "x11"
-LICENSE = "MIT"
-
-SRC_URI = "https://github.com/intel/libva/releases/download/${PV}/libva-${PV}.tar.bz2;
-LIC_FILES_CHKSUM = "file://COPYING;md5=2e48940f94acb0af582e5ef03537800f"
-SRC_URI[sha256sum] = "e344c1392dde92696c9ffd9cb3c7277d0a3b912236eb4e0fdedf7f375434584b"
-
-S = "${WORKDIR}/libva-${PV}"
-
-UPSTREAM_CHECK_URI = "https://github.com/intel/libva/releases;
-
-DEPENDS = "libdrm"
-
-inherit meson pkgconfig
-- 
2.17.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#145700): 
https://lists.openembedded.org/g/openembedded-core/message/145700
Mute This Topic: https://lists.openembedded.org/mt/78984179/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [AUH] gstreamer1.0-libav: upgrading to 1.18.2 FAILED

2020-12-15 Thread auh
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *gstreamer1.0-libav* to 
*1.18.2* has Failed(other errors).

Detailed error information:

'MACHINE=qemux86 bitbake gstreamer1.0-libav' failed
Loading cache...done.
Loaded 1467 entries from dependency cache.
Parsing recipes...done.
Parsing of 807 .bb files complete (806 cached, 1 parsed). 1413 targets, 31 
skipped, 0 masked, 0 errors.
Removing 187 recipes from the core2-32 sysroot...done.
Removing 191 recipes from the qemux86 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "1.49.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "i686-poky-linux"
MACHINE  = "qemux86"
DISTRO   = "poky"
DISTRO_VERSION   = "3.2+snapshot-5665077337be2c2970dcb606e68a299380eb40df"
TUNE_FEATURES= "m32 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:5665077337be2c2970dcb606e68a299380eb40df"
workspace= "master:796be0593a607938aef3941372a9238b7e895446"

Initialising tasks...done.
Sstate summary: Wanted 630 Found 626 Missed 4 Current 233 (99% match, 99% 
complete)
NOTE: Executing Tasks
NOTE: Running setscene task 234 of 863 
(/home/pokybuild/yocto-worker/auh/build/build/build/workspace/recipes/binutils/binutils_2.35.1.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 235 of 863 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/iproute2/iproute2_5.9.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 236 of 863 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/openssl/openssl_1.1.1h.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 237 of 863 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/socat/socat_1.7.3.4.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 238 of 863 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-files/base-files_3.0.14.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 239 of 863 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 240 of 863 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb:do_populate_sysroot_setscene)
NOTE: Running setscene task 241 of 863 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/coreutils/coreutils_8.32.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 242 of 863 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/dbus/dbus-test_1.12.20.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 243 of 863 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/dbus/dbus_1.12.20.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 244 of 863 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/expat/expat_2.2.10.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 245 of 863 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glib-2.0/glib-2.0_2.66.2.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 246 of 863 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glibc/glibc-locale_2.32.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 247 of 863 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glibc/glibc_2.32.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 248 of 863 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/initscripts/init-system-helpers_1.58.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 249 of 863 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/initscripts/initscripts_1.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 250 of 863 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/kbd/kbd_2.3.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 251 of 863 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/libxcrypt/libxcrypt_4.4.17.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 252 of 863 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 253 of 863 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/ncurses/ncurses_6.2.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 254 of 863 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/os-release/os-release.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 255 of 863 

[OE-core] [AUH] shaderc: upgrading to 2020.4 SUCCEEDED

2020-12-15 Thread auh
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *shaderc* to *2020.4* has 
Succeeded.

Next steps:
- apply the patch: git am 0001-shaderc-upgrade-2020.3-2020.4.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper
packages/core2-32-poky-linux/shaderc: PV changed from "2020.3" to "2020.4"
packages/core2-32-poky-linux/shaderc: PKGV changed from 2020.3 [default] to 
2020.4 [default]
packages/core2-32-poky-linux/shaderc/shaderc-dbg: PV changed from "2020.3" to 
"2020.4"
packages/core2-32-poky-linux/shaderc/shaderc-dbg: PKGV changed from 2020.3 
[default] to 2020.4 [default]
packages/core2-32-poky-linux/shaderc/shaderc-dev: PV changed from "2020.3" to 
"2020.4"
packages/core2-32-poky-linux/shaderc/shaderc-dev: PKGSIZE changed from 61064 to 
61030 (-0%)
packages/core2-32-poky-linux/shaderc/shaderc-dev: PKGV changed from 2020.3 
[default] to 2020.4 [default]
packages/core2-32-poky-linux/shaderc/shaderc-doc: PV changed from "2020.3" to 
"2020.4"
packages/core2-32-poky-linux/shaderc/shaderc-doc: PKGV changed from 2020.3 
[default] to 2020.4 [default]
packages/core2-32-poky-linux/shaderc/shaderc-locale: PV changed from "2020.3" 
to "2020.4"
packages/core2-32-poky-linux/shaderc/shaderc-locale: PKGV changed from 2020.3 
[default] to 2020.4 [default]
packages/core2-32-poky-linux/shaderc/shaderc-src: PV changed from "2020.3" to 
"2020.4"
packages/core2-32-poky-linux/shaderc/shaderc-src: PKGSIZE changed from 314999 
to 314965 (-0%)
packages/core2-32-poky-linux/shaderc/shaderc-src: PKGV changed from 2020.3 
[default] to 2020.4 [default]
packages/core2-32-poky-linux/shaderc/shaderc-staticdev: PV changed from 
"2020.3" to "2020.4"
packages/core2-32-poky-linux/shaderc/shaderc-staticdev: PKGSIZE changed from 
2702940 to 2703040 (+0%)
packages/core2-32-poky-linux/shaderc/shaderc-staticdev: PKGV changed from 
2020.3 [default] to 2020.4 [default]
packages/core2-32-poky-linux/shaderc/shaderc: PV changed from "2020.3" to 
"2020.4"
packages/core2-32-poky-linux/shaderc/shaderc: PKGV changed from 2020.3 
[default] to 2020.4 [default]
>From f773703b66c150b1073d8bbbda7ad3e0f4d75a4b Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Tue, 15 Dec 2020 13:44:46 +
Subject: [PATCH] shaderc: upgrade 2020.3 -> 2020.4

---
 ...ndor-libs-and-disable-git-versioning.patch | 19 +++
 .../{shaderc_2020.3.bb => shaderc_2020.4.bb}  |  2 +-
 2 files changed, 8 insertions(+), 13 deletions(-)
 rename meta/recipes-graphics/shaderc/{shaderc_2020.3.bb => shaderc_2020.4.bb} (95%)

diff --git a/meta/recipes-graphics/shaderc/files/0003-cmake-de-vendor-libs-and-disable-git-versioning.patch b/meta/recipes-graphics/shaderc/files/0003-cmake-de-vendor-libs-and-disable-git-versioning.patch
index 0d58925adc..e4e3f0be1e 100644
--- a/meta/recipes-graphics/shaderc/files/0003-cmake-de-vendor-libs-and-disable-git-versioning.patch
+++ b/meta/recipes-graphics/shaderc/files/0003-cmake-de-vendor-libs-and-disable-git-versioning.patch
@@ -1,11 +1,12 @@
-From e092619a9ef7910ad56acfb8728c66f0125d176a Mon Sep 17 00:00:00 2001
+From 180250f098e0ab899eff0db3708d9693f3486ff4 Mon Sep 17 00:00:00 2001
 From: Jose Quaresma 
 Date: Sat, 17 Oct 2020 12:51:50 +0100
-Subject: [PATCH 3/3] cmake: de-vendor libs and disable git versioning
+Subject: [PATCH] cmake: de-vendor libs and disable git versioning
 
 Upstream-Status: Inappropriate [configuration]
 
 Signed-off-by: Jose Quaresma 
+
 ---
  CMakeLists.txt  | 2 --
  glslc/CMakeLists.txt| 1 -
@@ -14,18 +15,15 @@ Signed-off-by: Jose Quaresma 
  create mode 100644 glslc/src/build-version.inc
 
 diff --git a/CMakeLists.txt b/CMakeLists.txt
-index a4e779b..cfa7bd8 100644
+index 5c74cd8..9451fbc 100644
 --- a/CMakeLists.txt
 +++ b/CMakeLists.txt
-@@ -70,7 +70,6 @@ endif(MSVC)
+@@ -102,12 +102,10 @@ endif(MSVC)
  
  # Configure subdirectories.
  # We depend on these for later projects, so they should come first.
 -add_subdirectory(third_party)
  
- if(SHADERC_ENABLE_SPVC)
- add_subdirectory(libshaderc_spvc)
-@@ -79,7 +78,6 @@ endif()
  add_subdirectory(libshaderc_util)
  add_subdirectory(libshaderc)
  add_subdirectory(glslc)
@@ -34,10 +32,10 @@ index a4e779b..cfa7bd8 100644
  add_custom_target(build-version
${PYTHON_EXECUTABLE}
 diff --git a/glslc/CMakeLists.txt 

[OE-core] [AUH] vulkan-samples: upgrading to e8e31cce8a5f5b2d6634fde9249ff2396313f40b FAILED

2020-12-15 Thread auh
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *vulkan-samples* to 
*e8e31cce8a5f5b2d6634fde9249ff2396313f40b* has Failed (devtool error).

Detailed error information:

The following devtool command failed:  upgrade vulkan-samples -S 
e8e31cce8a5f5b2d6634fde9249ff2396313f40b
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)...
Loading cache...done.
Loaded 1481 entries from dependency cache.
INFO: Extracting current version source...
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "1.49.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "3.2+snapshot-87a1f279a7020ea1885c152bd6e8fabd9fe4f883"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:87a1f279a7020ea1885c152bd6e8fabd9fe4f883"
workspace= "master:796be0593a607938aef3941372a9238b7e895446"

Initialising tasks...done.
Sstate summary: Wanted 0 Found 0 Missed 0 Current 20 (0% match, 100% complete)
NOTE: Executing Tasks
ERROR: Command Error: 'sh -c 
'PATCHFILE="0001-CMakeLists.txt-do-not-hardcode-lib-as-installation-t.patch" 
git -c user.name="OpenEmbedded" -c user.email="oe.patch@oe" commit -F 
/tmp/tmpjl4syuqw --author="Alexander Kanavin " 
--date="Sun, 1 Nov 2020 23:19:22 +"'' exited with 0  Output:
On branch devtool-orig
Changes not staged for commit:
modified:   third_party/spirv-cross (modified content)

no changes added to commit
ERROR: Logfile of failure stored in: 
/home/pokybuild/yocto-worker/auh/build/build/build/tmp/work/core2-64-poky-linux/vulkan-samples/git-r0/devtooltmp-93fss7yi/temp/log.do_patch.14300
NOTE: Tasks Summary: Attempted 93 tasks of which 90 didn't need to be rerun and 
1 failed.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
ERROR: Extracting source for vulkan-samples failed



Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#145717): 
https://lists.openembedded.org/g/openembedded-core/message/145717
Mute This Topic: https://lists.openembedded.org/mt/78984197/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [AUH] mesa: upgrading to 20.3.0 FAILED

2020-12-15 Thread auh
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *mesa* to *20.3.0* has Failed 
(devtool error).

Detailed error information:

Running 'devtool upgrade' for recipe mesa failed.
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)...
Loading cache...done.
Loaded 1475 entries from dependency cache.
INFO: Extracting current version source...
Removing 1 recipes from the x86_64 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "1.49.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "3.2+snapshot-4fda99c627dbe19f2c616eccf50658f8845c464e"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:4fda99c627dbe19f2c616eccf50658f8845c464e"
workspace= "master:796be0593a607938aef3941372a9238b7e895446"

Initialising tasks...done.
Sstate summary: Wanted 0 Found 0 Missed 0 Current 22 (0% match, 100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 102 tasks of which 99 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
INFO: Extracting upgraded version source...
INFO: Fetching https://mesa.freedesktop.org/archive/mesa-20.3.0.tar.xz...
Loading cache...done.
Loaded 1475 entries from dependency cache.
Parsing recipes...done.
Parsing of 808 .bb files complete (806 cached, 2 parsed). 1414 targets, 31 
skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "1.49.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "3.2+snapshot-4fda99c627dbe19f2c616eccf50658f8845c464e"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:4fda99c627dbe19f2c616eccf50658f8845c464e"
workspace= "master:796be0593a607938aef3941372a9238b7e895446"

Initialising tasks...done.
Sstate summary: Wanted 0 Found 0 Missed 0 Current 18 (0% match, 100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 83 tasks of which 81 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   5% |#   | ETA:  0:00:03
Adding changed files:  10% |### | ETA:  0:00:02
Adding changed files:  15% |#   | ETA:  0:00:02
Adding changed files:  20% |### | ETA:  0:00:01
Adding changed files:  25% |#   | ETA:  0:00:01
Adding changed files:  30% |### | ETA:  0:00:01
Adding changed files:  35% || ETA:  0:00:01
Adding changed files:  41% |##  | ETA:  0:00:01
Adding changed files:  46% || ETA:  0:00:01
Adding changed files:  51% |##  | ETA:  0:00:00
Adding changed files:  56% || ETA:  0:00:00
Adding changed files:  61% |##  | ETA:  0:00:00
Adding changed files:  66% || ETA:  0:00:00
Adding changed files:  71% |#   | ETA:  0:00:00
Adding changed files:  76% |### | ETA:  0:00:00
Adding changed files:  82% |#   | ETA:  0:00:00
Adding changed files:  87% |### | ETA:  0:00:00
Adding changed files:  92% |#   | ETA:  0:00:00
Adding changed files:  97% |### | ETA:  0:00:00
Adding changed files: 100% || Time: 0:00:01
WARNING: Command 'git rebase 99fa7711a3d929c8f0407d959339851e9f101293' failed:
First, rewinding head to replay your work on top of it...
Applying: meson.build: check for all linux host_os combinations
Applying: meson.build: make TLS ELF optional
Applying: Revert "mesa: Enable asm unconditionally, now that gen_matypes is 
gone."
Applying: vc4: use intmax_t for formatted output of timespec members
Using index info to reconstruct a base tree...
M   src/gallium/drivers/v3d/v3d_bufmgr.c
M   

[OE-core] [AUH] xprop: upgrading to 1.2.5 FAILED

2020-12-15 Thread auh
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *xprop* to *1.2.5* has 
Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
- apply the patch: git am 0001-xprop-upgrade-1.2.4-1.2.5.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper
Loading cache...done.
Loaded 1447 entries from dependency cache.
Parsing recipes...done.
Parsing of 807 .bb files complete (803 cached, 4 parsed). 1413 targets, 41 
skipped, 0 masked, 0 errors.
Removing 107 recipes from the core2-32 sysroot...done.
Removing 111 recipes from the qemux86 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "1.49.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "i686-poky-linux-musl"
MACHINE  = "qemux86"
DISTRO   = "poky"
DISTRO_VERSION   = "3.2+snapshot-60d273f1edc84f6e39f7dbced8f77e22ae9e35a2"
TUNE_FEATURES= "m32 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:60d273f1edc84f6e39f7dbced8f77e22ae9e35a2"
workspace= "master:796be0593a607938aef3941372a9238b7e895446"

Initialising tasks...done.
Sstate summary: Wanted 496 Found 483 Missed 13 Current 191 (97% match, 98% 
complete)
NOTE: Executing Tasks
NOTE: Running setscene task 192 of 687 
(/home/pokybuild/yocto-worker/auh/build/build/build/workspace/recipes/binutils/binutils_2.35.1.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 193 of 687 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/iproute2/iproute2_5.9.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 194 of 687 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/openssl/openssl_1.1.1h.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 195 of 687 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/socat/socat_1.7.3.4.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 196 of 687 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-files/base-files_3.0.14.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 197 of 687 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 198 of 687 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb:do_populate_sysroot_setscene)
NOTE: Running setscene task 199 of 687 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/coreutils/coreutils_8.32.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 200 of 687 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/dbus/dbus-test_1.12.20.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 201 of 687 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/dbus/dbus_1.12.20.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 202 of 687 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/expat/expat_2.2.10.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 203 of 687 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/fts/fts_1.2.7.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 204 of 687 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glib-2.0/glib-2.0_2.66.2.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 205 of 687 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/initscripts/init-system-helpers_1.58.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 206 of 687 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/initscripts/initscripts_1.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 207 of 687 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/kbd/kbd_2.3.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 208 of 687 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 209 of 687 

[OE-core] [AUH] python3-pygments: upgrading to 2.7.3 FAILED

2020-12-15 Thread auh
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *python3-pygments* to *2.7.3* 
has Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
- apply the patch: git am 0001-python3-pygments-upgrade-2.7.2-2.7.3.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper
>From 8c2ef02ac9bb5c354b6ff7f858906a20c39ea153 Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Tue, 15 Dec 2020 07:15:44 +
Subject: [PATCH] python3-pygments: upgrade 2.7.2 -> 2.7.3

---
 .../{python3-pygments_2.7.2.bb => python3-pygments_2.7.3.bb}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-pygments_2.7.2.bb => python3-pygments_2.7.3.bb} (83%)

diff --git a/meta/recipes-devtools/python/python3-pygments_2.7.2.bb b/meta/recipes-devtools/python/python3-pygments_2.7.3.bb
similarity index 83%
rename from meta/recipes-devtools/python/python3-pygments_2.7.2.bb
rename to meta/recipes-devtools/python/python3-pygments_2.7.3.bb
index 00e5dc6e30..379d85dbd7 100644
--- a/meta/recipes-devtools/python/python3-pygments_2.7.2.bb
+++ b/meta/recipes-devtools/python/python3-pygments_2.7.3.bb
@@ -5,7 +5,7 @@ LICENSE = "BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=1f5d0c4cf38dfc8122c00d6f1a97a0cc"
 
 inherit setuptools3
-SRC_URI[sha256sum] = "381985fcc551eb9d37c52088a32914e00517e57f4a21609f48141ba08e193fa0"
+SRC_URI[sha256sum] = "ccf3acacf3782cbed4a989426012f1c535c9a90d3a7fc3f16d231b9372d2b716"
 
 DEPENDS += "\
 ${PYTHON_PN} \
-- 
2.17.1

Loading cache...done.
Loaded 1424 entries from dependency cache.
Parsing recipes...done.
Parsing of 807 .bb files complete (805 cached, 2 parsed). 1413 targets, 41 
skipped, 0 masked, 0 errors.
Removing 91 recipes from the core2-32 sysroot...done.
Removing 96 recipes from the qemux86 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "1.49.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "i686-poky-linux-musl"
MACHINE  = "qemux86"
DISTRO   = "poky"
DISTRO_VERSION   = "3.2+snapshot-f963eac0bfd54c0eebeafa369f13e0cd80f19d94"
TUNE_FEATURES= "m32 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:f963eac0bfd54c0eebeafa369f13e0cd80f19d94"
workspace= "master:796be0593a607938aef3941372a9238b7e895446"

Initialising tasks...done.
Sstate summary: Wanted 474 Found 466 Missed 8 Current 196 (98% match, 98% 
complete)
NOTE: Executing Tasks
NOTE: Running setscene task 197 of 670 
(/home/pokybuild/yocto-worker/auh/build/build/build/workspace/recipes/binutils/binutils_2.35.1.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 198 of 670 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/iproute2/iproute2_5.9.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 199 of 670 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/openssl/openssl_1.1.1h.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 200 of 670 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/socat/socat_1.7.3.4.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 201 of 670 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-files/base-files_3.0.14.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 202 of 670 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 203 of 670 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb:do_populate_sysroot_setscene)
NOTE: Running setscene task 204 of 670 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/coreutils/coreutils_8.32.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 205 of 670 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/dbus/dbus-test_1.12.20.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 206 of 670 

[OE-core] [AUH] vala: upgrading to 0.50.2 FAILED

2020-12-15 Thread auh
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *vala* to *0.50.2* has 
Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
- apply the patch: git am 0001-vala-upgrade-0.50.1-0.50.2.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper
>From cc6bb68fa42b343a9d88429b4aa9889a63417d30 Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Tue, 15 Dec 2020 08:36:55 +
Subject: [PATCH] vala: upgrade 0.50.1 -> 0.50.2

---
 meta/recipes-devtools/vala/{vala_0.50.1.bb => vala_0.50.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/vala/{vala_0.50.1.bb => vala_0.50.2.bb} (50%)

diff --git a/meta/recipes-devtools/vala/vala_0.50.1.bb b/meta/recipes-devtools/vala/vala_0.50.2.bb
similarity index 50%
rename from meta/recipes-devtools/vala/vala_0.50.1.bb
rename to meta/recipes-devtools/vala/vala_0.50.2.bb
index cca7eef523..b5913fca8b 100644
--- a/meta/recipes-devtools/vala/vala_0.50.1.bb
+++ b/meta/recipes-devtools/vala/vala_0.50.2.bb
@@ -2,4 +2,4 @@ require ${BPN}.inc
 
 SRC_URI += " file://0001-vapigen.m4-use-PKG_CONFIG_SYSROOT_DIR.patch"
 
-SRC_URI[sha256sum] = "958d9f06c9c3d7d1b2145512a9bc2a7c6aefbbf0416a04c7a0ecf463f7138f6c"
+SRC_URI[sha256sum] = "2c0d5dc6d65d070f724063075424c403765ab7935c9e6fbcb84981b94d07ceda"
-- 
2.17.1

Loading cache...done.
Loaded 1430 entries from dependency cache.
Parsing recipes...done.
Parsing of 807 .bb files complete (803 cached, 4 parsed). 1413 targets, 41 
skipped, 0 masked, 0 errors.
Removing 163 recipes from the core2-32 sysroot...done.
Removing 166 recipes from the qemux86 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "1.49.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "i686-poky-linux-musl"
MACHINE  = "qemux86"
DISTRO   = "poky"
DISTRO_VERSION   = "3.2+snapshot-3f1642f21a90e29ca630fb68389e794a04f6499d"
TUNE_FEATURES= "m32 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:3f1642f21a90e29ca630fb68389e794a04f6499d"
workspace= "master:796be0593a607938aef3941372a9238b7e895446"

Initialising tasks...done.
Sstate summary: Wanted 481 Found 473 Missed 8 Current 191 (98% match, 98% 
complete)
NOTE: Executing Tasks
NOTE: Running setscene task 192 of 672 
(/home/pokybuild/yocto-worker/auh/build/build/build/workspace/recipes/binutils/binutils_2.35.1.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 193 of 672 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/iproute2/iproute2_5.9.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 194 of 672 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/openssl/openssl_1.1.1h.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 195 of 672 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/socat/socat_1.7.3.4.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 196 of 672 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-files/base-files_3.0.14.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 197 of 672 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 198 of 672 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb:do_populate_sysroot_setscene)
NOTE: Running setscene task 199 of 672 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/coreutils/coreutils_8.32.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 200 of 672 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/dbus/dbus-test_1.12.20.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 201 of 672 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/dbus/dbus_1.12.20.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 202 of 672 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/expat/expat_2.2.10.bb:do_package_write_rpm_setscene)
NOTE: 

[OE-core] [AUH] stress-ng: upgrading to 0.12.00 SUCCEEDED

2020-12-15 Thread auh
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *stress-ng* to *0.12.00* has 
Succeeded.

Next steps:
- apply the patch: git am 0001-stress-ng-upgrade-0.11.24-0.12.00.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper
Loading cache...done.
Loaded 1438 entries from dependency cache.
Parsing recipes...done.
Parsing of 807 .bb files complete (805 cached, 2 parsed). 1413 targets, 41 
skipped, 0 masked, 0 errors.
Removing 90 recipes from the core2-32 sysroot...done.
Removing 95 recipes from the qemux86 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "1.49.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "i686-poky-linux-musl"
MACHINE  = "qemux86"
DISTRO   = "poky"
DISTRO_VERSION   = "3.2+snapshot-27742d63f10e135390d3f747b356421df54dd69a"
TUNE_FEATURES= "m32 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:27742d63f10e135390d3f747b356421df54dd69a"
workspace= "master:796be0593a607938aef3941372a9238b7e895446"

Initialising tasks...done.
Sstate summary: Wanted 481 Found 473 Missed 8 Current 191 (98% match, 98% 
complete)
NOTE: Executing Tasks
NOTE: Running setscene task 192 of 672 
(/home/pokybuild/yocto-worker/auh/build/build/build/workspace/recipes/binutils/binutils_2.35.1.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 193 of 672 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/iproute2/iproute2_5.9.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 194 of 672 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/openssl/openssl_1.1.1h.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 195 of 672 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/socat/socat_1.7.3.4.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 196 of 672 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-files/base-files_3.0.14.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 197 of 672 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 198 of 672 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb:do_populate_sysroot_setscene)
NOTE: Running setscene task 199 of 672 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/coreutils/coreutils_8.32.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 200 of 672 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/dbus/dbus-test_1.12.20.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 201 of 672 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/dbus/dbus_1.12.20.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 202 of 672 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/expat/expat_2.2.10.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 203 of 672 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/fts/fts_1.2.7.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 204 of 672 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glib-2.0/glib-2.0_2.66.2.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 205 of 672 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/initscripts/init-system-helpers_1.58.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 206 of 672 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/initscripts/initscripts_1.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 207 of 672 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/kbd/kbd_2.3.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 208 of 672 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 209 of 672 

[OE-core] [AUH] python3-setuptools: upgrading to 51.0.0 FAILED

2020-12-15 Thread auh
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *python3-setuptools* to 
*51.0.0* has Failed(other errors).

Detailed error information:

'MACHINE=qemux86 bitbake python3-setuptools' failed
Loading cache...done.
Loaded 1439 entries from dependency cache.
Parsing recipes...done.
Parsing of 807 .bb files complete (806 cached, 1 parsed). 1413 targets, 31 
skipped, 0 masked, 0 errors.
Removing 95 recipes from the core2-32 sysroot...done.
Removing 100 recipes from the qemux86 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "1.49.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "i686-poky-linux"
MACHINE  = "qemux86"
DISTRO   = "poky"
DISTRO_VERSION   = "3.2+snapshot-3f0f603c6655a2c3e83282d7574737fb8c616e09"
TUNE_FEATURES= "m32 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:3f0f603c6655a2c3e83282d7574737fb8c616e09"
workspace= "master:796be0593a607938aef3941372a9238b7e895446"

Initialising tasks...done.
Sstate summary: Wanted 460 Found 456 Missed 4 Current 199 (99% match, 99% 
complete)
NOTE: Executing Tasks
NOTE: Running setscene task 200 of 659 
(/home/pokybuild/yocto-worker/auh/build/build/build/workspace/recipes/binutils/binutils_2.35.1.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 201 of 659 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/iproute2/iproute2_5.9.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 202 of 659 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/openssl/openssl_1.1.1h.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 203 of 659 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/socat/socat_1.7.3.4.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 204 of 659 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-files/base-files_3.0.14.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 205 of 659 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 206 of 659 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb:do_populate_sysroot_setscene)
NOTE: Running setscene task 207 of 659 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/coreutils/coreutils_8.32.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 208 of 659 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/dbus/dbus-test_1.12.20.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 209 of 659 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/dbus/dbus_1.12.20.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 210 of 659 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/expat/expat_2.2.10.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 211 of 659 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glib-2.0/glib-2.0_2.66.2.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 212 of 659 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glibc/glibc-locale_2.32.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 213 of 659 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glibc/glibc_2.32.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 214 of 659 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/initscripts/init-system-helpers_1.58.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 215 of 659 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/initscripts/initscripts_1.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 216 of 659 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/kbd/kbd_2.3.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 217 of 659 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/libxcrypt/libxcrypt_4.4.17.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 218 of 659 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 219 of 659 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/ncurses/ncurses_6.2.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 220 of 659 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/os-release/os-release.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 221 of 659 

[OE-core] [AUH] ninja: upgrading to 1.10.2 SUCCEEDED

2020-12-15 Thread auh
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *ninja* to *1.10.2* has 
Succeeded.

Next steps:
- apply the patch: git am 0001-ninja-upgrade-1.10.1-1.10.2.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper
packages/core2-32-poky-linux/ninja: PKGV changed from 1.10.1 [default] to 
1.10.2 [default]
packages/core2-32-poky-linux/ninja: PV changed from "1.10.1" to "1.10.2"
packages/core2-32-poky-linux/ninja/ninja-dbg: PKGV changed from 1.10.1 
[default] to 1.10.2 [default]
packages/core2-32-poky-linux/ninja/ninja-dbg: PV changed from "1.10.1" to 
"1.10.2"
packages/core2-32-poky-linux/ninja/ninja-dbg: PKGSIZE changed from 5842388 to 
5842500 (+0%)
packages/core2-32-poky-linux/ninja/ninja-dev: PKGV changed from 1.10.1 
[default] to 1.10.2 [default]
packages/core2-32-poky-linux/ninja/ninja-dev: PV changed from "1.10.1" to 
"1.10.2"
packages/core2-32-poky-linux/ninja/ninja-doc: PKGV changed from 1.10.1 
[default] to 1.10.2 [default]
packages/core2-32-poky-linux/ninja/ninja-doc: PV changed from "1.10.1" to 
"1.10.2"
packages/core2-32-poky-linux/ninja/ninja-locale: PKGV changed from 1.10.1 
[default] to 1.10.2 [default]
packages/core2-32-poky-linux/ninja/ninja-locale: PV changed from "1.10.1" to 
"1.10.2"
packages/core2-32-poky-linux/ninja/ninja-src: PKGV changed from 1.10.1 
[default] to 1.10.2 [default]
packages/core2-32-poky-linux/ninja/ninja-src: PV changed from "1.10.1" to 
"1.10.2"
packages/core2-32-poky-linux/ninja/ninja-src: PKGSIZE changed from 39 to 
368711 (+1%)
packages/core2-32-poky-linux/ninja/ninja-staticdev: PKGV changed from 1.10.1 
[default] to 1.10.2 [default]
packages/core2-32-poky-linux/ninja/ninja-staticdev: PV changed from "1.10.1" to 
"1.10.2"
packages/core2-32-poky-linux/ninja/ninja: PKGV changed from 1.10.1 [default] to 
1.10.2 [default]
packages/core2-32-poky-linux/ninja/ninja: PV changed from "1.10.1" to "1.10.2"
>From b6719fde1e67936f2f5de9c708011ea1e62840f1 Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Tue, 15 Dec 2020 07:04:16 +
Subject: [PATCH] ninja: upgrade 1.10.1 -> 1.10.2

---
 .../recipes-devtools/ninja/{ninja_1.10.1.bb => ninja_1.10.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/ninja/{ninja_1.10.1.bb => ninja_1.10.2.bb} (92%)

diff --git a/meta/recipes-devtools/ninja/ninja_1.10.1.bb b/meta/recipes-devtools/ninja/ninja_1.10.2.bb
similarity index 92%
rename from meta/recipes-devtools/ninja/ninja_1.10.1.bb
rename to meta/recipes-devtools/ninja/ninja_1.10.2.bb
index ecb0566f37..88ff843409 100644
--- a/meta/recipes-devtools/ninja/ninja_1.10.1.bb
+++ b/meta/recipes-devtools/ninja/ninja_1.10.2.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a81586a64ad4e476c791cda7e2f2c52e"
 
 DEPENDS = "re2c-native ninja-native"
 
-SRCREV = "a1f879b29c9aafe6a2bc0ba885701f8f4f19f772"
+SRCREV = "e72d1d581c945c158ed68d9bc48911063022a2c6"
 
 SRC_URI = "git://github.com/ninja-build/ninja.git;branch=release"
 UPSTREAM_CHECK_GITTAGREGEX = "v(?P.*)"
-- 
2.17.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#145680): 
https://lists.openembedded.org/g/openembedded-core/message/145680
Mute This Topic: https://lists.openembedded.org/mt/78984159/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [AUH] openssl: upgrading to 1.1.1i FAILED

2020-12-15 Thread auh
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *openssl* to *1.1.1i* has 
Failed(other errors).

Detailed error information:

'MACHINE=qemux86 bitbake openssl' failed
Loading cache...done.
Loaded 1412 entries from dependency cache.
Parsing recipes...done.
Parsing of 806 .bb files complete (805 cached, 1 parsed). 1410 targets, 31 
skipped, 0 masked, 0 errors.
Removing 97 recipes from the core2-32 sysroot...done.
Removing 101 recipes from the qemux86 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "1.49.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "i686-poky-linux"
MACHINE  = "qemux86"
DISTRO   = "poky"
DISTRO_VERSION   = "3.2+snapshot-d84d4058c3ebd8db0f20f489d85f0bbe128bf11a"
TUNE_FEATURES= "m32 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:d84d4058c3ebd8db0f20f489d85f0bbe128bf11a"
workspace= "master:796be0593a607938aef3941372a9238b7e895446"

Initialising tasks...done.
Sstate summary: Wanted 456 Found 453 Missed 3 Current 198 (99% match, 99% 
complete)
NOTE: Executing Tasks
NOTE: Running setscene task 199 of 654 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/iproute2/iproute2_5.9.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 201 of 654 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/openssl/openssl_1.1.1h.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 203 of 654 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/socat/socat_1.7.3.4.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 204 of 654 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-files/base-files_3.0.14.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 205 of 654 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 206 of 654 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb:do_populate_sysroot_setscene)
NOTE: Running setscene task 207 of 654 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/coreutils/coreutils_8.32.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 208 of 654 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/dbus/dbus-test_1.12.20.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 209 of 654 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/dbus/dbus_1.12.20.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 210 of 654 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/expat/expat_2.2.10.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 211 of 654 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glib-2.0/glib-2.0_2.66.2.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 212 of 654 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glibc/glibc-locale_2.32.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 213 of 654 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glibc/glibc_2.32.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 214 of 654 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/initscripts/init-system-helpers_1.58.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 215 of 654 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/initscripts/initscripts_1.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 216 of 654 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/kbd/kbd_2.3.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 217 of 654 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/libxcrypt/libxcrypt_4.4.17.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 218 of 654 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 219 of 654 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/ncurses/ncurses_6.2.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 220 of 654 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/os-release/os-release.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 221 of 654 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/readline/readline_8.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 222 of 654 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/systemd/systemd-compat-units.bb:do_package_write_rpm_setscene)

[OE-core] [AUH] ccache: upgrading to 4.1 FAILED

2020-12-15 Thread auh
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *ccache* to *4.1* has 
Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
- apply the patch: git am 0001-ccache-upgrade-3.7.11-4.1.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper
Loading cache...done.
Loaded 1423 entries from dependency cache.
Parsing recipes...done.
Parsing of 807 .bb files complete (806 cached, 1 parsed). 1413 targets, 31 
skipped, 0 masked, 0 errors.
Removing 1 recipes from the core2-32 sysroot...done.
Removing 1 recipes from the qemux86 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "1.49.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "i686-poky-linux"
MACHINE  = "qemux86"
DISTRO   = "poky"
DISTRO_VERSION   = "3.2+snapshot-e397c67133b19959048a93011992d3fda79edf0d"
TUNE_FEATURES= "m32 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:e397c67133b19959048a93011992d3fda79edf0d"
workspace= "master:796be0593a607938aef3941372a9238b7e895446"

Initialising tasks...done.
Sstate summary: Wanted 20 Found 13 Missed 7 Current 130 (65% match, 95% 
complete)
NOTE: Executing Tasks
NOTE: Setscene tasks completed
NOTE: Running task 527 of 588 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/ccache/ccache_4.1.bb:do_fetch)
NOTE: recipe ccache-4.1-r0: task do_fetch: Started
NOTE: recipe ccache-4.1-r0: task do_fetch: Succeeded
NOTE: Running task 575 of 588 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/ccache/ccache_4.1.bb:do_unpack)
NOTE: Running task 576 of 588 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/ccache/ccache_4.1.bb:do_prepare_recipe_sysroot)
NOTE: recipe ccache-4.1-r0: task do_unpack: Started
NOTE: recipe ccache-4.1-r0: task do_prepare_recipe_sysroot: Started
NOTE: recipe ccache-4.1-r0: task do_unpack: Succeeded
NOTE: Running task 577 of 588 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/ccache/ccache_4.1.bb:do_patch)
NOTE: recipe ccache-4.1-r0: task do_patch: Started
NOTE: recipe ccache-4.1-r0: task do_prepare_recipe_sysroot: Succeeded
NOTE: recipe ccache-4.1-r0: task do_patch: Succeeded
NOTE: Running task 578 of 588 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/ccache/ccache_4.1.bb:do_deploy_source_date_epoch)
NOTE: Running task 579 of 588 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/ccache/ccache_4.1.bb:do_populate_lic)
NOTE: recipe ccache-4.1-r0: task do_deploy_source_date_epoch: Started
NOTE: recipe ccache-4.1-r0: task do_populate_lic: Started
NOTE: recipe ccache-4.1-r0: task do_deploy_source_date_epoch: Succeeded
NOTE: recipe ccache-4.1-r0: task do_populate_lic: Succeeded
NOTE: Running task 580 of 588 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/ccache/ccache_4.1.bb:do_configure)
NOTE: recipe ccache-4.1-r0: task do_configure: Started
NOTE: recipe ccache-4.1-r0: task do_configure: Succeeded
NOTE: Running task 581 of 588 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/ccache/ccache_4.1.bb:do_compile)
NOTE: recipe ccache-4.1-r0: task do_compile: Started
ERROR: ccache-4.1-r0 do_compile: oe_runmake failed
ERROR: ccache-4.1-r0 do_compile: Execution of 
'/home/pokybuild/yocto-worker/auh/build/build/build/tmp/work/core2-32-poky-linux/ccache/4.1-r0/temp/run.do_compile.35564'
 failed with exit code 1:
make: *** No targets specified and no makefile found.  Stop.
WARNING: exit code 1 from a shell command.

ERROR: Logfile of failure stored in: 
/home/pokybuild/yocto-worker/auh/build/build/build/tmp/work/core2-32-poky-linux/ccache/4.1-r0/temp/log.do_compile.35564
Log data follows:
| DEBUG: Executing python function autotools_aclocals
| DEBUG: SITE files ['endian-little', 'bit-32', 'ix86-common', 'common-linux', 
'common-glibc', 'i686-linux', 'common']
| DEBUG: Python function autotools_aclocals finished
| DEBUG: Executing shell function do_compile
| NOTE: make -j 48
| make: *** No targets specified and no makefile found.  Stop.
| 

[OE-core] [AUH] libpam: upgrading to 1.5.1 FAILED

2020-12-15 Thread auh
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *libpam* to *1.5.1* has Failed 
(devtool error).

Detailed error information:

Running 'devtool upgrade' for recipe libpam failed.
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)...
Loading cache...done.
Loaded 1467 entries from dependency cache.
INFO: Extracting current version source...
INFO: SRC_URI contains some conditional appends/prepends - will create branches 
to represent these
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "1.49.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "3.2+snapshot-27742d63f10e135390d3f747b356421df54dd69a"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:27742d63f10e135390d3f747b356421df54dd69a"
workspace= "master:796be0593a607938aef3941372a9238b7e895446"

Initialising tasks...done.
Sstate summary: Wanted 0 Found 0 Missed 0 Current 22 (0% match, 100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 102 tasks of which 99 didn't need to be rerun 
and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
INFO: Adding local source files to srctree...
INFO: Extracting upgraded version source...
INFO: Fetching 
https://github.com/linux-pam/linux-pam/releases/download/v1.5.1/Linux-PAM-1.5.1.tar.xz...
Loading cache...done.
Loaded 1467 entries from dependency cache.
Parsing recipes...done.
Parsing of 808 .bb files complete (806 cached, 2 parsed). 1414 targets, 31 
skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "1.49.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "3.2+snapshot-27742d63f10e135390d3f747b356421df54dd69a"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:27742d63f10e135390d3f747b356421df54dd69a"
workspace= "master:796be0593a607938aef3941372a9238b7e895446"

Initialising tasks...done.
Sstate summary: Wanted 0 Found 0 Missed 0 Current 18 (0% match, 100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 83 tasks of which 81 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:  13% || ETA:  0:00:00
Adding changed files:  27% |#   | ETA:  0:00:00
Adding changed files:  40% |##  | ETA:  0:00:00
Adding changed files:  54% |### | ETA:  0:00:00
Adding changed files:  68% || ETA:  0:00:00
Adding changed files:  81% |#   | ETA:  0:00:00
Adding changed files:  95% |##  | ETA:  0:00:00
Adding changed files: 100% || Time: 0:00:00
WARNING: Command 'git rebase 4423632034a7e8bc0715724113a62acd9ed7cab2' failed:
First, rewinding head to replay your work on top of it...
Applying: This patch is used to create a new sub package libpam-xtests to do 
more checks.
Applying: libpam: add a new 'nullok_secure' option support to pam_unix
.git/rebase-apply/patch:183: trailing whitespace.
while ((fgets(ttyfileline,sizeof(ttyfileline)-1, ttyfile) != NULL) 
warning: 1 line adds whitespace errors.
Using index info to reconstruct a base tree...
M   modules/pam_securetty/Makefile.am
M   modules/pam_securetty/pam_securetty.c
Falling back to patching base and 3-way merge...
Auto-merging modules/pam_securetty/pam_securetty.c
CONFLICT (content): Merge conflict in modules/pam_securetty/pam_securetty.c
Auto-merging modules/pam_securetty/Makefile.am
error: Failed to merge in the changes.
Patch failed at 0002 libpam: add a new 'nullok_secure' option support to 
pam_unix
Use 'git am --show-current-patch' to see the failed patch

Resolve all conflicts manually, mark them as resolved with
"git add/rm ", then run "git rebase --continue".
You can instead skip this commit: run "git rebase --skip".
To abort and get back to the state before "git rebase", run "git rebase 
--abort".

You will need to resolve conflicts in order to complete the upgrade.
INFO: Upgraded source 

[OE-core] [AUH] gdk-pixbuf: upgrading to 2.42.2 FAILED

2020-12-15 Thread auh
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *gdk-pixbuf* to *2.42.2* has 
Failed(other errors).

Detailed error information:

'MACHINE=qemux86 bitbake gdk-pixbuf' failed
Loading cache...done.
Loaded 1452 entries from dependency cache.
Parsing recipes...done.
Parsing of 807 .bb files complete (806 cached, 1 parsed). 1413 targets, 31 
skipped, 0 masked, 0 errors.
Removing 182 recipes from the core2-32 sysroot...done.
Removing 186 recipes from the qemux86 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "1.49.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "i686-poky-linux"
MACHINE  = "qemux86"
DISTRO   = "poky"
DISTRO_VERSION   = "3.2+snapshot-f145d160ac02b56dbef2cc7a7715b494f5037c91"
TUNE_FEATURES= "m32 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:f145d160ac02b56dbef2cc7a7715b494f5037c91"
workspace= "master:796be0593a607938aef3941372a9238b7e895446"

Initialising tasks...done.
Sstate summary: Wanted 481 Found 478 Missed 3 Current 210 (99% match, 99% 
complete)
NOTE: Executing Tasks
NOTE: Running setscene task 211 of 691 
(/home/pokybuild/yocto-worker/auh/build/build/build/workspace/recipes/binutils/binutils_2.35.1.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 212 of 691 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/iproute2/iproute2_5.9.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 213 of 691 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/openssl/openssl_1.1.1h.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 214 of 691 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/socat/socat_1.7.3.4.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 215 of 691 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-files/base-files_3.0.14.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 216 of 691 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 217 of 691 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb:do_populate_sysroot_setscene)
NOTE: Running setscene task 218 of 691 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/coreutils/coreutils_8.32.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 219 of 691 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/dbus/dbus-test_1.12.20.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 220 of 691 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/dbus/dbus_1.12.20.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 221 of 691 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/expat/expat_2.2.10.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 222 of 691 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glib-2.0/glib-2.0_2.66.2.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 223 of 691 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glibc/glibc-locale_2.32.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 224 of 691 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glibc/glibc_2.32.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 225 of 691 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/initscripts/init-system-helpers_1.58.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 226 of 691 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/initscripts/initscripts_1.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 227 of 691 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/kbd/kbd_2.3.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 228 of 691 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/libxcrypt/libxcrypt_4.4.17.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 229 of 691 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 230 of 691 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/ncurses/ncurses_6.2.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 231 of 691 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/os-release/os-release.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 232 of 691 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/readline/readline_8.0.bb:do_package_write_rpm_setscene)

[OE-core] [AUH] python3-pytest: upgrading to 6.2.0 FAILED

2020-12-15 Thread auh
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *python3-pytest* to *6.2.0* 
has Failed (devtool error).

Detailed error information:

Running 'devtool upgrade' for recipe python3-pytest failed.
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)...
Loading cache...done.
Loaded 1445 entries from dependency cache.
INFO: Extracting current version source...
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "1.49.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "3.2+snapshot-4f1bd5f315f3274bbc454a787fc2413eaa1601b4"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:4f1bd5f315f3274bbc454a787fc2413eaa1601b4"
workspace= "master:796be0593a607938aef3941372a9238b7e895446"

Initialising tasks...done.
Sstate summary: Wanted 0 Found 0 Missed 0 Current 20 (0% match, 100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 93 tasks of which 90 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
INFO: Extracting upgraded version source...
INFO: Fetching 
https://files.pythonhosted.org/packages/source/p/pytest/pytest-6.2.0.tar.gz...
Loading cache...done.
Loaded 1445 entries from dependency cache.
Parsing recipes...done.
Parsing of 808 .bb files complete (806 cached, 2 parsed). 1414 targets, 31 
skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "1.49.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "3.2+snapshot-4f1bd5f315f3274bbc454a787fc2413eaa1601b4"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:4f1bd5f315f3274bbc454a787fc2413eaa1601b4"
workspace= "master:796be0593a607938aef3941372a9238b7e895446"

Initialising tasks...done.
Sstate summary: Wanted 0 Found 0 Missed 0 Current 0 (0% match, 0% complete)
NOTE: No setscene tasks
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 2 tasks of which 0 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:  60% |#   | ETA:  0:00:00
Adding changed files: 100% || Time: 0:00:00
WARNING: Command 'git rebase 73e84ae2d03bf15319ccbdc728529452636950c7' failed:
First, rewinding head to replay your work on top of it...
Applying: setup.py: remove the setup_requires for setuptools-scm
Using index info to reconstruct a base tree...
M   setup.cfg
Falling back to patching base and 3-way merge...
Auto-merging setup.cfg
CONFLICT (content): Merge conflict in setup.cfg
error: Failed to merge in the changes.
Patch failed at 0001 setup.py: remove the setup_requires for setuptools-scm
Use 'git am --show-current-patch' to see the failed patch

Resolve all conflicts manually, mark them as resolved with
"git add/rm ", then run "git rebase --continue".
You can instead skip this commit: run "git rebase --skip".
To abort and get back to the state before "git rebase", run "git rebase 
--abort".

You will need to resolve conflicts in order to complete the upgrade.
INFO: Upgraded source extracted to 
/home/pokybuild/yocto-worker/auh/build/build/build/workspace/sources/python3-pytest
INFO: New recipe is 
/home/pokybuild/yocto-worker/auh/build/build/build/workspace/recipes/python3-pytest/python3-pytest_6.2.0.bb




Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#145687): 
https://lists.openembedded.org/g/openembedded-core/message/145687
Mute This Topic: https://lists.openembedded.org/mt/78984166/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [AUH] opkg: upgrading to 0.4.4 FAILED

2020-12-15 Thread auh
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *opkg* to *0.4.4* has 
Failed(other errors).

Detailed error information:

'MACHINE=qemux86 bitbake opkg' failed
Loading cache...done.
Loaded 1428 entries from dependency cache.
Parsing recipes...done.
Parsing of 807 .bb files complete (806 cached, 1 parsed). 1413 targets, 31 
skipped, 0 masked, 0 errors.
Removing 7 recipes from the core2-32 sysroot...done.
Removing 7 recipes from the qemux86 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "1.49.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "i686-poky-linux"
MACHINE  = "qemux86"
DISTRO   = "poky"
DISTRO_VERSION   = "3.2+snapshot-9f4fb9d6d2aa206c3c40cd41bb553b4900d547ed"
TUNE_FEATURES= "m32 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:9f4fb9d6d2aa206c3c40cd41bb553b4900d547ed"
workspace= "master:796be0593a607938aef3941372a9238b7e895446"

Initialising tasks...done.
Sstate summary: Wanted 500 Found 488 Missed 12 Current 200 (97% match, 98% 
complete)
NOTE: Executing Tasks
NOTE: Running setscene task 201 of 700 
(/home/pokybuild/yocto-worker/auh/build/build/build/workspace/recipes/binutils/binutils_2.35.1.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 202 of 700 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/iproute2/iproute2_5.9.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 203 of 700 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/openssl/openssl_1.1.1h.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 204 of 700 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/socat/socat_1.7.3.4.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 205 of 700 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-files/base-files_3.0.14.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 206 of 700 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 207 of 700 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb:do_populate_sysroot_setscene)
NOTE: Running setscene task 208 of 700 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/coreutils/coreutils_8.32.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 209 of 700 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/dbus/dbus-test_1.12.20.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 210 of 700 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/dbus/dbus_1.12.20.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 211 of 700 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/expat/expat_2.2.10.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 212 of 700 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glib-2.0/glib-2.0_2.66.2.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 213 of 700 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glibc/glibc-locale_2.32.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 214 of 700 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glibc/glibc_2.32.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 215 of 700 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/initscripts/init-system-helpers_1.58.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 216 of 700 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/initscripts/initscripts_1.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 217 of 700 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/kbd/kbd_2.3.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 218 of 700 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/libxcrypt/libxcrypt_4.4.17.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 219 of 700 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 220 of 700 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/ncurses/ncurses_6.2.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 222 of 700 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/readline/readline_8.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 223 of 700 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/systemd/systemd-compat-units.bb:do_package_write_rpm_setscene)
NOTE: 

[OE-core] [AUH] systemd-boot: upgrading to 247.1 FAILED

2020-12-15 Thread auh
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *systemd-boot* to *247.1* has 
Failed (devtool error).

Detailed error information:

Running 'devtool upgrade' for recipe systemd-boot failed.
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)...
Loading cache...done.
Loaded 1418 entries from dependency cache.
INFO: Extracting current version source...
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "1.49.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "3.2+snapshot-8fbab09d1b73546862b2c7a4f4d001fec83a79fa"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:8fbab09d1b73546862b2c7a4f4d001fec83a79fa"
workspace= "master:796be0593a607938aef3941372a9238b7e895446"

Initialising tasks...done.
Sstate summary: Wanted 0 Found 0 Missed 0 Current 20 (0% match, 100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 93 tasks of which 90 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 1 seconds
INFO: Extracting upgraded version source...
WARNING: Command 'git rebase dc057df84c93274283cd228bc56733bc03a54195' failed:
First, rewinding head to replay your work on top of it...
Applying: network: wait for previous address removal before configuring static 
addresses
Using index info to reconstruct a base tree...
M   src/network/networkd-link.c
M   src/network/networkd-link.h
Falling back to patching base and 3-way merge...
Auto-merging src/network/networkd-link.c
CONFLICT (content): Merge conflict in src/network/networkd-link.c
error: Failed to merge in the changes.
Patch failed at 0001 network: wait for previous address removal before 
configuring static addresses
Use 'git am --show-current-patch' to see the failed patch

Resolve all conflicts manually, mark them as resolved with
"git add/rm ", then run "git rebase --continue".
You can instead skip this commit: run "git rebase --skip".
To abort and get back to the state before "git rebase", run "git rebase 
--abort".

You will need to resolve conflicts in order to complete the upgrade.
INFO: Upgraded source extracted to 
/home/pokybuild/yocto-worker/auh/build/build/build/workspace/sources/systemd-boot
INFO: New recipe is 
/home/pokybuild/yocto-worker/auh/build/build/build/workspace/recipes/systemd-boot/systemd-boot_247.1.bb



Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#145664): 
https://lists.openembedded.org/g/openembedded-core/message/145664
Mute This Topic: https://lists.openembedded.org/mt/78984143/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [AUH] python3-py: upgrading to 1.10.0 FAILED

2020-12-15 Thread auh
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *python3-py* to *1.10.0* has 
Failed(other errors).

Detailed error information:

'MACHINE=qemux86 bitbake python3-py' failed
Loading cache...done.
Loaded 1433 entries from dependency cache.
Parsing recipes...done.
Parsing of 807 .bb files complete (806 cached, 1 parsed). 1413 targets, 31 
skipped, 0 masked, 0 errors.
Removing 95 recipes from the core2-32 sysroot...done.
Removing 100 recipes from the qemux86 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "1.49.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "i686-poky-linux"
MACHINE  = "qemux86"
DISTRO   = "poky"
DISTRO_VERSION   = "3.2+snapshot-f963eac0bfd54c0eebeafa369f13e0cd80f19d94"
TUNE_FEATURES= "m32 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:f963eac0bfd54c0eebeafa369f13e0cd80f19d94"
workspace= "master:796be0593a607938aef3941372a9238b7e895446"

Initialising tasks...done.
Sstate summary: Wanted 460 Found 456 Missed 4 Current 201 (99% match, 99% 
complete)
NOTE: Executing Tasks
NOTE: Running setscene task 202 of 661 
(/home/pokybuild/yocto-worker/auh/build/build/build/workspace/recipes/binutils/binutils_2.35.1.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 203 of 661 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/iproute2/iproute2_5.9.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 204 of 661 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/openssl/openssl_1.1.1h.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 205 of 661 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/socat/socat_1.7.3.4.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 206 of 661 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-files/base-files_3.0.14.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 207 of 661 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 208 of 661 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb:do_populate_sysroot_setscene)
NOTE: Running setscene task 209 of 661 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/coreutils/coreutils_8.32.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 210 of 661 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/dbus/dbus-test_1.12.20.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 211 of 661 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/dbus/dbus_1.12.20.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 212 of 661 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/expat/expat_2.2.10.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 213 of 661 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glib-2.0/glib-2.0_2.66.2.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 214 of 661 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glibc/glibc-locale_2.32.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 215 of 661 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glibc/glibc_2.32.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 216 of 661 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/initscripts/init-system-helpers_1.58.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 217 of 661 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/initscripts/initscripts_1.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 218 of 661 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/kbd/kbd_2.3.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 219 of 661 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/libxcrypt/libxcrypt_4.4.17.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 220 of 661 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 221 of 661 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/ncurses/ncurses_6.2.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 222 of 661 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/os-release/os-release.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 223 of 661 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/readline/readline_8.0.bb:do_package_write_rpm_setscene)

[OE-core] [AUH] python3-hypothesis: upgrading to 5.43.3 FAILED

2020-12-15 Thread auh
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *python3-hypothesis* to 
*5.43.3* has Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
- apply the patch: git am 
0001-python3-hypothesis-upgrade-5.41.4-5.43.3.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper
Loading cache...done.
Loaded 1419 entries from dependency cache.
Parsing recipes...done.
Parsing of 807 .bb files complete (805 cached, 2 parsed). 1413 targets, 41 
skipped, 0 masked, 0 errors.
Removing 99 recipes from the core2-32 sysroot...done.
Removing 104 recipes from the qemux86 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "1.49.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "i686-poky-linux-musl"
MACHINE  = "qemux86"
DISTRO   = "poky"
DISTRO_VERSION   = "3.2+snapshot-9f4fb9d6d2aa206c3c40cd41bb553b4900d547ed"
TUNE_FEATURES= "m32 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:9f4fb9d6d2aa206c3c40cd41bb553b4900d547ed"
workspace= "master:796be0593a607938aef3941372a9238b7e895446"

Initialising tasks...done.
Sstate summary: Wanted 474 Found 466 Missed 8 Current 196 (98% match, 98% 
complete)
NOTE: Executing Tasks
NOTE: Running setscene task 197 of 670 
(/home/pokybuild/yocto-worker/auh/build/build/build/workspace/recipes/binutils/binutils_2.35.1.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 198 of 670 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/iproute2/iproute2_5.9.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 199 of 670 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/openssl/openssl_1.1.1h.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 200 of 670 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/socat/socat_1.7.3.4.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 201 of 670 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-files/base-files_3.0.14.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 202 of 670 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 203 of 670 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb:do_populate_sysroot_setscene)
NOTE: Running setscene task 204 of 670 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/coreutils/coreutils_8.32.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 205 of 670 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/dbus/dbus-test_1.12.20.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 206 of 670 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/dbus/dbus_1.12.20.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 207 of 670 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/expat/expat_2.2.10.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 208 of 670 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/fts/fts_1.2.7.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 209 of 670 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glib-2.0/glib-2.0_2.66.2.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 210 of 670 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/initscripts/init-system-helpers_1.58.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 211 of 670 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/initscripts/initscripts_1.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 212 of 670 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/kbd/kbd_2.3.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 213 of 670 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_package_write_rpm_setscene)
NOTE: Running 

[OE-core] [AUH] mtools: upgrading to 4.0.26 FAILED

2020-12-15 Thread auh
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *mtools* to *4.0.26* has 
Failed (devtool error).

Detailed error information:

Running 'devtool upgrade' for recipe mtools failed.
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)...
Loading cache...done.
Loaded 1427 entries from dependency cache.
INFO: Extracting current version source...
INFO: SRC_URI contains some conditional appends/prepends - will create branches 
to represent these
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "1.49.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "3.2+snapshot-0a93448060b853d583b5a72699f1bbbf0812f5c7"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:0a93448060b853d583b5a72699f1bbbf0812f5c7"
workspace= "master:796be0593a607938aef3941372a9238b7e895446"

Initialising tasks...done.
Sstate summary: Wanted 0 Found 0 Missed 0 Current 20 (0% match, 100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 93 tasks of which 90 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 4 seconds
INFO: Extracting upgraded version source...
INFO: Fetching https://ftp.gnu.org/gnu/mtools/mtools-4.0.26.tar.bz2...
Loading cache...done.
Loaded 1427 entries from dependency cache.
Parsing recipes...done.
Parsing of 808 .bb files complete (806 cached, 2 parsed). 1414 targets, 31 
skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "1.49.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "3.2+snapshot-0a93448060b853d583b5a72699f1bbbf0812f5c7"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:0a93448060b853d583b5a72699f1bbbf0812f5c7"
workspace= "master:796be0593a607938aef3941372a9238b7e895446"

Initialising tasks...done.
Sstate summary: Wanted 0 Found 0 Missed 0 Current 0 (0% match, 0% complete)
NOTE: No setscene tasks
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 2 tasks of which 0 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files: 100% || Time: 0:00:00
WARNING: Command 'git rebase 53c4befcb31934935e34f832644703fffd73e773' failed:
First, rewinding head to replay your work on top of it...
Applying: mtools: imported from OE
.git/rebase-apply/patch:53: trailing whitespace.
fi
warning: 1 line adds whitespace errors.
Using index info to reconstruct a base tree...
M   configure.in
Falling back to patching base and 3-way merge...
Auto-merging configure.in
CONFLICT (content): Merge conflict in configure.in
error: Failed to merge in the changes.
Patch failed at 0001 mtools: imported from OE
Use 'git am --show-current-patch' to see the failed patch

Resolve all conflicts manually, mark them as resolved with
"git add/rm ", then run "git rebase --continue".
You can instead skip this commit: run "git rebase --skip".
To abort and get back to the state before "git rebase", run "git rebase 
--abort".

You will need to resolve conflicts in order to complete the upgrade.
INFO: Upgraded source extracted to 
/home/pokybuild/yocto-worker/auh/build/build/build/workspace/sources/mtools
INFO: New recipe is 
/home/pokybuild/yocto-worker/auh/build/build/build/workspace/recipes/mtools/mtools_4.0.26.bb




Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#145681): 
https://lists.openembedded.org/g/openembedded-core/message/145681
Mute This Topic: https://lists.openembedded.org/mt/78984160/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [AUH] sudo: upgrading to 1.9.4 FAILED

2020-12-15 Thread auh
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *sudo* to *1.9.4* has 
Failed(other errors).

Detailed error information:

'MACHINE=qemux86 bitbake sudo' failed
Loading cache...done.
Loaded 1451 entries from dependency cache.
Parsing recipes...done.
Parsing of 807 .bb files complete (806 cached, 1 parsed). 1413 targets, 31 
skipped, 0 masked, 0 errors.
Removing 93 recipes from the core2-32 sysroot...done.
Removing 98 recipes from the qemux86 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "1.49.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "i686-poky-linux"
MACHINE  = "qemux86"
DISTRO   = "poky"
DISTRO_VERSION   = "3.2+snapshot-4787b26eeea777e4ffad6673b1a42ecce572143c"
TUNE_FEATURES= "m32 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:4787b26eeea777e4ffad6673b1a42ecce572143c"
workspace= "master:796be0593a607938aef3941372a9238b7e895446"

Initialising tasks...done.
Sstate summary: Wanted 465 Found 457 Missed 8 Current 194 (98% match, 98% 
complete)
NOTE: Executing Tasks
NOTE: Running setscene task 195 of 659 
(/home/pokybuild/yocto-worker/auh/build/build/build/workspace/recipes/binutils/binutils_2.35.1.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 196 of 659 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/iproute2/iproute2_5.9.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 197 of 659 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/openssl/openssl_1.1.1h.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 198 of 659 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/socat/socat_1.7.3.4.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 199 of 659 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-files/base-files_3.0.14.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 200 of 659 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 201 of 659 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb:do_populate_sysroot_setscene)
NOTE: Running setscene task 202 of 659 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/coreutils/coreutils_8.32.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 203 of 659 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/dbus/dbus-test_1.12.20.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 204 of 659 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/dbus/dbus_1.12.20.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 205 of 659 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/expat/expat_2.2.10.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 206 of 659 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glib-2.0/glib-2.0_2.66.2.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 207 of 659 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glibc/glibc-locale_2.32.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 208 of 659 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glibc/glibc_2.32.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 209 of 659 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/initscripts/init-system-helpers_1.58.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 210 of 659 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/initscripts/initscripts_1.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 211 of 659 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/kbd/kbd_2.3.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 212 of 659 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/libxcrypt/libxcrypt_4.4.17.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 213 of 659 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 214 of 659 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/ncurses/ncurses_6.2.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 215 of 659 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/os-release/os-release.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 216 of 659 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/readline/readline_8.0.bb:do_package_write_rpm_setscene)
NOTE: Running 

[OE-core] [AUH] python3-packaging: upgrading to 20.8 FAILED

2020-12-15 Thread auh
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *python3-packaging* to *20.8* 
has Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
- apply the patch: git am 0001-python3-packaging-upgrade-20.4-20.8.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper
Loading cache...done.
Loaded 1422 entries from dependency cache.
Parsing recipes...done.
Parsing of 807 .bb files complete (805 cached, 2 parsed). 1413 targets, 41 
skipped, 0 masked, 0 errors.
Removing 105 recipes from the core2-32 sysroot...done.
Removing 110 recipes from the qemux86 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "1.49.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "i686-poky-linux-musl"
MACHINE  = "qemux86"
DISTRO   = "poky"
DISTRO_VERSION   = "3.2+snapshot-faa505e4f81714cbc7c219602f3bf555716b52eb"
TUNE_FEATURES= "m32 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:faa505e4f81714cbc7c219602f3bf555716b52eb"
workspace= "master:796be0593a607938aef3941372a9238b7e895446"

Initialising tasks...done.
Sstate summary: Wanted 482 Found 466 Missed 16 Current 198 (96% match, 97% 
complete)
NOTE: Executing Tasks
NOTE: Running setscene task 199 of 680 
(/home/pokybuild/yocto-worker/auh/build/build/build/workspace/recipes/binutils/binutils_2.35.1.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 200 of 680 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/iproute2/iproute2_5.9.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 201 of 680 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/openssl/openssl_1.1.1h.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 202 of 680 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/socat/socat_1.7.3.4.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 203 of 680 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-files/base-files_3.0.14.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 204 of 680 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 205 of 680 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb:do_populate_sysroot_setscene)
NOTE: Running setscene task 206 of 680 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/coreutils/coreutils_8.32.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 207 of 680 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/dbus/dbus-test_1.12.20.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 208 of 680 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/dbus/dbus_1.12.20.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 209 of 680 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/expat/expat_2.2.10.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 210 of 680 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/fts/fts_1.2.7.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 211 of 680 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glib-2.0/glib-2.0_2.66.2.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 212 of 680 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/initscripts/init-system-helpers_1.58.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 213 of 680 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/initscripts/initscripts_1.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 214 of 680 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/kbd/kbd_2.3.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 215 of 680 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 

[OE-core] [AUH] llvm: upgrading to 11.0.0 FAILED

2020-12-15 Thread auh
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *llvm* to *11.0.0* has 
Failed(other errors).

Detailed error information:

'MACHINE=qemux86 bitbake llvm' failed
Loading cache...done.
Loaded 1425 entries from dependency cache.
Parsing recipes...done.
Parsing of 807 .bb files complete (806 cached, 1 parsed). 1413 targets, 31 
skipped, 0 masked, 0 errors.
Removing 96 recipes from the core2-32 sysroot...done.
Removing 100 recipes from the qemux86 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "1.49.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "i686-poky-linux"
MACHINE  = "qemux86"
DISTRO   = "poky"
DISTRO_VERSION   = "3.2+snapshot-0a93448060b853d583b5a72699f1bbbf0812f5c7"
TUNE_FEATURES= "m32 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:0a93448060b853d583b5a72699f1bbbf0812f5c7"
workspace= "master:796be0593a607938aef3941372a9238b7e895446"

Initialising tasks...done.
Sstate summary: Wanted 469 Found 452 Missed 17 Current 199 (96% match, 97% 
complete)
NOTE: Executing Tasks
NOTE: Running setscene task 200 of 668 
(/home/pokybuild/yocto-worker/auh/build/build/build/workspace/recipes/binutils/binutils_2.35.1.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 201 of 668 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/iproute2/iproute2_5.9.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 202 of 668 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/openssl/openssl_1.1.1h.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 203 of 668 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/socat/socat_1.7.3.4.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 204 of 668 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-files/base-files_3.0.14.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 205 of 668 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 206 of 668 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb:do_populate_sysroot_setscene)
NOTE: Running setscene task 207 of 668 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/coreutils/coreutils_8.32.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 208 of 668 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/dbus/dbus-test_1.12.20.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 209 of 668 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/dbus/dbus_1.12.20.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 210 of 668 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/expat/expat_2.2.10.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 211 of 668 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glib-2.0/glib-2.0_2.66.2.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 212 of 668 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glibc/glibc-locale_2.32.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 213 of 668 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glibc/glibc_2.32.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 214 of 668 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/initscripts/init-system-helpers_1.58.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 215 of 668 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/initscripts/initscripts_1.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 216 of 668 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/kbd/kbd_2.3.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 217 of 668 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/libxcrypt/libxcrypt_4.4.17.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 218 of 668 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 219 of 668 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/ncurses/ncurses_6.2.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 220 of 668 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/os-release/os-release.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 221 of 668 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/readline/readline_8.0.bb:do_package_write_rpm_setscene)
NOTE: 

[OE-core] [AUH] libaio: upgrading to 0.3.112 SUCCEEDED

2020-12-15 Thread auh
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *libaio* to *0.3.112* has 
Succeeded.

Next steps:
- apply the patch: git am 0001-libaio-upgrade-0.3.111-0.3.112.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper
packages/core2-32-poky-linux/libaio: PKGV changed from 0.3.111 [default] to 
0.3.112 [default]
packages/core2-32-poky-linux/libaio: PV changed from "0.3.111" to "0.3.112"
packages/core2-32-poky-linux/libaio: SRC_URI changed from 
"git://pagure.io/libaio.git;protocol=https file://00_arches.patch 
file://destdir.patch file://libaio_fix_for_mips_syscalls.patch 
file://system-linkage.patch" to "git://pagure.io/libaio.git;protocol=https 
file://00_arches.patch file://libaio_fix_for_mips_syscalls.patch 
file://system-linkage.patch"
packages/core2-32-poky-linux/libaio/libaio-dbg: PKGV changed from 0.3.111 
[default] to 0.3.112 [default]
packages/core2-32-poky-linux/libaio/libaio-dbg: PV changed from "0.3.111" to 
"0.3.112"
packages/core2-32-poky-linux/libaio/libaio-dbg: PKGSIZE changed from 18312 to 
21288 (+16%)
packages/core2-32-poky-linux/libaio/libaio-dev: PKGV changed from 0.3.111 
[default] to 0.3.112 [default]
packages/core2-32-poky-linux/libaio/libaio-dev: PV changed from "0.3.111" to 
"0.3.112"
packages/core2-32-poky-linux/libaio/libaio-dev: PKGSIZE changed from 8980 to 
8952 (-0%)
packages/core2-32-poky-linux/libaio/libaio-doc: PKGV changed from 0.3.111 
[default] to 0.3.112 [default]
packages/core2-32-poky-linux/libaio/libaio-doc: PV changed from "0.3.111" to 
"0.3.112"
packages/core2-32-poky-linux/libaio/libaio-locale: PKGV changed from 0.3.111 
[default] to 0.3.112 [default]
packages/core2-32-poky-linux/libaio/libaio-locale: PV changed from "0.3.111" to 
"0.3.112"
packages/core2-32-poky-linux/libaio/libaio-src: PKGV changed from 0.3.111 
[default] to 0.3.112 [default]
packages/core2-32-poky-linux/libaio/libaio-src: PV changed from "0.3.111" to 
"0.3.112"
packages/core2-32-poky-linux/libaio/libaio-src: PKGSIZE changed from 21164 to 
23817 (+13%)
packages/core2-32-poky-linux/libaio/libaio-staticdev: PKGV changed from 0.3.111 
[default] to 0.3.112 [default]
packages/core2-32-poky-linux/libaio/libaio-staticdev: PV changed from "0.3.111" 
to "0.3.112"
packages/core2-32-poky-linux/libaio/libaio-staticdev: PKGSIZE changed from 
38074 to 43636 (+15%)
packages/core2-32-poky-linux/libaio/libaio: PKGV changed from 0.3.111 [default] 
to 0.3.112 [default]
packages/core2-32-poky-linux/libaio/libaio: PV changed from "0.3.111" to 
"0.3.112"
packages/core2-32-poky-linux/libaio/libaio-dbg: PKGSIZE changed from 18312 to 
21288 (+16%)
packages/core2-32-poky-linux/libaio/libaio-src: PKGSIZE changed from 21164 to 
23817 (+13%)
packages/core2-32-poky-linux/libaio/libaio-staticdev: PKGSIZE changed from 
38074 to 43636 (+15%)
>From 110c6e034a8cb383ff59d1caed58b092949a063d Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Tue, 15 Dec 2020 08:40:54 +
Subject: [PATCH] libaio: upgrade 0.3.111 -> 0.3.112

---
 .../libaio/libaio/destdir.patch   | 17 -
 .../libaio/libaio/system-linkage.patch| 24 +++
 .../{libaio_0.3.111.bb => libaio_0.3.112.bb}  |  3 +--
 3 files changed, 10 insertions(+), 34 deletions(-)
 delete mode 100644 meta/recipes-extended/libaio/libaio/destdir.patch
 rename meta/recipes-extended/libaio/{libaio_0.3.111.bb => libaio_0.3.112.bb} (88%)

diff --git a/meta/recipes-extended/libaio/libaio/destdir.patch b/meta/recipes-extended/libaio/libaio/destdir.patch
deleted file mode 100644
index 0f90406bee..00
--- a/meta/recipes-extended/libaio/libaio/destdir.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Upstream-Status: Pending
-
-from openembedded, added by Qing He 
-
-Index: libaio-0.3.110/Makefile
-===
 libaio-0.3.110.orig/Makefile
-+++ libaio-0.3.110/Makefile
-@@ -15,7 +15,7 @@ all:
- 	@$(MAKE) -C src
- 
- install:
--	@$(MAKE) -C src install prefix=$(prefix) includedir=$(includedir) libdir=$(libdir)
-+	@$(MAKE) -C src install prefix=$(DESTDIR)$(prefix) includedir=$(DESTDIR)$(includedir) libdir=$(DESTDIR)$(libdir)
- 
- check:
- 	@$(MAKE) -C harness check
diff --git a/meta/recipes-extended/libaio/libaio/system-linkage.patch 

[OE-core] [AUH] python3-setuptools-scm: upgrading to 5.0.1 FAILED

2020-12-15 Thread auh
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *python3-setuptools-scm* to 
*5.0.1* has Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
- apply the patch: git am 
0001-python3-setuptools-scm-upgrade-4.1.2-5.0.1.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper
Loading cache...done.
Loaded 1427 entries from dependency cache.
Parsing recipes...done.
Parsing of 807 .bb files complete (805 cached, 2 parsed). 1413 targets, 41 
skipped, 0 masked, 0 errors.
Removing 106 recipes from the core2-32 sysroot...done.
Removing 111 recipes from the qemux86 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "1.49.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "i686-poky-linux-musl"
MACHINE  = "qemux86"
DISTRO   = "poky"
DISTRO_VERSION   = "3.2+snapshot-4f1bd5f315f3274bbc454a787fc2413eaa1601b4"
TUNE_FEATURES= "m32 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:4f1bd5f315f3274bbc454a787fc2413eaa1601b4"
workspace= "master:796be0593a607938aef3941372a9238b7e895446"

Initialising tasks...done.
Sstate summary: Wanted 482 Found 466 Missed 16 Current 198 (96% match, 97% 
complete)
NOTE: Executing Tasks
NOTE: Running setscene task 199 of 680 
(/home/pokybuild/yocto-worker/auh/build/build/build/workspace/recipes/binutils/binutils_2.35.1.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 200 of 680 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/iproute2/iproute2_5.9.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 201 of 680 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/openssl/openssl_1.1.1h.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 202 of 680 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/socat/socat_1.7.3.4.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 203 of 680 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-files/base-files_3.0.14.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 204 of 680 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 205 of 680 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb:do_populate_sysroot_setscene)
NOTE: Running setscene task 206 of 680 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/coreutils/coreutils_8.32.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 207 of 680 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/dbus/dbus-test_1.12.20.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 208 of 680 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/dbus/dbus_1.12.20.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 209 of 680 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/expat/expat_2.2.10.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 210 of 680 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/fts/fts_1.2.7.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 211 of 680 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glib-2.0/glib-2.0_2.66.2.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 212 of 680 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/initscripts/init-system-helpers_1.58.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 213 of 680 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/initscripts/initscripts_1.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 214 of 680 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/kbd/kbd_2.3.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 215 of 680 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_package_write_rpm_setscene)
NOTE: Running 

[OE-core] [AUH] autoconf: upgrading to 2.70 FAILED

2020-12-15 Thread auh
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *autoconf* to *2.70* has 
Failed (devtool error).

Detailed error information:

The following devtool command failed:  upgrade autoconf -V 2.70
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)...
Loading cache...done.
Loaded 1419 entries from dependency cache.
INFO: Extracting current version source...
INFO: SRC_URI contains some conditional appends/prepends - will create branches 
to represent these
Removing 1 recipes from the x86_64 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "1.49.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "3.2+snapshot-e397c67133b19959048a93011992d3fda79edf0d"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:e397c67133b19959048a93011992d3fda79edf0d"
workspace= "master:796be0593a607938aef3941372a9238b7e895446"

Initialising tasks...done.
Sstate summary: Wanted 6 Found 0 Missed 6 Current 14 (0% match, 70% complete)
NOTE: Executing Tasks
ERROR: Error executing a python function in exec_python_func() autogenerated:

The stack trace of python calls that resulted in this exception/failure was:
File: 'exec_python_func() autogenerated', lineno: 2, function: 
 0001:
 *** 0002:devtool_post_unpack(d)
 0003:
File: 
'/home/pokybuild/yocto-worker/auh/build/build/poky/meta/classes/devtool-source.bbclass',
 lineno: 150, function: devtool_post_unpack
 0146:"doesn't use any source or the correct source "
 0147:"directory could not be determined" % d.getVar('PN'))
 0148:
 0149:devbranch = d.getVar('DEVTOOL_DEVBRANCH')
 *** 0150:setup_git_repo(srcsubdir, d.getVar('PV'), devbranch, d=d)
 0151:
 0152:(stdout, _) = bb.process.run('git rev-parse HEAD', cwd=srcsubdir)
 0153:initial_rev = stdout.rstrip()
 0154:with open(os.path.join(tempdir, 'initial_rev'), 'w') as f:
File: 
'/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/lib/devtool/__init__.py',
 lineno: 234, function: setup_git_repo
 0230:for line in excludes:
 0231:f.write(line)
 0232:
 0233:bb.process.run('git checkout -b %s' % devbranch, cwd=repodir)
 *** 0234:bb.process.run('git tag -f %s' % basetag, cwd=repodir)
 0235:
 0236:def recipe_to_append(recipefile, config, wildcard=False):
 0237:"""
 0238:Convert a recipe file to a bbappend file path within the 
workspace.
File: 
'/home/pokybuild/yocto-worker/auh/build/build/poky/bitbake/lib/bb/process.py', 
lineno: 184, function: run
 0180:if not stderr is None:
 0181:stderr = stderr.decode("utf-8")
 0182:
 0183:if pipe.returncode != 0:
 *** 0184:raise ExecutionError(cmd, pipe.returncode, stdout, stderr)
 0185:return stdout, stderr
Exception: bb.process.ExecutionError: Execution of 'git tag -f devtool-base' 
failed with exit code 128:
fatal: Failed to resolve 'HEAD' as a valid ref.


ERROR: Logfile of failure stored in: 
/home/pokybuild/yocto-worker/auh/build/build/build/tmp/work/core2-64-poky-linux/autoconf/2.69-r11/devtooltmp-ndi0v_y0/temp/log.do_unpack.31654
ERROR: Error executing a python function in exec_python_func() autogenerated:

The stack trace of python calls that resulted in this exception/failure was:
File: 'exec_python_func() autogenerated', lineno: 2, function: 
 0001:
 *** 0002:devtool_post_unpack(d)
 0003:
File: 
'/home/pokybuild/yocto-worker/auh/build/build/poky/meta/classes/devtool-source.bbclass',
 lineno: 150, function: devtool_post_unpack
 0146:"doesn't use any source or the correct source "
 0147:"directory could not be determined" % d.getVar('PN'))
 0148:
 0149:devbranch = d.getVar('DEVTOOL_DEVBRANCH')
 *** 0150:setup_git_repo(srcsubdir, d.getVar('PV'), devbranch, d=d)
 0151:
 0152:(stdout, _) = bb.process.run('git rev-parse HEAD', cwd=srcsubdir)
 0153:initial_rev = stdout.rstrip()
 0154:with open(os.path.join(tempdir, 'initial_rev'), 'w') as f:
File: 
'/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/lib/devtool/__init__.py',
 lineno: 233, function: setup_git_repo
 0229:with open(excludefile, 'w') as f:
 0230:for line in excludes:
 0231:f.write(line)
 0232:
 *** 0233:bb.process.run('git checkout -b %s' % devbranch, cwd=repodir)
 0234:bb.process.run('git tag -f %s' % basetag, cwd=repodir)
 0235:
 0236:def recipe_to_append(recipefile, config, wildcard=False):
 0237:"""
File: 

[OE-core] [AUH] python3-importlib-metadata: upgrading to 3.3.0 FAILED

2020-12-15 Thread auh
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *python3-importlib-metadata* 
to *3.3.0* has Failed(other errors).

Detailed error information:

'MACHINE=qemux86 bitbake python3-importlib-metadata' failed
Loading cache...done.
Loaded 1431 entries from dependency cache.
Parsing recipes...done.
Parsing of 807 .bb files complete (806 cached, 1 parsed). 1413 targets, 31 
skipped, 0 masked, 0 errors.
Removing 93 recipes from the core2-32 sysroot...done.
Removing 98 recipes from the qemux86 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "1.49.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "i686-poky-linux"
MACHINE  = "qemux86"
DISTRO   = "poky"
DISTRO_VERSION   = "3.2+snapshot-faa505e4f81714cbc7c219602f3bf555716b52eb"
TUNE_FEATURES= "m32 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:faa505e4f81714cbc7c219602f3bf555716b52eb"
workspace= "master:796be0593a607938aef3941372a9238b7e895446"

Initialising tasks...done.
Sstate summary: Wanted 524 Found 456 Missed 68 Current 199 (87% match, 90% 
complete)
NOTE: Executing Tasks
NOTE: Running setscene task 200 of 723 
(/home/pokybuild/yocto-worker/auh/build/build/build/workspace/recipes/binutils/binutils_2.35.1.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 201 of 723 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/iproute2/iproute2_5.9.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 202 of 723 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/openssl/openssl_1.1.1h.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 203 of 723 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/socat/socat_1.7.3.4.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 204 of 723 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-files/base-files_3.0.14.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 205 of 723 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 206 of 723 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb:do_populate_sysroot_setscene)
NOTE: Running setscene task 207 of 723 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/coreutils/coreutils_8.32.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 208 of 723 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/dbus/dbus-test_1.12.20.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 209 of 723 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/dbus/dbus_1.12.20.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 210 of 723 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/expat/expat_2.2.10.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 211 of 723 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glib-2.0/glib-2.0_2.66.2.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 212 of 723 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glibc/glibc-locale_2.32.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 213 of 723 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glibc/glibc_2.32.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 214 of 723 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/initscripts/init-system-helpers_1.58.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 215 of 723 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/initscripts/initscripts_1.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 216 of 723 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/kbd/kbd_2.3.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 217 of 723 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/libxcrypt/libxcrypt_4.4.17.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 218 of 723 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 219 of 723 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/ncurses/ncurses_6.2.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 220 of 723 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/os-release/os-release.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 221 of 723 

[OE-core] [AUH] strace: upgrading to 5.10 FAILED

2020-12-15 Thread auh
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *strace* to *5.10* has 
Failed(other errors).

Detailed error information:

'MACHINE=qemux86 bitbake strace' failed
Loading cache...done.
Loaded 1442 entries from dependency cache.
Parsing recipes...done.
Parsing of 807 .bb files complete (806 cached, 1 parsed). 1413 targets, 31 
skipped, 0 masked, 0 errors.
Removing 1 recipes from the core2-32 sysroot...done.
Removing 1 recipes from the qemux86 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "1.49.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "i686-poky-linux"
MACHINE  = "qemux86"
DISTRO   = "poky"
DISTRO_VERSION   = "3.2+snapshot-3f1642f21a90e29ca630fb68389e794a04f6499d"
TUNE_FEATURES= "m32 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:3f1642f21a90e29ca630fb68389e794a04f6499d"
workspace= "master:796be0593a607938aef3941372a9238b7e895446"

Initialising tasks...done.
Sstate summary: Wanted 311 Found 304 Missed 7 Current 477 (97% match, 99% 
complete)
NOTE: Executing Tasks
NOTE: Running setscene task 478 of 788 
(/home/pokybuild/yocto-worker/auh/build/build/build/workspace/recipes/binutils/binutils_2.35.1.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 479 of 788 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/iproute2/iproute2_5.9.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 480 of 788 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/openssl/openssl_1.1.1h.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 481 of 788 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/socat/socat_1.7.3.4.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 482 of 788 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-files/base-files_3.0.14.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 483 of 788 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 484 of 788 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/coreutils/coreutils_8.32.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 485 of 788 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/dbus/dbus-test_1.12.20.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 486 of 788 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/dbus/dbus_1.12.20.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 487 of 788 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/expat/expat_2.2.10.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 488 of 788 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glib-2.0/glib-2.0_2.66.2.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 489 of 788 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glibc/glibc-locale_2.32.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 490 of 788 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glibc/glibc_2.32.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 491 of 788 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/initscripts/init-system-helpers_1.58.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 492 of 788 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/initscripts/initscripts_1.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 493 of 788 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/kbd/kbd_2.3.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 494 of 788 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/libxcrypt/libxcrypt_4.4.17.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 495 of 788 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 496 of 788 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/ncurses/ncurses_6.2.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 497 of 788 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/os-release/os-release.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 498 of 788 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/readline/readline_8.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 499 of 788 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/systemd/systemd-compat-units.bb:do_package_write_rpm_setscene)
NOTE: Running 

[OE-core] [AUH] dnf: upgrading to 4.5.2 FAILED

2020-12-15 Thread auh
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *dnf* to *4.5.2* has 
Failed(other errors).

Detailed error information:

'MACHINE=qemux86 bitbake dnf' failed
Loading cache...done.
Loaded 1425 entries from dependency cache.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "1.49.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "i686-poky-linux"
MACHINE  = "qemux86"
DISTRO   = "poky"
DISTRO_VERSION   = "3.2+snapshot-5c15cd0ca06c91232af73e8447ce5cf1794843b3"
TUNE_FEATURES= "m32 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:5c15cd0ca06c91232af73e8447ce5cf1794843b3"
workspace= "master:796be0593a607938aef3941372a9238b7e895446"

Initialising tasks...done.
Sstate summary: Wanted 314 Found 185 Missed 129 Current 491 (58% match, 83% 
complete)
NOTE: Executing Tasks
NOTE: Running setscene task 626 of 805 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/elfutils/elfutils_0.182.bb:do_populate_sysroot_setscene)
NOTE: Running setscene task 682 of 805 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-support/db/db_5.3.28.bb:do_populate_sysroot_setscene)
NOTE: Running setscene task 748 of 805 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glib-2.0/glib-2.0_2.66.2.bb:do_populate_sysroot_setscene)
NOTE: recipe elfutils-0.182-r0: task do_populate_sysroot_setscene: Started
NOTE: recipe db-1_5.3.28-r1: task do_populate_sysroot_setscene: Started
NOTE: recipe glib-2.0-1_2.66.2-r0: task do_populate_sysroot_setscene: Started
NOTE: recipe db-1_5.3.28-r1: task do_populate_sysroot_setscene: Succeeded
NOTE: Running setscene task 759 of 805 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-support/db/db_5.3.28.bb:do_deploy_source_date_epoch_setscene)
NOTE: recipe elfutils-0.182-r0: task do_populate_sysroot_setscene: Succeeded
NOTE: Running setscene task 760 of 805 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/elfutils/elfutils_0.182.bb:do_deploy_source_date_epoch_setscene)
NOTE: recipe glib-2.0-1_2.66.2-r0: task do_populate_sysroot_setscene: Succeeded
NOTE: Running setscene task 761 of 805 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/dbus/dbus_1.12.20.bb:do_populate_sysroot_setscene)
NOTE: Running setscene task 762 of 805 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glib-2.0/glib-2.0_2.66.2.bb:do_deploy_source_date_epoch_setscene)
NOTE: Running setscene task 763 of 805 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-support/libpcre/libpcre_8.44.bb:do_populate_sysroot_setscene)
NOTE: recipe db-1_5.3.28-r1: task do_deploy_source_date_epoch_setscene: Started
NOTE: recipe elfutils-0.182-r0: task do_deploy_source_date_epoch_setscene: 
Started
NOTE: recipe db-1_5.3.28-r1: task do_deploy_source_date_epoch_setscene: 
Succeeded
NOTE: recipe elfutils-0.182-r0: task do_deploy_source_date_epoch_setscene: 
Succeeded
NOTE: recipe libpcre-8.44-r0: task do_populate_sysroot_setscene: Started
NOTE: recipe dbus-1.12.20-r0: task do_populate_sysroot_setscene: Started
NOTE: recipe glib-2.0-1_2.66.2-r0: task do_deploy_source_date_epoch_setscene: 
Started
NOTE: recipe glib-2.0-1_2.66.2-r0: task do_deploy_source_date_epoch_setscene: 
Succeeded
NOTE: Running task 1045 of 2490 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-support/libgpg-error/libgpg-error_1.39.bb:do_fetch)
NOTE: recipe libpcre-8.44-r0: task do_populate_sysroot_setscene: Succeeded
NOTE: Running setscene task 764 of 805 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-support/libpcre/libpcre_8.44.bb:do_deploy_source_date_epoch_setscene)
NOTE: Running task 1122 of 2490 
(virtual:native:/home/pokybuild/yocto-worker/auh/build/build/build/workspace/recipes/binutils/binutils_2.35.1.bb:do_fetch)
NOTE: Running task 1123 of 2490 
(virtual:native:/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/prelink/prelink_git.bb:do_fetch)
NOTE: Running task 1124 of 2490 
(virtual:native:/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.66.1.bb:do_fetch)
NOTE: Running task 1132 of 2490 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-support/libgcrypt/libgcrypt_1.8.7.bb:do_fetch)
NOTE: Running task 1133 of 2490 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-support/libassuan/libassuan_2.5.4.bb:do_fetch)
NOTE: Running task 1140 of 2490 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-support/popt/popt_1.18.bb:do_fetch)
NOTE: Running task 1141 of 2490 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-devtools/file/file_5.39.bb:do_fetch)
NOTE: Running task 1149 of 2490 

[OE-core] [AUH] libmodulemd: upgrading to 2.11.0 FAILED

2020-12-15 Thread auh
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *libmodulemd* to *2.11.0* has 
Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
- apply the patch: git am 0001-libmodulemd-upgrade-2.9.4-2.11.0.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper
Loading cache...done.
Loaded 1416 entries from dependency cache.
Parsing recipes...done.
Parsing of 807 .bb files complete (800 cached, 7 parsed). 1413 targets, 41 
skipped, 0 masked, 0 errors.
Removing 110 recipes from the core2-32 sysroot...done.
Removing 115 recipes from the qemux86 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "1.49.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "i686-poky-linux-musl"
MACHINE  = "qemux86"
DISTRO   = "poky"
DISTRO_VERSION   = "3.2+snapshot-77dbac7ca419131b334541df9c003efcbf53ebdc"
TUNE_FEATURES= "m32 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:77dbac7ca419131b334541df9c003efcbf53ebdc"
workspace= "master:796be0593a607938aef3941372a9238b7e895446"

Initialising tasks...done.
Sstate summary: Wanted 484 Found 466 Missed 18 Current 202 (96% match, 97% 
complete)
NOTE: Executing Tasks
NOTE: Running setscene task 203 of 686 
(/home/pokybuild/yocto-worker/auh/build/build/build/workspace/recipes/binutils/binutils_2.35.1.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 204 of 686 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/iproute2/iproute2_5.9.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 205 of 686 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/openssl/openssl_1.1.1h.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 206 of 686 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/socat/socat_1.7.3.4.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 207 of 686 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-files/base-files_3.0.14.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 208 of 686 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 209 of 686 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb:do_populate_sysroot_setscene)
NOTE: Running setscene task 210 of 686 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/coreutils/coreutils_8.32.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 211 of 686 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/dbus/dbus-test_1.12.20.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 212 of 686 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/dbus/dbus_1.12.20.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 213 of 686 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/expat/expat_2.2.10.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 214 of 686 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/fts/fts_1.2.7.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 215 of 686 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glib-2.0/glib-2.0_2.66.2.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 216 of 686 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/initscripts/init-system-helpers_1.58.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 217 of 686 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/initscripts/initscripts_1.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 218 of 686 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/kbd/kbd_2.3.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 219 of 686 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 220 of 

[OE-core] [AUH] util-linux: upgrading to 2.36.1 FAILED

2020-12-15 Thread auh
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *util-linux* to *2.36.1* has 
Failed(other errors).

Detailed error information:

'MACHINE=qemux86 bitbake util-linux' failed
Loading cache...done.
Loaded 1420 entries from dependency cache.
Parsing recipes...done.
Parsing of 806 .bb files complete (805 cached, 1 parsed). 1410 targets, 31 
skipped, 0 masked, 0 errors.
Removing 93 recipes from the core2-32 sysroot...done.
Removing 99 recipes from the qemux86 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "1.49.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "i686-poky-linux"
MACHINE  = "qemux86"
DISTRO   = "poky"
DISTRO_VERSION   = "3.2+snapshot-e397c67133b19959048a93011992d3fda79edf0d"
TUNE_FEATURES= "m32 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:e397c67133b19959048a93011992d3fda79edf0d"
workspace= "master:796be0593a607938aef3941372a9238b7e895446"

Initialising tasks...done.
Sstate summary: Wanted 455 Found 452 Missed 3 Current 199 (99% match, 99% 
complete)
NOTE: Executing Tasks
NOTE: Running setscene task 200 of 654 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/iproute2/iproute2_5.9.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 201 of 654 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/openssl/openssl_1.1.1h.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 202 of 654 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/socat/socat_1.7.3.4.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 203 of 654 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-files/base-files_3.0.14.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 204 of 654 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 205 of 654 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb:do_populate_sysroot_setscene)
NOTE: Running setscene task 206 of 654 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/coreutils/coreutils_8.32.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 207 of 654 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/dbus/dbus-test_1.12.20.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 208 of 654 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/dbus/dbus_1.12.20.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 209 of 654 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/expat/expat_2.2.10.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 210 of 654 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glib-2.0/glib-2.0_2.66.2.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 211 of 654 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glibc/glibc-locale_2.32.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 212 of 654 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glibc/glibc_2.32.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 213 of 654 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/initscripts/init-system-helpers_1.58.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 214 of 654 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/initscripts/initscripts_1.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 215 of 654 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/kbd/kbd_2.3.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 216 of 654 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/libxcrypt/libxcrypt_4.4.17.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 217 of 654 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 218 of 654 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/ncurses/ncurses_6.2.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 219 of 654 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/os-release/os-release.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 220 of 654 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/readline/readline_8.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 221 of 654 

[OE-core] [AUH] cmake: upgrading to 3.19.1 FAILED

2020-12-15 Thread auh
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *cmake* to *3.19.1* has Failed 
(devtool error).

Detailed error information:

Running 'devtool upgrade' for recipe cmake failed.
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)...
Loading cache...done.
Loaded 1423 entries from dependency cache.
INFO: Extracting current version source...
INFO: SRC_URI contains some conditional appends/prepends - will create branches 
to represent these
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "1.49.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "3.2+snapshot-5c15cd0ca06c91232af73e8447ce5cf1794843b3"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:5c15cd0ca06c91232af73e8447ce5cf1794843b3"
workspace= "master:796be0593a607938aef3941372a9238b7e895446"

Initialising tasks...done.
Sstate summary: Wanted 0 Found 0 Missed 0 Current 20 (0% match, 100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 93 tasks of which 90 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
INFO: Extracting upgraded version source...
INFO: Fetching https://cmake.org/files/v3.19/cmake-3.19.1.tar.gz...
Loading cache...done.
Loaded 1423 entries from dependency cache.
Parsing recipes...done.
Parsing of 808 .bb files complete (806 cached, 2 parsed). 1414 targets, 31 
skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "1.49.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "3.2+snapshot-5c15cd0ca06c91232af73e8447ce5cf1794843b3"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:5c15cd0ca06c91232af73e8447ce5cf1794843b3"
workspace= "master:796be0593a607938aef3941372a9238b7e895446"

Initialising tasks...done.
Sstate summary: Wanted 0 Found 0 Missed 0 Current 0 (0% match, 0% complete)
NOTE: No setscene tasks
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 2 tasks of which 0 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
DEBUG 5 [Errno 25] Inappropriate ioctl for device
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   0% |   | ETA:  --:--:--
Adding changed files:   2% || ETA:  0:00:03
Adding changed files:   5% |#   | ETA:  0:00:02
Adding changed files:   8% |##  | ETA:  0:00:02
Adding changed files:  10% |### | ETA:  0:00:02
Adding changed files:  13% || ETA:  0:00:01
Adding changed files:  16% |#   | ETA:  0:00:01
Adding changed files:  19% |##  | ETA:  0:00:01
Adding changed files:  21% |### | ETA:  0:00:01
Adding changed files:  24% || ETA:  0:00:01
Adding changed files:  27% |#   | ETA:  0:00:01
Adding changed files:  30% |##  | ETA:  0:00:01
Adding changed files:  32% |### | ETA:  0:00:01
Adding changed files:  35% || ETA:  0:00:01
Adding changed files:  38% |#   | ETA:  0:00:01
Adding changed files:  41% |##  | ETA:  0:00:01
Adding changed files:  43% |### | ETA:  0:00:01
Adding changed files:  46% || ETA:  0:00:01
Adding changed files:  49% |#   | ETA:  0:00:01
Adding changed files:  52% |##  | ETA:  0:00:00
Adding changed files:  54% |### | ETA:  0:00:00
Adding changed files:  57% || ETA:  0:00:00
Adding changed files:  60% |#   | ETA:  0:00:00
Adding changed files:  63% |##  | ETA:  0:00:00
Adding changed files:  65% |### | ETA:  0:00:00
Adding changed files:  68% || ETA:  0:00:00
Adding changed files:  71% 

[OE-core] [AUH] libdnf: upgrading to 0.55.2 FAILED

2020-12-15 Thread auh
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *libdnf* to *0.55.2* has 
Failed(other errors).

Detailed error information:

'MACHINE=qemux86 bitbake libdnf' failed
Loading cache...done.
Loaded 1425 entries from dependency cache.
Parsing recipes...done.
Parsing of 807 .bb files complete (801 cached, 6 parsed). 1413 targets, 31 
skipped, 0 masked, 0 errors.
Removing 8 recipes from the core2-32 sysroot...done.
Removing 8 recipes from the qemux86 sysroot...done.
Removing 1 recipes from the x86_64_i686 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "1.49.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "i686-poky-linux"
MACHINE  = "qemux86"
DISTRO   = "poky"
DISTRO_VERSION   = "3.2+snapshot-77dbac7ca419131b334541df9c003efcbf53ebdc"
TUNE_FEATURES= "m32 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:77dbac7ca419131b334541df9c003efcbf53ebdc"
workspace= "master:796be0593a607938aef3941372a9238b7e895446"

Initialising tasks...done.
Sstate summary: Wanted 559 Found 556 Missed 3 Current 208 (99% match, 99% 
complete)
NOTE: Executing Tasks
NOTE: Running setscene task 209 of 767 
(/home/pokybuild/yocto-worker/auh/build/build/build/workspace/recipes/binutils/binutils_2.35.1.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 210 of 767 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/iproute2/iproute2_5.9.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 211 of 767 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/openssl/openssl_1.1.1h.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 212 of 767 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/socat/socat_1.7.3.4.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 213 of 767 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-files/base-files_3.0.14.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 214 of 767 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 215 of 767 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb:do_populate_sysroot_setscene)
NOTE: Running setscene task 216 of 767 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/coreutils/coreutils_8.32.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 217 of 767 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/dbus/dbus-test_1.12.20.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 218 of 767 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/dbus/dbus_1.12.20.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 219 of 767 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/expat/expat_2.2.10.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 220 of 767 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glib-2.0/glib-2.0_2.66.2.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 221 of 767 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glibc/glibc-locale_2.32.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 222 of 767 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glibc/glibc_2.32.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 223 of 767 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/initscripts/init-system-helpers_1.58.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 224 of 767 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/initscripts/initscripts_1.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 225 of 767 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/kbd/kbd_2.3.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 226 of 767 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/libxcrypt/libxcrypt_4.4.17.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 227 of 767 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 228 of 767 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/ncurses/ncurses_6.2.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 230 of 767 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/readline/readline_8.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 231 of 767 

[OE-core] [AUH] systemd: upgrading to 247.1 FAILED

2020-12-15 Thread auh
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *systemd* to *247.1* has 
Failed (devtool error).

Detailed error information:

Running 'devtool upgrade' for recipe systemd failed.
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)...
Loading cache...done.
Loaded 1418 entries from dependency cache.
INFO: Extracting current version source...
INFO: SRC_URI contains some conditional appends/prepends - will create branches 
to represent these
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "1.49.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "3.2+snapshot-8fbab09d1b73546862b2c7a4f4d001fec83a79fa"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:8fbab09d1b73546862b2c7a4f4d001fec83a79fa"
workspace= "master:796be0593a607938aef3941372a9238b7e895446"

Initialising tasks...done.
Sstate summary: Wanted 0 Found 0 Missed 0 Current 20 (0% match, 100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 93 tasks of which 90 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
INFO: Adding local source files to srctree...
INFO: Extracting upgraded version source...
WARNING: Command 'git rebase dc057df84c93274283cd228bc56733bc03a54195' failed:
First, rewinding head to replay your work on top of it...
Applying: network: wait for previous address removal before configuring static 
addresses
Using index info to reconstruct a base tree...
M   src/network/networkd-link.c
M   src/network/networkd-link.h
Falling back to patching base and 3-way merge...
Auto-merging src/network/networkd-link.c
CONFLICT (content): Merge conflict in src/network/networkd-link.c
error: Failed to merge in the changes.
Patch failed at 0001 network: wait for previous address removal before 
configuring static addresses
Use 'git am --show-current-patch' to see the failed patch

Resolve all conflicts manually, mark them as resolved with
"git add/rm ", then run "git rebase --continue".
You can instead skip this commit: run "git rebase --skip".
To abort and get back to the state before "git rebase", run "git rebase 
--abort".

You will need to resolve conflicts in order to complete the upgrade.
INFO: Upgraded source extracted to 
/home/pokybuild/yocto-worker/auh/build/build/build/workspace/sources/systemd
INFO: New recipe is 
/home/pokybuild/yocto-worker/auh/build/build/build/workspace/recipes/systemd/systemd_247.1.bb



Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#145665): 
https://lists.openembedded.org/g/openembedded-core/message/145665
Mute This Topic: https://lists.openembedded.org/mt/78984144/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [AUH] go-runtime: upgrading to 1.15.6 SUCCEEDED

2020-12-15 Thread auh
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *go-runtime* to *1.15.6* has 
Succeeded.

Next steps:
- apply the patch: git am 0001-go-runtime-upgrade-1.15.5-1.15.6.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper
packages/core2-32-poky-linux/go-runtime/go-runtime-dbg: PV changed from 
"1.15.5" to "1.15.6"
packages/core2-32-poky-linux/go-runtime/go-runtime-dbg: PKGV changed from 
1.15.5 [default] to 1.15.6 [default]
packages/core2-32-poky-linux/go-runtime/go-runtime-dev: PKGSIZE changed from 
135691745 to 135714940 (+0%)
packages/core2-32-poky-linux/go-runtime/go-runtime-dev: PV changed from 
"1.15.5" to "1.15.6"
packages/core2-32-poky-linux/go-runtime/go-runtime-dev: PKGV changed from 
1.15.5 [default] to 1.15.6 [default]
packages/core2-32-poky-linux/go-runtime/go-runtime-doc: PV changed from 
"1.15.5" to "1.15.6"
packages/core2-32-poky-linux/go-runtime/go-runtime-doc: PKGV changed from 
1.15.5 [default] to 1.15.6 [default]
packages/core2-32-poky-linux/go-runtime/go-runtime-locale: PV changed from 
"1.15.5" to "1.15.6"
packages/core2-32-poky-linux/go-runtime/go-runtime-locale: PKGV changed from 
1.15.5 [default] to 1.15.6 [default]
packages/core2-32-poky-linux/go-runtime/go-runtime-src: PV changed from 
"1.15.5" to "1.15.6"
packages/core2-32-poky-linux/go-runtime/go-runtime-src: PKGV changed from 
1.15.5 [default] to 1.15.6 [default]
packages/core2-32-poky-linux/go-runtime/go-runtime-staticdev: PKGSIZE changed 
from 63197094 to 63220338 (+0%)
packages/core2-32-poky-linux/go-runtime/go-runtime-staticdev: PV changed from 
"1.15.5" to "1.15.6"
packages/core2-32-poky-linux/go-runtime/go-runtime-staticdev: PKGV changed from 
1.15.5 [default] to 1.15.6 [default]
packages/core2-32-poky-linux/go-runtime/go-runtime: PKGSIZE changed from 
28087512 to 28087616 (+0%)
packages/core2-32-poky-linux/go-runtime/go-runtime: PV changed from "1.15.5" to 
"1.15.6"
packages/core2-32-poky-linux/go-runtime/go-runtime: PKGV changed from 1.15.5 
[default] to 1.15.6 [default]
packages/core2-32-poky-linux/go-runtime: SRC_URI changed from 
"http://golang.org/dl/go1.15.5.src.tar.gz;name=main 
file://0001-allow-CC-and-CXX-to-have-multiple-words.patch 
file://0002-cmd-go-make-content-based-hash-generation-less-pedan.patch 
file://0003-allow-GOTOOLDIR-to-be-overridden-in-the-environment.patch 
file://0004-ld-add-soname-to-shareable-objects.patch 
file://0005-make.bash-override-CC-when-building-dist-and-go_boot.patch 
file://0006-cmd-dist-separate-host-and-target-builds.patch 
file://0007-cmd-go-make-GOROOT-precious-by-default.patch 
file://0008-use-GOBUILDMODE-to-set-buildmode.patch 
file://0009-cmd-go-permit-CGO_LDFLAGS-to-appear-in-go-ldflag.patch" to 
"http://golang.org/dl/go1.15.6.src.tar.gz;name=main 
file://0001-allow-CC-and-CXX-to-have-multiple-words.patch 
file://0002-cmd-go-make-content-based-hash-generation-less-pedan.patch 
file://0003-allow-GOTOOLDIR-to-be-overridden-in-the-environment.patch 
file://0004-ld-add-soname-to-shareable-objects.patch file://0005-make.ba
 sh-override-CC-when-building-dist-and-go_boot.patch 
file://0006-cmd-dist-separate-host-and-target-builds.patch 
file://0007-cmd-go-make-GOROOT-precious-by-default.patch 
file://0008-use-GOBUILDMODE-to-set-buildmode.patch"
packages/core2-32-poky-linux/go-runtime: PV changed from "1.15.5" to "1.15.6"
packages/core2-32-poky-linux/go-runtime: PKGV changed from 1.15.5 [default] to 
1.15.6 [default]
Loading cache...done.
Loaded 1414 entries from dependency cache.
Parsing recipes...done.
Parsing of 807 .bb files complete (798 cached, 9 parsed). 1413 targets, 66 
skipped, 0 masked, 0 errors.
Removing 1 recipes from the ppc7400 sysroot...done.
Removing 1 recipes from the qemuppc sysroot...done.
ERROR: Nothing PROVIDES 'go-runtime'
go-runtime was skipped: incompatible with host powerpc-poky-linux (not in 
COMPATIBLE_HOST)

Summary: There was 1 ERROR message shown, returning a non-zero exit code.
>From b7b62d98b79be638b287eee537f2828a6021867c Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Tue, 15 Dec 2020 06:14:50 +
Subject: [PATCH] go-runtime: upgrade 1.15.5 -> 1.15.6

---
 meta/recipes-devtools/go/go-1.15.inc  |  25 +++--
 ...t-CGO_LDFLAGS-to-appear-in-go-ldflag.patch | 100 --
 2 files changed, 

[OE-core] [AUH] go: upgrading to 1.15.6 SUCCEEDED

2020-12-15 Thread auh
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *go* to *1.15.6* has Succeeded.

Next steps:
- apply the patch: git am 0001-go-upgrade-1.15.5-1.15.6.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper
packages/core2-32-poky-linux/go-runtime/go-runtime-dbg: PV changed from 
"1.15.5" to "1.15.6"
packages/core2-32-poky-linux/go-runtime/go-runtime-dbg: PKGV changed from 
1.15.5 [default] to 1.15.6 [default]
packages/core2-32-poky-linux/go-runtime/go-runtime-dev: PV changed from 
"1.15.5" to "1.15.6"
packages/core2-32-poky-linux/go-runtime/go-runtime-dev: PKGV changed from 
1.15.5 [default] to 1.15.6 [default]
packages/core2-32-poky-linux/go-runtime/go-runtime-dev: PKGSIZE changed from 
135691745 to 135714940 (+0%)
packages/core2-32-poky-linux/go-runtime/go-runtime-doc: PV changed from 
"1.15.5" to "1.15.6"
packages/core2-32-poky-linux/go-runtime/go-runtime-doc: PKGV changed from 
1.15.5 [default] to 1.15.6 [default]
packages/core2-32-poky-linux/go-runtime/go-runtime-locale: PV changed from 
"1.15.5" to "1.15.6"
packages/core2-32-poky-linux/go-runtime/go-runtime-locale: PKGV changed from 
1.15.5 [default] to 1.15.6 [default]
packages/core2-32-poky-linux/go-runtime/go-runtime-src: PV changed from 
"1.15.5" to "1.15.6"
packages/core2-32-poky-linux/go-runtime/go-runtime-src: PKGV changed from 
1.15.5 [default] to 1.15.6 [default]
packages/core2-32-poky-linux/go-runtime/go-runtime-staticdev: PV changed from 
"1.15.5" to "1.15.6"
packages/core2-32-poky-linux/go-runtime/go-runtime-staticdev: PKGV changed from 
1.15.5 [default] to 1.15.6 [default]
packages/core2-32-poky-linux/go-runtime/go-runtime-staticdev: PKGSIZE changed 
from 63197094 to 63220338 (+0%)
packages/core2-32-poky-linux/go-runtime/go-runtime: PV changed from "1.15.5" to 
"1.15.6"
packages/core2-32-poky-linux/go-runtime/go-runtime: PKGV changed from 1.15.5 
[default] to 1.15.6 [default]
packages/core2-32-poky-linux/go-runtime/go-runtime: PKGSIZE changed from 
28087512 to 28087616 (+0%)
packages/core2-32-poky-linux/go-runtime: PV changed from "1.15.5" to "1.15.6"
packages/core2-32-poky-linux/go-runtime: PKGV changed from 1.15.5 [default] to 
1.15.6 [default]
packages/core2-32-poky-linux/go-runtime: SRC_URI changed from 
"http://golang.org/dl/go1.15.5.src.tar.gz;name=main 
file://0001-allow-CC-and-CXX-to-have-multiple-words.patch 
file://0002-cmd-go-make-content-based-hash-generation-less-pedan.patch 
file://0003-allow-GOTOOLDIR-to-be-overridden-in-the-environment.patch 
file://0004-ld-add-soname-to-shareable-objects.patch 
file://0005-make.bash-override-CC-when-building-dist-and-go_boot.patch 
file://0006-cmd-dist-separate-host-and-target-builds.patch 
file://0007-cmd-go-make-GOROOT-precious-by-default.patch 
file://0008-use-GOBUILDMODE-to-set-buildmode.patch 
file://0009-cmd-go-permit-CGO_LDFLAGS-to-appear-in-go-ldflag.patch" to 
"http://golang.org/dl/go1.15.6.src.tar.gz;name=main 
file://0001-allow-CC-and-CXX-to-have-multiple-words.patch 
file://0002-cmd-go-make-content-based-hash-generation-less-pedan.patch 
file://0003-allow-GOTOOLDIR-to-be-overridden-in-the-environment.patch 
file://0004-ld-add-soname-to-shareable-objects.patch file://0005-make.ba
 sh-override-CC-when-building-dist-and-go_boot.patch 
file://0006-cmd-dist-separate-host-and-target-builds.patch 
file://0007-cmd-go-make-GOROOT-precious-by-default.patch 
file://0008-use-GOBUILDMODE-to-set-buildmode.patch"
packages/core2-32-poky-linux/go/go-dev: PV changed from "1.15.5" to "1.15.6"
packages/core2-32-poky-linux/go/go-dev: PKGV changed from 1.15.5 [default] to 
1.15.6 [default]
packages/core2-32-poky-linux/go/go-src: PV changed from "1.15.5" to "1.15.6"
packages/core2-32-poky-linux/go/go-src: PKGV changed from 1.15.5 [default] to 
1.15.6 [default]
packages/core2-32-poky-linux/go/go: PV changed from "1.15.5" to "1.15.6"
packages/core2-32-poky-linux/go/go: PKGV changed from 1.15.5 [default] to 
1.15.6 [default]
packages/core2-32-poky-linux/go/go: PKGSIZE changed from 81348563 to 81373139 
(+0%)
packages/core2-32-poky-linux/go: PV changed from "1.15.5" to "1.15.6"
packages/core2-32-poky-linux/go: PKGV changed from 1.15.5 [default] to 1.15.6 
[default]
packages/core2-32-poky-linux/go: SRC_URI changed from 

[OE-core] [AUH] ovmf: upgrading to edk2-stable202011 FAILED

2020-12-15 Thread auh
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *ovmf* to *edk2-stable202011* 
has Failed (devtool error).

Detailed error information:

The following devtool command failed:  upgrade ovmf -V edk2-stable202011 -S 
872f953262d68a11da7bc2fb3ded16df234b8700
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)...
Loading cache...done.
Loaded 1415 entries from dependency cache.
INFO: Extracting current version source...
Removing 1 recipes from the x86_64 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "1.49.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "3.2+snapshot-0da42903041e10dd2ec261915833460278e86163"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:0da42903041e10dd2ec261915833460278e86163"
workspace= "master:796be0593a607938aef3941372a9238b7e895446"

Initialising tasks...done.
Sstate summary: Wanted 0 Found 0 Missed 0 Current 20 (0% match, 100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 93 tasks of which 90 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 1 seconds
INFO: Extracting upgraded version source...
INFO: Fetching 
gitsm://github.com/tianocore/edk2.git;branch=master;protocol=https...
Loading cache...done.
Loaded 1415 entries from dependency cache.
Parsing recipes...done.
Parsing of 807 .bb files complete (805 cached, 2 parsed). 1411 targets, 31 
skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "1.49.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "3.2+snapshot-0da42903041e10dd2ec261915833460278e86163"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:0da42903041e10dd2ec261915833460278e86163"
workspace= "master:796be0593a607938aef3941372a9238b7e895446"

Initialising tasks...done.
Sstate summary: Wanted 0 Found 0 Missed 0 Current 0 (0% match, 0% complete)
NOTE: No setscene tasks
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 2 tasks of which 0 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 1 seconds
Traceback (most recent call last):
  File "/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/devtool", 
line 334, in 
ret = main()
  File "/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/devtool", 
line 321, in main
ret = args.func(args, config, basepath, workspace)
  File 
"/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/lib/devtool/upgrade.py",
 line 557, in upgrade
tinfoil, rd)
  File 
"/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/lib/devtool/upgrade.py",
 line 218, in _extract_new_source
md5 = checksums['md5sum']
KeyError: 'md5sum'



Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#145663): 
https://lists.openembedded.org/g/openembedded-core/message/145663
Mute This Topic: https://lists.openembedded.org/mt/78984142/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [AUH] automake: upgrading to 1.16.3 FAILED

2020-12-15 Thread auh
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *automake* to *1.16.3* has 
Failed (devtool error).

Detailed error information:

The following devtool command failed:  upgrade automake -V 1.16.3
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)...
Loading cache...done.
Loaded 1419 entries from dependency cache.
INFO: Extracting current version source...
Removing 1 recipes from the x86_64 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "1.49.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "3.2+snapshot-e397c67133b19959048a93011992d3fda79edf0d"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:e397c67133b19959048a93011992d3fda79edf0d"
workspace= "master:796be0593a607938aef3941372a9238b7e895446"

Initialising tasks...done.
Sstate summary: Wanted 5 Found 0 Missed 5 Current 15 (0% match, 75% complete)
NOTE: Executing Tasks
ERROR: Error executing a python function in exec_python_func() autogenerated:

The stack trace of python calls that resulted in this exception/failure was:
File: 'exec_python_func() autogenerated', lineno: 2, function: 
 0001:
 *** 0002:devtool_post_unpack(d)
 0003:
File: 
'/home/pokybuild/yocto-worker/auh/build/build/poky/meta/classes/devtool-source.bbclass',
 lineno: 150, function: devtool_post_unpack
 0146:"doesn't use any source or the correct source "
 0147:"directory could not be determined" % d.getVar('PN'))
 0148:
 0149:devbranch = d.getVar('DEVTOOL_DEVBRANCH')
 *** 0150:setup_git_repo(srcsubdir, d.getVar('PV'), devbranch, d=d)
 0151:
 0152:(stdout, _) = bb.process.run('git rev-parse HEAD', cwd=srcsubdir)
 0153:initial_rev = stdout.rstrip()
 0154:with open(os.path.join(tempdir, 'initial_rev'), 'w') as f:
File: 
'/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/lib/devtool/__init__.py',
 lineno: 234, function: setup_git_repo
 0230:for line in excludes:
 0231:f.write(line)
 0232:
 0233:bb.process.run('git checkout -b %s' % devbranch, cwd=repodir)
 *** 0234:bb.process.run('git tag -f %s' % basetag, cwd=repodir)
 0235:
 0236:def recipe_to_append(recipefile, config, wildcard=False):
 0237:"""
 0238:Convert a recipe file to a bbappend file path within the 
workspace.
File: 
'/home/pokybuild/yocto-worker/auh/build/build/poky/bitbake/lib/bb/process.py', 
lineno: 184, function: run
 0180:if not stderr is None:
 0181:stderr = stderr.decode("utf-8")
 0182:
 0183:if pipe.returncode != 0:
 *** 0184:raise ExecutionError(cmd, pipe.returncode, stdout, stderr)
 0185:return stdout, stderr
Exception: bb.process.ExecutionError: Execution of 'git tag -f devtool-base' 
failed with exit code 128:
fatal: Failed to resolve 'HEAD' as a valid ref.


ERROR: Logfile of failure stored in: 
/home/pokybuild/yocto-worker/auh/build/build/build/tmp/work/core2-64-poky-linux/automake/1.16.2-r0/devtooltmp-uu0e88eg/temp/log.do_unpack.35063
ERROR: Error executing a python function in exec_python_func() autogenerated:

The stack trace of python calls that resulted in this exception/failure was:
File: 'exec_python_func() autogenerated', lineno: 2, function: 
 0001:
 *** 0002:devtool_post_unpack(d)
 0003:
File: 
'/home/pokybuild/yocto-worker/auh/build/build/poky/meta/classes/devtool-source.bbclass',
 lineno: 150, function: devtool_post_unpack
 0146:"doesn't use any source or the correct source "
 0147:"directory could not be determined" % d.getVar('PN'))
 0148:
 0149:devbranch = d.getVar('DEVTOOL_DEVBRANCH')
 *** 0150:setup_git_repo(srcsubdir, d.getVar('PV'), devbranch, d=d)
 0151:
 0152:(stdout, _) = bb.process.run('git rev-parse HEAD', cwd=srcsubdir)
 0153:initial_rev = stdout.rstrip()
 0154:with open(os.path.join(tempdir, 'initial_rev'), 'w') as f:
File: 
'/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/lib/devtool/__init__.py',
 lineno: 233, function: setup_git_repo
 0229:with open(excludefile, 'w') as f:
 0230:for line in excludes:
 0231:f.write(line)
 0232:
 *** 0233:bb.process.run('git checkout -b %s' % devbranch, cwd=repodir)
 0234:bb.process.run('git tag -f %s' % basetag, cwd=repodir)
 0235:
 0236:def recipe_to_append(recipefile, config, wildcard=False):
 0237:"""
File: 
'/home/pokybuild/yocto-worker/auh/build/build/poky/bitbake/lib/bb/process.py', 
lineno: 184, function: run

[OE-core] [AUH] readline: upgrading to 8.1 FAILED

2020-12-15 Thread auh
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *readline* to *8.1* has 
Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
- apply the patch: git am 0001-readline-upgrade-8.0-8.1.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper
>From 2e53dd14555dd5278d624a2f2d69252cc931649d Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Tue, 15 Dec 2020 05:29:47 +
Subject: [PATCH] readline: upgrade 8.0 -> 8.1

---
 meta/recipes-core/readline/files/inputrc  | 61 ---
 .../readline/readline-8.0/rl-native.map   | 12 
 .../configure-fix.patch   |  0
 .../norpath.patch |  0
 .../{readline_8.0.bb => readline_8.1.bb}  |  6 +-
 5 files changed, 3 insertions(+), 76 deletions(-)
 delete mode 100644 meta/recipes-core/readline/files/inputrc
 delete mode 100644 meta/recipes-core/readline/readline-8.0/rl-native.map
 rename meta/recipes-core/readline/{readline-8.0 => readline-8.1}/configure-fix.patch (100%)
 rename meta/recipes-core/readline/{readline-8.0 => readline-8.1}/norpath.patch (100%)
 rename meta/recipes-core/readline/{readline_8.0.bb => readline_8.1.bb} (25%)

diff --git a/meta/recipes-core/readline/files/inputrc b/meta/recipes-core/readline/files/inputrc
deleted file mode 100644
index b5c4c8af24..00
--- a/meta/recipes-core/readline/files/inputrc
+++ /dev/null
@@ -1,61 +0,0 @@
-# /etc/inputrc - global inputrc for libreadline
-# See readline(3readline) and `info rluserman' for more information.
-
-# Be 8 bit clean.
-set input-meta on
-set output-meta on
-
-# To allow the use of 8bit-characters like the german umlauts, comment out
-# the line below. However this makes the meta key not work as a meta key,
-# which is annoying to those which don't need to type in 8-bit characters.
-
-# set convert-meta off
-
-# try to enable the application keypad when it is called.  Some systems
-# need this to enable the arrow keys.
-# set enable-keypad on
-
-# see /usr/share/doc/bash/inputrc.arrows for other codes of arrow keys
-
-# do not bell on tab-completion 
-# set bell-style none 
-
-# some defaults / modifications for the emacs mode
-$if mode=emacs
-
-# allow the use of the Home/End keys
-# "\e[1~": beginning-of-line
-# "\e[4~": end-of-line
-
-# allow the use of the Delete/Insert keys
-# "\e[3~": delete-char
-# "\e[2~": quoted-insert
-
-# mappings for "page up" and "page down" to step to the beginning/end 
-# of the history
-# "\e[5~": beginning-of-history
-# "\e[6~": end-of-history
-
-# alternate mappings for "page up" and "page down" to search the history
-# "\e[5~": history-search-backward
-# "\e[6~": history-search-forward
-
-# # mappings for Ctrl-left-arrow and Ctrl-right-arrow for word moving
-# "\e[5C": forward-word
-# "\e[5D": backward-word
-# "\e\e[C": forward-word
-# "\e\e[D": backward-word
-
-# $if term=rxvt
-# "\e[8~": end-of-line
-# $endif
-
-# for non RH/Debian xterm, can't hurt for RH/DEbian xterm
-# "\eOH": beginning-of-line
-# "\eOF": end-of-line
-
-# for freebsd console
-# "\e[H": beginning-of-line
-# "\e[F": end-of-line
-
-$endif
diff --git a/meta/recipes-core/readline/readline-8.0/rl-native.map b/meta/recipes-core/readline/readline-8.0/rl-native.map
deleted file mode 100644
index 5e7d49cdd2..00
--- a/meta/recipes-core/readline/readline-8.0/rl-native.map
+++ /dev/null
@@ -1,12 +0,0 @@
-READLINE_6.3 {
-rl_change_environment;
-rl_clear_history;
-rl_executing_key;
-rl_executing_keyseq;
-rl_filename_stat_hook;
-rl_history_substr_search_backward;
-rl_history_substr_search_forward;
-rl_input_available_hook;
-rl_print_last_kbd_macro;
-rl_signal_event_hook;
-};
diff --git a/meta/recipes-core/readline/readline-8.0/configure-fix.patch b/meta/recipes-core/readline/readline-8.1/configure-fix.patch
similarity index 100%
rename from meta/recipes-core/readline/readline-8.0/configure-fix.patch
rename to meta/recipes-core/readline/readline-8.1/configure-fix.patch
diff --git a/meta/recipes-core/readline/readline-8.0/norpath.patch b/meta/recipes-core/readline/readline-8.1/norpath.patch
similarity index 100%
rename from meta/recipes-core/readline/readline-8.0/norpath.patch
rename to 

[OE-core] [AUH] sysvinit: upgrading to 2.98 SUCCEEDED

2020-12-15 Thread auh
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *sysvinit* to *2.98* has 
Succeeded.

Next steps:
- apply the patch: git am 0001-sysvinit-upgrade-2.97-2.98.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper
Loading cache...done.
Loaded 1412 entries from dependency cache.
Parsing recipes...done.
Parsing of 806 .bb files complete (803 cached, 3 parsed). 1410 targets, 41 
skipped, 0 masked, 0 errors.
Removing 94 recipes from the core2-32 sysroot...done.
Removing 100 recipes from the qemux86 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "1.49.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "i686-poky-linux-musl"
MACHINE  = "qemux86"
DISTRO   = "poky"
DISTRO_VERSION   = "3.2+snapshot-8fbab09d1b73546862b2c7a4f4d001fec83a79fa"
TUNE_FEATURES= "m32 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:8fbab09d1b73546862b2c7a4f4d001fec83a79fa"
workspace= "master:796be0593a607938aef3941372a9238b7e895446"

Initialising tasks...done.
Sstate summary: Wanted 478 Found 466 Missed 12 Current 196 (97% match, 98% 
complete)
NOTE: Executing Tasks
NOTE: Running setscene task 197 of 674 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/iproute2/iproute2_5.9.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 198 of 674 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/openssl/openssl_1.1.1h.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 199 of 674 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-connectivity/socat/socat_1.7.3.4.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 200 of 674 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-files/base-files_3.0.14.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 201 of 674 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 202 of 674 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb:do_populate_sysroot_setscene)
NOTE: Running setscene task 203 of 674 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/coreutils/coreutils_8.32.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 204 of 674 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/dbus/dbus-test_1.12.20.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 205 of 674 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/dbus/dbus_1.12.20.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 206 of 674 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/expat/expat_2.2.10.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 207 of 674 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/fts/fts_1.2.7.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 208 of 674 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/glib-2.0/glib-2.0_2.66.2.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 209 of 674 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/initscripts/init-system-helpers_1.58.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 210 of 674 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/initscripts/initscripts_1.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 211 of 674 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/kbd/kbd_2.3.0.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 212 of 674 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/libxml/libxml2_2.9.10.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 213 of 674 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/musl/bsd-headers.bb:do_package_write_rpm_setscene)
NOTE: Running setscene task 214 of 674 

[OE-core] [AUH] gnu-config: upgrading to 90b8cb42ba3b244250a6986b8b78c80f30ed197a FAILED

2020-12-15 Thread auh
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *gnu-config* to 
*90b8cb42ba3b244250a6986b8b78c80f30ed197a* has Failed (devtool error).

Detailed error information:

The following devtool command failed:  upgrade gnu-config -S 
90b8cb42ba3b244250a6986b8b78c80f30ed197a
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)...
Loading cache...done.
Loaded 1423 entries from dependency cache.
INFO: Extracting current version source...
Removing 1 recipes from the x86_64 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "1.49.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "3.2+snapshot-5c15cd0ca06c91232af73e8447ce5cf1794843b3"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:5c15cd0ca06c91232af73e8447ce5cf1794843b3"
workspace= "master:796be0593a607938aef3941372a9238b7e895446"

Initialising tasks...done.
Sstate summary: Wanted 8 Found 0 Missed 8 Current 12 (0% match, 60% complete)
NOTE: Executing Tasks
ERROR: Error executing a python function in exec_python_func() autogenerated:

The stack trace of python calls that resulted in this exception/failure was:
File: 'exec_python_func() autogenerated', lineno: 2, function: 
 0001:
 *** 0002:devtool_post_unpack(d)
 0003:
File: 
'/home/pokybuild/yocto-worker/auh/build/build/poky/meta/classes/devtool-source.bbclass',
 lineno: 150, function: devtool_post_unpack
 0146:"doesn't use any source or the correct source "
 0147:"directory could not be determined" % d.getVar('PN'))
 0148:
 0149:devbranch = d.getVar('DEVTOOL_DEVBRANCH')
 *** 0150:setup_git_repo(srcsubdir, d.getVar('PV'), devbranch, d=d)
 0151:
 0152:(stdout, _) = bb.process.run('git rev-parse HEAD', cwd=srcsubdir)
 0153:initial_rev = stdout.rstrip()
 0154:with open(os.path.join(tempdir, 'initial_rev'), 'w') as f:
File: 
'/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/lib/devtool/__init__.py',
 lineno: 233, function: setup_git_repo
 0229:with open(excludefile, 'w') as f:
 0230:for line in excludes:
 0231:f.write(line)
 0232:
 *** 0233:bb.process.run('git checkout -b %s' % devbranch, cwd=repodir)
 0234:bb.process.run('git tag -f %s' % basetag, cwd=repodir)
 0235:
 0236:def recipe_to_append(recipefile, config, wildcard=False):
 0237:"""
File: 
'/home/pokybuild/yocto-worker/auh/build/build/poky/bitbake/lib/bb/process.py', 
lineno: 184, function: run
 0180:if not stderr is None:
 0181:stderr = stderr.decode("utf-8")
 0182:
 0183:if pipe.returncode != 0:
 *** 0184:raise ExecutionError(cmd, pipe.returncode, stdout, stderr)
 0185:return stdout, stderr
Exception: bb.process.ExecutionError: Execution of 'git checkout -b 
devtool-orig' failed with exit code 128:
fatal: A branch named 'devtool-orig' already exists.


ERROR: Logfile of failure stored in: 
/home/pokybuild/yocto-worker/auh/build/build/build/tmp/work/core2-64-poky-linux/gnu-config/20201018+gitAUTOINC+664b772118-r0/devtooltmp-euoty2x1/temp/log.do_unpack.35131
NOTE: Tasks Summary: Attempted 55 tasks of which 44 didn't need to be rerun and 
1 failed.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 1 seconds
ERROR: Extracting source for gnu-config failed



Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#145674): 
https://lists.openembedded.org/g/openembedded-core/message/145674
Mute This Topic: https://lists.openembedded.org/mt/78984153/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [AUH] init-system-helpers: upgrading to 1.60 SUCCEEDED

2020-12-15 Thread auh
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *init-system-helpers* to 
*1.60* has Succeeded.

Next steps:
- apply the patch: git am 0001-init-system-helpers-upgrade-1.58-1.60.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper
packages/core2-32-poky-linux/init-system-helpers/init-system-helpers-dbg: PKGV 
changed from 1.58 [default] to 1.60 [default]
packages/core2-32-poky-linux/init-system-helpers/init-system-helpers-dbg: PV 
changed from "1.58" to "1.60"
packages/core2-32-poky-linux/init-system-helpers/init-system-helpers-dev: PKGV 
changed from 1.58 [default] to 1.60 [default]
packages/core2-32-poky-linux/init-system-helpers/init-system-helpers-dev: PV 
changed from "1.58" to "1.60"
packages/core2-32-poky-linux/init-system-helpers/init-system-helpers-doc: PKGV 
changed from 1.58 [default] to 1.60 [default]
packages/core2-32-poky-linux/init-system-helpers/init-system-helpers-doc: PV 
changed from "1.58" to "1.60"
packages/core2-32-poky-linux/init-system-helpers/init-system-helpers-invoke-rc.d:
 PKGSIZE changed from 17042 to 16507 (-3%)
packages/core2-32-poky-linux/init-system-helpers/init-system-helpers-invoke-rc.d:
 PKGV changed from 1.58 [default] to 1.60 [default]
packages/core2-32-poky-linux/init-system-helpers/init-system-helpers-invoke-rc.d:
 PV changed from "1.58" to "1.60"
packages/core2-32-poky-linux/init-system-helpers/init-system-helpers-locale: 
PKGV changed from 1.58 [default] to 1.60 [default]
packages/core2-32-poky-linux/init-system-helpers/init-system-helpers-locale: PV 
changed from "1.58" to "1.60"
packages/core2-32-poky-linux/init-system-helpers/init-system-helpers-service: 
PKGSIZE changed from 9269 to 9104 (-2%)
packages/core2-32-poky-linux/init-system-helpers/init-system-helpers-service: 
PKGV changed from 1.58 [default] to 1.60 [default]
packages/core2-32-poky-linux/init-system-helpers/init-system-helpers-service: 
PV changed from "1.58" to "1.60"
packages/core2-32-poky-linux/init-system-helpers/init-system-helpers-src: PKGV 
changed from 1.58 [default] to 1.60 [default]
packages/core2-32-poky-linux/init-system-helpers/init-system-helpers-src: PV 
changed from "1.58" to "1.60"
packages/core2-32-poky-linux/init-system-helpers/init-system-helpers-staticdev: 
PKGV changed from 1.58 [default] to 1.60 [default]
packages/core2-32-poky-linux/init-system-helpers/init-system-helpers-staticdev: 
PV changed from "1.58" to "1.60"
packages/core2-32-poky-linux/init-system-helpers/init-system-helpers: PKGV 
changed from 1.58 [default] to 1.60 [default]
packages/core2-32-poky-linux/init-system-helpers/init-system-helpers: PV 
changed from "1.58" to "1.60"
packages/core2-32-poky-linux/init-system-helpers: PKGV changed from 1.58 
[default] to 1.60 [default]
packages/core2-32-poky-linux/init-system-helpers: PV changed from "1.58" to 
"1.60"
>From 8153f738b9d4bd3a4fcfa055911c8d3b7f6ce4c1 Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Tue, 15 Dec 2020 05:22:42 +
Subject: [PATCH] init-system-helpers: upgrade 1.58 -> 1.60

---
 ...{init-system-helpers_1.58.bb => init-system-helpers_1.60.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-core/initscripts/{init-system-helpers_1.58.bb => init-system-helpers_1.60.bb} (96%)

diff --git a/meta/recipes-core/initscripts/init-system-helpers_1.58.bb b/meta/recipes-core/initscripts/init-system-helpers_1.60.bb
similarity index 96%
rename from meta/recipes-core/initscripts/init-system-helpers_1.58.bb
rename to meta/recipes-core/initscripts/init-system-helpers_1.60.bb
index b591f412c6..33977e66c1 100644
--- a/meta/recipes-core/initscripts/init-system-helpers_1.58.bb
+++ b/meta/recipes-core/initscripts/init-system-helpers_1.60.bb
@@ -16,7 +16,7 @@ SECTION = "base"
 LICENSE = "BSD-3-Clause & GPLv2"
 LIC_FILES_CHKSUM = "file://debian/copyright;md5=ee2b1830fcfead84d07bc060ec43e072"
 
-SRCREV = "6a1860c6f5ad295af605ddf588933544e7c24ce1"
+SRCREV = "dbd9197569c0935029acd5c9b02b84c68fd937ee"
 SRC_URI = "git://salsa.debian.org/debian/init-system-helpers.git;protocol=https"
 
 S = "${WORKDIR}/git"
-- 
2.17.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#145662): 
https://lists.openembedded.org/g/openembedded-core/message/145662
Mute This Topic: 

[OE-core] [AUH] binutils: upgrading to 2.35.1 FAILED

2020-12-15 Thread auh
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *binutils* to *2.35.1* has 
Failed (devtool error).

Detailed error information:

The following devtool command failed:  upgrade binutils -V 2.35.1 -S 
7e46a74aa3713c563940960e361e08defda019c2
NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)...
Loading cache...done.
Loaded 1419 entries from dependency cache.
INFO: Extracting current version source...
INFO: SRC_URI contains some conditional appends/prepends - will create branches 
to represent these
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "1.49.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "x86_64-poky-linux"
MACHINE  = "qemux86-64"
DISTRO   = "poky"
DISTRO_VERSION   = "3.2+snapshot-e397c67133b19959048a93011992d3fda79edf0d"
TUNE_FEATURES= "m64 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:e397c67133b19959048a93011992d3fda79edf0d"
workspace= "master:796be0593a607938aef3941372a9238b7e895446"

Initialising tasks...done.
Sstate summary: Wanted 0 Found 0 Missed 0 Current 20 (0% match, 100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 93 tasks of which 90 didn't need to be rerun and 
all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
INFO: Extracting upgraded version source...
Traceback (most recent call last):
  File "/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/devtool", 
line 334, in 
ret = main()
  File "/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/devtool", 
line 321, in main
ret = args.func(args, config, basepath, workspace)
  File 
"/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/lib/devtool/upgrade.py",
 line 560, in upgrade
rf, copied = _create_new_recipe(args.version, md5, sha256, args.srcrev, 
srcbranch, srcsubdir1, srcsubdir2, config.workspace_path, tinfoil, rd, 
license_diff, new_licenses, srctree, args.keep_failure)
  File 
"/home/pokybuild/yocto-worker/auh/build/build/poky/scripts/lib/devtool/upgrade.py",
 line 339, in _create_new_recipe
scheme, network, path, user, passwd, params = bb.fetch2.decodeurl(entry)
  File 
"/home/pokybuild/yocto-worker/auh/build/build/poky/bitbake/lib/bb/fetch2/__init__.py",
 line 357, in decodeurl
raise MalformedUrl(url)
bb.fetch2.MalformedUrl: The URL: '${BINUTILS_GIT_URI}' is invalid and cannot be 
interpreted



Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#145670): 
https://lists.openembedded.org/g/openembedded-core/message/145670
Mute This Topic: https://lists.openembedded.org/mt/78984149/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [AUH] kea: upgrading to 1.8.1 SUCCEEDED

2020-12-15 Thread auh
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *kea* to *1.8.1* has Succeeded.

Next steps:
- apply the patch: git am 0001-kea-upgrade-1.7.10-1.8.1.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper
packages/core2-32-poky-linux/kea/kea-dbg: FILELIST: removed 
"/usr/lib/libkea-util.so.15 /usr/lib/libkea-exceptions.so.0.2.0 
/usr/lib/libkea-log.so.6.0.0 /usr/lib/libkea-cfgclient.so.9 
/usr/lib/libkea-hooks.so.15.0.0 /usr/lib/libkea-dns++.so.4.0.0 
/usr/lib/libkea-process.so.10 /usr/lib/libkea-dhcp++.so.18.0.0 
/usr/lib/libkea-cfgclient.so.9.0.0 /usr/lib/libkea-database.so.5.1.0 
/usr/lib/libkea-http.so.6 /usr/lib/libkea-hooks.so.15 
/usr/lib/libkea-cc.so.8.1.4 /usr/lib/libkea-dhcp_ddns.so.2 
/usr/lib/libkea-asiolink.so.7.1.0 /usr/lib/libkea-asiodns.so.1.0.0 
/usr/lib/libkea-asiolink.so.7 /usr/lib/libkea-process.so.10.0.0 
/usr/lib/libkea-dhcp++.so.18 /usr/lib/libkea-dhcp_ddns.so.2.0.1 
/usr/lib/libkea-dhcpsrv.so.26 /usr/lib/libkea-dhcpsrv.so.26.0.0 
/usr/lib/libkea-http.so.6.1.2 /usr/lib/libkea-util.so.15.0.0 
/usr/lib/libkea-database.so.5 /usr/lib/libkea-dns++.so.4", added 
"/usr/lib/libkea-cfgclient.so.10.0.0 /usr/lib/libkea-process.so.11.0.0 
/usr/lib/libkea-hooks.so.16 /usr/lib/libkea-util.s
 o.16 /usr/lib/libkea-dhcp_ddns.so.3 /usr/lib/libkea-hooks.so.16.0.0 
/usr/lib/libkea-dns++.so.5.0.0 /usr/lib/libkea-http.so.7.1.0 
/usr/lib/libkea-asiodns.so.1.0.1 /usr/lib/libkea-dhcpsrv.so.28.0.0 
/usr/lib/libkea-http.so.7 /usr/lib/libkea-log.so.6.0.1 
/usr/lib/libkea-dhcp_ddns.so.3.0.0 /usr/lib/libkea-dhcpsrv.so.28 
/usr/lib/libkea-cfgclient.so.10 /usr/lib/libkea-dhcp++.so.19.0.0 
/usr/lib/libkea-dhcp++.so.19 /usr/lib/libkea-exceptions.so.0.2.1 
/usr/lib/libkea-cc.so.8.1.5 /usr/lib/libkea-database.so.6 
/usr/lib/libkea-database.so.6.1.0 /usr/lib/libkea-process.so.11 
/usr/lib/libkea-asiolink.so.9.0.0 /usr/lib/libkea-util.so.16.0.0 
/usr/lib/libkea-dns++.so.5 /usr/lib/libkea-asiolink.so.9"
packages/core2-32-poky-linux/kea/kea-dbg: PKGV changed from 1.7.10 [default] to 
1.8.1 [default]
packages/core2-32-poky-linux/kea/kea-dbg: PV changed from "1.7.10" to "1.8.1"
packages/core2-32-poky-linux/kea/kea-dbg: PKGSIZE changed from 258777968 to 
259214548 (+0%)
packages/core2-32-poky-linux/kea/kea-dev: FILELIST: removed 
"/usr/lib/libkea-util.so.15 /usr/lib/libkea-exceptions.so.0.2.0 
/usr/lib/libkea-log.so.6.0.0 /usr/lib/libkea-cfgclient.so.9 
/usr/lib/libkea-hooks.so.15.0.0 /usr/lib/libkea-dns++.so.4.0.0 
/usr/lib/libkea-process.so.10 /usr/lib/libkea-dhcp++.so.18.0.0 
/usr/lib/libkea-cfgclient.so.9.0.0 /usr/lib/libkea-database.so.5.1.0 
/usr/lib/libkea-http.so.6 /usr/lib/libkea-hooks.so.15 
/usr/lib/libkea-cc.so.8.1.4 /usr/lib/libkea-dhcp_ddns.so.2 
/usr/lib/libkea-asiolink.so.7.1.0 /usr/lib/libkea-asiodns.so.1.0.0 
/usr/lib/libkea-asiolink.so.7 /usr/lib/libkea-process.so.10.0.0 
/usr/lib/libkea-dhcp++.so.18 /usr/lib/libkea-dhcp_ddns.so.2.0.1 
/usr/lib/libkea-dhcpsrv.so.26 /usr/lib/libkea-dhcpsrv.so.26.0.0 
/usr/lib/libkea-http.so.6.1.2 /usr/lib/libkea-util.so.15.0.0 
/usr/lib/libkea-database.so.5 /usr/lib/libkea-dns++.so.4", added 
"/usr/lib/libkea-cfgclient.so.10.0.0 /usr/lib/libkea-process.so.11.0.0 
/usr/lib/libkea-hooks.so.16 /usr/lib/libkea-util.s
 o.16 /usr/lib/libkea-dhcp_ddns.so.3 /usr/lib/libkea-hooks.so.16.0.0 
/usr/lib/libkea-dns++.so.5.0.0 /usr/lib/libkea-http.so.7.1.0 
/usr/lib/libkea-asiodns.so.1.0.1 /usr/lib/libkea-dhcpsrv.so.28.0.0 
/usr/lib/libkea-http.so.7 /usr/lib/libkea-log.so.6.0.1 
/usr/lib/libkea-dhcp_ddns.so.3.0.0 /usr/lib/libkea-dhcpsrv.so.28 
/usr/lib/libkea-cfgclient.so.10 /usr/lib/libkea-dhcp++.so.19.0.0 
/usr/lib/libkea-dhcp++.so.19 /usr/lib/libkea-exceptions.so.0.2.1 
/usr/lib/libkea-cc.so.8.1.5 /usr/lib/libkea-database.so.6 
/usr/lib/libkea-database.so.6.1.0 /usr/lib/libkea-process.so.11 
/usr/lib/libkea-asiolink.so.9.0.0 /usr/lib/libkea-util.so.16.0.0 
/usr/lib/libkea-dns++.so.5 /usr/lib/libkea-asiolink.so.9"
packages/core2-32-poky-linux/kea/kea-dev: PKGV changed from 1.7.10 [default] to 
1.8.1 [default]
packages/core2-32-poky-linux/kea/kea-dev: PV changed from "1.7.10" to "1.8.1"
packages/core2-32-poky-linux/kea/kea-dev: PKGSIZE changed from 3458982 to 
3466873 (+0%)
packages/core2-32-poky-linux/kea/kea-doc: FILELIST: removed 

[OE-core] [AUH] ell: upgrading to 0.35 FAILED

2020-12-15 Thread auh
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *ell* to *0.35* has 
Failed(other errors).

Detailed error information:

'MACHINE=qemux86 bitbake ell' failed
Loading cache...done.
Loaded 1412 entries from dependency cache.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "1.49.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "i686-poky-linux"
MACHINE  = "qemux86"
DISTRO   = "poky"
DISTRO_VERSION   = "3.2+snapshot-d84d4058c3ebd8db0f20f489d85f0bbe128bf11a"
TUNE_FEATURES= "m32 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 
"tmp-auh-upgrades:d84d4058c3ebd8db0f20f489d85f0bbe128bf11a"
workspace= "master:796be0593a607938aef3941372a9238b7e895446"

Initialising tasks...done.
Sstate summary: Wanted 247 Found 239 Missed 8 Current 412 (96% match, 98% 
complete)
NOTE: Executing Tasks
NOTE: Running setscene task 567 of 659 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/dbus/dbus_1.12.20.bb:do_populate_sysroot_setscene)
NOTE: recipe dbus-1.12.20-r0: task do_populate_sysroot_setscene: Started
NOTE: recipe dbus-1.12.20-r0: task do_populate_sysroot_setscene: Succeeded
NOTE: Running setscene task 573 of 659 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/dbus/dbus_1.12.20.bb:do_deploy_source_date_epoch_setscene)
NOTE: Running setscene task 574 of 659 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/systemd/systemd_246.6.bb:do_populate_sysroot_setscene)
NOTE: Running setscene task 575 of 659 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/xorg-lib/libsm_1.2.3.bb:do_populate_sysroot_setscene)
NOTE: Running setscene task 576 of 659 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/xorg-lib/libx11_1.6.12.bb:do_populate_sysroot_setscene)
NOTE: Running task 915 of 2108 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/ell/ell_0.33.bb:do_fetch)
NOTE: recipe libx11-1_1.6.12-r0: task do_populate_sysroot_setscene: Started
NOTE: recipe ell-0.33-r0: task do_fetch: Started
NOTE: recipe libsm-1_1.2.3-r0: task do_populate_sysroot_setscene: Started
NOTE: recipe dbus-1.12.20-r0: task do_deploy_source_date_epoch_setscene: Started
NOTE: recipe systemd-1_246.6-r0: task do_populate_sysroot_setscene: Started
NOTE: recipe libsm-1_1.2.3-r0: task do_populate_sysroot_setscene: Succeeded
NOTE: Running setscene task 577 of 659 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/xorg-lib/libice_1.0.10.bb:do_populate_sysroot_setscene)
NOTE: Running setscene task 578 of 659 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/xorg-lib/libsm_1.2.3.bb:do_deploy_source_date_epoch_setscene)
NOTE: recipe libx11-1_1.6.12-r0: task do_populate_sysroot_setscene: Succeeded
NOTE: Running setscene task 579 of 659 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/xorg-lib/libx11_1.6.12.bb:do_deploy_source_date_epoch_setscene)
NOTE: recipe dbus-1.12.20-r0: task do_deploy_source_date_epoch_setscene: 
Succeeded
NOTE: recipe libice-1_1.0.10-r0: task do_populate_sysroot_setscene: Started
NOTE: recipe libsm-1_1.2.3-r0: task do_deploy_source_date_epoch_setscene: 
Started
NOTE: recipe libx11-1_1.6.12-r0: task do_deploy_source_date_epoch_setscene: 
Started
NOTE: recipe systemd-1_246.6-r0: task do_populate_sysroot_setscene: Succeeded
NOTE: Running setscene task 580 of 659 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/base-files/base-files_3.0.14.bb:do_populate_sysroot_setscene)
NOTE: Running setscene task 581 of 659 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/initscripts/initscripts_1.0.bb:do_populate_sysroot_setscene)
NOTE: Running setscene task 582 of 659 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-core/systemd/systemd_246.6.bb:do_deploy_source_date_epoch_setscene)
NOTE: Running setscene task 583 of 659 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-extended/shadow/shadow_4.8.1.bb:do_populate_sysroot_setscene)
NOTE: Running setscene task 584 of 659 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-graphics/xorg-lib/libxkbcommon_1.0.3.bb:do_populate_sysroot_setscene)
NOTE: Running setscene task 585 of 659 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-kernel/kmod/kmod_git.bb:do_populate_sysroot_setscene)
NOTE: Running setscene task 586 of 659 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-support/attr/acl_2.2.53.bb:do_populate_sysroot_setscene)
NOTE: Running setscene task 587 of 659 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-support/libcap/libcap_2.45.bb:do_populate_sysroot_setscene)
NOTE: recipe libsm-1_1.2.3-r0: task do_deploy_source_date_epoch_setscene: 

[OE-core] [AUH] glib-2.0: upgrading to 2.66.3 FAILED

2020-12-15 Thread auh
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *glib-2.0* to *2.66.3* has 
Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
- apply the patch: git am 0001-glib-2.0-upgrade-2.66.2-2.66.3.patch
- check the changes to upstream patches and summarize them in the commit 
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper
>From 98404554da7fe6781d5db77cefadd6de8411f52f Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Tue, 15 Dec 2020 05:20:39 +
Subject: [PATCH] glib-2.0: upgrade 2.66.2 -> 2.66.3

---
 .../glib-2.0/glib-2.0/relocate-modules.patch | 2 +-
 meta/recipes-core/glib-2.0/glib-2.0/run-ptest| 9 -
 .../glib-2.0/{glib-2.0_2.66.2.bb => glib-2.0_2.66.3.bb}  | 4 ++--
 3 files changed, 3 insertions(+), 12 deletions(-)
 delete mode 100644 meta/recipes-core/glib-2.0/glib-2.0/run-ptest
 rename meta/recipes-core/glib-2.0/{glib-2.0_2.66.2.bb => glib-2.0_2.66.3.bb} (93%)

diff --git a/meta/recipes-core/glib-2.0/glib-2.0/relocate-modules.patch b/meta/recipes-core/glib-2.0/glib-2.0/relocate-modules.patch
index 2b8e930511..a41a4bf01d 100644
--- a/meta/recipes-core/glib-2.0/glib-2.0/relocate-modules.patch
+++ b/meta/recipes-core/glib-2.0/glib-2.0/relocate-modules.patch
@@ -1,4 +1,4 @@
-From 85931fbb981b5aae38f1c1370d5d3c091cb862b8 Mon Sep 17 00:00:00 2001
+From 0711b012aba97083754924882a6f89ad99261356 Mon Sep 17 00:00:00 2001
 From: Ross Burton 
 Date: Fri, 11 Mar 2016 15:35:55 +
 Subject: [PATCH] glib-2.0: relocate the GIO module directory for native builds
diff --git a/meta/recipes-core/glib-2.0/glib-2.0/run-ptest b/meta/recipes-core/glib-2.0/glib-2.0/run-ptest
deleted file mode 100644
index 7a231b514b..00
--- a/meta/recipes-core/glib-2.0/glib-2.0/run-ptest
+++ /dev/null
@@ -1,9 +0,0 @@
-#! /bin/sh
-
-set -eux
-if id -u glib2-test; then
-   userdel glib2-test
-fi
-useradd glib2-test
-su glib2-test -c 'gnome-desktop-testing-runner glib'
-userdel glib2-test
diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.66.2.bb b/meta/recipes-core/glib-2.0/glib-2.0_2.66.3.bb
similarity index 93%
rename from meta/recipes-core/glib-2.0/glib-2.0_2.66.2.bb
rename to meta/recipes-core/glib-2.0/glib-2.0_2.66.3.bb
index 1f83660856..84df6a8736 100644
--- a/meta/recipes-core/glib-2.0/glib-2.0_2.66.2.bb
+++ b/meta/recipes-core/glib-2.0/glib-2.0_2.66.3.bb
@@ -5,7 +5,6 @@ PE = "1"
 SHRT_VER = "${@oe.utils.trim_version("${PV}", 2)}"
 
 SRC_URI = "${GNOME_MIRROR}/glib/${SHRT_VER}/glib-${PV}.tar.xz \
-   file://run-ptest \
file://0001-Fix-DATADIRNAME-on-uclibc-Linux.patch \
file://Enable-more-tests-while-cross-compiling.patch \
file://0001-Remove-the-warning-about-deprecated-paths-in-schemas.patch \
@@ -16,11 +15,12 @@ SRC_URI = "${GNOME_MIRROR}/glib/${SHRT_VER}/glib-${PV}.tar.xz \
file://0001-Do-not-write-bindir-into-pkg-config-files.patch \
file://0001-meson-Run-atomics-test-on-clang-as-well.patch \
file://0001-gio-tests-resources.c-comment-out-a-build-host-only-.patch \
+   file://relocate-modules.patch \
"
 
 SRC_URI_append_class-native = " file://relocate-modules.patch"
 
-SRC_URI[sha256sum] = "ec390bed4e8dd0f89e918f385e8d4cfd7470b1ef7c1ce93ec5c4fc6e3c6a17c4"
+SRC_URI[sha256sum] = "79f31365a99cb1cc9db028625635d1438890702acde9e2802eae0acebcf7b5b1"
 
 # Find any meson cross files in FILESPATH that are relevant for the current
 # build (using siteinfo) and add them to EXTRA_OEMESON.
-- 
2.17.1

Loading cache...done.
Loaded 1412 entries from dependency cache.
Parsing recipes...done.
Parsing of 806 .bb files complete (805 cached, 1 parsed). 1410 targets, 31 
skipped, 0 masked, 0 errors.
Removing 1 recipes from the core2-32 sysroot...done.
Removing 1 recipes from the qemux86 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION   = "1.49.0"
BUILD_SYS= "x86_64-linux"
NATIVELSBSTRING  = "universal"
TARGET_SYS   = "i686-poky-linux"
MACHINE  = "qemux86"
DISTRO   = "poky"
DISTRO_VERSION   = "3.2+snapshot-d84d4058c3ebd8db0f20f489d85f0bbe128bf11a"
TUNE_FEATURES= "m32 core2"
TARGET_FPU   = ""
meta 
meta-poky
meta-yocto-bsp   = 

[OE-core] Canceled: OpenEmbedded Happy Hour December 30

2020-12-15 Thread Denys Dmytriyenko
All,

FYI, our OpenEmbedded Happy Hour is being canceled for December 30 due to the 
Holiday season. We will resume the normal schedule in January.

Thank you and Happy Holidays!

-- 
Regards,
Denys Dmytriyenko 
PGP: 0x420902729A92C964 - https://denix.org/0x420902729A92C964
Fingerprint: 25FC E4A5 8A72 2F69 1186  6D76 4209 0272 9A92 C964

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#145656): 
https://lists.openembedded.org/g/openembedded-core/message/145656
Mute This Topic: https://lists.openembedded.org/mt/78983950/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [OE-core] [SDK] How to use the gold linker

2020-12-15 Thread Khem Raj



On 12/15/20 8:50 AM, Christopher Larson wrote:
This can be fixed via two changes, first removing real-ld, then adding 
the missing links to fix -fuse-ld=. I have this in one of my 
not-yet-submitted bbappends:


     # Remove real-ld, as it prevents checking for ld or gold in the 
search path

     rm -f ${dest}real-ld$suffix
     # Then add links to fix builds with -fuse-ld=
     ln -sf ${BINRELPATH}/${TARGET_PREFIX}ld.gold$suffix 
${dest}ld.gold$suffix

     ln -sf ${BINRELPATH}/${TARGET_PREFIX}ld.bfd$suffix ${dest}ld.bfd$suffix



right this looks ok. Can you submit this for upstreaming please

On Mon, Dec 14, 2020 at 3:09 PM Khem Raj > wrote:




On 12/14/20 3:14 AM, Christian Eggers wrote:
 > Branch: dunfell
 > Arch: arm
 >
 > When I set -fuse-ld=gold with the Yocto SDK, the bfd linker is
used anyway:
 >
 >> .

/opt/poky-tiny/3.1.4/environment-setup-cortexa7t2hf-neon-vfpv4-poky-linux-musleabi
 >> ${CC} -fuse-ld=gold -Wl,--threads -o test test.c
 >

/opt/poky-tiny/3.1.4/sysroots/x86_64-pokysdk-linux/usr/libexec/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/9.3.0/real-ld:
unrecognized option '--threads'
 >

/opt/poky-tiny/3.1.4/sysroots/x86_64-pokysdk-linux/usr/libexec/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/9.3.0/real-ld:
use the --help option for usage information
 >
 > When I call the "real-ld" with -h, I can see that it's the BFD
linker.
 >
 >> ${CC} -print-prog-name=ld
 >

/opt/poky-tiny/3.1.4/sysroots/x86_64-pokysdk-linux/usr/libexec/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/9.3.0/ld
 >
 >> ${CC} -fuse-ld=bfd -print-prog-name=ld
 > ld.bfd
 >
 >> ${CC} -fuse-ld=gold -print-prog-name=ld
 > ld.gold
 >
 > Compared to other cross toolchains I use, the output of the
previous two commands
 > miss the full path to the linker. The gold linker is part of my SDK:
 >
 >> arm-poky-linux-musleabi-ld.gold --help
 > Usage: arm-poky-linux-musleabi-ld.gold [options] file...
 > Options:
 >    --help                      Report usage information
 > ...
 >
 > How can I use the gold linker from gcc (without making it default)?
 >

This is kind of known and kind of works as intended, see

https://git.openembedded.org/openembedded-core/tree/meta/recipes-devtools/gcc/gcc-cross-canadian.inc#n132



You might want to try commenting it out and see if it works for you in
resulting SDK
 > regards
 > Christian
 >
 >
 >
 > 
 > 
  [http://assets.arri.com/media/sign/2020-04-03-E-mail-signature-Stellar2_V1.jpg ] >

 >
 > Get all the latest information from www.arri.com
>, Facebook>,
Twitter>,
Instagram>
and YouTube>.
 >
 > Arnold & Richter Cine Technik GmbH & Co. Betriebs KG
 > Sitz: München - Registergericht: Amtsgericht München -
Handelsregisternummer: HRA 57918
 > Persönlich haftender Gesellschafter: Arnold & Richter Cine
Technik GmbH
 > Sitz: München - Registergericht: Amtsgericht München -
Handelsregisternummer: HRB 54477
 > Geschäftsführer: Dr. Michael Neuhäuser; Stephan Schenk; Walter
Trauninger; Markus Zeiler
 >
 >
 >
 >
 >






--
Christopher Larson
kergoth at gmail dot com
Founder - BitBake, OpenEmbedded, OpenZaurus
Senior Software Engineer, Mentor Graphics

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#145655): 
https://lists.openembedded.org/g/openembedded-core/message/145655
Mute This Topic: https://lists.openembedded.org/mt/78948256/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [OE-core] [PATCH] gcc: Add patch to resolve i*86 tune configuration overrides

2020-12-15 Thread Khem Raj



On 12/15/20 12:34 AM, Nathan Rossi wrote:

When compiling gcc-runtime for i686 libatomic, libgomp and libitm are
compiled with additional '-march' and '-mtune' overrides. This typically
does not cause build errors (e.g. core2-32 tune), and results in less
optimally tuned outputs. However with specific TUNE_CCARGS (e.g. has
'-mfpmath=sse' but not '-msse*'), the build errors with conflicting
'-mfpmath' options.

This is caused by gcc-runtime specific configure scripts and Makefile
options that override by adding additional '-march'/'-mtune' args. OE
builds gcc-runtime differently to other build systems, and provides
target specific arch/tune options directly. As such, this change adds a
patch for gcc to remove the specific cases where the args are added.



looks fine to me.


Signed-off-by: Nathan Rossi 
---
  meta/recipes-devtools/gcc/gcc-10.2.inc |   1 +
  .../gcc/0001-lib-Remove-i-86-march-overrides.patch | 113 +
  2 files changed, 114 insertions(+)
  create mode 100644 
meta/recipes-devtools/gcc/gcc/0001-lib-Remove-i-86-march-overrides.patch

diff --git a/meta/recipes-devtools/gcc/gcc-10.2.inc 
b/meta/recipes-devtools/gcc/gcc-10.2.inc
index e88f2ade6d..1e69c91311 100644
--- a/meta/recipes-devtools/gcc/gcc-10.2.inc
+++ b/meta/recipes-devtools/gcc/gcc-10.2.inc
@@ -69,6 +69,7 @@ SRC_URI = "\
 
file://0002-aarch64-Introduce-SLS-mitigation-for-RET-and-BR-inst.patch \
 file://0003-aarch64-Mitigate-SLS-for-BLR-instruction.patch \
 file://0001-aarch64-Fix-up-__aarch64_cas16_acq_rel-fallback.patch \
+   file://0001-lib-Remove-i-86-march-overrides.patch \
  "
  SRC_URI[sha256sum] = 
"b8dd4368bb9c7f0b98188317ee0254dd8cc99d1e3a18d0ff146c855fe16c1d8c"
  
diff --git a/meta/recipes-devtools/gcc/gcc/0001-lib-Remove-i-86-march-overrides.patch b/meta/recipes-devtools/gcc/gcc/0001-lib-Remove-i-86-march-overrides.patch

new file mode 100644
index 00..3f04e121ba
--- /dev/null
+++ b/meta/recipes-devtools/gcc/gcc/0001-lib-Remove-i-86-march-overrides.patch
@@ -0,0 +1,113 @@
+From 3776789cde95916f95deef48acf9532b0ebf91ae Mon Sep 17 00:00:00 2001
+From: Nathan Rossi 
+Date: Tue, 15 Dec 2020 11:43:36 +1000
+Subject: [PATCH] lib*: Remove i*86 march overrides
+
+OE does not pass the '--with-arch' option to gccs configure, as such
+some gcc-runtime libraries try to override the value of '-march' and
+'-mtune' which OE already provides. This causes conflicts with other
+i*86 instruction/architecture flags (e.g. -msse* and -mfpmath=*).
+Additionally this caused the following libraries to be built with less
+optimized tune configurations.
+
+Upstream suggests that this should be detecting or otherwise checking if
+the target supports the desired functionality before overriding.
+
+https://gcc.gnu.org/legacy-ml/gcc-patches/2016-04/msg01344.html
+
+libatomic also overrides the '-march' specifically for IFUNC objects.
+OE already supplies the correct march flag, so remove setting.
+
+Upstream-Status: Inappropriate [OE Specific]
+Signed-off-by: Nathan Rossi 
+---
+ libatomic/Makefile.am   | 1 -
+ libatomic/Makefile.in   | 1 -
+ libatomic/configure.tgt | 9 -
+ libgomp/configure.tgt   | 8 
+ libitm/configure.tgt| 9 -
+ 5 files changed, 28 deletions(-)
+
+diff --git a/libatomic/Makefile.am b/libatomic/Makefile.am
+index ac1ca64587..5aa16e0699 100644
+--- a/libatomic/Makefile.am
 b/libatomic/Makefile.am
+@@ -133,7 +133,6 @@ libatomic_la_LIBADD += $(foreach s,$(SIZES),$(addsuffix 
_$(s)_1_.lo,$(SIZEOBJS))
+ libatomic_la_LIBADD += $(addsuffix _8_2_.lo,$(SIZEOBJS))
+ endif
+ if ARCH_I386
+-IFUNC_OPTIONS  = -march=i586
+ libatomic_la_LIBADD += $(addsuffix _8_1_.lo,$(SIZEOBJS))
+ endif
+ if ARCH_X86_64
+diff --git a/libatomic/Makefile.in b/libatomic/Makefile.in
+index 97df2d7ff0..82c511d420 100644
+--- a/libatomic/Makefile.in
 b/libatomic/Makefile.in
+@@ -432,7 +432,6 @@ libatomic_la_LIBADD = $(foreach s,$(SIZES),$(addsuffix \
+   _$(s)_.lo,$(SIZEOBJS))) $(am__append_1) $(am__append_2) \
+   $(am__append_3) $(am__append_4)
+ @ARCH_ARM_LINUX_TRUE@@HAVE_IFUNC_TRUE@IFUNC_OPTIONS = -march=armv7-a+fp 
-DHAVE_KERNEL64
+-@ARCH_I386_TRUE@@HAVE_IFUNC_TRUE@IFUNC_OPTIONS = -march=i586
+ @ARCH_X86_64_TRUE@@HAVE_IFUNC_TRUE@IFUNC_OPTIONS = -mcx16
+ libatomic_convenience_la_SOURCES = $(libatomic_la_SOURCES)
+ libatomic_convenience_la_LIBADD = $(libatomic_la_LIBADD)
+diff --git a/libatomic/configure.tgt b/libatomic/configure.tgt
+index 5dd0926d20..3cc41773c3 100644
+--- a/libatomic/configure.tgt
 b/libatomic/configure.tgt
+@@ -82,15 +82,6 @@ case "${target_cpu}" in
+   ;;
+
+   i[3456]86)
+-  case " ${CC} ${CFLAGS} " in
+-*" -m64 "*|*" -mx32 "*)
+-  ;;
+-*)
+-  if test -z "$with_arch"; then
+-XCFLAGS="${XCFLAGS} -march=i486 -mtune=${target_cpu}"
+-XCFLAGS="${XCFLAGS} -fomit-frame-pointer"
+-  fi
+-  esac
+   ARCH=x86
+   # ??? Detect when 

[OE-core] Yocto Project Status WW50'20

2020-12-15 Thread Stephen Jolley
Current Dev Position: YP 3.3 M2 development

Next Deadline: 18th January 2021 YP 3.3 M2 build 

 

Next Team Meetings:

*   Bug Triage meeting Thursday Dec. 17th at 7:30am PDT (

https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0bFd5aVpHVVZ6dz09)
*   Monthly Project Meeting Tuesday Jan. 5th at 8am PDT (

https://zoom.us/j/990892712?pwd=cHU1MjhoM2x6ck81bkcrYjRrcmJsUT09
 )
*   Weekly Engineering Sync Tuesday Dec. 15th at 8am PDT (

https://zoom.us/j/990892712?pwd=cHU1MjhoM2x6ck81bkcrYjRrcmJsUT09
 )
*   Twitch -  See https://www.twitch.tv/theyoctojester

 

Key Status/Updates:

*   YP 3.2.1 is due for imminent release
*   YP 3.3 M1 has been through QA and currently under review from the
TSC
*   Patches for 3.3 M2 are now being reviewed, tested and merged.
*   The project's work on reproducibility was mentioned in their monthly
newsletter   
https://reproducible-builds.org/reports/2020-11/
*   CVE statistics continue to look worse for master after
'improvements' to the matching code, help in resolving these newly
highlighted issues would be much appreciated.
*   Intermittent autobuilder issues continue to occur. You can see the
list of failures we're continuing to see by searching for the "AB-INT" tag
in bugzilla:

https://bugzilla.yoctoproject.org/buglist.cgi?quicksearch=AB-INT
*   Given the vacation many people are taking at this time and the
expected ramp down in patch load and newsworthy items, we're not planning
another status report until 5th January. The project technical and triage
meetings will also ramp down for this period and resume in the first week of
January unless there is any pressing development that needs urgent
attention. 

 

Ways to contribute:

*   There are bugs identified as possible for newcomers to the project:

https://wiki.yoctoproject.org/wiki/Newcomers
*   There are bugs that are currently unassigned for YP 3.3. See:

https://wiki.yoctoproject.org/wiki/Bug_Triage#Medium.2B_3.3_Unassigned_Enhan
cements.2FBugs
*   We'd welcome new maintainers for recipes in OE-Core. Please see the
list at:

http://git.yoctoproject.org/cgit.cgi/poky/tree/meta/conf/distro/include/main
tainers.inc and discuss with the existing maintainer, or ask on the OE-Core
mailing list. We will likely move a chunk of these to "Unassigned" soon to
help facilitate this.

 

YP 3.3 Milestone Dates:

*   YP 3.3 M1 is out of QA.
*   YP 3.3 M2 build date 2021/01/18
*   YP 3.3 M2 Release date 2021/01/29
*   YP 3.3 M3 build date 2021/03/01
*   YP 3.3 M3 Release date 2021/03/12
*   YP 3.3 M4 build date 2021/04/05
*   YP 3.3 M4 Release date 2021/04/30

 

Planned upcoming dot releases:

*   YP 3.2.1 should release soon.
*   YP 3.1.5 build date 2021/01/11
*   YP 3.1.5 release date 2021/01/22
*   YP 3.2.2 build date 2021/02/08
*   YP 3.2.2 release date 2021/02/19
*   YP 3.1.6 build date 2021/02/22
*   YP 3.1.6 release date 2021/03/05
*   YP 3.1.7 build date 2021/03/22
*   YP 3.1.7 release date 2021/04/02

 

Tracking Metrics:

*   WDD 2513 (last week 2547) (

https://wiki.yoctoproject.org/charts/combo.html)
*   Poky Patch Metrics  

*   Total patches found: 1300 (last week 1288)
*   Patches in the Pending State: 504 (39%) [last week 496 (39%)]

 

The Yocto Project's technical governance is through its Technical Steering
Committee, more information is available at:

 
https://wiki.yoctoproject.org/wiki/TSC

 

The Status reports are now stored on the wiki at:

https://wiki.yoctoproject.org/wiki/Weekly_Status

 

[If anyone has suggestions for other information you'd like to see on this
weekly status update, let us know!]

 

Thanks,

 

Stephen K. Jolley

Yocto Project Program Manager

*Cell:(208) 244-4460

* Email:  sjolley.yp...@gmail.com
 

 


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#145653): 
https://lists.openembedded.org/g/openembedded-core/message/145653
Mute This Topic: https://lists.openembedded.org/mt/78978668/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: 

Re: [OE-core] How to create a directory in multiple packages?

2020-12-15 Thread Peter Kjellerstedt
> -Original Message-
> From: openembedded-core@lists.openembedded.org  c...@lists.openembedded.org> On Behalf Of Mark Hatle
> Sent: den 15 december 2020 02:02
> To: openembedded-core@lists.openembedded.org
> Subject: Re: [OE-core] How to create a directory in multiple packages?
> 
> On 12/14/20 11:43 AM, Peter Kjellerstedt wrote:
> > Say we have a recipe that creates an empty /etc/foo directory. Now we
> > want to add a new file in that directory /etc/foo/bar and package it as
> > ${PN}-bar. This means the creation of the /etc/foo directory is moved
> > from the ${PN} package to the ${PN}-bar package. Is there any way to
> > make ${PN} continue to create an empty /etc/foo, or is the only
> > alternative to introduce an /etc/foo/.dummy and package it in ${PN}?
> 
> try adjust the order of the PACKAGES variant.  Something like:
> 
> PACKAGES = "${PN}-bar ... ${PN}"
> 
> FILES_${PN}-bar = "/etc/foo/bar"
> FILES_${PN} = "/etc/foo"
> 
> That SHOULD package the file 'bar' in -bar, and the directory in ${PN}.

Unfortunately that does not work (seems bitbake is too smart). What I have 
is basically:

PACKAGE_BEFORE_PN = "${PN}-bar"
FILES_${PN} += "${sysconfdir}/foo"
FILES_${PN}-bar = "${sysconfdir}/foo/bar"

which results in the following in the spec file:

%files -n foo-bar
%defattr(-,-,-,-)
%dir "/etc"
%dir "/etc/foo"
"/etc/foo/bar"

There is nothing else about /etc or /etc/foo in the spec file.

After delving into the code for at bit, I believe this is due to how 
populate_packages() works. When it handles the ${PN}-bar package and 
finds the /etc/foo/bar file, it will also mark /etc and /etc/foo as  
seen, which means they will not be added to any other package, unless 
that package has an entry for some other /etc/foo/something file, even 
if /etc/foo is explicitly listed in, e.g., FILES_${PN}.

So for now, it seems we will have to resort to using a pkg_postinst_${PN}.

> (Some of the people commenting this isn't less then optimal, actually
> it's not that unusual.. Typical case I see is creating a directory in 
> /var or /usr/share for datafiles and the main package owns the directory, 
> with sub-packages [or other packages] contributing data into that 
> directory.)

Yes, there are reason why the empty directory needs to be installed as 
part of the image. Otherwise I would just have used a file in 
"/usr/lib/tmpfiles.d".

> --Mark
> 
> > //Peter

//Peter


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#145652): 
https://lists.openembedded.org/g/openembedded-core/message/145652
Mute This Topic: https://lists.openembedded.org/mt/78956546/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [OE-core] [PATCH] openssl: Update 1.1.1h -> 1.1.1i

2020-12-15 Thread Jamaluddin, Khairul Rohaizzat
My apologies for the mistake earlier.. I didn’t notice it was sent in that 
format..

Thank you & Kind regards,
Khairul

From: openembedded-core@lists.openembedded.org 
 On Behalf Of Alexander Kanavin
Sent: Tuesday, December 15, 2020 8:38 PM
To: Jamaluddin, Khairul Rohaizzat 
Cc: OE-core 
Subject: Re: [OE-core] [PATCH] openssl: Update 1.1.1h -> 1.1.1i

Thanks, looks much better :)

Alex

On Tue, 15 Dec 2020 at 13:26, Jamaluddin, Khairul Rohaizzat 
mailto:khairul.rohaizzat.jamalud...@intel.com>>
 wrote:
From: Khairul Rohaizzat Jamaluddin 
mailto:khairul.rohaizzat.jamalud...@intel.com>>

update version to 1.1.1i

openssl 1.1.1i Fixed NULL pointer deref in GENERAL_NAME_cmp (CVE-2020-1971)

updates include fix for CVE:
CVE-2020-1971

Signed-off-by: Khairul Rohaizzat Jamaluddin 
mailto:khairul.rohaizzat.jamalud...@intel.com>>
---
 .../openssl/{openssl_1.1.1h.bb => 
openssl_1.1.1i.bb}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename 
meta/recipes-connectivity/openssl/{openssl_1.1.1h.bb 
=> openssl_1.1.1i.bb} (98%)

diff --git 
a/meta/recipes-connectivity/openssl/openssl_1.1.1h.bb 
b/meta/recipes-connectivity/openssl/openssl_1.1.1i.bb
similarity index 98%
rename from 
meta/recipes-connectivity/openssl/openssl_1.1.1h.bb
rename to 
meta/recipes-connectivity/openssl/openssl_1.1.1i.bb
index 1827167..52dbdf5 100644
--- 
a/meta/recipes-connectivity/openssl/openssl_1.1.1h.bb
+++ 
b/meta/recipes-connectivity/openssl/openssl_1.1.1i.bb
@@ -23,7 +23,7 @@ SRC_URI_append_class-nativesdk = " \
file://environment.d-openssl.sh \
"

-SRC_URI[sha256sum] = 
"5c9ca8774bd7b03e5784f26ae9e9e6d749c9da2438545077e6b3d755a06595d9"
+SRC_URI[sha256sum] = 
"e8be6a35fe41d10603c3cc635e93289ed00bf34b79671a3a4de64fcee00d5242"

 inherit lib_package multilib_header multilib_script ptest
 MULTILIB_SCRIPTS = "${PN}-bin:${bindir}/c_rehash"
--
2.7.4




-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#145651): 
https://lists.openembedded.org/g/openembedded-core/message/145651
Mute This Topic: https://lists.openembedded.org/mt/78974082/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [OE-core] [PATCH] openssl: Update 1.1.1h -> 1.1.1i

2020-12-15 Thread Alexander Kanavin
Thanks, looks much better :)

Alex

On Tue, 15 Dec 2020 at 13:26, Jamaluddin, Khairul Rohaizzat <
khairul.rohaizzat.jamalud...@intel.com> wrote:

> From: Khairul Rohaizzat Jamaluddin  >
>
> update version to 1.1.1i
>
> openssl 1.1.1i Fixed NULL pointer deref in GENERAL_NAME_cmp (CVE-2020-1971)
>
> updates include fix for CVE:
> CVE-2020-1971
>
> Signed-off-by: Khairul Rohaizzat Jamaluddin <
> khairul.rohaizzat.jamalud...@intel.com>
> ---
>  .../openssl/{openssl_1.1.1h.bb => openssl_1.1.1i.bb}
> | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta/recipes-connectivity/openssl/{openssl_1.1.1h.bb =>
> openssl_1.1.1i.bb} (98%)
>
> diff --git a/meta/recipes-connectivity/openssl/openssl_1.1.1h.bb
> b/meta/recipes-connectivity/openssl/openssl_1.1.1i.bb
> similarity index 98%
> rename from meta/recipes-connectivity/openssl/openssl_1.1.1h.bb
> rename to meta/recipes-connectivity/openssl/openssl_1.1.1i.bb
> index 1827167..52dbdf5 100644
> --- a/meta/recipes-connectivity/openssl/openssl_1.1.1h.bb
> +++ b/meta/recipes-connectivity/openssl/openssl_1.1.1i.bb
> @@ -23,7 +23,7 @@ SRC_URI_append_class-nativesdk = " \
> file://environment.d-openssl.sh \
> "
>
> -SRC_URI[sha256sum] =
> "5c9ca8774bd7b03e5784f26ae9e9e6d749c9da2438545077e6b3d755a06595d9"
> +SRC_URI[sha256sum] =
> "e8be6a35fe41d10603c3cc635e93289ed00bf34b79671a3a4de64fcee00d5242"
>
>  inherit lib_package multilib_header multilib_script ptest
>  MULTILIB_SCRIPTS = "${PN}-bin:${bindir}/c_rehash"
> --
> 2.7.4
>
>
> 
>
>

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#145650): 
https://lists.openembedded.org/g/openembedded-core/message/145650
Mute This Topic: https://lists.openembedded.org/mt/78974082/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [meta-oe][PATCH v2] sudo: split into smaller tools package

2020-12-15 Thread Sinan Kaya
Allow to include whether we want sudo, visudo, sudoreplay
or cvtsudoers tools.

Signed-off-by: Sinan Kaya 
---
 meta/recipes-extended/sudo/sudo_1.9.3p1.bb | 24 +-
 1 file changed, 23 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-extended/sudo/sudo_1.9.3p1.bb 
b/meta/recipes-extended/sudo/sudo_1.9.3p1.bb
index ba61a7f2472..54d5ddb251a 100644
--- a/meta/recipes-extended/sudo/sudo_1.9.3p1.bb
+++ b/meta/recipes-extended/sudo/sudo_1.9.3p1.bb
@@ -44,6 +44,28 @@ do_install_append () {
rmdir -p --ignore-fail-on-non-empty ${D}/run/sudo
 }
 
-FILES_${PN} += "${nonarch_libdir}/tmpfiles.d"
 FILES_${PN}-dev += "${libdir}/${BPN}/lib*${SOLIBSDEV} ${libdir}/${BPN}/*.la \
 ${libdir}/lib*${SOLIBSDEV} ${libdir}/*.la"
+
+PACKAGES += "${PN}-cvtsudoers"
+PACKAGES += "${PN}-sudoreplay"
+PACKAGES += "${PN}-visudo"
+PACKAGES += "${PN}-sudo"
+PACKAGES += "${PN}-lib"
+
+RDEPENDS_${PN}-cvtsudoers = "${PN}-lib"
+RDEPENDS_${PN}-sudo = "${PN}-lib"
+RDEPENDS_${PN}-sudoreplay = "${PN}-lib"
+RDEPENDS_${PN}-visudo = "${PN}-lib"
+
+PROVIDES += "${PACKAGES}"
+RRECOMMENDS_${PN} += "${PACKAGES}"
+
+ALLOW_EMPTY_${PN} = "1"
+
+FILES_${PN} = ""
+FILES_${PN}-cvtsudoers = "${bindir}/cvtsudoers"
+FILES_${PN}-sudoreplay = "${bindir}/sudoreplay"
+FILES_${PN}-sudo = "${bindir}/sudo ${bindir}/sudoedit"
+FILES_${PN}-visudo = "${sbindir}/visudo"
+FILES_${PN}-lib = "${localstatedir} ${libexecdir} ${sysconfdir}"
-- 
2.17.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#145649): 
https://lists.openembedded.org/g/openembedded-core/message/145649
Mute This Topic: https://lists.openembedded.org/mt/78974711/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [PATCH] openssl: Update 1.1.1h -> 1.1.1i

2020-12-15 Thread Jamaluddin, Khairul Rohaizzat
From: Khairul Rohaizzat Jamaluddin 

update version to 1.1.1i

openssl 1.1.1i Fixed NULL pointer deref in GENERAL_NAME_cmp (CVE-2020-1971)

updates include fix for CVE:
CVE-2020-1971

Signed-off-by: Khairul Rohaizzat Jamaluddin 

---
 .../openssl/{openssl_1.1.1h.bb => openssl_1.1.1i.bb}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-connectivity/openssl/{openssl_1.1.1h.bb => 
openssl_1.1.1i.bb} (98%)

diff --git a/meta/recipes-connectivity/openssl/openssl_1.1.1h.bb 
b/meta/recipes-connectivity/openssl/openssl_1.1.1i.bb
similarity index 98%
rename from meta/recipes-connectivity/openssl/openssl_1.1.1h.bb
rename to meta/recipes-connectivity/openssl/openssl_1.1.1i.bb
index 1827167..52dbdf5 100644
--- a/meta/recipes-connectivity/openssl/openssl_1.1.1h.bb
+++ b/meta/recipes-connectivity/openssl/openssl_1.1.1i.bb
@@ -23,7 +23,7 @@ SRC_URI_append_class-nativesdk = " \
file://environment.d-openssl.sh \
"
 
-SRC_URI[sha256sum] = 
"5c9ca8774bd7b03e5784f26ae9e9e6d749c9da2438545077e6b3d755a06595d9"
+SRC_URI[sha256sum] = 
"e8be6a35fe41d10603c3cc635e93289ed00bf34b79671a3a4de64fcee00d5242"
 
 inherit lib_package multilib_header multilib_script ptest
 MULTILIB_SCRIPTS = "${PN}-bin:${bindir}/c_rehash"
-- 
2.7.4


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#145648): 
https://lists.openembedded.org/g/openembedded-core/message/145648
Mute This Topic: https://lists.openembedded.org/mt/78974082/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [OE-core] [PATCH] openssl: Update 1.1.1h -> 1.1.1i

2020-12-15 Thread Alexander Kanavin
Please set up git so that it detects file renames - the patch is impossible
to review.

Alex

On Tue, 15 Dec 2020 at 12:48, Jamaluddin, Khairul Rohaizzat <
khairul.rohaizzat.jamalud...@intel.com> wrote:

> From: Khairul Rohaizzat Jamaluddin  >
>
> update version to 1.1.1i
>
> openssl 1.1.1i Fixed NULL pointer deref in GENERAL_NAME_cmp (CVE-2020-1971)
>
> updates include fix for CVE:
> CVE-2020-1971
>
> Signed-off-by: Khairul Rohaizzat Jamaluddin <
> khairul.rohaizzat.jamalud...@intel.com>
> ---
>  .../recipes-connectivity/openssl/openssl_1.1.1h.bb | 216
> -
>  .../recipes-connectivity/openssl/openssl_1.1.1i.bb | 216
> +
>  2 files changed, 216 insertions(+), 216 deletions(-)
>  delete mode 100644 meta/recipes-connectivity/openssl/openssl_1.1.1h.bb
>  create mode 100644 meta/recipes-connectivity/openssl/openssl_1.1.1i.bb
>
> diff --git a/meta/recipes-connectivity/openssl/openssl_1.1.1h.bb
> b/meta/recipes-connectivity/openssl/openssl_1.1.1h.bb
> deleted file mode 100644
> index 1827167..000
> --- a/meta/recipes-connectivity/openssl/openssl_1.1.1h.bb
> +++ /dev/null
> @@ -1,216 +0,0 @@
> -SUMMARY = "Secure Socket Layer"
> -DESCRIPTION = "Secure Socket Layer (SSL) binary and related cryptographic
> tools."
> -HOMEPAGE = "http://www.openssl.org/;
> -BUGTRACKER = "http://www.openssl.org/news/vulnerabilities.html;
> -SECTION = "libs/network"
> -
> -# "openssl" here actually means both OpenSSL and SSLeay licenses apply
> -# (see meta/files/common-licenses/OpenSSL to which "openssl" is
> SPDXLICENSEMAPped)
> -LICENSE = "openssl"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=d343e62fc9c833710bbbed25f27364c8"
> -
> -DEPENDS = "hostperl-runtime-native"
> -
> -SRC_URI = "http://www.openssl.org/source/openssl-${PV}.tar.gz \
> -   file://run-ptest \
> -   file://0001-skip-test_symbol_presence.patch \
> -
>  file://0001-buildinfo-strip-sysroot-and-debug-prefix-map-from-co.patch \
> -   file://afalg.patch \
> -   file://reproducible.patch \
> -   "
> -
> -SRC_URI_append_class-nativesdk = " \
> -   file://environment.d-openssl.sh \
> -   "
> -
> -SRC_URI[sha256sum] =
> "5c9ca8774bd7b03e5784f26ae9e9e6d749c9da2438545077e6b3d755a06595d9"
> -
> -inherit lib_package multilib_header multilib_script ptest
> -MULTILIB_SCRIPTS = "${PN}-bin:${bindir}/c_rehash"
> -
> -PACKAGECONFIG ?= ""
> -PACKAGECONFIG_class-native = ""
> -PACKAGECONFIG_class-nativesdk = ""
> -
> -PACKAGECONFIG[cryptodev-linux] =
> "enable-devcryptoeng,disable-devcryptoeng,cryptodev-linux,,cryptodev-module"
> -
> -B = "${WORKDIR}/build"
> -do_configure[cleandirs] = "${B}"
> -
> -#| ./libcrypto.so: undefined reference to `getcontext'
> -#| ./libcrypto.so: undefined reference to `setcontext'
> -#| ./libcrypto.so: undefined reference to `makecontext'
> -EXTRA_OECONF_append_libc-musl = " no-async"
> -EXTRA_OECONF_append_libc-musl_powerpc64 = " no-asm"
> -
> -# adding devrandom prevents openssl from using getrandom() which is not
> available on older glibc versions
> -# (native versions can be built with newer glibc, but then relocated onto
> a system with older glibc)
> -EXTRA_OECONF_class-native = "--with-rand-seed=os,devrandom"
> -EXTRA_OECONF_class-nativesdk = "--with-rand-seed=os,devrandom"
> -
> -# Relying on hardcoded built-in paths causes openssl-native to not be
> relocateable from sstate.
> -CFLAGS_append_class-native = " -DOPENSSLDIR=/not/builtin
> -DENGINESDIR=/not/builtin"
> -CFLAGS_append_class-nativesdk = " -DOPENSSLDIR=/not/builtin
> -DENGINESDIR=/not/builtin"
> -
> -do_configure () {
> -   os=${HOST_OS}
> -   case $os in
> -   linux-gnueabi |\
> -   linux-gnuspe |\
> -   linux-musleabi |\
> -   linux-muslspe |\
> -   linux-musl )
> -   os=linux
> -   ;;
> -   *)
> -   ;;
> -   esac
> -   target="$os-${HOST_ARCH}"
> -   case $target in
> -   linux-arm*)
> -   target=linux-armv4
> -   ;;
> -   linux-aarch64*)
> -   target=linux-aarch64
> -   ;;
> -   linux-i?86 | linux-viac3)
> -   target=linux-x86
> -   ;;
> -   linux-gnux32-x86_64 | linux-muslx32-x86_64 )
> -   target=linux-x32
> -   ;;
> -   linux-gnu64-x86_64)
> -   target=linux-x86_64
> -   ;;
> -   linux-mips | linux-mipsel)
> -   # specifying TARGET_CC_ARCH prevents openssl from
> (incorrectly) adding target architecture flags
> -   target="linux-mips32 ${TARGET_CC_ARCH}"
> -   ;;
> -   linux-gnun32-mips*)
> -   target=linux-mips64
> -   ;;
> -   linux-*-mips64 | linux-mips64 | linux-*-mips64el | linux-mips64el)
> -   target=linux64-mips64
> -   ;;
> -   linux-microblaze* | linux-nios2* | linux-sh3 | linux-sh4 |
> linux-arc*)
> -   target=linux-generic32
> -   ;;
> 

[OE-core] [PATCH] openssl: Update 1.1.1h -> 1.1.1i

2020-12-15 Thread Jamaluddin, Khairul Rohaizzat
From: Khairul Rohaizzat Jamaluddin 

update version to 1.1.1i

openssl 1.1.1i Fixed NULL pointer deref in GENERAL_NAME_cmp (CVE-2020-1971)

updates include fix for CVE:
CVE-2020-1971

Signed-off-by: Khairul Rohaizzat Jamaluddin 

---
 .../recipes-connectivity/openssl/openssl_1.1.1h.bb | 216 -
 .../recipes-connectivity/openssl/openssl_1.1.1i.bb | 216 +
 2 files changed, 216 insertions(+), 216 deletions(-)
 delete mode 100644 meta/recipes-connectivity/openssl/openssl_1.1.1h.bb
 create mode 100644 meta/recipes-connectivity/openssl/openssl_1.1.1i.bb

diff --git a/meta/recipes-connectivity/openssl/openssl_1.1.1h.bb 
b/meta/recipes-connectivity/openssl/openssl_1.1.1h.bb
deleted file mode 100644
index 1827167..000
--- a/meta/recipes-connectivity/openssl/openssl_1.1.1h.bb
+++ /dev/null
@@ -1,216 +0,0 @@
-SUMMARY = "Secure Socket Layer"
-DESCRIPTION = "Secure Socket Layer (SSL) binary and related cryptographic 
tools."
-HOMEPAGE = "http://www.openssl.org/;
-BUGTRACKER = "http://www.openssl.org/news/vulnerabilities.html;
-SECTION = "libs/network"
-
-# "openssl" here actually means both OpenSSL and SSLeay licenses apply
-# (see meta/files/common-licenses/OpenSSL to which "openssl" is 
SPDXLICENSEMAPped)
-LICENSE = "openssl"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=d343e62fc9c833710bbbed25f27364c8"
-
-DEPENDS = "hostperl-runtime-native"
-
-SRC_URI = "http://www.openssl.org/source/openssl-${PV}.tar.gz \
-   file://run-ptest \
-   file://0001-skip-test_symbol_presence.patch \
-   
file://0001-buildinfo-strip-sysroot-and-debug-prefix-map-from-co.patch \
-   file://afalg.patch \
-   file://reproducible.patch \
-   "
-
-SRC_URI_append_class-nativesdk = " \
-   file://environment.d-openssl.sh \
-   "
-
-SRC_URI[sha256sum] = 
"5c9ca8774bd7b03e5784f26ae9e9e6d749c9da2438545077e6b3d755a06595d9"
-
-inherit lib_package multilib_header multilib_script ptest
-MULTILIB_SCRIPTS = "${PN}-bin:${bindir}/c_rehash"
-
-PACKAGECONFIG ?= ""
-PACKAGECONFIG_class-native = ""
-PACKAGECONFIG_class-nativesdk = ""
-
-PACKAGECONFIG[cryptodev-linux] = 
"enable-devcryptoeng,disable-devcryptoeng,cryptodev-linux,,cryptodev-module"
-
-B = "${WORKDIR}/build"
-do_configure[cleandirs] = "${B}"
-
-#| ./libcrypto.so: undefined reference to `getcontext'
-#| ./libcrypto.so: undefined reference to `setcontext'
-#| ./libcrypto.so: undefined reference to `makecontext'
-EXTRA_OECONF_append_libc-musl = " no-async"
-EXTRA_OECONF_append_libc-musl_powerpc64 = " no-asm"
-
-# adding devrandom prevents openssl from using getrandom() which is not 
available on older glibc versions
-# (native versions can be built with newer glibc, but then relocated onto a 
system with older glibc)
-EXTRA_OECONF_class-native = "--with-rand-seed=os,devrandom"
-EXTRA_OECONF_class-nativesdk = "--with-rand-seed=os,devrandom"
-
-# Relying on hardcoded built-in paths causes openssl-native to not be 
relocateable from sstate.
-CFLAGS_append_class-native = " -DOPENSSLDIR=/not/builtin 
-DENGINESDIR=/not/builtin"
-CFLAGS_append_class-nativesdk = " -DOPENSSLDIR=/not/builtin 
-DENGINESDIR=/not/builtin"
-
-do_configure () {
-   os=${HOST_OS}
-   case $os in
-   linux-gnueabi |\
-   linux-gnuspe |\
-   linux-musleabi |\
-   linux-muslspe |\
-   linux-musl )
-   os=linux
-   ;;
-   *)
-   ;;
-   esac
-   target="$os-${HOST_ARCH}"
-   case $target in
-   linux-arm*)
-   target=linux-armv4
-   ;;
-   linux-aarch64*)
-   target=linux-aarch64
-   ;;
-   linux-i?86 | linux-viac3)
-   target=linux-x86
-   ;;
-   linux-gnux32-x86_64 | linux-muslx32-x86_64 )
-   target=linux-x32
-   ;;
-   linux-gnu64-x86_64)
-   target=linux-x86_64
-   ;;
-   linux-mips | linux-mipsel)
-   # specifying TARGET_CC_ARCH prevents openssl from (incorrectly) 
adding target architecture flags
-   target="linux-mips32 ${TARGET_CC_ARCH}"
-   ;;
-   linux-gnun32-mips*)
-   target=linux-mips64
-   ;;
-   linux-*-mips64 | linux-mips64 | linux-*-mips64el | linux-mips64el)
-   target=linux64-mips64
-   ;;
-   linux-microblaze* | linux-nios2* | linux-sh3 | linux-sh4 | linux-arc*)
-   target=linux-generic32
-   ;;
-   linux-powerpc)
-   target=linux-ppc
-   ;;
-   linux-powerpc64)
-   target=linux-ppc64
-   ;;
-   linux-powerpc64le)
-   target=linux-ppc64le
-   ;;
-   linux-riscv32)
-   target=linux-generic32
-   ;;
-   linux-riscv64)
-   target=linux-generic64
-   ;;
-   linux-sparc | linux-supersparc)
-   target=linux-sparcv9
-   ;;

[OE-core] [PATCH] go.bbclass: Use external linker for native packages

2020-12-15 Thread Khem Raj
go 1.15 has reworked internal linker, which has resulted in regressions
in OE where native binaries generated using internal linker in some
cases result in corruption during populate_sysroot e.g. glide-native
crashing when used after relocation.

This improved reliability of native binaries working especially when
they use cgo or pie build modes

Signed-off-by: Khem Raj 
Cc: Otavio Salvador 
Cc: Konrad Weihmann 
---
 meta/classes/go.bbclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/classes/go.bbclass b/meta/classes/go.bbclass
index a9e31b50ea..5b26378a4e 100644
--- a/meta/classes/go.bbclass
+++ b/meta/classes/go.bbclass
@@ -40,6 +40,7 @@ GO_RPATH_LINK_class-native = 
"${@'-Wl,-rpath-link=${STAGING_LIBDIR_NATIVE}/go/pk
 GO_EXTLDFLAGS ?= "${HOST_CC_ARCH}${TOOLCHAIN_OPTIONS} ${GO_RPATH_LINK} 
${LDFLAGS}"
 GO_LINKMODE ?= ""
 GO_LINKMODE_class-nativesdk = "--linkmode=external"
+GO_LINKMODE_class-native = "--linkmode=external"
 GO_LDFLAGS ?= '-ldflags="${GO_RPATH} ${GO_LINKMODE} -extldflags 
'${GO_EXTLDFLAGS}'"'
 export GOBUILDFLAGS ?= "-v ${GO_LDFLAGS} -trimpath"
 export GOPATH_OMIT_IN_ACTIONID ?= "1"
-- 
2.29.2


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#145645): 
https://lists.openembedded.org/g/openembedded-core/message/145645
Mute This Topic: https://lists.openembedded.org/mt/78972426/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [OE-core] Strange segfault on native Go binaries

2020-12-15 Thread Richard Purdie
On Mon, 2020-12-14 at 21:18 -0800, Khem Raj wrote:
> The problem seems to obscure editing of the glide binary which is 
> resulting in a single byte in ELF header being modified between 
> do_install and do_populate_sysroot
> 
> easy reproducer is
> 
> bitbake -cinstall glide-native
> 
> then make a copy of glide installed in image/ dir ( where do_install 
> puts it ) then run
> 
> bitbake -cpopulate_sysroot glide-native
> 
> % cmp 
> ../../image/mnt/b/yoe/master/build/tmp/work/x86_64-linux/glide-
> native/0.13.3-r0/recipe-sysroot-native/usr/bin/glide 
> glide
> 
> so they are identical.
> 
> and now compare the installed binary and the saved copy.
> 
> % cmp 
> ../../image/mnt/b/yoe/master/build/tmp/work/x86_64-linux/glide-
> native/0.13.3-r0/recipe-sysroot-native/usr/bin/glide 
> glide
> ../../image/mnt/b/yoe/master/build/tmp/work/x86_64-linux/glide-
> native/0.13.3-r0/recipe-sysroot-native/usr/bin/glide 
> glide differ: byte 57, line 1
> 
> it seems installed binary is fine until do_install but then gets
> edited 
> during populate_sysroot
> 
> I have shunted many functions, including patchelf operations and the 
> binary still gets modified in place
> 
> I wonder what other operations could be put under scanner here, Let
> me 
> know if anyone has ideas..

Is it from chrpath.bbclass? or the patchelf call in uninative.bbclass?

Cheers,

Richard


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#145644): 
https://lists.openembedded.org/g/openembedded-core/message/145644
Mute This Topic: https://lists.openembedded.org/mt/78918714/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [PATCH] coreutils: enable xattrs by default for nativesdk

2020-12-15 Thread Nathan Rossi
When using coreutils nativesdk (e.g. with buildtools-tarball) for
running oe-core builds, a number of recipes/classes/etc. expect xattr
support. This requirement is also expressed by the existing
PACKAGECONFIG_class-native default including xattrs.

Signed-off-by: Nathan Rossi 
---
 meta/recipes-core/coreutils/coreutils_8.32.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-core/coreutils/coreutils_8.32.bb 
b/meta/recipes-core/coreutils/coreutils_8.32.bb
index 4eb357e310..320f93bdc2 100644
--- a/meta/recipes-core/coreutils/coreutils_8.32.bb
+++ b/meta/recipes-core/coreutils/coreutils_8.32.bb
@@ -39,6 +39,9 @@ PACKAGECONFIG_class-target ??= "\
 # The lib/oe/path.py requires xattr
 PACKAGECONFIG_class-native ??= "xattr"
 
+# oe-core builds need xattr support
+PACKAGECONFIG_class-nativesdk ??= "xattr"
+
 # with, without, depends, rdepends
 #
 PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl,"
---
2.29.2

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#145643): 
https://lists.openembedded.org/g/openembedded-core/message/145643
Mute This Topic: https://lists.openembedded.org/mt/78972328/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [PATCH] grep: add nativesdk to BBCLASSEXTEND

2020-12-15 Thread Nathan Rossi
Signed-off-by: Nathan Rossi 
---
 meta/recipes-extended/grep/grep_3.6.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-extended/grep/grep_3.6.bb 
b/meta/recipes-extended/grep/grep_3.6.bb
index edf9b29c8f..cb009b9132 100644
--- a/meta/recipes-extended/grep/grep_3.6.bb
+++ b/meta/recipes-extended/grep/grep_3.6.bb
@@ -41,3 +41,5 @@ ALTERNATIVE_${PN} = "grep egrep fgrep"
 ALTERNATIVE_LINK_NAME[grep] = "${base_bindir}/grep"
 ALTERNATIVE_LINK_NAME[egrep] = "${base_bindir}/egrep"
 ALTERNATIVE_LINK_NAME[fgrep] = "${base_bindir}/fgrep"
+
+BBCLASSEXTEND = "nativesdk"
---
2.29.2

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#145642): 
https://lists.openembedded.org/g/openembedded-core/message/145642
Mute This Topic: https://lists.openembedded.org/mt/78972323/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [PATCH] sed: add nativesdk to BBCLASSEXTEND

2020-12-15 Thread Nathan Rossi
Signed-off-by: Nathan Rossi 
---
 meta/recipes-extended/sed/sed_4.8.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-extended/sed/sed_4.8.bb 
b/meta/recipes-extended/sed/sed_4.8.bb
index 39e3a61df5..048db47e14 100644
--- a/meta/recipes-extended/sed/sed_4.8.bb
+++ b/meta/recipes-extended/sed/sed_4.8.bb
@@ -63,3 +63,5 @@ do_install_ptest() {
 }
 
 RPROVIDES_${PN} += "${@bb.utils.contains('DISTRO_FEATURES', 'usrmerge', 
'/bin/sed', '', d)}"
+
+BBCLASSEXTEND = "nativesdk"
---
2.29.2

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#145641): 
https://lists.openembedded.org/g/openembedded-core/message/145641
Mute This Topic: https://lists.openembedded.org/mt/78972311/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



  1   2   >