make: *** [run_soong_ui] Error 1

5,091 views
Skip to first unread message

Nimit Patel

unread,
Sep 7, 2017, 6:43:29 PM9/7/17
to android-platform
Hi Folks,

When I am Trying to build Android O using make -j16 , I am Getting Error  : 
 
[  1% 775/61703] target thumb C+...xternal/v8/src/parsing/parser.cc
ninja
: build stopped: subcommand failed.
22:47:13 ninja failed with: exit status 1
build
/core/main.mk:21: recipe for target 'run_soong_ui' failed
make
: *** [run_soong_ui] Error 1


Find the Attached File for log and Full Description





error.txt

Colin Cross

unread,
Sep 7, 2017, 6:50:46 PM9/7/17
to android-...@googlegroups.com
The error is earlier in the log:
[  2% 1512/62475] Yacc: applypat...ootable/recovery/edify/parser.yy
FAILED: out/target/product/generic/obj/STATIC_LIBRARIES/libedify_intermediates/parser.cpp 
/bin/bash -c "prebuilts/misc/linux-x86/bison/bison -d  --defines=out/target/product/generic/obj/STATIC_LIBRARIES/libedify_intermediates/parser.h -o out/target/product/generic/obj/STATIC_LIBRARIES/libedify_intermediates/parser.cpp bootable/recovery/edify/parser.yy"
/bin/bash: prebuilts/misc/linux-x86/bison/bison: No such file or directory

This likely means that the shared libraries needed by the bison executable are missing.  Bison is one of the few 32-bit executables we use, so you may be missing the 32-bit libc and libstdc++.  On ubuntu you would install them with:
sudo apt-get install libc6:i386 libstdc++6:i386


--
You received this message because you are subscribed to the Google Groups "android-platform" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-platform+unsubscribe@googlegroups.com.
To post to this group, send email to android-platform@googlegroups.com.
Visit this group at https://groups.google.com/group/android-platform.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages