Re: [OE-core] [PATCH 1/3] dbus-test: Fix QA host-contamination errors

2020-02-29 Thread Richard Purdie
On Sat, 2020-02-29 at 17:42 -0800, Khem Raj wrote: > Errors like below are fixed > > bus/connection.h is owned by uid 1000, which is the same as t > he user running bitbake. This may be due to host contamination > > Signed-off-by: Khem Raj > --- > meta/recipes-core/dbus/dbus-test_1.12.16.bb | 4

[OE-core] [PATCH 3/3] boost: Fix host-user-contaminated QA errors

2020-02-29 Thread Khem Raj
bjam calls cp directly, which can install with same user name as bitbake in staging, which is caught by packager and reported, therefore override cp command to use right options to make cp behave like install utility Signed-off-by: Khem Raj --- meta/recipes-support/boost/boost.inc | 1 + 1 file

[OE-core] [PATCH 0/3] Fix host contamination QA errors

2020-02-29 Thread Khem Raj
These patches fix host-user-contaminated QA issues Khem Raj (3): dbus-test: Fix QA host-contamination errors strace: Fix host contamination QA errors boost: Fix host-user-contaminated QA errors meta/recipes-core/dbus/dbus-test_1.12.16.bb | 4 +-- .../strace/0001-Evaluate-AC_PROG_LN_S.pa

[OE-core] [PATCH 1/3] dbus-test: Fix QA host-contamination errors

2020-02-29 Thread Khem Raj
Errors like below are fixed bus/connection.h is owned by uid 1000, which is the same as t he user running bitbake. This may be due to host contamination Signed-off-by: Khem Raj --- meta/recipes-core/dbus/dbus-test_1.12.16.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[OE-core] [PATCH 2/3] strace: Fix host contamination QA errors

2020-02-29 Thread Khem Raj
Signed-off-by: Khem Raj --- .../strace/0001-Evaluate-AC_PROG_LN_S.patch | 29 +++ meta/recipes-devtools/strace/strace_5.5.bb| 1 + 2 files changed, 30 insertions(+) create mode 100644 meta/recipes-devtools/strace/strace/0001-Evaluate-AC_PROG_LN_S.patch diff --git a/meta

[OE-core] freetype: add pixmap to PACKAGECONFIG

2020-02-29 Thread Matt Ranostay
Add pixmap to PACKAGECONFIG defaults to allow consumers to render color emojis without distro changes. Signed-off-by: Matt Ranostay --- meta/recipes-graphics/freetype/freetype_2.10.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/freetype/freetype_2.

Re: [OE-core] [PATCH] selftest/tinfoil: fix a race condition

2020-02-29 Thread Alexander Kanavin
On Sat, 29 Feb 2020 at 22:39, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > I'm not sure its this simple unfortunately. > > The big question is whether injected changes from the first "session" > should persist into the second "session" or whether things should be > reset to a cons

Re: [OE-core] [PATCH] selftest/tinfoil: fix a race condition

2020-02-29 Thread Richard Purdie
On Sat, 2020-02-29 at 20:47 +0100, Alexander Kanavin wrote: > Both test_parse_recipe_initial_datastore and the preceding test > operate on the same recipe, and both change recipe metadata and re- > parse > it. In some situations bitbake backend from the first test is > catching the change done by t

Re: [OE-core] [PATCH v5 1/2] ltp: Update to 20200120

2020-02-29 Thread Khem Raj
On Sat, Feb 29, 2020 at 10:40 AM Petr Vorel wrote: > Hi Richard, Khem, > > > I was able to confirm that fts is in the recipe sysroot and that the > > compile step is running "make -j 88 LIBC=musl LIBS=-lfts", i.e. its > > being passed in to ltp. Beyond that I'm a little out my depth to know > > h

[OE-core] [PATCH v4 1/2] util-linux: upgrade 2.34 -> 2.35.1

2020-02-29 Thread Pierre-Jean Texier via Openembedded-core
License-Update: add GPLv3 text in README.licensing Also: - Drop upstreamed patch - Backport an upstream patch to fix an issue with 'sfdisk' - Use 'disable-hwclock-gplv3' explicitly. Since commit 7a3000f7ba548cf7d74ac77cc63fe8de228a669e ("hwclock: use parse_date function") hwclock is linked wi

[OE-core] [PATCH v4 2/2] wic/engine: dump the partition table in JSON format only

2020-02-29 Thread Pierre-Jean Texier via Openembedded-core
since commit 03154d2cf25c1d5ce908da9e72d324004b8d5722 ("sfdisk: add -J between mutually exclusive options") in util-linux [1], the '-J' can't be used with the '-d' option anymore. So, since we're using json format output, drop the '-d' option. Fixes: ERROR: _exec_cmd: /usr/sbin/sfdisk -dJ /cor

[OE-core] [PATCH] selftest/tinfoil: fix a race condition

2020-02-29 Thread Alexander Kanavin
Both test_parse_recipe_initial_datastore and the preceding test operate on the same recipe, and both change recipe metadata and re-parse it. In some situations bitbake backend from the first test is catching the change done by the second test and interprets it as non-deterministic metadata (not sur

Re: [OE-core] [PATCH] python3-scons: Fix license file collision

2020-02-29 Thread Tim Orling
Thank you. It bothered me but I didn’t think if this rather simple solution. On Sat, Feb 29, 2020 at 8:16 AM Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > Downloading a file called "LICENSE" into DL_DIR is 'problematic' and > collides with the > file from other versions of the rec

[OE-core] [PATCH] qemuarm64: Add -machine gic-version=3 with kvm

2020-02-29 Thread Khem Raj
qemuarm64 on aarch64 host errors out when using kvm qemu-system-aarch64: PMU: KVM_SET_DEVICE_ATTR: Invalid argument qemu-system-aarch64: failed to set irq for PMU Aborted machines with GICv3 that don’t support GICv2 guests you must have ‘-machine gic-version=3’ on the QEMU command line. Signed-

[OE-core] [PATCH] tcmode-default: Add wildcard to GLIBCVERSION

2020-02-29 Thread Khem Raj
glibc version has moved on to 2.31.x Signed-off-by: Khem Raj --- meta/conf/distro/include/tcmode-default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc index fce2662c1f..ab4333144b

Re: [OE-core] [PATCH v7 1/2] ltp: Update to 20200120

2020-02-29 Thread Petr Vorel
Hi, > Removed ffsb copying file and associated runtest file fs_ext4 > (both removed in this release). It compiles OK on my workstation. $ MACHINE=qemuarm TCLIBC=musl bitbake ltp ... Loaded 1305 entries from dependency cache. NOTE: Resolving any missing task queue dependencies Build Configuration

Re: [OE-core] [PATCH v5 1/2] ltp: Update to 20200120

2020-02-29 Thread Petr Vorel
Hi Richard, Khem, > I was able to confirm that fts is in the recipe sysroot and that the > compile step is running "make -j 88 LIBC=musl LIBS=-lfts", i.e. its > being passed in to ltp. Beyond that I'm a little out my depth to know > how/why its not ending up where it should unfortunately. At least

Re: [OE-core] [PATCH] mesa: add fix for arm6

2020-02-29 Thread Jeremy A. Puhlman
This was in my queue from a previous yotco version. I haven't gotten my arm bsp up and running yet. I will double check. On 2/29/2020 7:37 AM, Adrian Bunk wrote: On Fri, Feb 28, 2020 at 02:51:51PM -0800, Jeremy A. Puhlman wrote: From: Jeremy Puhlman We have had similar problems with missing a

[OE-core] [PATCH] libarchive: support mbedtls in PACKAGECONFIG

2020-02-29 Thread Pierre-Jean Texier via Openembedded-core
The version 3.4.2 of libarchive add support for mbed TLS [1]. So, add PACKAGECONFIG for mbedtls. [1] - https://github.com/libarchive/libarchive/releases/tag/v3.4.2 Signed-off-by: Pierre-Jean Texier --- meta/recipes-extended/libarchive/libarchive_3.4.2.bb | 1 + 1 file changed, 1 insertion(+)

Re: [OE-core] [PATCH v5 1/2] ltp: Update to 20200120

2020-02-29 Thread Petr Vorel
Hi Richard, > Grep suggests LIBS is a configure option, not a makefile one. I tried: > diff --git a/meta/recipes-extended/ltp/ltp_20200120.bb > b/meta/recipes-extended/ltp/ltp_20200120.bb > index 847f267b0b7..5be9489a756 100644 > --- a/meta/recipes-extended/ltp/ltp_20200120.bb > +++ b/meta/recip

Re: [OE-core] [PATCH v6 1/2] ltp: Update to 20200120

2020-02-29 Thread Petr Vorel
Hi Khem, Anuj, > > * 0002-kernel-controllers-Link-with-libfts-explicitly-on-mu.patch > > IMHO this one shouldn't be needed not, but CI still fails without it Khem, thanks for fixing it! It'd take me long time. > Is this patch still needed after the change in v6? I've sent v7 where I removed it. I

[OE-core] [PATCH v7 2/2] ltp: Remove mips related open_posix_testsuite patch

2020-02-29 Thread Petr Vorel
Upstream just disagree on this patch https://patchwork.ozlabs.org/comment/2012045/ Signed-off-by: Petr Vorel Signed-off-by: Khem Raj --- Changes v6->v7: NONE ...suite-mmap24-2-Relax-condition-a-bit.patch | 68 --- meta/recipes-extended/ltp/ltp_20200120.bb | 1 - 2 files ch

[OE-core] [PATCH v7 1/2] ltp: Update to 20200120

2020-02-29 Thread Petr Vorel
Removed ffsb copying file and associated runtest file fs_ext4 (both removed in this release). Added LIBS=-lfts for MUSL. Removed patches (accepted upstream) * 0001-mkswap01.sh-Add-udevadm-trigger-before-swap-verifica.patch * 0001-testcases-fix-an-absent-format-string-issue.patch * 0001-nm01-Remov

[OE-core] [PATCH] python3-scons: Fix license file collision

2020-02-29 Thread Richard Purdie
Downloading a file called "LICENSE" into DL_DIR is 'problematic' and collides with the file from other versions of the recipe at best. Rename it to something more specific to avoid collision problems. Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-scons_3.1.2.bb | 4 ++-

[OE-core] [PATCH v2] glibc: Syscall fixes for mips/risc-v/mucroblaze

2020-02-29 Thread Khem Raj
Should fix the mips make 4.3 issue on target Changes in this delta * 71f2b249a2 malloc/tst-mallocfork2: Kill lingering process for unexpected failures * 5d31b083e4 riscv: Avoid clobbering register parameters in syscall * f4f8843515 microblaze: Avoid clobbering register parameters in syscall * aa

Re: [OE-core] M3 build status

2020-02-29 Thread akuster808
On 2/29/20 5:13 AM, Richard Purdie wrote: > Just to quickly update everyone, a number of patches we probably wanted > in 3.1 have had issues but have had the issues resolved and the patches > have now merged. Thanks to all who dived in and helped with those! So no Bind update? > > The patches/i

Re: [OE-core] [PATCH] mesa: add fix for arm6

2020-02-29 Thread Adrian Bunk
On Fri, Feb 28, 2020 at 02:51:51PM -0800, Jeremy A. Puhlman wrote: > From: Jeremy Puhlman > > We have had similar problems with missing atomics on arm6 that arm5 > has. How are you able to reproduce this problem? I was wondering why the upstream fixes that happened in the meantime didn't fix i

Re: [OE-core] [PATCH] glibc: Syscall fixes for mips/risc-v/mucroblaze

2020-02-29 Thread Adrian Bunk
On Sat, Feb 29, 2020 at 07:23:52AM -0800, Khem Raj wrote: > Should fix the mips make 4.3 issue on target > > Changes in this delta > > * 71f2b249a2 malloc/tst-mallocfork2: Kill lingering process for unexpected > failures > * 5d31b083e4 riscv: Avoid clobbering register parameters in syscall > * f

Re: [OE-core] [PATCH v6 1/2] ltp: Update to 20200120

2020-02-29 Thread Anuj Mittal
On 29-Feb-20 11:00 PM, Khem Raj wrote: From: Petr Vorel Removed ffsb copying file and associated runtest file fs_ext4 (both removed in this release). Added LIBS=-lfts for MUSL. Removed patches (accepted upstream) * 0001-mkswap01.sh-Add-udevadm-trigger-before-swap-verifica.patch * 0001-testc

[OE-core] [PATCH] glibc: Syscall fixes for mips/risc-v/mucroblaze

2020-02-29 Thread Khem Raj
Should fix the mips make 4.3 issue on target Changes in this delta * 71f2b249a2 malloc/tst-mallocfork2: Kill lingering process for unexpected failures * 5d31b083e4 riscv: Avoid clobbering register parameters in syscall * f4f8843515 microblaze: Avoid clobbering register parameters in syscall * aa

Re: [OE-core] [PATCH v5 1/2] ltp: Update to 20200120

2020-02-29 Thread Khem Raj
On 2/29/20 5:53 AM, Richard Purdie wrote: On Sat, 2020-02-29 at 13:42 +, Richard Purdie wrote: On Sat, 2020-02-29 at 13:22 +, Richard Purdie wrote: On Sat, 2020-02-29 at 07:46 +0100, Petr Vorel wrote: At least we know, that once we solve this problem, we can remove 0002-kernel-contr

Re: [OE-core] [PATCH v5 1/2] ltp: Update to 20200120

2020-02-29 Thread Khem Raj
On 2/28/20 10:46 PM, Petr Vorel wrote: Hi Richard, Khem, Changes v4->v5: * Put back 0002-kernel-controllers-Link-with-libfts-explicitly-on- mu.patch as it still needed on MUSL (although it should not be needed, strange). Reported by Anuj Mittal I'm sorry to say that this still isn't quite

Re: [OE-core] [PATCH v4 1/2] ltp: Update to 20200120

2020-02-29 Thread Khem Raj
On 2/28/20 4:08 AM, Petr Vorel wrote: Hi Richard, Changes v3->v4: * Fix musl build with LIBS=-lfts Unfortunately the musl build is still failing with this version: https://autobuilder.yoctoproject.org/typhoon/#/builders/64/builds/1627 https://autobuilder.yoctoproject.org/typhoon/#/buil

[OE-core] [PATCH v6 2/2] ltp: Remove mips related open_posix_testsuite patch

2020-02-29 Thread Khem Raj
From: Petr Vorel Upstream just disagree on this patch https://patchwork.ozlabs.org/comment/2012045/ Signed-off-by: Petr Vorel Signed-off-by: Khem Raj --- Changes v5->v6: Rebase ...suite-mmap24-2-Relax-condition-a-bit.patch | 68 --- meta/recipes-extended/ltp/ltp_20200120.bb

[OE-core] [PATCH v6 1/2] ltp: Update to 20200120

2020-02-29 Thread Khem Raj
From: Petr Vorel Removed ffsb copying file and associated runtest file fs_ext4 (both removed in this release). Added LIBS=-lfts for MUSL. Removed patches (accepted upstream) * 0001-mkswap01.sh-Add-udevadm-trigger-before-swap-verifica.patch * 0001-testcases-fix-an-absent-format-string-issue.patc

[OE-core] [PATCH] systemd: Add missing leading space for CFLAGS append

2020-02-29 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/recipes-core/systemd/systemd_244.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/systemd/systemd_244.3.bb b/meta/recipes-core/systemd/systemd_244.3.bb index dfb7ad59c0..c5c0ce4bad 100644 --- a/meta/recipes-core/systemd/s

[OE-core] [PATCH v3 2/2] wic/engine: dump the partition table in JSON format only

2020-02-29 Thread Pierre-Jean Texier via Openembedded-core
since commit 03154d2cf25c1d5ce908da9e72d324004b8d5722 ("sfdisk: add -J between mutually exclusive options") in util-linux [1], the '-J' can't be used with the '-d' option anymore. So, since we're using json format output, drop the '-d' option. Fixes: ERROR: _exec_cmd: /usr/sbin/sfdisk -dJ /cor

[OE-core] [PATCH v3 1/2] util-linux: upgrade 2.34 -> 2.35.1

2020-02-29 Thread Pierre-Jean Texier via Openembedded-core
License-Update: add GPLv3 text in README.licensing Also: - Drop upstreamed patch - Use 'disable-hwclock-gplv3' explicitly. Since commit 7a3000f7ba548cf7d74ac77cc63fe8de228a669e ("hwclock: use parse_date function") hwclock is linked with parse_date.y from gnullib. This gnulib code is distribute

Re: [OE-core] [PATCH v5 1/2] ltp: Update to 20200120

2020-02-29 Thread Richard Purdie
On Sat, 2020-02-29 at 13:42 +, Richard Purdie wrote: > On Sat, 2020-02-29 at 13:22 +, Richard Purdie wrote: > > On Sat, 2020-02-29 at 07:46 +0100, Petr Vorel wrote: > > > At least we know, that once we solve this problem, we can remove > > > 0002-kernel-controllers-Link-with-libfts-explicit

Re: [OE-core] [PATCH 1/2] piglit: move to meta-oe

2020-02-29 Thread Alexander Kanavin
On Sat 29. Feb 2020 at 14.14, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Sat, 2020-02-29 at 14:11 +0100, Alexander Kanavin wrote: > > On Sat 29. Feb 2020 at 11.40, Richard Purdie < > > richard.pur...@linuxfoundation.org> wrote: > > > On Sat, 2020-02-29 at 11:14 +0100, Alexand

Re: [OE-core] [PATCH v5 1/2] ltp: Update to 20200120

2020-02-29 Thread Richard Purdie
On Sat, 2020-02-29 at 13:22 +, Richard Purdie wrote: > On Sat, 2020-02-29 at 07:46 +0100, Petr Vorel wrote: > > At least we know, that once we solve this problem, we can remove > > 0002-kernel-controllers-Link-with-libfts-explicitly-on-mu.patch > > > > Please, how to reproduce this build local

Re: [OE-core] [PATCH v2] util-linux: upgrade 2.34 -> 2.35.1

2020-02-29 Thread Pierre-Jean Texier via Openembedded-core
Hello Richard, Le 28/02/2020 à 13:25, Richard Purdie a écrit : Unfortately this does seem to expose a problem with wic, e.g.: https://autobuilder.yoctoproject.org/typhoon/#/builders/79/builds/732 which can be reproduced with: oe-selftest -r wic.Wic2.test_expand_mbr_image Afer a quick check,

Re: [OE-core] [PATCH v5 1/2] ltp: Update to 20200120

2020-02-29 Thread Richard Purdie
On Sat, 2020-02-29 at 07:46 +0100, Petr Vorel wrote: > At least we know, that once we solve this problem, we can remove > 0002-kernel-controllers-Link-with-libfts-explicitly-on-mu.patch > > Please, how to reproduce this build locally? Is it: > . oe-init-build-env > TCLIBC=musl bitbake ltp Yes, th

Re: [OE-core] [PATCH 1/2] piglit: move to meta-oe

2020-02-29 Thread Richard Purdie
On Sat, 2020-02-29 at 14:11 +0100, Alexander Kanavin wrote: > On Sat 29. Feb 2020 at 11.40, Richard Purdie < > richard.pur...@linuxfoundation.org> wrote: > > On Sat, 2020-02-29 at 11:14 +0100, Alexander Kanavin wrote: > > > This recipe is build-heavy, yet is not part of any images and > > isn't > >

[OE-core] M3 build status

2020-02-29 Thread Richard Purdie
Just to quickly update everyone, a number of patches we probably wanted in 3.1 have had issues but have had the issues resolved and the patches have now merged. Thanks to all who dived in and helped with those! The patches/issues I'm aware of that are left: * ltp upgrade (musl issue) * util-linux

Re: [OE-core] [PATCH 1/2] piglit: move to meta-oe

2020-02-29 Thread Alexander Kanavin
On Sat 29. Feb 2020 at 11.40, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Sat, 2020-02-29 at 11:14 +0100, Alexander Kanavin wrote: > > This recipe is build-heavy, yet is not part of any images and isn't > > runtime tesed as > > part of oe-core. There's no evidence of anyone us

Re: [OE-core] [PATCH v3] make: 4.2.1 -> 4.3

2020-02-29 Thread Richard Purdie
On Sat, 2020-02-29 at 10:12 +, Richard Purdie wrote: > Hi Victor, > > On Sat, 2020-02-29 at 07:55 +, Victor Kamensky (kamensky) wrote: > > I was able to reproduce and debugged the mips new make issue. > > Workaround patch attached. > > > > In summary: kernelmodule.KernelModuleTest.test_ke

[OE-core] [PATCH] psplash: Update to latest git revision

2020-02-29 Thread Richard Purdie
Image files are always generated now so make the gdk-pixbuf dependency required. Signed-off-by: Richard Purdie --- meta/recipes-core/psplash/psplash_git.bb | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/meta/recipes-core/psplash/psplash_git.bb b/meta/recipes-core/pspl

[OE-core] [PATCH] psplash: Update to latest git revision

2020-02-29 Thread Richard Purdie
Image files are always generated now so make the gdk-pixbuf dependency required. Signed-off-by: Richard Purdie --- meta/recipes-core/psplash/psplash_git.bb | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/meta/recipes-core/psplash/psplash_git.bb b/meta/recipes-core/psp

Re: [OE-core] [PATCH] xorgproto: move pc files to libdir

2020-02-29 Thread Ross Burton
Can you file a bug upstream so they can fix this? Ross On Fri, 28 Feb 2020 at 23:00, Jeremy A. Puhlman wrote: > > From: Jeremy Puhlman > > We fixed this two years go: > http://lists.openembedded.org/pipermail/openembedded-core/2018-June/151922.html > > However xorgproto moved to meson and uses

Re: [OE-core] [PATCH 1/2] piglit: move to meta-oe

2020-02-29 Thread Richard Purdie
On Sat, 2020-02-29 at 11:14 +0100, Alexander Kanavin wrote: > This recipe is build-heavy, yet is not part of any images and isn't > runtime tesed as > part of oe-core. There's no evidence of anyone using it, as all > commits are revision updates. It also pulls in NumPy, which is also > a significan

[OE-core] [PATCH 2/2] python3-numpy: move to meta-python

2020-02-29 Thread Alexander Kanavin
This recipe is in core only to enable piglit, and isn't otherwise eligible for inclusion. Signed-off-by: Alexander Kanavin --- meta/conf/distro/include/maintainers.inc | 1 - ...-and-so-on-for-libraries-by-default-.patch | 70 --- ...up.py-remove-the-detection-of-x86-ta.pat

[OE-core] [PATCH 1/2] piglit: move to meta-oe

2020-02-29 Thread Alexander Kanavin
This recipe is build-heavy, yet is not part of any images and isn't runtime tesed as part of oe-core. There's no evidence of anyone using it, as all commits are revision updates. It also pulls in NumPy, which is also a significant support item, and wouldn't otherwise be part of core. Signed-off-b

Re: [OE-core] [PATCH v3] make: 4.2.1 -> 4.3

2020-02-29 Thread Richard Purdie
Hi Victor, On Sat, 2020-02-29 at 07:55 +, Victor Kamensky (kamensky) wrote: > I was able to reproduce and debugged the mips new make issue. > Workaround patch attached. > > In summary: kernelmodule.KernelModuleTest.test_kernel_module > fails with 'fatal error: opening dependency file > script

[OE-core] [PATCH] ncurses: Comment out version parsing that broke CVE checking

2020-02-29 Thread Adrian Bunk
This will be needed again when using patchlevel versions again. Also make it more generic. Signed-off-by: Adrian Bunk --- meta/recipes-core/ncurses/ncurses_6.2.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-core/ncurses/ncurses_6.2.bb b/meta/recipes-core/n

Re: [OE-core] [PATCH] make: disable use of posix_spawn on mips

2020-02-29 Thread Adrian Bunk
On Fri, Feb 28, 2020 at 11:55:46PM -0800, Victor Kamensky via Openembedded-core wrote: > After make-4.3 migration child_execute_job function started > using posix_spawn function, which happens to be broken on mips. > > It manifests itself as when make executed by root, it switches > real user id

[OE-core] ✗ patchtest: failure for make: disable use of posix_spawn on mips

2020-02-29 Thread Patchwork
== Series Details == Series: make: disable use of posix_spawn on mips Revision: 1 URL : https://patchwork.openembedded.org/series/23022/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been execut

Re: [OE-core] [PATCH v3] make: 4.2.1 -> 4.3

2020-02-29 Thread Victor Kamensky (kamensky) via Openembedded-core
[sorry for the top post: bad email client at work] Hi Richard, Jens, I was able to reproduce and debugged the mips new make issue. Workaround patch attached. In summary: kernelmodule.KernelModuleTest.test_kernel_module fails with 'fatal error: opening dependency file scripts/basic/.fixdep.d: Pe

[OE-core] [PATCH] make: disable use of posix_spawn on mips

2020-02-29 Thread Victor Kamensky via Openembedded-core
After make-4.3 migration child_execute_job function started using posix_spawn function, which happens to be broken on mips. It manifests itself as when make executed by root, it switches real user id to wrong value because of some issues with direct setresuid system call done in glibc __spawni_chi