hi,
sadly there are no (community) builds available for gts210vewifi (Galaxy Tab S2) https://images.ecloud.global/community/gts210vewifi/ .
So I wanted to build it by my own.
But I got an error, which I couldn’t fix.
my command:
docker run --rm -ti \
-v "./src:/srv/src" \
-v "./zips:/srv/zips" \
-v "./logs:/srv/logs" \
-v "./ccache:/srv/ccache" \
-e "MINIMAL_APPS=true" \
-e "BRANCH_NAME=v1-pie" \
-e "DEVICE_LIST=gts210vewifi" \
-e "REPO=https://gitlab.e.foundation/e/os/releases.git" \
registry.gitlab.e.foundation:5000/e/os/docker-lineage-cicd:community
I have even set 2 more env variable, but it didn’t help.
-e "CPU_SSE42=false" \
-e "ART_BOOT_IMAGE_EXTRA_ARGS='--runtime-arg -verbose:verifier'" \
I have even tried different /e/os and Android Releases with the same output.
I read that it could be something with the Kernel Version, but downgrading didn’t work either.
I always get (probably at the end) this error:
ERROR: Dex2oat failed to compile a boot image. It is likely that the boot classpath is inconsistent. Rebuild with ART_BOOT_IMAGE_EXTRA_ARGS=--runtime-arg -verbose:verifier to see verification errors.
[ 98% 82430/83402] target dex2oat: /srv/src/PIE/out/target/product/gts210vewifi/dex_bootjars/system/framework/arm/boot.art
FAILED: /srv/src/PIE/out/target/product/gts210vewifi/dex_bootjars/system/framework/arm/boot.art
/bin/bash -c "(mkdir -p /srv/src/PIE/out/target/product/gts210vewifi/symbols/system/framework/arm/ ) && (rm -f /srv/src/PIE/out/target/product/gts210vewifi/dex_bootjars/system/framework/arm//*.art /srv/src/PIE/out/target/product/gts210vewifi/dex_bootjars/system/framework/arm//*.oat /srv/src/PIE/out/target/product/gts210vewifi/dex_bootjars/system/framework/arm//*.art.rel ) && (rm -f /srv/src/PIE/out/target/product/gts210vewifi/symbols/system/framework/arm//*.art ) && (rm -f /srv/src/PIE/out/target/product/gts210vewifi/symbols/system/framework/arm//*.oat ) && (rm -f /srv/src/PIE/out/target/product/gts210vewifi/symbols/system/framework/arm//*.art.rel ) && (ANDROID_LOG_TAGS=\"*:v\" /srv/src/PIE/out/host/linux-x86/bin/dex2oatd --runtime-arg -Xms64m --runtime-arg -Xmx64m --compiler-filter=speed-profile --profile-file=/srv/src/PIE/out/target/product/gts210vewifi/dex_bootjars/system/framework/boot.prof --dex-file=/srv/src/PIE/out/target/common/obj/JAVA_LIBRARIES/core-oj_intermediates/javalib.jar --dex-file=/srv/src/PIE/out/target/common/obj/JAVA_LIBRARIES/core-libart_intermediates/javalib.jar --dex-file=/srv/src/PIE/out/target/common/obj/JAVA_LIBRARIES/conscrypt_intermediates/javalib.jar --dex-file=/srv/src/PIE/out/target/common/obj/JAVA_LIBRARIES/okhttp_intermediates/javalib.jar --dex-file=/srv/src/PIE/out/target/common/obj/JAVA_LIBRARIES/bouncycastle_intermediates/javalib.jar --dex-file=/srv/src/PIE/out/target/common/obj/JAVA_LIBRARIES/apache-xml_intermediates/javalib.jar --dex-file=/srv/src/PIE/out/target/common/obj/JAVA_LIBRARIES/ext_intermediates/javalib.jar --dex-file=/srv/src/PIE/out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/javalib.jar --dex-file=/srv/src/PIE/out/target/common/obj/JAVA_LIBRARIES/telephony-common_intermediates/javalib.jar --dex-file=/srv/src/PIE/out/target/common/obj/JAVA_LIBRARIES/voip-common_intermediates/javalib.jar --dex-file=/srv/src/PIE/out/target/common/obj/JAVA_LIBRARIES/ims-common_intermediates/javalib.jar --dex-file=/srv/src/PIE/out/target/common/obj/JAVA_LIBRARIES/android.hidl.base-V1.0-java_intermediates/javalib.jar --dex-file=/srv/src/PIE/out/target/common/obj/JAVA_LIBRARIES/android.hidl.manager-V1.0-java_intermediates/javalib.jar --dex-file=/srv/src/PIE/out/target/common/obj/JAVA_LIBRARIES/framework-oahl-backward-compatibility_intermediates/javalib.jar --dex-file=/srv/src/PIE/out/target/common/obj/JAVA_LIBRARIES/android.test.base_intermediates/javalib.jar --dex-location=/system/framework/core-oj.jar --dex-location=/system/framework/core-libart.jar --dex-location=/system/framework/conscrypt.jar --dex-location=/system/framework/okhttp.jar --dex-location=/system/framework/bouncycastle.jar --dex-location=/system/framework/apache-xml.jar --dex-location=/system/framework/ext.jar --dex-location=/system/framework/framework.jar --dex-location=/system/framework/telephony-common.jar --dex-location=/system/framework/voip-common.jar --dex-location=/system/framework/ims-common.jar --dex-location=/system/framework/android.hidl.base-V1.0-java.jar --dex-location=/system/framework/android.hidl.manager-V1.0-java.jar --dex-location=/system/framework/framework-oahl-backward-compatibility.jar --dex-location=/system/framework/android.test.base.jar --oat-symbols=/srv/src/PIE/out/target/product/gts210vewifi/symbols/system/framework/arm/boot.oat --oat-file=/srv/src/PIE/out/target/product/gts210vewifi/dex_bootjars/system/framework/arm/boot.oat --oat-location=/system/framework/arm/boot.oat --image=/srv/src/PIE/out/target/product/gts210vewifi/dex_bootjars/system/framework/arm/boot.art --base=0x70000000 --instruction-set=arm --instruction-set-variant=cortex-a53 --instruction-set-features=default --android-root=/srv/src/PIE/out/target/product/gts210vewifi/system --runtime-arg -Xnorelocate --compile-pic --no-generate-debug-info --generate-build-id --multi-image --no-inline-from=core-oj.jar --abort-on-hard-verifier-error --abort-on-soft-verifier-error --generate-mini-debug-info '--runtime-arg -verbose:verifier' || ( echo \"ERROR: Dex2oat failed to compile a boot image. It is likely that the boot classpath is inconsistent. Rebuild with ART_BOOT_IMAGE_EXTRA_ARGS=\"--runtime-arg -verbose:verifier\" to see verification errors.\" ; false ) && ANDROID_LOG_TAGS=\"*:v\" ANDROID_ROOT=/srv/src/PIE/out/target/product/gts210vewifi/system ANDROID_DATA=/srv/src/PIE/out/target/product/gts210vewifi/dex_bootjars/system/framework/arm/ /srv/src/PIE/out/host/linux-x86/bin/patchoatd --input-image-location=/srv/src/PIE/out/target/product/gts210vewifi/dex_bootjars/system/framework/boot.art --output-image-relocation-directory=/srv/src/PIE/out/target/product/gts210vewifi/dex_bootjars/system/framework/arm/ --instruction-set=arm --base-offset-delta=0x10000000 )"
dex2oatd E 05-29 18:27:56 406351 406351 dex2oat.cc:199] Failed to parse command line: Unknown argument: --runtime-arg -verbose:verifier
dex2oatd E 05-29 18:27:56 406351 406351 dex2oat.cc:199] Command: /srv/src/PIE/out/host/linux-x86/bin/dex2oatd --runtime-arg -Xms64m --runtime-arg -Xmx64m --compiler-filter=speed-profile --profile-file=/srv/src/PIE/out/target/product/gts210vewifi/dex_bootjars/system/framework/boot.prof --dex-file=/srv/src/PIE/out/target/common/obj/JAVA_LIBRARIES/core-oj_intermediates/javalib.jar --dex-file=/srv/src/PIE/out/target/common/obj/JAVA_LIBRARIES/core-libart_intermediates/javalib.jar --dex-file=/srv/src/PIE/out/target/common/obj/JAVA_LIBRARIES/conscrypt_intermediates/javalib.jar --dex-file=/srv/src/PIE/out/target/common/obj/JAVA_LIBRARIES/okhttp_intermediates/javalib.jar --dex-file=/srv/src/PIE/out/target/common/obj/JAVA_LIBRARIES/bouncycastle_intermediates/javalib.jar --dex-file=/srv/src/PIE/out/target/common/obj/JAVA_LIBRARIES/apache-xml_intermediates/javalib.jar --dex-file=/srv/src/PIE/out/target/common/obj/JAVA_LIBRARIES/ext_intermediates/javalib.jar --dex-file=/srv/src/PIE/out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/javalib.jar --dex-file=/srv/src/PIE/out/target/common/obj/JAVA_LIBRARIES/telephony-common_intermediates/javalib.jar --dex-file=/srv/src/PIE/out/target/common/obj/JAVA_LIBRARIES/voip-common_intermediates/javalib.jar --dex-file=/srv/src/PIE/out/target/common/obj/JAVA_LIBRARIES/ims-common_intermediates/javalib.jar --dex-file=/srv/src/PIE/out/target/common/obj/JAVA_LIBRARIES/android.hidl.base-V1.0-java_intermediates/javalib.jar --dex-file=/srv/src/PIE/out/target/common/obj/JAVA_LIBRARIES/android.hidl.manager-V1.0-java_intermediates/javalib.jar --dex-file=/srv/src/PIE/out/target/common/obj/JAVA_LIBRARIES/framework-oahl-backward-compatibility_intermediates/javalib.jar --dex-file=/srv/src/PIE/out/target/common/obj/JAVA_LIBRARIES/android.test.base_intermediates/javalib.jar --dex-location=/system/framework/core-oj.jar --dex-location=/system/framework/core-libart.jar --dex-location=/system/framework/conscrypt.jar --dex-location=/system/framework/okhttp.jar --dex-location=/system/framework/bouncycastle.jar --dex-location=/system/framework/apache-xml.jar --dex-location=/system/framework/ext.jar --dex-location=/system/framework/framework.jar --dex-location=/system/framework/telephony-common.jar --dex-location=/system/framework/voip-common.jar --dex-location=/system/framework/ims-common.jar --dex-location=/system/framework/android.hidl.base-V1.0-java.jar --dex-location=/system/framework/android.hidl.manager-V1.0-java.jar --dex-location=/system/framework/framework-oahl-backward-compatibility.jar --dex-location=/system/framework/android.test.base.jar --oat-symbols=/srv/src/PIE/out/target/product/gts210vewifi/symbols/system/framework/arm/boot.oat --oat-file=/srv/src/PIE/out/target/product/gts210vewifi/dex_bootjars/system/framework/arm/boot.oat --oat-location=/system/framework/arm/boot.oat --image=/srv/src/PIE/out/target/product/gts210vewifi/dex_bootjars/system/framework/arm/boot.art --base=0x70000000 --instruction-set=arm --instruction-set-variant=cortex-a53 --instruction-set-features=default --android-root=/srv/src/PIE/out/target/product/gts210vewifi/system --runtime-arg -Xnorelocate --compile-pic --no-generate-debug-info --generate-build-id --multi-image --no-inline-from=core-oj.jar --abort-on-hard-verifier-error --abort-on-soft-verifier-error --generate-mini-debug-info --runtime-arg -verbose:verifier
Does anyone have an idea what I can try next?
Thanks!