Re: [OE-core] [PATCH] xmlto: set CLEANBROKEN = "1"

2019-06-16 Thread Hongxu Jia
Ping //Hongxu On 5/21/19 4:49 PM, Hongxu Jia wrote: While rebuilding xmlto or xmlto-native, `make clean' in do_configure will remove man/man1/xmlif.1 which triger failure in do_compile $ bitbake xmlto-native $ bitbake xmlto-native -cconfigure -f $ bitbake xmlto-native -ccompile -f ... |FORMAT_

Re: [OE-core] [PATCH] openssh: fix potential signed overflow in pointer arithmatic

2019-06-16 Thread Hongxu Jia
On 6/17/19 10:17 AM, Hongxu Jia wrote: Pointer arithmatic results in implementation defined signed integer type, so that 'd - dst’ in strlcat may trigger signed overflow if pointer ‘d’ is near 0x7fff in 32 bits system. In case of ompilation by gcc or clang with -ftrapv option, the overflow wo

Re: [OE-core] [PATCH v2] openssl: Fix a build bug on aarch64BE.

2019-06-16 Thread ChenQi
On 06/06/2019 05:46 AM, Lei Maohui wrote: Fix bug as following on aarch64BE: Error: operand 1 must be an integer register -- `rev v31.16b,v31.16b' https://github.com/openssl/openssl/pull/9151 Upstream-Status: Submitted Signed-off-by: Lei Maohui --- ...01-Fix-build-error-for-aarch64-big-end

[OE-core] ✗ patchtest: failure for openssl: Fix a build bug on aarch64BE. (rev5)

2019-06-16 Thread Patchwork
== Series Details == Series: openssl: Fix a build bug on aarch64BE. (rev5) Revision: 5 URL : https://patchwork.openembedded.org/series/18134/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been e

[OE-core] [warrior][PATCH v2] openssl: Fix a build bug on aarch64BE.

2019-06-16 Thread Lei Maohui
Fix bug as following on aarch64BE: Error: operand 1 must be an integer register -- `rev v31.16b,v31.16b' https://github.com/openssl/openssl/pull/9151 Upstream-Status: Submitted Signed-off-by: Lei Maohui --- ...01-Fix-build-error-for-aarch64-big-endian.patch | 41 ++ .../re

[OE-core] ✗ patchtest: failure for openssl: Fix a build bug on aarch64BE. (rev4)

2019-06-16 Thread Patchwork
== Series Details == Series: openssl: Fix a build bug on aarch64BE. (rev4) Revision: 4 URL : https://patchwork.openembedded.org/series/18134/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been e

Re: [OE-core] ✗ patchtest: failure for "util-linux: add setpriv utilit..." and 3 more (rev5)

2019-06-16 Thread Changqing Li
It should related to the way you send the patch. Currently,  on the patchwork,  for this series, Revision 5 is like this: [1/4] util-linux: add setpriv utility 162216 Randy MacLeod

[OE-core] [PATCH v2] openssl: Fix a build bug on aarch64BE.

2019-06-16 Thread Lei Maohui
Fix bug as following on aarch64BE: Error: operand 1 must be an integer register -- `rev v31.16b,v31.16b' https://github.com/openssl/openssl/pull/9151 Upstream-Status: Submitted Signed-off-by: Lei Maohui --- ...01-Fix-build-error-for-aarch64-big-endian.patch | 41 ++ .../re

[OE-core] [PATCH] openssh: fix potential signed overflow in pointer arithmatic

2019-06-16 Thread Hongxu Jia
Pointer arithmatic results in implementation defined signed integer type, so that 'd - dst’ in strlcat may trigger signed overflow if pointer ‘d’ is near 0x7fff in 32 bits system. In case of ompilation by gcc or clang with -ftrapv option, the overflow would generate program abort. Signed-off-b

[OE-core] [PATCH 1/1] context.py: fix skipping function

2019-06-16 Thread Chen Qi
The current codes to skip test cases are logically correct, but they do not work correctly in reality. It does skip the tests as the command line argument specifies, but the related information is wrong. e.g. $ oe-selftest -R archiver bblayers runtime_test 2019-06-17 09:24:53,764 - oe-selftest - WA

[OE-core] [PATCH 0/1] context.py: fix skipping function

2019-06-16 Thread Chen Qi
*** BLURB HERE *** The following changes since commit 27d60c5a812774f0e5c43161e5b514c4aebdf301: gstreamer1.0-libav: disable API documentation (2019-06-15 13:46:38 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib ChenQi/oeqa-skiptests http://git.pokylinux.

[OE-core] [Warrior][ 00/30] Warrior pull request

2019-06-16 Thread Armin Kuster
please concider these for the next warrior release. The following changes since commit a2915db76d6a2007b22b20f945498c84e7fa8132: dbus-test: Improve ptest dependencies dependencies (2019-06-09 11:00:46 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-cor

[OE-core] [AUH] Upgrade status: 2019-06-16

2019-06-16 Thread auh
Recipe upgrade statistics: * Failed (devtool error): 23 apt, 1.8.2, Aníbal Limón flex, 2.6.4, Chen Qi nfs-utils, 2.4.1, Robert Yang squashfs-tools, 4.3-new-commits-available, Robert Yang iputils, s20190515, Changhyeok Bae python3-numpy, 1.1

Re: [OE-core] [PATCH 1/4] util-linux: add setpriv utility

2019-06-16 Thread Randy MacLeod
On 6/15/19 11:16 AM, Richard Purdie wrote: On Fri, 2019-06-14 at 12:45 -0400, Randy MacLeod wrote: Enable the setpriv utility for targets only. It will be used in the run-ptest script for bash and perhaps other packages where the ptest code is expected to run as a user. setpriv uses libcap-ng w

[OE-core] [Patch v3 4/4] bash: use setpriv, sed.sed to run ptests

2019-06-16 Thread Randy MacLeod
The execscript test in bash fails when run with ptest-runner calling 'su', with the error: bash: cannot set terminal process group (16036): Inappropriate ioctl for device Even with ptest-runner fixed to make a child process use the right process group, 'su' still results in the warning above. U

[OE-core] [Patch v3 3/4] ptest-runner: enable child procs as session leader

2019-06-16 Thread Randy MacLeod
When running the run-execscript bash ptest as a user rather than root, a warning: bash: cannot set terminal process group (16036): Inappropriate ioctl for device bash: no job control in this shell contaminates the bash log files causing the test to fail. This happens only when run under ptest

[OE-core] [Patch v3 2/4] libcap-ng: split into libcap-ng/libcap-ng-python

2019-06-16 Thread Randy MacLeod
util-linux's setpriv needs the libcap-ng library but not the python package so split the package up to enable this without a dependency loop. Signed-off-by: Randy MacLeod --- meta/recipes-support/libcap-ng/libcap-ng | 1 + .../python.patch | 0 .../libcap-ng/l

[OE-core] [Patch v3 1/4] util-linux: add setpriv utility

2019-06-16 Thread Randy MacLeod
Enable the setpriv utility for targets only. It will be used in the run-ptest script for bash and perhaps other packages where the ptest code is expected to run as a user. setpriv uses libcap-ng which doesn't build natively so disable it for native* builds. Also, busybox has a setpriv implementati

[OE-core] ✗ patchtest: failure for Add wireless-regdb from meta-networking

2019-06-16 Thread Patchwork
== Series Details == Series: Add wireless-regdb from meta-networking Revision: 1 URL : https://patchwork.openembedded.org/series/18168/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been execute

[OE-core] [PATCH] Add wireless-regdb from meta-networking

2019-06-16 Thread Adrian Bunk
Since wpa-supplicant is provided, the database of permitted frequencies should also be provided. wireless-regdb-static should be used with kernel >= 4.15. wireless-regdb can be used with older kernels and is mostly irrelevant here, but keeping it in meta-networking would create needless recipe dup

[OE-core] [PATCH] openssl: fix failure of ptest test_shlibload

2019-06-16 Thread kai.kang
From: Kai Kang It fails to run ptest case test_shlibload which requires libcrypto.so and libssl.so with version numbers now. Signed-off-by: Kai Kang --- meta/recipes-connectivity/openssl/openssl_1.1.1c.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-conn