[OHOS ERROR] Traceback (most recent call last):
[OHOS ERROR] File "/home/songqi037/hongmeng5.0/build/hb/containers/status.py", line 47, in wrapper
[OHOS ERROR] return func(*args, **kwargs)
[OHOS ERROR] ^^^^^^^^^^^^^^^^^^^^^
[OHOS ERROR] File "/home/songqi037/hongmeng5.0/build/hb/modules/ohos_build_module.py", line 67, in run
[OHOS ERROR] raise exception
[OHOS ERROR] File "/home/songqi037/hongmeng5.0/build/hb/modules/ohos_build_module.py", line 65, in run
[OHOS ERROR] super().run()
[OHOS ERROR] File "/home/songqi037/hongmeng5.0/build/hb/modules/interface/build_module_interface.py", line 70, in run
[OHOS ERROR] raise exception
[OHOS ERROR] File "/home/songqi037/hongmeng5.0/build/hb/modules/interface/build_module_interface.py", line 68, in run
[OHOS ERROR] self._ninja()
[OHOS ERROR] File "/home/songqi037/hongmeng5.0/build/hb/util/timer_util.py", line 30, in inner
[OHOS ERROR] res = func(*arg, **kwarg)
[OHOS ERROR] ^^^^^^^^^^^^^^^^^^^
[OHOS ERROR] File "/home/songqi037/hongmeng5.0/build/hb/modules/interface/build_module_interface.py", line 125, in _ninja
[OHOS ERROR] self._target_compilation()
[OHOS ERROR] File "/home/songqi037/hongmeng5.0/build/hb/modules/ohos_build_module.py", line 102, in _target_compilation
[OHOS ERROR] self.target_compiler.run()
[OHOS ERROR] File "/home/songqi037/hongmeng5.0/build/hb/services/ninja.py", line 38, in run
[OHOS ERROR] self._execute_ninja_cmd()
[OHOS ERROR] File "/home/songqi037/hongmeng5.0/build/hb/services/ninja.py", line 69, in _execute_ninja_cmd
[OHOS ERROR] SystemUtil.exec_command(
[OHOS ERROR] File "/home/songqi037/hongmeng5.0/build/hb/util/system_util.py", line 75, in exec_command
[OHOS ERROR] LogUtil.get_failed_log(log_path)
[OHOS ERROR] File "/home/songqi037/hongmeng5.0/build/hb/util/log_util.py", line 193, in get_failed_log
[OHOS ERROR] LogUtil.get_compiler_failed_log(log_path)
[OHOS ERROR] File "/home/songqi037/hongmeng5.0/build/hb/util/log_util.py", line 180, in get_compiler_failed_log
[OHOS ERROR] raise OHOSException(
[OHOS ERROR] exceptions.ohos_exception.OHOSException: COMPILE Failed! Please check error in /home/songqi037/hongmeng5.0/out/rk3568/error.log, and for more build information in /home/songqi037/hongmeng5.0/out/rk3568/build.log
[OHOS ERROR]
[OHOS ERROR] Code: 4000
[OHOS ERROR]
[OHOS ERROR] Reason: COMPILE Failed! Please check error in /home/songqi037/hongmeng5.0/out/rk3568/error.log, and for more build information in /home/songqi037/hongmeng5.0/out/rk3568/build.log
[OHOS ERROR]
[OHOS ERROR] Error Type: Ninja build error
[OHOS ERROR]
[OHOS ERROR] Description: An unknown error occurred while executing 'ninja -C'.
[OHOS ERROR]
[OHOS ERROR] Solution: no solution
[OHOS ERROR]
=====build error=====
[/md]作者: 润开鸿_梁开祝 时间: 2024-9-24 09:11
去掉编译命令中的"--no-prebuilt-sdk"参数,再试试看。作者: kuaile 时间: 2024-9-26 15:51
unsigned_hap_path_list.json报错一般为概率性报错,如果多次编译无法解决请回复我。作者: nidoudoudoudou 时间: 2024-10-29 19:58
回复 kuaile: 多次编译 同样报错作者: 深开鸿_胡瑞涛 时间: 2024-10-31 10:29
是编译这个应用/applications/standard/dlp_manager/时报错的;可能代码没拉全,重新拉取同步代码 repo sync,再编译试试呢作者: nidoudoudoudou 时间: 2024-11-1 10:35
回复 深开鸿_胡瑞涛: 直接在这里下载的压缩文件然后解压的,应该没有问题吧。https://repo.huaweicloud.com/openharmony/os/5.0.0-Release/作者: Jianwei Mao 时间: 6 天前
原来不止我一个人遇到这个问题!我还以为是公司http proxy有问题,看来真不是!