[UX][Bug] docs: Building with OpenHarmony compatibility - building process failed
The module affected
What is the action to reproduce the bug? (Steps to reproduce)
-
go to Oniro Docs/Quick Build/Building with OpenHarmony compatibility
-
Use procedures to build OH
TEMPLATECONF=../oniro/flavours/linux . ./oe-core/oe-init-build-env build-oniro-linux
edit local.conf:
TOOLCHAIN="clang"
RUNTIME="llvm"
DISTRO_FEATURES:append = " openharmony"
IMAGE_INSTALL:append = " openharmony-standard"
MACHINE=qemuarm bitbake oniro-image-base
What is the result you see? (Actual result)
felldn2@felldn2-ThinkPad-T490s:~/oniroproject/build-oniro-linux$ MACHINE=qemuarm bitbake oniro-image-base
Loading cache: 100% | | ETA: --:--:--Loaded 0 entries from dependency cache.
Parsing recipes: 26% |################################# | ETA: Parsing recipes: 100% |######################################################################################################################| Time: 0:01:32Parsing of 3101 .bb files complete (0 cached, 3101 parsed). 4785 targets, 628 skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies
Build Configuration:
BB_VERSION = "2.0.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "ubuntu-20.04"
TARGET_SYS = "arm-oniro-linux-musleabi"
MACHINE = "qemuarm"
DISTRO = "oniro-linux"
DISTRO_VERSION = "2.0.0-alpha"
TUNE_FEATURES = "arm vfp cortexa15 neon thumb callconvention-hard"
TARGET_FPU = "hard"
meta-oniro-staging = "HEAD:e08e5e8741e5111874b7239cd9999eb7196509bf"
meta = "HEAD:a4bfb5ceb5cf8c0c6d27225b27ef10c0b9dceccb"
meta-arm
meta-arm-toolchain = "HEAD:78fce73c3803aba82149a3a03fde1b708f5424fa"
meta-clang = "HEAD:d43df79361a8cdee6f1c16f072411f13005ca5c3"
meta-zephyr-bsp
meta-zephyr-core = "HEAD:e6f584142e4fe19cbf5e45ac05eb181ca96e393c"
meta-oniro-core = "HEAD:e08e5e8741e5111874b7239cd9999eb7196509bf"
meta-openharmony = "HEAD:99d5d0166f11eb009443b6206a77df3298fce505"
meta-freertos = "HEAD:98a6838261d36b8f79c5fbae1736492169727a1e"
meta-intel = "HEAD:ef3aa3064b9bbfa19f600eafb1e7d3473f62af74"
meta-seco-intel = "HEAD:65a673560211b11986db5785c70254fad190785f"
meta-freescale = "HEAD:2e785f257ad98581b684f0e32f6d4bb96faefb10"
meta-seco-imx = "HEAD:b6976d806dad5cff6e071cfdb59ab45c4210604b"
meta-oe
meta-filesystems
meta-networking
meta-perl
meta-python = "HEAD:a47ef046619d639dfbd3be2a13ef6d5b40fd40a1"
meta-raspberrypi = "HEAD:0135a02ea577bd39dd552236ead2c5894d89da1d"
meta-security = "HEAD:c79262a30bd385f5dbb009ef8704a1a01644528e"
meta-riscv = "HEAD:70e099d7ceca52a1dde2c978713012f6b20a9891"
meta-rauc = "HEAD:ea4236412dc4449eff4d52d3ef6b6d230355f936"
meta-java = "HEAD:1a8059f6b257ebe6fcae6416e499784d976afd24"
NOTE: Fetching uninative binary shim http://downloads.yoctoproject.org/releases/uninative/3.6/x86_64-nativesdk-libc-3.6.tar.xz;sha256sum=9bfc4c970495b3716b2f9e52c4df9f968c02463a9a95000f6657fbc3fde1f098 (will check PREMIRRORS first)
Initialising tasks: 100% |###################################################################################################################| Time: 0:00:03Sstate summary: Wanted 1675 Local 0 Mirrors 0 Missed 1675 Current 0 (0% match, 0% complete)
NOTE: Executing Tasks
WARNING: openharmony-standard-3.0-r0 do_fetch: Failed to fetch URL git://gitee.com/openharmony/developtools_hdc_standard.git;protocol=https;branch=OpenHarmony-3.1-Release;rev=5304e6ff48d783362d577b8cf1fb1b34e3e451d4;destsuffix=src/developtools/hdc_standard, attempting MIRRORS if available
ERROR: openharmony-standard-3.0-r0 do_fetch: Fetcher failure: Repository https://gitee.com/openharmony/developtools_hdc_standard.git has LFS content, install git-lfs on host to download (or set lfs=0 to ignore it)
ERROR: openharmony-standard-3.0-r0 do_fetch: Bitbake Fetcher Error: FetchError('Unable to fetch URL from any source.', 'git://gitee.com/openharmony/developtools_hdc_standard.git;protocol=https;branch=OpenHarmony-3.1-Release;rev=5304e6ff48d783362d577b8cf1fb1b34e3e451d4;destsuffix=src/developtools/hdc_standard')
ERROR: Logfile of failure stored in: /home/felldn2/oniroproject/build-oniro-linux/tmp/work/cortexa15t2hf-neon-oniro-linux-musleabi/openharmony-standard/3.0-r0/temp/log.do_fetch.3141100
ERROR: Task (/home/felldn2/oniroproject/oe-core/../meta-openharmony/recipes-openharmony/openharmony/openharmony-standard_3.0.bb:do_fetch) failed with exit code '1'
Waiting for 3 running tasks to finish:
0: binutils-native-2.38-r0 do_fetch - 1h13m8s (pid 2398460) 53% |########################################## | 49.4K/s
1: binutils-cross-arm-2.38-r0 do_unpack - 1h8m34s (pid 2618732)
2: nodejs-native-16.14.2-r0 do_compile - 39m38s (pid 3174137)
What is the result you expect? (Expected behaviour)
Building process should works properly
Frequency? (always, sometimes, one-time issue)
Always
Tested version (image name and version, platform)
Kirkstone
Do you know any workaround of this issue? (link to workaround/mitigation steps etc)
n/a
Do you have a fix for this issue?
n/a