web-dev-qa-db-ja.com

AOSPビルドが停止しました:サブコマンドが失敗しました

AOSPビルドをビルドしようとすると、このエラーが発生しました

repo init -u https://Android.googlesource.com/platform/manifest -b Android-8.0.0_r33 --depth=1

同じことを経験した人は誰もいません。

[  5% 3232/63193] Lex: applypatch <= bootable/recovery/edify/lexer.ll
FAILED: out/target/product/generic/obj/STATIC_LIBRARIES/libedify_intermediates/lexer.cpp 
/bin/bash -c "prebuilts/misc/linux-x86/flex/flex-2.5.39 -oout/target/product/generic/obj/STATIC_LIBRARIES/libedify_intermediates/lexer.cpp bootable/recovery/edify/lexer.ll"
flex-2.5.39: loadlocale.c:130: _nl_intern_locale_data: Assertion `cnt < (sizeof (_nl_value_type_LC_TIME) / sizeof (_nl_value_type_LC_TIME[0]))' failed.
Aborted (core dumped)
[  5% 3239/63193] target StaticLib: li...IES/libv8src_intermediates/libv8src.a)
ninja: build stopped: subcommand failed.
14:04:56 ninja failed with: exit status 1
build/core/main.mk:21: recipe for target 'run_soong_ui' failed
make: *** [run_soong_ui] Error 1

これは、問題が環境にある可能性があるという点に私を導きます。

VirtualBox、8 GB RAM、160 GBスペース、Ubuntu 18.04

ここで何がうまくいかないのか、誰か提案がありますか?

4
Gleichmut

ビルドする前にexport LC_ALL=Cを実行してみてください。

Ubuntu18.04でビルドしたときに同様のエラーが発生しました。

10
AOSP1