Wind River Support Network

HomeDefectsLIN1018-4975
Fixed

LIN1018-4975 : kea install task run with parallel jobs, but should not

Created: Oct 4, 2019    Updated: Oct 16, 2019
Resolved Date: Oct 14, 2019
Found In Version: 10.18.44.6
Fix Version: 10.18.44.11
Severity: Standard
Applicable for: Wind River Linux LTS 18
Component/s: Userspace

Description

{{kea install task should not be run with parallel build.}}

 

$ tail -15 log.do_configure
 Now you can type "make" to build Kea. Note that if you intend to
 run "make check", you must run "make" first as some files need to be
 generated by "make" before "make check" can be run.

*When running "make install" do not use any form of parallel or job*
 *server options (such as GNU make's -j option). Doing so may cause*
 *errors.*

DEBUG: Shell function do_configure finished
DEBUG: Executing python function do_qa_configure
NOTE: Checking autotools environment for common misconfiguration
NOTE: Checking configure output for unrecognised options
DEBUG: Python function do_qa_configure finished
DEBUG: Executing shell function autotools_postconfigure
DEBUG: Shell function autotools_postconfigure finished

{{}}$ head -15 log.do_install
DEBUG: Executing python function extend_recipe_sysroot
NOTE: Direct dependencies are NOTE: Installed into sysroot: []
NOTE: Skipping as already exists in sysroot: ['quilt-native', 'gnu-config-native', 'log4cplus', 'automake-native', 'gcc-runtime', 'libtool-cross', 'boost', 'glibc', 'kea-native', 'libtool-native', 'autoconf-native', 'pseudo-native', 'gcc-cross-arm', 'openssl', 'texinfo-dummy-native', 'm4-native', 'libgcc', 'linux-libc-headers', 'binutils-cross-arm', 'python3', 'zlib', 'bzip2', 'icu', 'boost-native', 'log4cplus-native', 'openssl-native', 'flex-native', 'xz-native', 'zlib-native', 'libmpc-native', 'mpfr-native', 'gmp-native', 'opkg-utils', 'xz', 'readline', 'libxcrypt', 'gdbm', 'libffi', 'sqlite3', 'python3-native', 'icu-native', 'bjam-native', 'pkgconfig-native', 'gettext-minimal-native', 'ncurses', 'bzip2-native', 'gdbm-native', 'sqlite3-native', 'readline-native', 'ncurses-native']
DEBUG: Python function extend_recipe_sysroot finished
DEBUG: SITE files ['endian-little', 'bit-32', 'arm-common', 'arm-32', 'common-linux', 'common-glibc', 'arm-linux', 'arm-linux-gnueabi', 'common']
DEBUG: Executing shell function do_install
NOTE: *make -j 88* 

Workaround

add 

PARALLEL_MAKEINST = "-j1"

to the bb  file

Steps to Reproduce

build kea
Live chat
Online