Strange build error message

Another error…any ideas (btw its not related to partition size of recovery image ;))

FAILED: out/target/product/hlte/recovery.img
/bin/bash -c “(out/host/linux-x86/bin/mkbootimg --ramdisk out/target/product/hlte/ramdisk-recovery.img --cmdline “console=null androidboot.hardware=qcom user_debug=23 msm_rtb.filter=0x37 ehci-hcd.park=3 buildvariant=userdebug” --base 0x00000000 --pagesize 2048 --dt out/target/product/hlte/dt.img --kernel out/targe
t/product/hlte/kernel --os_version 13 --os_patch_level 2025-09-05 --ramdisk_offset 0x02000000 --tags_offset 0x01e00000 --output out/target/product/hlte/recovery.img --id > ) && (echo -n “SEANDROIDENFORCE” >> out/target/product/hlte/recovery.img ) && (echo patch recovery out/target/product/hlte/recovery.img out/tar
get/product/hlte/recovery.img.lok ) && (cp out/target/product/hlte/recovery.img.lok out/target/product/hlte/recovery.img || true ) && (size=$(for i in out/target/product/hlte/recovery.img; do stat -c “%s” “$i” | tr -d ‘\n’; echo +; done; echo 0); total=$(( $( echo “$size” ) )); printname=$(echo -n “out/
target/product/hlte/recovery.img” | tr " " +); maxsize=$((13631488)); if [ “$total” -gt “$maxsize” ]; then echo “error: $printname too large ($total > $maxsize)”; false; elif [ “$total” -gt $((maxsize - 32768)) ]; then echo “WARNING: $printname approaching size limit ($total now; limit $maxsize
)”; fi ) && (echo “Made recovery image: out/target/product/hlte/recovery.img” )”
/bin/bash: -c: Zeile 1: Syntaxfehler beim unerwarteten Wort »)«
/bin/bash: -c: Zeile 1: `(out/host/linux-x86/bin/mkbootimg --ramdisk out/target/product/hlte/ramdisk-recovery.img --cmdline “console=null androidboot.hardware=qcom user_debug=23 msm_rtb.filter=0x37 ehci-hcd.park=3 buildvariant=userdebug” --base 0x00000000 --pagesize 2048 --dt out/target/product/hlte/dt.img --kernel
out/target/product/hlte/kernel --os_version 13 --os_patch_level 2025-09-05 --ramdisk_offset 0x02000000 --tags_offset 0x01e00000 --output out/target/product/hlte/recovery.img --id > ) && (echo -n “SEANDROIDENFORCE” >> out/target/product/hlte/recovery.img ) && (echo patch recovery out/target/product/hlte/recovery.img
out/target/product/hlte/recovery.img.lok ) && (cp out/target/product/hlte/recovery.img.lok out/target/product/hlte/recovery.img || true ) && (size=$(for i in out/target/product/hlte/recovery.img; do stat -c “%s” “$i” | tr -d ‘\n’; echo +; done; echo 0); total=$(( $( echo “$size” ) )); printname=$(echo -n “out/target/
product/hlte/recovery.img” | tr " " +); maxsize=$((13631488)); if [ “$total” -gt “$maxsize” ]; then echo “error: $printname too large ($total > $maxsize)”; false; elif [ “$total” -gt $((maxsize - 32768)) ]; then echo “WARNING: $printname approaching size limit ($total now; limit $maxsize)”; fi ) && (echo “Made recove
ry image: out/target/product/hlte/recovery.img” )’
[ 95% 375/393] Target boot image: out/target/product/hlte/boot.img
patch boot out/target/product/hlte/boot.img out/target/product/hlte/boot.img.lok
cp: bad ‘out/target/product/hlte/boot.img.lok’: No such file or directory
Made boot image: out/target/product/hlte/boot.img

Syntaxfehler beim unerwarteten Wort »)«

the generated shellscript hasn’t aligning amount of parantheses “()” for its subshells or some quoting character error in between (that part gets lost when posting without backticks in the forum).

Try to run whatever is in that line separately by each logical AND (&&) to see where things start to break up

How can I do that? For one device I could now build but I cannot reproduce :frowning:

ok for

error: build/soong/fsgen/Android.bp:31:1: module "lineage_dreamlte_generated_system_image" variant "android_common" (created by module "soong_filesystem_creator" variant "android_common"): packaging conflict at vendor/lib64/soundfx/libaudioeffectoffload.so:
{vendor/lib64/soundfx/libaudioeffectoffload.so {{{.intermediates/vendor/samsung/universal8895-common/proprietary/vendor/lib64/soundfx/vendor-vendor_samsung_universal8895-common_proprietary_vendor_lib64_soundfx-lib64_soundfx-0/android_arm64_armv8-a/libaudioeffectoffload.so libaudioeffectoffload.so} out/soong out/soong
/.intermediates/vendor/samsung/universal8895-common/proprietary/vendor/lib64/soundfx/vendor-vendor_samsung_universal8895-common_proprietary_vendor_lib64_soundfx-lib64_soundfx-0/android_arm64_armv8-a/libaudioeffectoffload.so}}  false 0xc56f60f758 system false 0xc56ecb6fc0 {arm64 Arm64 lib64} 0xc56f60f770 vendor-vendor
_samsung_universal8895-common_proprietary_vendor_lib64_soundfx-lib64_soundfx-0}
{vendor/lib64/soundfx/libaudioeffectoffload.so {{{.intermediates/vendor/samsung/universal8895-common/proprietary/vendor/lib/soundfx/vendor-vendor_samsung_universal8895-common_proprietary_vendor_lib_soundfx-lib_soundfx-0/android_arm64_armv8-a/libaudioeffectoffload.so libaudioeffectoffload.so} out/soong out/soong/.inte
rmediates/vendor/samsung/universal8895-common/proprietary/vendor/lib/soundfx/vendor-vendor_samsung_universal8895-common_proprietary_vendor_lib_soundfx-lib_soundfx-0/android_arm64_armv8-a/libaudioeffectoffload.so}}  false 0xc56e411d10 system false 0xc56e4473c0 {arm64 Arm64 lib64} 0xc56e411d28 vendor-vendor_samsung_uni
versal8895-common_proprietary_vendor_lib_soundfx-lib_soundfx-0}
21:40:17 soong bootstrap failed with: exit status 1
ninja: build stopped: subcommand failed.

I have an answer now, either remove build/soong/fsgen or disable

fsgen should be mandatory to run by what it does

OK, now its easy, just put the ROM in a folder an extract as outlined here:

2 Likes

The authenticity of host can’t be established.

piero@HP-p6-2038fr:/media/piero/e/a15$ repo init -u https://gitlab.e.foundation/e/os/android.git -b a15 --git-lfs --no-clone-bundle
repo: reusing existing repo client checkout in /media/piero/e/a15
warning: Changing --git-lfs settings will only affect new project checkouts.
         Existing projects will require manual updates.
repo has been initialized in /media/piero/e/a15



piero@HP-p6-2038fr:/media/piero/e/a15$ repo sync
The authenticity of host '[gitlab.e.foundation]:2222 ([2a01:4f9:3051:112c:d00b::3]:2222)' can't be established.
ED25519 key fingerprint is SHA256:FeE7g/AyYzmpwETHg8nx5bmDam9sKHXPCZIJDWvdw28.
This key is not known by any other names.
The authenticity of host '[gitlab.e.foundation]:2222 ([2a01:4f9:3051:112c:d00b::3]:2222)' can't be established.
ED25519 key fingerprint is SHA256:FeE7g/AyYzmpwETHg8nx5bmDam9sKHXPCZIJDWvdw28.
This key is not known by any other names.
Syncing:  38%  (442/1157)  34:17  |  4  JOBS  |

it was related to remote="e-priv" in the FP5.xml · a15 · e / os / local_manifests · GitLab, i removed the “-priv” part…and added revision="a15"

@piero ssh just complains it’s a new host key, that is its whole security model. There are workarounds to pre-load the host keys with ssh-keyscan or break ssh security model and use
-oStrictHostKeyChecking=no in ssh commandline options.

The imo better solution is to just edit any git:// or ssh:// remotes in the git config to https:// - look at the manifest xml head definitions of the remotes

1 Like

.

Today i am setting a new build environnement for a15
until now i had only builded v1-r or older

when i run source build/envsetup.sh > envsetup_03.txt. log say
Building branch is not (yet/anymore) suppported :

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
********                    /e/ - INIT                      ********
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

>> [mar. 09 déc. 2025 20:50:15 CET] Preparing build environment
>> [mar. 09 déc. 2025 20:50:15 CET] DEBUG: ROOT_DIR is set to: >/media/piero/e/a15/.e/root<
>> [mar. 09 déc. 2025 20:50:15 CET] Building branch  is not (yet/anymore) suppported

may because @steadfasterX’s repo steadfasterX / android vendor e · GitLab have no a15 branch ?


e[0;31mbash stack trace (first occurence is likely where you should look at):e[0m

e[0;31mERROR: last command ended with status >1< at line >111<e[0m
including vendor/e/vendorsetup.sh
>> [mar. 09 déc. 2025 20:27:34 CET] Reset variables finished
including device/fairphone/FP5/vendorsetup.sh

so i looked into the /build/envsetup.sh file
lines 97-112 :

# Get the value of a build variable as an absolute path.
function _get_abs_build_var_cached()
{
    if [ "$BUILD_VAR_CACHE_READY" = "true" ]
    then
        eval "echo \"\${abs_var_cache_$1}\""
        return
    fi

    local T=$(gettop)
    if [ ! "$T" ]; then
        echo "Couldn't locate the top of the tree.  Try setting TOP." >&2
        return
    fi
    (\cd $T; build/soong/soong_ui.bash --dumpvar-mode --abs $1)
}

Building branch is not (yet/anymore) suppported

that vendorsetup.sh has hardcoded branch conditions at 2-3 places, you need to add them - ctrl+f “yet” then you’ll see where.

Further up the script at “/e/ - set JAVA”. You can probably use a more current openjdk, 11 and up, if not 21

There’s also a fallback in BRANCH_NAME itself (:=v1-q), but I don’t think it gets used if you fix the “yet” place.

i only find one, it is related to “The Muppets” branch
i have added

  *r*)
    themuppets_branch="lineage-18.1"
    android_version="11"
    ;;
  *s*)
    themuppets_branch="lineage-19.1"
    android_version="12"
    ;;
  *t*)
    themuppets_branch="lineage-20.0"
    android_version="13"
    ;;
  *a14*)
    themuppets_branch="lineage-21.0"
    android_version="14"
    ;;
  *a15*)
    themuppets_branch="lineage-22.2"
    android_version="15"
    ;;
  *a16*)
    themuppets_branch="lineage-23.0"
    android_version="16"
    ;;

i will try with that…

it is overwritten by the shorter /device/<vendor_name>/<device_name>/vendorsetup.sh

you mean add a line for version higher than v1-q ?

done :

set Java version

##################################
echo -e ‘\n!!!’
echo ‘******** /e/ - set JAVA ********’
echo -e ‘!!!\n’
echo “>> [$(date)] Determining correct OpenJDK version for $BRANCH_NAME”

case $BRANCH_NAME in
-r|-s|*-t|*a14|*a15|*a16) JAVABASE=“$ANDROIDTOP/prebuilts/jdk/jdk11/linux-x86” ; NEEDEDJAVA=shipped ;;
-pie|-q) JAVABASE=“$ANDROIDTOP/prebuilts/jdk/jdk9/linux-x86” ; NEEDEDJAVA=shipped ;;
*-oreo) NEEDEDJAVA=java-1.8.0-openjdk-amd64 ; JAVABASE=/usr/lib/jvm/$NEEDEDJAVA ;;
*-nougat) NEEDEDJAVA=java-7-oracle; JAVABASE=/usr/lib/jvm/$NEEDEDJAVA;;
*)
echo “WARNING: cannot determine best java version for $BRANCH_NAME!”
;;
esac
JAVACBIN=$JAVABASE/bin/javac

echo “… checking if we need to switch Java version”
if [ “$NEEDEDJAVA” == “shipped” ];then
echo “… skipping touching java as we use a shipped one ($JAVABASE)”
else
CURRENTJ=$(java -version 2>&1|grep version)
NEWJBIN=$($JAVABASE/bin/java -version 2>&1|grep version)
if [ “x$CURRENTJ” == “x$NEWJBIN” ];then
echo “… skipping java switch because we already have the wanted version ($CURRENTJ == $NEWJBIN)”
else
echo “($CURRENTJ vs. $NEWJBIN)”
echo “… switching to $NEEDEDJAVA…”
sudo update-java-alternatives -v -s $NEEDEDJAVA --jre-headless
echo -e “IF THE ABOVE FAILS, CHECK YOUR ‘PATH’ VARIABLE. PATH is currently set to:\n$PATH”
fi

CURRENTC=$(javac -version 2>&1)
NEWJCBIN=$($JAVACBIN -version 2>&1)
if [ "x$CURRENTC" == "x$NEWJCBIN" ];then
echo "... skipping javaC switch because we already have the wanted version ($CURRENTC == $NEWJCBIN)"
else
echo "($CURRENTC vs. $NEWJCBIN)"
echo "... switching to $JAVACBIN..."
sudo update-alternatives --set javac $JAVACBIN
fi

fi
echo “>> [$(date)] Using Java JDK $JAVABASE”

error running source build/envsetup.sh

See Terminal Output
piero@HP-p6-2038fr:/media/piero/e/a15$ source build/envsetup.sh
including device/fairphone/FP5/vendorsetup.sh


************************************************** STARTING EXTENDROM **************************************************


extendrom version: HEAD a6dfd4f 



ENABLE_EXTENDROM: true
EXTENDROM_PREROOT_BOOT: true
MAGISK_TARGET_ARCH: 
ER_TARGET_ARCH: 
EXTENDROM_PACKAGES: F-Droid AuroraStore Lawnchair-stable Magisk noEOSAppLounge noEOSGmsCore noEOSGsfProxy noEOSFakeStore noEOScom.google.android.maps.jar
EOS_EDITION: 
EXTENDROM_SIGNING_PATCHES: 
EXTENDROM_SIGNING_FORCE_PDIR: 
EXTENDROM_ALLOW_ANY_CALL_RECORDING: true
EXTENDROM_SIGNATURE_SPOOFING: 
EXTENDROM_SIGSPOOF_RESET: 
EXTENDROM_SIGSPOOF_FORCE_PDIR: 
EXTENDROM_INTERCEPT_INSTALLSRC: 
EXTENDROM_TARGET_VERSION: 

bash stack trace (first occurence is likely where you should look at):

ERROR: last command ended with status >1< at line >111<
including vendor/e/vendorsetup.sh
find: ‘/media/piero/e/a15/out/target/product’: Aucun fichier ou dossier de ce nom
find: ‘/media/piero/e/a15/out/target/product’: Aucun fichier ou dossier de ce nom
>> [mer. 10 déc. 2025 03:22:39 CET] Reset variables finished
including device/fairphone/FP5/vendorsetup.sh


************************************************** STARTING EXTENDROM **************************************************


extendrom version: HEAD a6dfd4f 



ENABLE_EXTENDROM: true
EXTENDROM_PREROOT_BOOT: true
MAGISK_TARGET_ARCH: 
ER_TARGET_ARCH: 
EXTENDROM_PACKAGES: F-Droid AuroraStore Lawnchair-stable Magisk noEOSAppLounge noEOSGmsCore noEOSGsfProxy noEOSFakeStore noEOScom.google.android.maps.jar
EOS_EDITION: 
EXTENDROM_SIGNING_PATCHES: 
EXTENDROM_SIGNING_FORCE_PDIR: 
EXTENDROM_ALLOW_ANY_CALL_RECORDING: true
EXTENDROM_SIGNATURE_SPOOFING: 
EXTENDROM_SIGSPOOF_RESET: 
EXTENDROM_SIGSPOOF_FORCE_PDIR: 
EXTENDROM_INTERCEPT_INSTALLSRC: 
EXTENDROM_TARGET_VERSION: 

bash stack trace (first occurence is likely where you should look at):

ERROR: last command ended with status >1< at line >111<
including vendor/e/vendorsetup.sh
find: ‘/media/piero/e/a15/out/target/product’: Aucun fichier ou dossier de ce nom
emptied MIRROR ><
emptied OTA_URL ><

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
********                   /e/ - set JAVA                   ********
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

>> [mer. 10 déc. 2025 03:23:07 CET] Determining correct OpenJDK version for a15
... checking if we need to switch Java version
... skipping touching java as we use a shipped one (/media/piero/e/a15/prebuilts/jdk/jdk21/linux-x86)
>> [mer. 10 déc. 2025 03:23:07 CET] Using Java JDK /media/piero/e/a15/prebuilts/jdk/jdk21/linux-x86

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
********                    /e/ - INIT                      ********
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

>> [mer. 10 déc. 2025 03:23:07 CET] Preparing build environment
>> [mer. 10 déc. 2025 03:23:07 CET] DEBUG: ROOT_DIR is set to: >/media/piero/e/a15/.e/root<

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
********                  /e/ - POSTSYNC                    ********
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

>> [mer. 10 déc. 2025 03:23:07 CET] Setting "CUSTOM_without_microG" as release type
>> [mer. 10 déc. 2025 03:23:07 CET] Adding keys path (vendor/lineage-priv/keys)
Switch back to Python3

better now, the terminal survive to source build/envsetup.sh

despite still having the line 111 error :

EXTENDROM_TARGET_VERSION: 

bash stack trace (first occurence is likely where you should look at):

ERROR: last command ended with status >1< at line >111<


/vendor/extendrom/er.sh at line 110-111

export EXTENDROM_TARGET_VERSION=$(build/soong/soong_ui.bash --dumpvar-mode PLATFORM_VERSION  2>/dev/null)
echo "EXTENDROM_TARGET_VERSION: $EXTENDROM_TARGET_VERSION"

/build/envsetup.sh at line 97-112 :

# Get the value of a build variable as an absolute path.
function _get_abs_build_var_cached()
{
    if [ "$BUILD_VAR_CACHE_READY" = "true" ]
    then
        eval "echo \"\${abs_var_cache_$1}\""
        return
    fi

    local T=$(gettop)
    if [ ! "$T" ]; then
        echo "Couldn't locate the top of the tree.  Try setting TOP." >&2
        return
    fi
    (\cd $T; build/soong/soong_ui.bash --dumpvar-mode --abs $1)
}

.

and then also fail with breakfast FP5

See Terminal Output
03:35:04 Build sandboxing disabled due to nsjail error.
Looking for dependencies in device/fairphone/FP5
Looking for dependencies in kernel/fairphone/qcm6490
kernel/fairphone/qcm6490 has no additional dependencies.
03:35:08 Build sandboxing disabled due to nsjail error.

============================================
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=15
LINEAGE_VERSION=3.3-a15-20251210-UNOFFICIAL-FP5
TARGET_PRODUCT=lineage_FP5
TARGET_BUILD_VARIANT=userdebug
TARGET_ARCH=arm64
TARGET_ARCH_VARIANT=armv8-2a-dotprod
TARGET_CPU_VARIANT=cortex-a76
TARGET_2ND_ARCH=arm
TARGET_2ND_ARCH_VARIANT=armv8-a
TARGET_2ND_CPU_VARIANT=cortex-a76
HOST_OS=linux
HOST_OS_EXTRA=Linux-6.8.0-60-generic-x86_64-Ubuntu-24.04.3-LTS
HOST_CROSS_OS=windows
BUILD_ID=BP1A.250505.005
OUT_DIR=out
WITH_SU=true
PRODUCT_SOONG_NAMESPACES=device/fairphone/FP5 vendor/qcom/opensource/usb/etc vendor/fairphone/FP5 hardware/qcom-caf/sm8350 hardware/qcom-caf/bootctrl vendor/qcom/opensource/commonsys/display vendor/qcom/opensource/commonsys-intf/display vendor/qcom/opensource/display vendor/qcom/opensource/data-ipa-cfg-mgr-legacy-um vendor/qcom/opensource/dataservices hardware/qcom-caf/thermal-legacy-um hardware/qcom-caf/wlan
============================================

.

ok,

i will restart from scratch…

Edit : restarting from scratch, i end at the same point.

any idea ?

Do you want to make a Custom (extendrom) build?

What is the reason not to use regular repo sync?

i did a regular repo sync this time…

when running source build/envsetup.sh then breakfast FP5, then re run source build/envsetup.sh give me the “aapt” binary was missing.

Did you try

apt install aapt

?

of course yes,
i still have other issues including: Build sandboxing disabled due to nsjail error.

since that the whole system GUI became freezy so after 40 min i decided to close the terminal and shut down the PC

hmmm … when you search this there are multiple causes … which I saw and worked through … for me was loosely speaking root permissions to / for (that is dative) “renaming”.

repo sync
piero@HP-p6-2038fr:/media/piero/e/a15$ repo sync
Syncing: 100% (1157/1157), done in 22m51.966s
Syncing: 100% (1157/1157) 22:51 | ..working..repo sync has finished successfully.
..working..repo sync has finished successfully.

.

source build/envsetup.sh
piero@HP-p6-2038fr:/media/piero/e/a15$ source build/envsetup.sh
including device/fairphone/FP5/vendorsetup.sh


************************************************** STARTING EXTENDROM **************************************************


extendrom version: HEAD a6dfd4f 



ENABLE_EXTENDROM: true
EXTENDROM_PREROOT_BOOT: true
MAGISK_TARGET_ARCH: 
ER_TARGET_ARCH: 
EXTENDROM_PACKAGES: F-Droid AuroraStore Lawnchair-stable Magisk noEOSAppLounge noEOSGmsCore noEOSGsfProxy noEOSFakeStore noEOScom.google.android.maps.jar
EOS_EDITION: 
EXTENDROM_SIGNING_PATCHES: 
EXTENDROM_SIGNING_FORCE_PDIR: 
EXTENDROM_ALLOW_ANY_CALL_RECORDING: true
EXTENDROM_SIGNATURE_SPOOFING: 
EXTENDROM_SIGSPOOF_RESET: 
EXTENDROM_SIGSPOOF_FORCE_PDIR: 
EXTENDROM_INTERCEPT_INSTALLSRC: 
EXTENDROM_TARGET_VERSION: 

bash stack trace (first occurence is likely where you should look at):

ERROR: last command ended with status >1< at line >111<
including vendor/e/vendorsetup.sh
find: ‘/media/piero/e/a15/out/target/product’: Aucun fichier ou dossier de ce nom
find: ‘/media/piero/e/a15/out/target/product’: Aucun fichier ou dossier de ce nom
>> [mer. 10 déc. 2025 23:16:30 CET] Reset variables finished
including device/fairphone/FP5/vendorsetup.sh


************************************************** STARTING EXTENDROM **************************************************


extendrom version: HEAD a6dfd4f 



ENABLE_EXTENDROM: true
EXTENDROM_PREROOT_BOOT: true
MAGISK_TARGET_ARCH: 
ER_TARGET_ARCH: 
EXTENDROM_PACKAGES: F-Droid AuroraStore Lawnchair-stable Magisk noEOSAppLounge noEOSGmsCore noEOSGsfProxy noEOSFakeStore noEOScom.google.android.maps.jar
EOS_EDITION: 
EXTENDROM_SIGNING_PATCHES: 
EXTENDROM_SIGNING_FORCE_PDIR: 
EXTENDROM_ALLOW_ANY_CALL_RECORDING: true
EXTENDROM_SIGNATURE_SPOOFING: 
EXTENDROM_SIGSPOOF_RESET: 
EXTENDROM_SIGSPOOF_FORCE_PDIR: 
EXTENDROM_INTERCEPT_INSTALLSRC: 
EXTENDROM_TARGET_VERSION: 

bash stack trace (first occurence is likely where you should look at):

ERROR: last command ended with status >1< at line >111<
including vendor/e/vendorsetup.sh
find: ‘/media/piero/e/a15/out/target/product’: Aucun fichier ou dossier de ce nom
emptied MIRROR ><
emptied OTA_URL ><

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
********                   /e/ - set JAVA                   ********
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

>> [mer. 10 déc. 2025 23:16:59 CET] Determining correct OpenJDK version for a15
... checking if we need to switch Java version
... skipping touching java as we use a shipped one (/media/piero/e/a15/prebuilts/jdk/jdk21/linux-x86)
>> [mer. 10 déc. 2025 23:16:59 CET] Using Java JDK /media/piero/e/a15/prebuilts/jdk/jdk21/linux-x86

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
********                    /e/ - INIT                      ********
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

>> [mer. 10 déc. 2025 23:16:59 CET] Preparing build environment
>> [mer. 10 déc. 2025 23:16:59 CET] DEBUG: ROOT_DIR is set to: >/media/piero/e/a15/.e/root<

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
********                  /e/ - POSTSYNC                    ********
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

>> [mer. 10 déc. 2025 23:16:59 CET] Setting "CUSTOM_without_microG" as release type
>> [mer. 10 déc. 2025 23:16:59 CET] Adding keys path (/media/piero/e/a15/keys)
Switch back to Python3

bash stack trace (first occurence is likely where you should look at):

ERROR: last command ended with status >1< at line >111<

.

breakfast FP5

piero@HP-p6-2038fr:/media/piero/e/a15$ breakfast FP5
23:24:27 Build sandboxing disabled due to nsjail error.
Looking for dependencies in device/fairphone/FP5
Looking for dependencies in kernel/fairphone/qcm6490
kernel/fairphone/qcm6490 has no additional dependencies.
23:24:31 Build sandboxing disabled due to nsjail error.

============================================
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=15
LINEAGE_VERSION=3.3-a15-20251210-UNOFFICIAL-FP5
TARGET_PRODUCT=lineage_FP5
TARGET_BUILD_VARIANT=userdebug
TARGET_ARCH=arm64
TARGET_ARCH_VARIANT=armv8-2a-dotprod
TARGET_CPU_VARIANT=cortex-a76
TARGET_2ND_ARCH=arm
TARGET_2ND_ARCH_VARIANT=armv8-a
TARGET_2ND_CPU_VARIANT=cortex-a76
HOST_OS=linux
HOST_OS_EXTRA=Linux-6.8.0-60-generic-x86_64-Ubuntu-24.04.3-LTS
HOST_CROSS_OS=windows
BUILD_ID=BP1A.250505.005
OUT_DIR=out
WITH_SU=true
PRODUCT_SOONG_NAMESPACES=device/fairphone/FP5 vendor/qcom/opensource/usb/etc vendor/fairphone/FP5 hardware/qcom-caf/sm8350 hardware/qcom-caf/bootctrl vendor/qcom/opensource/commonsys/display vendor/qcom/opensource/commonsys-intf/display vendor/qcom/opensource/display vendor/qcom/opensource/data-ipa-cfg-mgr-legacy-um vendor/qcom/opensource/dataservices hardware/qcom-caf/thermal-legacy-um hardware/qcom-caf/wlan

23:24:27 Build sandboxing disabled due to nsjail error.

.

Again the whole system became unresponsive,
even after closed the terminal, RAM is not available anymore, i have to reboot again and try a simplier build config to first test the build environement.

… is not part of regular repo sync ???