Since commit [icu: Add knobs to generate a subset of ICU data][1]applied,
It caused Segmentation fault while executing genrb to generate *.res files
...
|1473 LD_LIBRARY_PATH=../lib:../stubdata:../tools/ctestfw:$LD_LIBRARY_PATH
../bin/genrb -s ./misc -d ./out/build/icudt66l -i ./out/build/icudt66l
-k -q pluralRanges.txt
...
|1577 make[1]: *** [../data/rules.mk:732: out/build/icudt66l/pluralRanges.res]
Segmentation fault (core dumped)
|1578 make[1]: *** Waiting for unfinished jobs....
...

Follow Khem Raj's suggestion [2], disable do_make_icudata parallel build
and see if it makes help.

[1] 
https://git.openembedded.org/openembedded-core/commit/?id=5e5be67744d7ddf5a9ac433ecba02f697a84a325
[2] https://bugzilla.yoctoproject.org/show_bug.cgi?id=13869

Signed-off-by: Hongxu Jia <[email protected]>
---
 meta/recipes-support/icu/icu_66.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-support/icu/icu_66.1.bb 
b/meta/recipes-support/icu/icu_66.1.bb
index f2bb344e33..86afef3f04 100644
--- a/meta/recipes-support/icu/icu_66.1.bb
+++ b/meta/recipes-support/icu/icu_66.1.bb
@@ -55,7 +55,7 @@ do_make_icudata_class-target () {
     LDFLAGS='${BUILD_LDFLAGS}' \
     ICU_DATA_FILTER_FILE=${WORKDIR}/filter.json \
     ./runConfigureICU Linux --with-data-packaging=archive
-    oe_runmake ${PARALLEL_MAKE}
+    oe_runmake
     install -Dm644 ${S}/data/out/icudt${ICU_MAJOR_VER}l.dat 
${S}/data/in/icudt${ICU_MAJOR_VER}l.dat
 }
 
-- 
2.18.2

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

View/Reply Online (#137563): 
https://lists.openembedded.org/g/openembedded-core/message/137563
Mute This Topic: https://lists.openembedded.org/mt/73323383/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub  
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to