Repo sync is getting failed

cd bootloader/uboot/
git status

cd -
cd vendor/amlogic/common/apps/FactoryTest
git status

Execute the above command to see if you have any changes in these two directories

I haven’t any changes, I try to first download(sync) source.

davemf@ubuntu:~/VIM3_Pie/bootloader/uboot$ git status
fatal: bad object HEAD
davemf@ubuntu:~/VIM3_Pie/bootloader/uboot$ cd …/…/vendor/amlogic/common/apps/FactoryTest/
davemf@ubuntu:~/VIM3_Pie/vendor/amlogic/common/apps/FactoryTest$ git status
fatal: bad object HEAD

repo sync --force-sync bootloader/uboot/
repo sync --force-sync vendor/amlogic/common/apps/FactoryTest

Does not work:

davemf@ubuntu:~/VIM3_Pie$ repo sync --force-sync bootloader/uboot/
repo: warning: Python 2 is no longer supported; Please upgrade to Python 3.6+.
… A new version of repo (2.4) is available.
… You should upgrade soon:
cp /home/davemf/VIM3_Pie/.repo/repo/repo /usr/bin/repo
error: Cannot fetch u-boot (GitError: u-boot update-ref: fatal: 4752efbb90b7d048a81760c67f8c826f14baf41c^0: not a valid SHA1
)
Exception in thread Thread-1:
Traceback (most recent call last):
File “/usr/lib/python2.7/threading.py”, line 810, in __bootstrap_inner
self.run()
File “/usr/lib/python2.7/threading.py”, line 763, in run
self.__target(*self.__args, **self.__kwargs)
File “/home/davemf/VIM3_Pie/.repo/repo/subcmds/sync.py”, line 301, in _FetchProjectList
success = self._FetchHelper(opt, project, *args, **kwargs)
File “/home/davemf/VIM3_Pie/.repo/repo/subcmds/sync.py”, line 346, in _FetchHelper
clone_filter=clone_filter)
File “/home/davemf/VIM3_Pie/.repo/repo/project.py”, line 1553, in Sync_NetworkHalf
self._InitMRef()
File “/home/davemf/VIM3_Pie/.repo/repo/project.py”, line 2886, in _InitMRef
self._InitAnyMRef(R_M + self.manifest.branch)
File “/home/davemf/VIM3_Pie/.repo/repo/project.py”, line 2898, in _InitAnyMRef
self.bare_git.UpdateRef(ref, dst, message=msg, detach=True)
File “/home/davemf/VIM3_Pie/.repo/repo/project.py”, line 3285, in UpdateRef
self.update_ref(*cmdv)
File “/home/davemf/VIM3_Pie/.repo/repo/project.py”, line 3351, in runner
(self._project.name, name, p.stderr))
GitError: u-boot update-ref: fatal: 4752efbb90b7d048a81760c67f8c826f14baf41c^0: not a valid SHA1
Fetching projects: 50% (1/2), done.
error: Cannot fetch u-boot (GitError: u-boot update-ref: fatal: 4752efbb90b7d048a81760c67f8c826f14baf41c^0: not a valid SHA1
)
Exception in thread Thread-5:
Traceback (most recent call last):
File “/usr/lib/python2.7/threading.py”, line 810, in __bootstrap_inner
self.run()
File “/usr/lib/python2.7/threading.py”, line 763, in run
self.__target(*self.__args, **self.__kwargs)
File “/home/davemf/VIM3_Pie/.repo/repo/subcmds/sync.py”, line 301, in _FetchProjectList
success = self._FetchHelper(opt, project, *args, **kwargs)
File “/home/davemf/VIM3_Pie/.repo/repo/subcmds/sync.py”, line 346, in _FetchHelper
clone_filter=clone_filter)
File “/home/davemf/VIM3_Pie/.repo/repo/project.py”, line 1553, in Sync_NetworkHalf
self._InitMRef()
File “/home/davemf/VIM3_Pie/.repo/repo/project.py”, line 2886, in _InitMRef
self._InitAnyMRef(R_M + self.manifest.branch)
File “/home/davemf/VIM3_Pie/.repo/repo/project.py”, line 2898, in _InitAnyMRef
self.bare_git.UpdateRef(ref, dst, message=msg, detach=True)
File “/home/davemf/VIM3_Pie/.repo/repo/project.py”, line 3285, in UpdateRef
self.update_ref(*cmdv)
File “/home/davemf/VIM3_Pie/.repo/repo/project.py”, line 3351, in runner
(self._project.name, name, p.stderr))
GitError: u-boot update-ref: fatal: 4752efbb90b7d048a81760c67f8c826f14baf41c^0: not a valid SHA1
error: Unable to fully sync the tree.
error: Downloading network changes failed.
error: Checking out local projects failed.
Try re-running with “-j1 --fail-fast” to exit at the first error.

rm -rf .repo/project-objects/android_vendor_amlogic_FactoryTest.git
rm -rf .repo/projects/vendor/amlogic/common/apps/FactoryTest.git
rm -rf vendor/amlogic/common/apps/FactoryTest
rm -rf .repo/projects/bootloader/uboot.git
rm -rf bootloader/uboot/
repo sync bootloader/uboot/
repo sync vendor/amlogic/common/apps/FactoryTest

does not work. Many people have issue with sync after last your update on github.

davemf@ubuntu:~/VIM3_Pie$ rm -rf .repo/project-objects/android_vendor_amlogic_FactoryTest.git
davemf@ubuntu:~/VIM3_Pie$ rm -rf .repo/projects/vendor/amlogic/common/apps/FactoryTest.git
davemf@ubuntu:~/VIM3_Pie$ rm -rf vendor/amlogic/common/apps/FactoryTest
davemf@ubuntu:~/VIM3_Pie$ rm -rf .repo/projects/bootloader/uboot.git
davemf@ubuntu:~/VIM3_Pie$ rm -rf bootloader/uboot/
davemf@ubuntu:~/VIM3_Pie$
davemf@ubuntu:~/VIM3_Pie$
davemf@ubuntu:~/VIM3_Pie$ repo sync bootloader/uboot/
repo: warning: Python 2 is no longer supported; Please upgrade to Python 3.6+.
… A new version of repo (2.4) is available.
… You should upgrade soon:
cp /home/davemf/VIM3_Pie/.repo/repo/repo /usr/bin/repo
Server does not provide clone.bundle; ignoring.
error: Cannot fetch u-boot (GitError: u-boot update-ref: fatal: 4752efbb90b7d048a81760c67f8c826f14baf41c^0: not a valid SHA1
)
Exception in thread Thread-1:
Traceback (most recent call last):
File “/usr/lib/python2.7/threading.py”, line 810, in __bootstrap_inner
self.run()
File “/usr/lib/python2.7/threading.py”, line 763, in run
self.__target(*self.__args, **self.__kwargs)
File “/home/davemf/VIM3_Pie/.repo/repo/subcmds/sync.py”, line 301, in _FetchProjectList
success = self._FetchHelper(opt, project, *args, **kwargs)
File “/home/davemf/VIM3_Pie/.repo/repo/subcmds/sync.py”, line 346, in _FetchHelper
clone_filter=clone_filter)
File “/home/davemf/VIM3_Pie/.repo/repo/project.py”, line 1553, in Sync_NetworkHalf
self._InitMRef()
File “/home/davemf/VIM3_Pie/.repo/repo/project.py”, line 2886, in _InitMRef
self._InitAnyMRef(R_M + self.manifest.branch)
File “/home/davemf/VIM3_Pie/.repo/repo/project.py”, line 2898, in _InitAnyMRef
self.bare_git.UpdateRef(ref, dst, message=msg, detach=True)
File “/home/davemf/VIM3_Pie/.repo/repo/project.py”, line 3285, in UpdateRef
self.update_ref(*cmdv)
File “/home/davemf/VIM3_Pie/.repo/repo/project.py”, line 3351, in runner
(self._project.name, name, p.stderr))
GitError: u-boot update-ref: fatal: 4752efbb90b7d048a81760c67f8c826f14baf41c^0: not a valid SHA1
error: Cannot fetch u-boot (GitError: u-boot update-ref: fatal: 4752efbb90b7d048a81760c67f8c826f14baf41c^0: not a valid SHA1
)
Exception in thread Thread-3:
Traceback (most recent call last):
File “/usr/lib/python2.7/threading.py”, line 810, in __bootstrap_inner
self.run()
File “/usr/lib/python2.7/threading.py”, line 763, in run
self.__target(*self.__args, **self.__kwargs)
File “/home/davemf/VIM3_Pie/.repo/repo/subcmds/sync.py”, line 301, in _FetchProjectList
success = self._FetchHelper(opt, project, *args, **kwargs)
File “/home/davemf/VIM3_Pie/.repo/repo/subcmds/sync.py”, line 346, in _FetchHelper
clone_filter=clone_filter)
File “/home/davemf/VIM3_Pie/.repo/repo/project.py”, line 1553, in Sync_NetworkHalf
self._InitMRef()
File “/home/davemf/VIM3_Pie/.repo/repo/project.py”, line 2886, in _InitMRef
self._InitAnyMRef(R_M + self.manifest.branch)
File “/home/davemf/VIM3_Pie/.repo/repo/project.py”, line 2898, in _InitAnyMRef
self.bare_git.UpdateRef(ref, dst, message=msg, detach=True)
File “/home/davemf/VIM3_Pie/.repo/repo/project.py”, line 3285, in UpdateRef
self.update_ref(*cmdv)
File “/home/davemf/VIM3_Pie/.repo/repo/project.py”, line 3351, in runner
(self._project.name, name, p.stderr))
GitError: u-boot update-ref: fatal: 4752efbb90b7d048a81760c67f8c826f14baf41c^0: not a valid SHA1
fatal: failed to unpack tree object HEAD
error: Cannot checkout u-boot: GitError: Cannot initialize work tree for u-boot
Traceback (most recent call last):
File “/home/davemf/VIM3_Pie/.repo/repo/main.py”, line 622, in
_Main(sys.argv[1:])
File “/home/davemf/VIM3_Pie/.repo/repo/main.py”, line 596, in _Main
result = run()
File “/home/davemf/VIM3_Pie/.repo/repo/main.py”, line 589, in
run = lambda: repo._Run(name, gopts, argv) or 0
File “/home/davemf/VIM3_Pie/.repo/repo/main.py”, line 266, in _Run
result = cmd.Execute(copts, cargs)
File “/home/davemf/VIM3_Pie/.repo/repo/subcmds/sync.py”, line 966, in Execute
self._Checkout(all_projects, opt, err_event, err_results)
File “/home/davemf/VIM3_Pie/.repo/repo/subcmds/sync.py”, line 562, in _Checkout
self._CheckoutWorker(**kwargs)
File “/home/davemf/VIM3_Pie/.repo/repo/subcmds/sync.py”, line 442, in _CheckoutWorker
return self._CheckoutOne(opt, project, *args, **kwargs)
File “/home/davemf/VIM3_Pie/.repo/repo/subcmds/sync.py”, line 476, in _CheckoutOne
project.Sync_LocalHalf(syncbuf, force_sync=opt.force_sync)
File “/home/davemf/VIM3_Pie/.repo/repo/project.py”, line 1616, in Sync_LocalHalf
self._InitWorkTree(force_sync=force_sync, submodules=submodules)
File “/home/davemf/VIM3_Pie/.repo/repo/project.py”, line 3075, in _InitWorkTree
raise GitError('Cannot initialize work tree for ’ + self.name)
error.GitError: Cannot initialize work tree for u-boot

Hello Goenjoy!
I have a same problem to.
I did everything according to this instruction, but it does not help and displays this:

GitError: u-boot update-ref: fatal: 4752efbb90b7d048a81760c67f8c826f14baf41c^0: not a valid SHA1

error: Unable to fully sync the tree.
error: Downloading network changes failed.
error: Checking out local projects failed.
Try re-running with “-j1 --fail-fast” to exit at the first error.

GitError: android_vendor_amlogic_FactoryTest update-ref: fatal: eb12a04904166da467a8ac1dd4f1acbd6768257b^0: not a valid SHA1

This text will be hidden
error: Cannot fetch android_vendor_amlogic_FactoryTest (GitError: android_vendor_amlogic_FactoryTest update-ref: fatal: eb12a04904166da467a8ac1dd4f1acbd6768257b^0: not a valid SHA1

1 Like

Sorry for that. I have fixed it. And you can check it again.

1 Like

Sorry for that. I have fixed it. And you can check it again.

1 Like

Which commands do I need to do, just “repo sync”?

It turned out to synchronize directly, thanks. Now, when running the repo sync command, the following errors are displayed:

error: Unable to fully sync the tree.
error: Downloading network changes failed.
error: Checking out local projects failed.
Try re-running with “-j1 --fail-fast” to exit at the first error.

You need to provide more information for me. :smiley:

Yes, you can try it.

and this:

error: Cannot fetch linux (GitError: linux update-ref: fatal: 7a2b95478b169a0ff113a570836dbae4324205a0^0: not a valid SHA1
)
Exception in thread Thread-1375:
Traceback (most recent call last):
File “/usr/lib/python2.7/threading.py”, line 810, in __bootstrap_inner
self.run()
File “/usr/lib/python2.7/threading.py”, line 763, in run
self.__target(*self.__args, **self.__kwargs)
File “/home/arxip32/android/git_lfs/git-lfs-2.3.4/WORKING_DIRECTORY/.repo/repo/subcmds/sync.py”, line 297, in _FetchProjectList
success = self._FetchHelper(opt, project, *args, **kwargs)
File “/home/arxip32/android/git_lfs/git-lfs-2.3.4/WORKING_DIRECTORY/.repo/repo/subcmds/sync.py”, line 341, in _FetchHelper
clone_filter=clone_filter)
File “/home/arxip32/android/git_lfs/git-lfs-2.3.4/WORKING_DIRECTORY/.repo/repo/project.py”, line 1534, in Sync_NetworkHalf
self._InitMRef()
File “/home/arxip32/android/git_lfs/git-lfs-2.3.4/WORKING_DIRECTORY/.repo/repo/project.py”, line 2727, in _InitMRef
self._InitAnyMRef(R_M + self.manifest.branch)
File “/home/arxip32/android/git_lfs/git-lfs-2.3.4/WORKING_DIRECTORY/.repo/repo/project.py”, line 2739, in _InitAnyMRef
self.bare_git.UpdateRef(ref, dst, message=msg, detach=True)
File “/home/arxip32/android/git_lfs/git-lfs-2.3.4/WORKING_DIRECTORY/.repo/repo/project.py”, line 3075, in UpdateRef
self.update_ref(*cmdv)
File “/home/arxip32/android/git_lfs/git-lfs-2.3.4/WORKING_DIRECTORY/.repo/repo/project.py”, line 3141, in runner
(self._project.name, name, p.stderr))
GitError: linux update-ref: fatal: 7a2b95478b169a0ff113a570836dbae4324205a0^0: not a valid SHA1

No, It does not work. I deleted all source and try to sync again.

Thanks for your feedback. I updated the linux repositories. You can try again.

1 Like

Thank you! All work’s!))
!repo sync has finished successfully.!

1 Like

oh…
I already deleted it…

I deleted the downloaded files and made repo sync. Next I assembled the u-boot command ./mk kvim3l
Started building Android:
lunch kvim3l-userdebug
$ make -j5 otapackage

At 57%, the following error occurs:
CC arch / arm / boot / compressed / fdt_wip.o
CC arch / arm / boot / compressed / fdt.o
AS arch / arm / boot / compressed / lib1funcs.o
AS arch / arm / boot / compressed / ashldi3.o
AS arch / arm / boot / compressed / bswapsdi2.o
AS arch / arm / boot / compressed / piggy.o
LD arch / arm / boot / compressed / vmlinux
OBJCOPY arch / arm / boot / zImage
Kernel: arch / arm / boot / zImage is ready
UIMAGE arch / arm / boot / uImage
“mkimage” command not found - U-Boot images will not be built
make [2]: *** [arch / arm / boot / uImage] Error 1
make [1]: *** [uImage] Error 2
make [1]: Exit from the directory / home / arxip32 / android / vim / out / target / product / kvim3l / obj / KERNEL_OBJ ' make: *** [sub-make] Error 2 make: Exit the directory / home / arxip32 / android / vim / common ’
[57% 40876/71452] // frameworks / native … header-abi-dumper AHardwareBuffer.cpp
ninja: build stopped: subcommand failed.
11:54:39 ​​ninja failed with: exit status 1

failed to build some targets (38:27 (mm: ss))

I synced source too. It is fine, but compilation was failed:

davemf@ubuntu:~/VIM3_pie$ make -j8 otapackage
hardware/amlogic/wifi/configs/wifi.mk:43: warning: WIFI_MOUDLE is multiwifi
hardware/amlogic/wifi/configs/wifi.mk:47: warning: WIFI_BUILD_IN is false
hardware/amlogic/bluetooth/configs/bluetooth.mk:20: warning: BLUETOOTH_MODULE is BCMBT
hardware/amlogic/bluetooth/configs/bluetooth.mk:24: warning: BLUETOOTH_INF is not set
============================================
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=9
TARGET_PRODUCT=kvim3
TARGET_BUILD_VARIANT=userdebug
TARGET_BUILD_TYPE=release
TARGET_ARCH=arm
TARGET_ARCH_VARIANT=armv7-a-neon
TARGET_CPU_VARIANT=cortex-a9
HOST_ARCH=x86_64
HOST_2ND_ARCH=x86
HOST_OS=linux
HOST_OS_EXTRA=Linux-4.4.0-31-generic-x86_64-Ubuntu-14.04.5-LTS
HOST_CROSS_OS=windows
HOST_CROSS_ARCH=x86
HOST_CROSS_2ND_ARCH=x86_64
HOST_BUILD_TYPE=release
BUILD_ID=PPR1.180610.011
OUT_DIR=out
============================================
ninja: no work to do.
ninja: no work to do.
device/khadas/kvim3/preinstall/preinstall.mk was modified, regenerating…
hardware/amlogic/wifi/configs/wifi.mk:43: warning: WIFI_MOUDLE is multiwifi
hardware/amlogic/wifi/configs/wifi.mk:47: warning: WIFI_BUILD_IN is false
hardware/amlogic/bluetooth/configs/bluetooth.mk:20: warning: BLUETOOTH_MODULE is BCMBT
hardware/amlogic/bluetooth/configs/bluetooth.mk:24: warning: BLUETOOTH_INF is not set
device/khadas/kvim3/preinstall/preinstall.mk was modified, regenerating…
hardware/amlogic/wifi/configs/wifi.mk:43: warning: WIFI_MOUDLE is multiwifi
hardware/amlogic/wifi/configs/wifi.mk:47: warning: WIFI_BUILD_IN is false
hardware/amlogic/bluetooth/configs/bluetooth.mk:20: warning: BLUETOOTH_MODULE is BCMBT
hardware/amlogic/bluetooth/configs/bluetooth.mk:24: warning: BLUETOOTH_INF is not set
[5/946] including build/make/Android.mk …
device/khadas/common/factory.mk:182: warning: echo “radio add dt and bootloader”
device/khadas/common/factory.mk:316: warning: will keep out/target/product/kvim3/update.img
device/khadas/common/factory.mk:459: warning: will keep out/target/product/kvim3/kvim3-fastboot-flashall-20200326.zip
[313/946] including hardware/amlogic/audio/Android.mk …
“---------ott audio mode, compiler configure 2 channels output by default--------”
[316/946] including hardware/amlogic/camera/Android.mk …
pdk or not:
target board: g12b
git version: “680d1e81caed512949ba2114d4de5ab08318ee69”
uncomment: 0 files
last changed: “Date: Fri Feb 28 14:46:01 2020 +0800”
build time: " Thu Mar 26 02:09:21 PDT 2020"
builder name: " davemf"
branch name: “* (no branch)”
build mode: userdebug
host name: “ubuntu”
host IP: “192.168.179.164”
path: “/home/davemf/VIM3_pie/hardware/amlogic/camera/v3/fake-pipeline2/tests”
[319/946] including hardware/amlogic/gralloc/Android.mk …
hardware/amlogic/gralloc/Android.mk:79: warning: “the value of GPU_ARCH is bifrost”
hardware/amlogic/gralloc/Android.mk:135: warning: “the value of BOARD_RESOLUTION_RATIO is 1080”
hardware/amlogic/gralloc/Android.mk:144: warning: “the value of GPU_TYPE is gondul”
[321/946] including hardware/amlogic/hwcomposer/Android.mk …
“Build HWC 2.0”
[534/946] including system/sepolicy/Android.mk …
system/sepolicy/Android.mk:79: warning: BOARD_SEPOLICY_VERS not specified, assuming current platform version
[905/946] including vendor/amlogic/common/LibTsPlayer/Android.mk …
vendor/amlogic/common/LibTsPlayer/jni/media_control/Android.mk:27: warning: 9
vendor/amlogic/common/LibTsPlayer/jni/media_control/Android.mk:98: warning: 9
vendor/amlogic/common/LibTsPlayer/jni/media_processor/Android.mk:4: warning: .
vendor/amlogic/common/LibTsPlayer/jni/media_processor/Android.mk:45: warning: 9
vendor/amlogic/common/LibTsPlayer/jni/test/Android.mk:5: warning: Kitkat
vendor/amlogic/common/LibTsPlayer/jni/test/Android.mk:6: warning: vendor/amlogic/common/LibTsPlayer/jni/test
[914/946] including vendor/amlogic/common/apps/NativeImagePlaye/Android.mk …
vendor/amlogic/common/apps/NativeImagePlaye/jni/Android.mk:10: warning: libnativehelper/include_jni
[932/946] including vendor/amlogic/common/frameworks/Android.mk …
vendor/amlogic/common/frameworks/core/jni/screencontrol/Android.mk:7: warning: libnativehelper/include_jni
vendor/amlogic/common/frameworks/core/jni/systemcontrol/Android.mk:10: warning: libnativehelper/include_jni
[933/946] including vendor/amlogic/common/gpu/lib/Android.mk …
vendor/amlogic/common/gpu/lib/Android.mk:100: warning: “the value of BOARD_INSTALL_VULKAN is false”
[938/946] including vendor/amlogic/common/prebuilt/Android.mk …
“no bootaccelerate source code, add prebuilts”
“no exoplayer source code, add prebuilts”
[941/946] including vendor/amlogic/common/tdk/linuxdriver/Android.mk …
make: Entering directory /home/davemf/VIM3_pie/out/target/product/kvim3/obj/KERNEL_OBJ' Building modules, stage 2. MODPOST 2 modules CC /home/davemf/VIM3_pie/out/target/product/kvim3/obj/optee_modules/optee.mod.o CC /home/davemf/VIM3_pie/out/target/product/kvim3/obj/optee_modules/optee/optee_armtz.mod.o LD [M] /home/davemf/VIM3_pie/out/target/product/kvim3/obj/optee_modules/optee/optee_armtz.ko LD [M] /home/davemf/VIM3_pie/out/target/product/kvim3/obj/optee_modules/optee.ko make: Leaving directory /home/davemf/VIM3_pie/out/target/product/kvim3/obj/KERNEL_OBJ’
[944/946] including vendor/amlogic/common/tv/tvserver/Android.mk …
“have hardware/amlogic/media”
“have hardware/amlogic/media”
[946/946] including vendor/widevine/Android.mk …
device/khadas/kvim3/Kernel.mk:174: warning: overriding commands for target out/target/product/kvim3/obj/lib_vendor/mali.ko' vendor/amlogic/common//gpu/gpu-v2.mk:23: warning: ignoring old commands for target out/target/product/kvim3/obj/lib_vendor/mali.ko’
build/make/core/base_rules.mk:412: warning: overriding commands for target out/target/product/kvim3/system/usr/icu/icudt60l.dat' build/make/core/base_rules.mk:412: warning: ignoring old commands for target out/target/product/kvim3/system/usr/icu/icudt60l.dat’
build/make/core/base_rules.mk:412: warning: overriding commands for target out/host/linux-x86/usr/icu/icudt60l.dat' build/make/core/base_rules.mk:412: warning: ignoring old commands for target out/host/linux-x86/usr/icu/icudt60l.dat’
build/make/core/Makefile:28: warning: overriding commands for target out/target/product/kvim3/obj/lib_vendor/ddr_window_64.ko' device/khadas/kvim3/Kernel.mk:174: warning: ignoring old commands for target out/target/product/kvim3/obj/lib_vendor/ddr_window_64.ko’
build/make/core/Makefile:28: warning: overriding commands for target out/target/product/kvim3/vendor/etc/init/android.hardware.wifi@1.0-service.rc' build/make/core/base_rules.mk:426: warning: ignoring old commands for target out/target/product/kvim3/vendor/etc/init/android.hardware.wifi@1.0-service.rc’
[ 0% 6/21615] target Prebuilt: Chrome …/APPS/Chrome_intermediates/package.apk)
FAILED: out/target/product/kvim3/obj/APPS/Chrome_intermediates/package.apk
/bin/bash -c “(rm -f out/target/product/kvim3/obj/APPS/Chrome_intermediates/package.apk ) && (cp "device/khadas/kvim3/preinstall/Chrome.apk" "out/target/product/kvim3/obj/APPS/Chrome_intermediates/package.apk" ) && (if (zipinfo out/target/product/kvim3/obj/APPS/Chrome_intermediates/package.apk ‘lib/.so’ 2>/dev/null | grep -v ’ stor ’ >/dev/null) ; then rm -rf out/target/product/kvim3/obj/APPS/Chrome_intermediates/uncompressedlibs && mkdir out/target/product/kvim3/obj/APPS/Chrome_intermediates/uncompressedlibs; unzip -q out/target/product/kvim3/obj/APPS/Chrome_intermediates/package.apk 'lib/.so’ -d out/target/product/kvim3/obj/APPS/Chrome_intermediates/uncompressedlibs && zip -qd out/target/product/kvim3/obj/APPS/Chrome_intermediates/package.apk ‘lib/*.so’ && ( cd out/target/product/kvim3/obj/APPS/Chrome_intermediates/uncompressedlibs && find lib -type f | sort | zip -qD -X -0 …/package.apk -@ ) && rm -rf out/target/product/kvim3/obj/APPS/Chrome_intermediates/uncompressedlibs; fi ) && (if ! out/host/linux-x86/bin/zipalign -c -p 4 out/target/product/kvim3/obj/APPS/Chrome_intermediates/package.apk >/dev/null ; then mv out/target/product/kvim3/obj/APPS/Chrome_intermediates/package.apk out/target/product/kvim3/obj/APPS/Chrome_intermediates/package.apk.unaligned; out/host/linux-x86/bin/zipalign -f -p 4 out/target/product/kvim3/obj/APPS/Chrome_intermediates/package.apk.unaligned out/target/product/kvim3/obj/APPS/Chrome_intermediates/package.apk.aligned; mv out/target/product/kvim3/obj/APPS/Chrome_intermediates/package.apk.aligned out/target/product/kvim3/obj/APPS/Chrome_intermediates/package.apk; fi )”
Unable to open ‘out/target/product/kvim3/obj/APPS/Chrome_intermediates/package.apk’ for verification
Unable to open ‘out/target/product/kvim3/obj/APPS/Chrome_intermediates/package.apk.unaligned’ as zip archive
mv: cannot stat ‘out/target/product/kvim3/obj/APPS/Chrome_intermediates/package.apk.aligned’: No such file or directory
[ 0% 13/21615] build out/target/product/kvim3/obj/KERNEL_OBJ/.config
make: Entering directory /home/davemf/VIM3_pie/common' make[1]: Entering directory /home/davemf/VIM3_pie/out/target/product/kvim3/obj/KERNEL_OBJ’
GEN ./Makefile
arch/arm/configs/kvim_a32_defconfig:481:warning: unexpected data: GONFIG_GPIOLIB=y
arch/arm/configs/kvim_a32_defconfig:482:warning: unexpected data: GONFIG_OF_GPIO=y
configuration written to .config
make[1]: Leaving directory /home/davemf/VIM3_pie/out/target/product/kvim3/obj/KERNEL_OBJ' make: Leaving directory /home/davemf/VIM3_pie/common’
ninja: build stopped: subcommand failed.
02:10:00 ninja failed with: exit status 1

failed to build some targets (01:45 (mm:ss))