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:

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 >

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

2020-02-29 Thread Victor Kamensky (kamensky) via Openembedded-core
six_spawn=yes], 401 [make_cv_synchronous_posix_spawn="no (cross-compiling)"])])) 402 403 AS_CASE([/$user_posix_spawn/$make_cv_posix_spawn/$make_cv_synchronous_posix_spawn/], 404[*/no/*], [make_cv_posix_spawn=no], 405[AC_DEFINE(USE_POSIX_SPAWN, 1, [Define to 1 to u

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

2020-02-27 Thread Richard Purdie
On Mon, 2020-02-24 at 15:39 +0100, Jens Rehsack wrote: > Announcement: > https://lists.gnu.org/archive/html/bug-make/2020-01/msg00057.html > > 1) Remove upstream provided patches > 0001-glob-Do-not-assume-glibc-glob-internals.patch >and 0002-glob-Do-not-assume-glibc-glob-internals.patch. >

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

2020-02-25 Thread Adrian Bunk
On Mon, Feb 24, 2020 at 03:39:20PM +0100, Jens Rehsack wrote: >... > -SRC_URI = "${GNU_MIRROR}/make/make-${PV}.tar.bz2 \ >... > +SRC_URI = "${GNU_MIRROR}/make/make-${PV}.tar.lz \ >... Please use the .tar.gz instead. Building lzip-native just for being able to build make is not worth the small

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

2020-02-24 Thread Jens Rehsack
Announcement: https://lists.gnu.org/archive/html/bug-make/2020-01/msg00057.html 1) Remove upstream provided patches 0001-glob-Do-not-assume-glibc-glob-internals.patch and 0002-glob-Do-not-assume-glibc-glob-internals.patch. 2) License has been changed to GPLv3 only 3) Important bug-fix is