登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
模力方舟
AI 队友
登录
注册
Gitee 618 年中盛典开启:企业版新购最高送一年,PocketClaw 首次限时折扣
代码拉取完成,页面将自动刷新
仓库状态说明
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
58
Star
130
Fork
1.6K
OpenHarmony
/
build
关闭
代码
Issues
219
Pull Requests
125
Wiki
统计
流水线
服务
JavaDoc
PHPDoc
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
SBOM
开发画像分析
我知道了,不再自动展开
更新失败,请稍后重试!
移除标识
内容风险标识
本任务被
标识为内容中包含有代码安全 Bug 、隐私泄露等敏感信息,仓库外成员不可访问
[Bug]: ArkUI Preview for Windows - build broken, missing dependency
已完成
#I7XN55
Guido Grassel
创建于
2023-09-01 03:23
My goal is to build stand alone ArkUI Preview for Windows. I am referring to the build instructions at https://gitee.com/openharmony/arkui_ace_engine/wikis/OpenHarmony%E9%A2%84%E8%A7%88%E6%9C%AC%E5%9C%B0%E9%AA%8C%E8%AF%81 The build command fails ./build.sh --product-name ohos-sdk --gn-args enable_glfw_window=true --gn-args is_use_check_deps=false The reported error is [OHOS INFO] Created configdata.pm [OHOS INFO] Running configdata.pm [OHOS INFO] Created Makefile.in [OHOS INFO] Created Makefile [OHOS INFO] Created include/openssl/configuration.h [OHOS INFO] [OHOS INFO] ********************************************************************** [OHOS INFO] *** *** [OHOS INFO] *** OpenSSL has been successfully configured *** [OHOS INFO] *** *** [OHOS INFO] *** If you encounter a problem while building, please open an *** [OHOS INFO] *** issue on GitHub <https://github.com/openssl/openssl/issues> *** [OHOS INFO] *** and include the output from the following command: *** [OHOS INFO] *** *** [OHOS INFO] *** perl configdata.pm --dump *** [OHOS INFO] *** *** [OHOS INFO] *** (If you are new to OpenSSL, you might want to consult the *** [OHOS INFO] *** 'Troubleshooting' section in the INSTALL.md file first) *** [OHOS INFO] *** *** [OHOS INFO] ********************************************************************** [OHOS INFO] ~/sources/unify-aug30/out/sdk [OHOS INFO] [OHOS INFO] cmd ['/home/g00323864/sources/unify-aug30/third_party/openssl/make_openssl_build_all_generated.sh', '/home/g00323864/sources/unify-aug30/third_party/openssl', '/home/g00323864/sources/unify-aug30/out/sdk/clang_x64/obj/third_party/openssl/build_all_generated', 'linux-x86_64'] ok [OHOS INFO] [OHOS INFO] ERROR Unresolved dependencies. [OHOS INFO] //foundation/arkui/ace_engine/adapter/preview/entrance/samples:copy_napi_applicationlibs(//build/toolchain/mingw:mingw_x86_64) [OHOS INFO] needs //foundation/ability/ability_runtime/frameworks/simulator/napi_module/ability_stage:ability_stage_napi(//build/toolchain/mingw:mingw_x86_64) [OHOS INFO] //foundation/arkui/ace_engine/adapter/preview/entrance/samples:copy_napi_applicationlibs(//build/toolchain/mingw:mingw_x86_64) [OHOS INFO] needs //foundation/ability/ability_runtime/frameworks/simulator/napi_module/ability_stage_context:ability_stage_context_napi(//build/toolchain/mingw:mingw_x86_64) [OHOS INFO] //foundation/arkui/ace_engine/adapter/preview/entrance/samples:copy_preview_shared_library(//build/toolchain/mingw:mingw_x86_64) [OHOS INFO] needs //foundation/ability/ability_runtime/frameworks/simulator/common:ability_simulator_common(//build/toolchain/mingw:mingw_x86_64) [OHOS INFO] [OHOS ERROR] Traceback (most recent call last): [OHOS ERROR] File "/home/g00323864/sources/unify-aug30/build/hb/services/gn.py", line 176, in _execute_gn_gen_cmd [OHOS ERROR] SystemUtil.exec_command(gn_gen_cmd, self.config.log_path) [OHOS ERROR] File "/home/g00323864/sources/unify-aug30/build/hb/util/system_util.py", line 63, in exec_command [OHOS ERROR] raise OHOSException( [OHOS ERROR] exceptions.ohos_exception.OHOSException: Please check build log in /home/g00323864/sources/unify-aug30/out/sdk/build.log [OHOS ERROR] [OHOS ERROR] During handling of the above exception, another exception occurred: [OHOS ERROR] [OHOS ERROR] Traceback (most recent call last): [OHOS ERROR] File "/home/g00323864/sources/unify-aug30/build/hb/containers/status.py", line 47, in wrapper [OHOS ERROR] return func(*args, **kwargs) [OHOS ERROR] File "/home/g00323864/sources/unify-aug30/build/hb/services/gn.py", line 178, in _execute_gn_gen_cmd [OHOS ERROR] raise OHOSException('GN phase failed', '3000') [OHOS ERROR] exceptions.ohos_exception.OHOSException: GN phase failed [OHOS ERROR] [OHOS ERROR] Code: 3000 The code base in Aug30. I built for RK board and ohos-sdk successfully before on this source tree. Same issue on Aug 23 code base. Same issue on another tree also from Aug30. Build machine uses Ubuntu 22 with latest updates. You can contact me on WeLink Guido Grassel, Huawei Finland RD Center.
My goal is to build stand alone ArkUI Preview for Windows. I am referring to the build instructions at https://gitee.com/openharmony/arkui_ace_engine/wikis/OpenHarmony%E9%A2%84%E8%A7%88%E6%9C%AC%E5%9C%B0%E9%AA%8C%E8%AF%81 The build command fails ./build.sh --product-name ohos-sdk --gn-args enable_glfw_window=true --gn-args is_use_check_deps=false The reported error is [OHOS INFO] Created configdata.pm [OHOS INFO] Running configdata.pm [OHOS INFO] Created Makefile.in [OHOS INFO] Created Makefile [OHOS INFO] Created include/openssl/configuration.h [OHOS INFO] [OHOS INFO] ********************************************************************** [OHOS INFO] *** *** [OHOS INFO] *** OpenSSL has been successfully configured *** [OHOS INFO] *** *** [OHOS INFO] *** If you encounter a problem while building, please open an *** [OHOS INFO] *** issue on GitHub <https://github.com/openssl/openssl/issues> *** [OHOS INFO] *** and include the output from the following command: *** [OHOS INFO] *** *** [OHOS INFO] *** perl configdata.pm --dump *** [OHOS INFO] *** *** [OHOS INFO] *** (If you are new to OpenSSL, you might want to consult the *** [OHOS INFO] *** 'Troubleshooting' section in the INSTALL.md file first) *** [OHOS INFO] *** *** [OHOS INFO] ********************************************************************** [OHOS INFO] ~/sources/unify-aug30/out/sdk [OHOS INFO] [OHOS INFO] cmd ['/home/g00323864/sources/unify-aug30/third_party/openssl/make_openssl_build_all_generated.sh', '/home/g00323864/sources/unify-aug30/third_party/openssl', '/home/g00323864/sources/unify-aug30/out/sdk/clang_x64/obj/third_party/openssl/build_all_generated', 'linux-x86_64'] ok [OHOS INFO] [OHOS INFO] ERROR Unresolved dependencies. [OHOS INFO] //foundation/arkui/ace_engine/adapter/preview/entrance/samples:copy_napi_applicationlibs(//build/toolchain/mingw:mingw_x86_64) [OHOS INFO] needs //foundation/ability/ability_runtime/frameworks/simulator/napi_module/ability_stage:ability_stage_napi(//build/toolchain/mingw:mingw_x86_64) [OHOS INFO] //foundation/arkui/ace_engine/adapter/preview/entrance/samples:copy_napi_applicationlibs(//build/toolchain/mingw:mingw_x86_64) [OHOS INFO] needs //foundation/ability/ability_runtime/frameworks/simulator/napi_module/ability_stage_context:ability_stage_context_napi(//build/toolchain/mingw:mingw_x86_64) [OHOS INFO] //foundation/arkui/ace_engine/adapter/preview/entrance/samples:copy_preview_shared_library(//build/toolchain/mingw:mingw_x86_64) [OHOS INFO] needs //foundation/ability/ability_runtime/frameworks/simulator/common:ability_simulator_common(//build/toolchain/mingw:mingw_x86_64) [OHOS INFO] [OHOS ERROR] Traceback (most recent call last): [OHOS ERROR] File "/home/g00323864/sources/unify-aug30/build/hb/services/gn.py", line 176, in _execute_gn_gen_cmd [OHOS ERROR] SystemUtil.exec_command(gn_gen_cmd, self.config.log_path) [OHOS ERROR] File "/home/g00323864/sources/unify-aug30/build/hb/util/system_util.py", line 63, in exec_command [OHOS ERROR] raise OHOSException( [OHOS ERROR] exceptions.ohos_exception.OHOSException: Please check build log in /home/g00323864/sources/unify-aug30/out/sdk/build.log [OHOS ERROR] [OHOS ERROR] During handling of the above exception, another exception occurred: [OHOS ERROR] [OHOS ERROR] Traceback (most recent call last): [OHOS ERROR] File "/home/g00323864/sources/unify-aug30/build/hb/containers/status.py", line 47, in wrapper [OHOS ERROR] return func(*args, **kwargs) [OHOS ERROR] File "/home/g00323864/sources/unify-aug30/build/hb/services/gn.py", line 178, in _execute_gn_gen_cmd [OHOS ERROR] raise OHOSException('GN phase failed', '3000') [OHOS ERROR] exceptions.ohos_exception.OHOSException: GN phase failed [OHOS ERROR] [OHOS ERROR] Code: 3000 The code base in Aug30. I built for RK board and ohos-sdk successfully before on this source tree. Same issue on Aug 23 code base. Same issue on another tree also from Aug30. Build machine uses Ubuntu 22 with latest updates. You can contact me on WeLink Guido Grassel, Huawei Finland RD Center.
评论 (
2
)
登录
后才可以发表评论
状态
已完成
待办的
进行中
已完成
已拒绝
负责人
未设置
liuguangfeng
liuguangfengm
负责人
协作者
+负责人
+协作者
标签
bug
waiting_for_assign
未设置
项目
未立项任务
未立项任务
里程碑
未关联里程碑
未关联里程碑
Pull Requests
未关联
未关联
关联的 Pull Requests 被合并后可能会关闭此 issue
分支
未关联
分支 (
-
)
标签 (
-
)
开始日期   -   截止日期
-
置顶选项
不置顶
置顶等级:高
置顶等级:中
置顶等级:低
优先级
不指定
严重
主要
次要
不重要
预计工期
(小时)
参与者(3)
1
https://gitee.com/openharmony/build.git
git@gitee.com:openharmony/build.git
openharmony
build
build
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册