Looking for some BUILDERS to teach / guide me

I have seen the output of envsetup.sh remain unchanged with edits. So this output is only really useful on the first run to check for gross error. You got such an error reported by envsetup.sh, Post #138. So the device.xml is not beyond suspicion but likely OK as builds were completing (oversize).

However I expect the envsetup.sh output to include the “extendrom intention”. Is that still seen ?

Which of the three options did you use to activate and configure extendrom ?
I prefer Option 2

lunch lineage_serranoltexx-user is this a sign you are short of sleep ? :slightly_smiling_face:

eng is suitable as you are “developing” for device seemingly too small for regular /e/OS.

no, last command was userdebug, but to post on the forum i have copied from an old note

that’s somrthing i have missed !

.

but not the cause of the error during source build/envsetup.sh

antec@antec-p6-2038fr:~/android/e/R$ source build/envsetup.sh
including device/samsung/serranoltexx/vendorsetup.sh


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


ENABLE_EXTENDROM: true
EXTENDROM_PACKAGES: noApps noGmsCore noFakeStore noMozillaNlpBackend noNominatimNlpBackend noGsfProxy noTalkback noVOSK noPicoTTS noeSpeakTTS noMagicEarth noPdfViewer noOpenWeatherMapWeatherProvider noWebCalendarManager noNotes
EOS_EDITION: 
EXTENDROM_SIGNING_PATCHES: 
EXTENDROM_SIGNATURE_SPOOFING: 
EXTENDROM_SIGSPOOF_RESET: 
EXTENDROM_SIGSPOOF_FORCE_PDIR: 
EXTENDROM_TARGET_VERSION: 11
EXTENDROM_TARGET_PRODUCT: lineage
SRC_TOP: ./
EXTENDROM_PRODUCT_DEVICE=serranoltexx
EXTENDROM_BOOT_DEBUG=
EXTENDROM_DEBUG_PATH=/data/vendor_de (will be suffixed with /boot_debug)
EXTENDROM_DEBUG_PATH_SIZE_FULL=5000 KB
EXTENDROM_DEBUG_PATH_SIZE_CRASH=500 KB
EXTENDROM_DEBUG_PATH_SIZE_KERNEL=500 KB
EXTENDROM_DEBUG_PATH_SIZE_SELINUX=500 KB
ERROR: missing required binary: aapt

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

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


line 142 :

# check to see if the supplied product is one we can build
function check_product()
{
    local T=$(gettop)
    if [ ! "$T" ]; then
        echo "Couldn't locate the top of the tree.  Try setting TOP." >&2
        return
    fi
    if (echo -n $1 | grep -q -e "^lineage_") ; then
        LINEAGE_BUILD=$(echo -n $1 | sed -e 's/^lineage_//g')
    else
        LINEAGE_BUILD=
    fi
    export LINEAGE_BUILD

        TARGET_PRODUCT=$1 \
        TARGET_BUILD_VARIANT= \
        TARGET_BUILD_TYPE= \
        TARGET_BUILD_APPS= \
        get_build_var TARGET_DEVICE > /dev/null
    # hide successful answers, but allow the errors to show
}

must be something like :
SRC_TOP: ./e

So can we say what changed just before this error was seen ? I was about Post #136 ?

i have changed my vendorseup.sh :

become

and generate error during source build/envseup.sh

Try this

serranoltexx.xml
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<!-- vendor extendrom
    ##################################################### -->
  <remote name="sfX" fetch="https://github.com/sfX-Android/" />
  <project path="vendor/extendrom" name="android_vendor_extendrom" remote="sfX" revision="main" />
<!-- /e/ vendor repo
    ##################################################### -->
  <project path="vendor/e" name="steadfasterX/android_vendor_e" remote="e" revision="v1-r" />
  
  <project name="LineageOS/android_device_samsung_serranoltexx" path="device/samsung/serranoltexx" remote="github" />
  <project name="LineageOS/android_device_samsung_serrano-common" path="device/samsung/serrano-common" remote="github" />
  <project name="LineageOS/android_device_samsung_qcom-common" path="device/samsung/qcom-common" remote="github" />
  <project name="LineageOS/android_device_samsung_msm8930-common" path="device/samsung/msm8930-common" remote="github" />
  <project name="LineageOS/android_kernel_samsung_msm8930-common" path="kernel/samsung/msm8930-common" remote="github" />
  <project name="LineageOS/android_hardware_samsung" path="hardware/samsung" remote="github" />
  <project name="TheMuppets/proprietary_vendor_samsung" path="vendor/samsung" remote="github" depth="1" />    
</manifest>
1 Like

i want to list files i need to save before deleted all /e/ sources folder (tomorow morning)

and restore or recreate in this order :

  1. ./repo/local-manifest/eos.xml
  2. ./repo/local-manifest/extendrom.xml
  3. /device/<vendor>/<model>/vendorsetup.sh
  4. /device/<vendor>/<model>/lineage.mk
  5. /device/<vendor>/<model>/device.mk
1 Like

i have pasted the content of your serranoltexx.xml in ./repo/local-manifest/eos.xml
and did repo sync in a terminal openened in the source root

antec@antec-p6-2038fr:~/android/e/R$ repo sync

fatal: duplicate path vendor/extendrom in /home/antec/android/e/R/.repo/manifest.xml

so i deleted ./repo/local-manifest/extendrom.xml

antec@antec-p6-2038fr:~/android/e/R$ repo sync

Fetching:  0% (0/874) 0:00 | ..working..error: hooks is different in /home/antec/android/e/R/.repo/projects/device/samsung/msm8930-common.git vs /home/antec/android/e/R/.repo/project-objects/android_device_samsung_msm8930-common.git
error.GitError: Cannot fetch --force-sync not enabled; cannot overwrite a local work tree. If you're comfortable with the possibility of losing the work tree's git metadata, use `repo sync --force-sync device/samsung/msm8930-common` to proceed.
error: hooks is different in /home/antec/android/e/R/.repo/projects/kernel/samsung/msm8930-common.git vs /home/antec/android/e/R/.repo/project-objects/android_kernel_samsung_msm8930-common.git
error.GitError: Cannot fetch --force-sync not enabled; cannot overwrite a local work tree. If you're comfortable with the possibility of losing the work tree's git metadata, use `repo sync --force-sync kernel/samsung/msm8930-common` to proceed.
Fetching: 100% (874/874), done in 2m29.829s
Fetching:  0% (0/2) 0:02 | ..working..error: hooks is different in /home/antec/android/e/R/.repo/projects/device/samsung/msm8930-common.git vs /home/antec/android/e/R/.repo/project-objects/android_device_samsung_msm8930-common.git
error.GitError: Cannot fetch --force-sync not enabled; cannot overwrite a local work tree. If you're comfortable with the possibility of losing the work tree's git metadata, use `repo sync --force-sync device/samsung/msm8930-common` to proceed.
error: hooks is different in /home/antec/android/e/R/.repo/projects/kernel/samsung/msm8930-common.git vs /home/antec/android/e/R/.repo/project-objects/android_kernel_samsung_msm8930-common.git
error.GitError: Cannot fetch --force-sync not enabled; cannot overwrite a local work tree. If you're comfortable with the possibility of losing the work tree's git metadata, use `repo sync --force-sync kernel/samsung/msm8930-common` to proceed.
Fetching: 100% (2/2), done in 4.241s
vendor/fdroid: Deleting obsolete checkout.
Checking out: 100% (874/874), done in 1m29.896s


error: Unable to fully sync the tree
error: Downloading network changes failed.
Try re-running with "-j1 --fail-fast" to exit at the first error.
fatal: 
SyncError Aggregate Errors
--force-sync not enabled; cannot overwrite a local work tree. If you're comfortable with the possibility of losing the work tree's git metadata, use `repo sync --force-sync device/samsung/msm8930-common` to proceed.
--force-sync not enabled; cannot overwrite a local work tree. If you're comfortable with the possibility of losing the work tree's git metadata, use `repo sync --force-sync kernel/samsung/msm8930-common` to proceed.
--force-sync not enabled; cannot overwrite a local work tree. If you're comfortable with the possibility of losing the work tree's git metadata, use `repo sync --force-sync device/samsung/msm8930-common` to proceed.
--force-sync not enabled; cannot overwrite a local work tree. If you're comfortable with the possibility of losing the work tree's git metadata, use `repo sync --force-sync kernel/samsung/msm8930-common` to proceed.

If the new serranoltexx.xml is different, there is still no need to have a complete clean out. New sources will come in with repo sync anything which does not match won’t get used.

Nothing can be lost by substituting the new manifest, repo sync --force-sync and onward to see if there is an improvement.

antec@antec-p6-2038fr:~/android/e/R$ repo sync --force-sync
Fetching: 61% (534/874) 0:26 | 4 jobs | 0:00 LineageOS/android_hardware_samsung @ hardware/samsungerror: hooks is different in /home/antec/android/e/R/.repo/projects/device/samsung/msm8930-common.git vs /home/antec/android/e/R/.repo/project-objects/android_device_samsung_msm8930-common.git
Retrying clone after deleting /home/antec/android/e/R/.repo/projects/device/samsung/msm8930-common.git
Fetching: 69% (604/874) 0:31 | 3 jobs | 0:04 android_device_samsung_msm8930-common @ device/samsung/msm8930-common
remote: Not Found
fatal: dépôt 'https://github.com/android_device_samsung_msm8930-common/' non trouvé

android_device_samsung_msm8930-common:
remote: Not Found
fatal: dépôt 'https://github.com/android_device_samsung_msm8930-common/' non trouvé
android_device_samsung_msm8930-common: sleeping 4.0 seconds before retrying
remote: Not Found
fatal: dépôt 'https://github.com/android_device_samsung_msm8930-common/' non trouvé
error: Cannot fetch android_device_samsung_msm8930-common from https://github.com/android_device_samsung_msm8930-common
Fetching: 92% (807/874) 0:45 | 4 jobs | 0:00 LineageOS/android_external_unrar @ external/unrarerror: hooks is different in /home/antec/android/e/R/.repo/projects/kernel/samsung/msm8930-common.git vs /home/antec/android/e/R/.repo/project-objects/android_kernel_samsung_msm8930-common.git
Retrying clone after deleting /home/antec/android/e/R/.repo/projects/kernel/samsung/msm8930-common.git
Fetching: 99% (870/874) 0:50 | 1 job | 0:05 android_kernel_samsung_msm8930-common @ kernel/samsung/msm8930-common
remote: Not Found
fatal: dépôt 'https://github.com/android_kernel_samsung_msm8930-common/' non trouvé

android_kernel_samsung_msm8930-common:
remote: Not Found
fatal: dépôt 'https://github.com/android_kernel_samsung_msm8930-common/' non trouvé
android_kernel_samsung_msm8930-common: sleeping 4.0 seconds before retrying
remote: Not Found
fatal: dépôt 'https://github.com/android_kernel_samsung_msm8930-common/' non trouvé
error: Cannot fetch android_kernel_samsung_msm8930-common from https://github.com/android_kernel_samsung_msm8930-common
Fetching: 100% (874/874), done in 51.563s
Fetching:  0% (0/2) 0:04 | 1 job | 0:03 android_device_samsung_msm8930-common @ device/samsung/msm8930-common
remote: Not Found
fatal: dépôt 'https://github.com/android_device_samsung_msm8930-common/' non trouvé

android_device_samsung_msm8930-common:
remote: Not Found
fatal: dépôt 'https://github.com/android_device_samsung_msm8930-common/' non trouvé
android_device_samsung_msm8930-common: sleeping 4.0 seconds before retrying
remote: Not Found
fatal: dépôt 'https://github.com/android_device_samsung_msm8930-common/' non trouvé
error: Cannot fetch android_device_samsung_msm8930-common from https://github.com/android_device_samsung_msm8930-common
Fetching:  0% (0/2) 0:08 | 1 job | 0:03 android_kernel_samsung_msm8930-common @ kernel/samsung/msm8930-common
remote: Not Found
fatal: dépôt 'https://github.com/android_kernel_samsung_msm8930-common/' non trouvé

android_kernel_samsung_msm8930-common:
remote: Not Found
fatal: dépôt 'https://github.com/android_kernel_samsung_msm8930-common/' non trouvé
android_kernel_samsung_msm8930-common: sleeping 4.0 seconds before retrying
remote: Not Found
fatal: dépôt 'https://github.com/android_kernel_samsung_msm8930-common/' non trouvé
error: Cannot fetch android_kernel_samsung_msm8930-common from https://github.com/android_kernel_samsung_msm8930-common
Fetching: 100% (2/2), done in 9.136s
error: Cannot checkout android_device_samsung_msm8930-common: ManifestInvalidRevisionError: revision refs/heads/lineage-18.1 in android_device_samsung_msm8930-common not found
error: in `sync --force-sync`: revision refs/heads/lineage-18.1 in android_device_samsung_msm8930-common not found

This is the cause of the error LineageOS is missing twice.

https://github.com/LineageOS/android_kernel_samsung_msm8930-common
https://github.com/android_device_samsung_msm8930-common/
1 Like
antec@antec-p6-2038fr:~/android/e/R$ repo sync
Fetching: 100% (874/874), done in 53.434s
fatal: la référence n'est pas un arbre : e9f153c41e13c5b1f1da55d0750befdb2c08849b
device/samsung/msm8930-common/: leaving master; does not track upstream
error: device/samsung/msm8930-common/: LineageOS/android_device_samsung_msm8930-common checkout e9f153c41e13c5b1f1da55d0750befdb2c08849b 
error: Cannot checkout LineageOS/android_device_samsung_msm8930-common
Checking out: 50% (443/874) platform/hardware/qcom/neuralnetworks/hvxserviceerror: Cannot checkout LineageOS/android_kernel_samsung_msm8930-common: ManifestInvalidRevisionError: revision refs/heads/lineage-18.1 in LineageOS/android_kernel_samsung_msm8930-common not found
Checking out:  62% (544/874), done in 33.149s
error: in `sync`: revision refs/heads/lineage-18.1 in LineageOS/android_kernel_samsung_msm8930-common not found

hmmm …

Cannot checkout LineageOS/android_kernel_samsung_msm8930-common:
ManifestInvalidRevisionError: revision refs/heads/lineage-18.1 in LineageOS/android_kernel_samsung_msm8930-common not found

The required branch exists: https://github.com/LineageOS/android_kernel_samsung_msm8930-common/tree/lineage-18.1

Perhaps adding revision="lineage18.1" on that line would help.

and another repo sync --force-sync

You might do everywhere, but I think this one needs a helping hand (perhaps due the the previous error) the repo init already set R.

You might continue with repo sync -j1 --fail-fast --force-sync and keep checking / searching the errors, you may get a resolution, or you may decide the environment is contaminated.

Edit, seen late

ERROR: missing required binary: aapt

sudo apt install aapt

Another edit, seen late.

I found an alternative and much newer kernel source under “forks”: https://github.com/sileshn/android_kernel_samsung_msm8930-common. To apply it, a suggested …

manifest revision
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
  <project name="LineageOS/android_device_samsung_serranoltexx" path="device/samsung/serranoltexx" remote="github" />
  <project name="LineageOS/android_device_samsung_serrano-common" path="device/samsung/serrano-common" remote="github" />
  <project name="LineageOS/android_device_samsung_qcom-common" path="device/samsung/qcom-common" remote="github" />
  <project name="LineageOS/android_device_samsung_msm8930-common" path="device/samsung/msm8930-common" remote="github" />
<!-- kernel sileshn
    ##################################################### -->
  <remote name="sileshn" fetch="https://github.com/" />
  <project name="sileshn/android_kernel_samsung_msm8930-common" path="kernel/samsung/msm8930-common" remote="sileshn" />  
</manifest>

yes i will see tomorow…

and recreate the specific files from scratch…
are you agree with the list ?

i cannot yet exactly list what apps i have removed from official and how, but i have a successfull e-1.16-r build !
i tried to build with at least : BlissLauncher, microG, Browser, Advanced Privacy, Account Manager, eDrive, Message, and without : Apps, Maps, PDFviewer (Mail for the moment)

(it don’t have the expected filename, it is not located at the expected place…)
(–> not in the /out folder, but in /out/target/product/serranoltexx)
(–> not e-1.16-r 20231003-CUSTOM_MINI-serranoltexx.zip, but lineage_serranoltexx-ota-eng.antec.zip)
*
it is in /.e/zips/serranoltexx/

… now i have to test it … ! …

Edit : dirty flash…

Filesystem            Size  Used Avail Use% Mounted on
/dev/block/mmcblk0p21 1.4G  1.2G  205M  87% /system/etc/gps_debug.conf

stuck on this display :

and when i what to escape :

but i can share the screenshoot to to the computer.
i will reboot…
same thing, it is a Launcher issue…
but i can use “leboncoin” !!!
because i can reach “settings” from the top bar, then “installed apps proprieties” and load them…
bliss don’t appear in the App list, delete Trebuchet cache and data does nothing better…
i am thinking about a factory reset, Grrr ! not yet…
i install Openlauncher… it works…
i decide to reflash the build… wipping cache and dalvic this time…
boot on OpenLauncher still no BlissLauncher in the App_List…

i will archive my first own /e/.ZIP and rebuild…
still thinking about the pertinence of a factory-reset … but no.

That is the standard sort of output; I find

/target/product/serranoltexx/e-1.15-r-20230920-CUSTOM_SLIM-serranoltexx.zip
/target/product/serranoltexx/lineage_serranoltexx-ota-eng.iain.zip

side by side, sorted by size, both 560 MB

For insight into the “weight” of apps try also ncdu prebuilts/prebuiltapks/.

Maybe some insight into permutations tried by others [FEATURE PROPOSAL] Split /e/ OS into separate components for core OS, Apps and UI changes, Cloud services

Ghost camera was found with bacon.

new e-1.16-r build, now boot to Bliss but to my surprise, there is no Browser, no advanced privacy…
also i have 3 camera pseudo icons…
factory-reset only resolve the 3 camera icons issue,

v1-r could be instable, so i wanted to try to build e-1.15-r, but i run into error because i can’t find a way to build tag nor old branch

so back to v1-r : terminal crash when source build/envsetup.sh

my latest envsetup_01.txt

including device/samsung/serranoltexx/vendorsetup.sh

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

extendrom version: HEAD e6eb33c

ENABLE_EXTENDROM: true
EXTENDROM_PREROOT_BOOT:
EXTENDROM_PACKAGES: noApps noMagicEarth noOpenWeatherMapWeatherProvider noTalkback noVOSK noPicoTTS noeSpeakTTS noPdfViewer
EOS_EDITION:
EXTENDROM_SIGNING_PATCHES:
EXTENDROM_SIGNATURE_SPOOFING:
EXTENDROM_SIGSPOOF_RESET:
EXTENDROM_SIGSPOOF_FORCE_PDIR:
EXTENDROM_TARGET_VERSION: 11
EXTENDROM_TARGET_PRODUCT: aosp
SRC_TOP: ./
EXTENDROM_PRODUCT_DEVICE=generic
EXTENDROM_BOOT_DEBUG=
EXTENDROM_DEBUG_PATH=/data/vendor_de (will be suffixed with /boot_debug)
EXTENDROM_DEBUG_PATH_SIZE_FULL=5000 KB
EXTENDROM_DEBUG_PATH_SIZE_CRASH=500 KB
EXTENDROM_DEBUG_PATH_SIZE_KERNEL=500 KB
EXTENDROM_DEBUG_PATH_SIZE_SELINUX=500 KB
/usr/bin/aapt
[F_GET_GPG_KEYS] … skipping already imported gpg pub key (7A029E54DD5DCE7A)
[F_GET_GPG_KEYS] … skipping already imported gpg pub key (22F796D6E62E6625A0BCEFEA7F979A66F3E08422)
[get_packages] … skipping F-Droid as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping F-Droid_v1.16.3 as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping F-DroidPrivilegedExtension_pb as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping AuroraStore as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping AuroraServices as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping AdAway as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping DNS66 as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping Magisk as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping SignMagisk as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping Magisk_v26.2 as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping SignMagisk_v26.2 as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping Magisk_v26.1 as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping SignMagisk_v26.1 as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping Magisk_v25.2 as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping SignMagisk_v25.2 as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping Magisk_v24.3 as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping SignMagisk_v24.3 as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping Magisk_v23.0 as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping SignMagisk_v23.0 as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping Magisk_v22.1 as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping SignMagisk_v22.1 as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping Phonesky as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping Phonesky_AXP-OS as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping MicrogGmsCore as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping MicrogGmsCore_GH as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping MicrogGmsCore_unified-latest as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping GsfProxy as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping GsfProxy_GH as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping FakeStore as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping FakeStore_GH as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping NominatimBackend as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping MozillaNlpBackend as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping DroidGuard as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping OpenCamera as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping opencamera_j5_latest as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping SimpleLauncher as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping Omega as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping NeoLauncher-latest as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping NeoLauncher as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping Lawnchair-stable as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping Lawnchair-latest as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping OpenLauncher as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping BlissLauncher as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping K9-Mail-latest as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping FairEmail as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping Fennec as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping QKSMS as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping FFUpdater as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping ICSx5 as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping DAVx5 as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping NextCloud as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping Cromite_arm64 as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping Etar as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping OpenTasks as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping NextCloudNotes as not requested by EXTENDROM_PACKAGES
[main] Writing makefiles (if needed)
[F_WRITE_MAKEFILE] … skipping AuroraServices as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping GsfProxy_GH as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping Lawnchair-latest as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping Lawnchair-stable as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping Magisk_v22.1 (Magisk is not allowed to be a system app)
[F_WRITE_MAKEFILE] … skipping SignMagisk_v22.1 (Magisk is not allowed to be a system app)
[F_WRITE_MAKEFILE] … skipping Magisk_v23.0 (Magisk is not allowed to be a system app)
[F_WRITE_MAKEFILE] … skipping SignMagisk_v23.0 (Magisk is not allowed to be a system app)
[F_WRITE_MAKEFILE] … skipping Magisk_v24.3 (Magisk is not allowed to be a system app)
[F_WRITE_MAKEFILE] … skipping SignMagisk_v24.3 (Magisk is not allowed to be a system app)
[F_WRITE_MAKEFILE] … skipping Magisk_v25.2 (Magisk is not allowed to be a system app)
[F_WRITE_MAKEFILE] … skipping SignMagisk_v25.2 (Magisk is not allowed to be a system app)
[F_WRITE_MAKEFILE] … skipping Magisk_v26.1 (Magisk is not allowed to be a system app)
[F_WRITE_MAKEFILE] … skipping SignMagisk_v26.1 (Magisk is not allowed to be a system app)
[F_WRITE_MAKEFILE] … skipping Magisk_v26.2 (Magisk is not allowed to be a system app)
[F_WRITE_MAKEFILE] … skipping SignMagisk_v26.2 (Magisk is not allowed to be a system app)
[F_WRITE_MAKEFILE] … skipping Magisk (Magisk is not allowed to be a system app)
[F_WRITE_MAKEFILE] … skipping SignMagisk (Magisk is not allowed to be a system app)
[F_WRITE_MAKEFILE] … skipping NeoLauncher as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping Omega as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping Phonesky as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping Phonesky_AXP-OS as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping Cromite_arm64 as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping DAVx5 as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping ICSx5 as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping FakeStore as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping FakeStore_GH as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping AuroraStore as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping OpenLauncher as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping K9-Mail-latest as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping MicrogGmsCore_unified-latest as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping MicrogGmsCore_GH as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping MicrogGmsCore as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping GsfProxy as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping QKSMS as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping NextCloud as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping NeoLauncher-latest as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping SimpleLauncher as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping FFUpdater as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping FairEmail as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping BlissLauncher as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping NextCloudNotes as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping OpenCamera as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping opencamera_j5_latest as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping AdAway as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping OpenTasks as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping F-DroidPrivilegedExtension_pb as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping F-Droid_v1.16.3 as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping F-Droid as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping DNS66 as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping DroidGuard as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping MozillaNlpBackend as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping NominatimBackend as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping Fennec as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping Etar as not requested by EXTENDROM_PACKAGES

************************************************** EXTENDROM FINISHED **************************************************

including vendor/e/vendorsetup.sh

[jeu. 05 oct. 2023 04:03:05 CEST] Reset variables finished
including device/samsung/serranoltexx/vendorsetup.sh

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

extendrom version: HEAD e6eb33c

ENABLE_EXTENDROM: true
EXTENDROM_PREROOT_BOOT:
EXTENDROM_PACKAGES: noApps noMagicEarth noOpenWeatherMapWeatherProvider noTalkback noVOSK noPicoTTS noeSpeakTTS noPdfViewer
EOS_EDITION:
EXTENDROM_SIGNING_PATCHES:
EXTENDROM_SIGNATURE_SPOOFING:
EXTENDROM_SIGSPOOF_RESET:
EXTENDROM_SIGSPOOF_FORCE_PDIR:
EXTENDROM_TARGET_VERSION: 11
EXTENDROM_TARGET_PRODUCT: aosp
SRC_TOP: ./
EXTENDROM_PRODUCT_DEVICE=generic
EXTENDROM_BOOT_DEBUG=
EXTENDROM_DEBUG_PATH=/data/vendor_de (will be suffixed with /boot_debug)
EXTENDROM_DEBUG_PATH_SIZE_FULL=5000 KB
EXTENDROM_DEBUG_PATH_SIZE_CRASH=500 KB
EXTENDROM_DEBUG_PATH_SIZE_KERNEL=500 KB
EXTENDROM_DEBUG_PATH_SIZE_SELINUX=500 KB
/usr/bin/aapt
[F_GET_GPG_KEYS] … skipping already imported gpg pub key (7A029E54DD5DCE7A)
[F_GET_GPG_KEYS] … skipping already imported gpg pub key (22F796D6E62E6625A0BCEFEA7F979A66F3E08422)
[get_packages] … skipping F-Droid as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping F-Droid_v1.16.3 as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping F-DroidPrivilegedExtension_pb as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping AuroraStore as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping AuroraServices as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping AdAway as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping DNS66 as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping Magisk as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping SignMagisk as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping Magisk_v26.2 as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping SignMagisk_v26.2 as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping Magisk_v26.1 as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping SignMagisk_v26.1 as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping Magisk_v25.2 as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping SignMagisk_v25.2 as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping Magisk_v24.3 as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping SignMagisk_v24.3 as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping Magisk_v23.0 as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping SignMagisk_v23.0 as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping Magisk_v22.1 as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping SignMagisk_v22.1 as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping Phonesky as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping Phonesky_AXP-OS as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping MicrogGmsCore as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping MicrogGmsCore_GH as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping MicrogGmsCore_unified-latest as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping GsfProxy as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping GsfProxy_GH as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping FakeStore as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping FakeStore_GH as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping NominatimBackend as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping MozillaNlpBackend as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping DroidGuard as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping OpenCamera as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping opencamera_j5_latest as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping SimpleLauncher as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping Omega as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping NeoLauncher-latest as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping NeoLauncher as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping Lawnchair-stable as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping Lawnchair-latest as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping OpenLauncher as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping BlissLauncher as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping K9-Mail-latest as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping FairEmail as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping Fennec as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping QKSMS as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping FFUpdater as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping ICSx5 as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping DAVx5 as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping NextCloud as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping Cromite_arm64 as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping Etar as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping OpenTasks as not requested by EXTENDROM_PACKAGES
[get_packages] … skipping NextCloudNotes as not requested by EXTENDROM_PACKAGES
[main] Writing makefiles (if needed)
[F_WRITE_MAKEFILE] … skipping AuroraServices as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping GsfProxy_GH as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping Lawnchair-latest as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping Lawnchair-stable as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping Magisk_v22.1 (Magisk is not allowed to be a system app)
[F_WRITE_MAKEFILE] … skipping SignMagisk_v22.1 (Magisk is not allowed to be a system app)
[F_WRITE_MAKEFILE] … skipping Magisk_v23.0 (Magisk is not allowed to be a system app)
[F_WRITE_MAKEFILE] … skipping SignMagisk_v23.0 (Magisk is not allowed to be a system app)
[F_WRITE_MAKEFILE] … skipping Magisk_v24.3 (Magisk is not allowed to be a system app)
[F_WRITE_MAKEFILE] … skipping SignMagisk_v24.3 (Magisk is not allowed to be a system app)
[F_WRITE_MAKEFILE] … skipping Magisk_v25.2 (Magisk is not allowed to be a system app)
[F_WRITE_MAKEFILE] … skipping SignMagisk_v25.2 (Magisk is not allowed to be a system app)
[F_WRITE_MAKEFILE] … skipping Magisk_v26.1 (Magisk is not allowed to be a system app)
[F_WRITE_MAKEFILE] … skipping SignMagisk_v26.1 (Magisk is not allowed to be a system app)
[F_WRITE_MAKEFILE] … skipping Magisk_v26.2 (Magisk is not allowed to be a system app)
[F_WRITE_MAKEFILE] … skipping SignMagisk_v26.2 (Magisk is not allowed to be a system app)
[F_WRITE_MAKEFILE] … skipping Magisk (Magisk is not allowed to be a system app)
[F_WRITE_MAKEFILE] … skipping SignMagisk (Magisk is not allowed to be a system app)
[F_WRITE_MAKEFILE] … skipping NeoLauncher as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping Omega as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping Phonesky as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping Phonesky_AXP-OS as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping Cromite_arm64 as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping DAVx5 as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping ICSx5 as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping FakeStore as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping FakeStore_GH as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping AuroraStore as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping OpenLauncher as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping K9-Mail-latest as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping MicrogGmsCore_unified-latest as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping MicrogGmsCore_GH as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping MicrogGmsCore as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping GsfProxy as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping QKSMS as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping NextCloud as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping NeoLauncher-latest as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping SimpleLauncher as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping FFUpdater as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping FairEmail as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping BlissLauncher as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping NextCloudNotes as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping OpenCamera as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping opencamera_j5_latest as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping AdAway as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping OpenTasks as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping F-DroidPrivilegedExtension_pb as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping F-Droid_v1.16.3 as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping F-Droid as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping DNS66 as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping DroidGuard as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping MozillaNlpBackend as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping NominatimBackend as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping Fennec as not requested by EXTENDROM_PACKAGES
[F_WRITE_MAKEFILE] … skipping Etar as not requested by EXTENDROM_PACKAGES

************************************************** EXTENDROM FINISHED **************************************************

including vendor/e/vendorsetup.sh
emptied MIRROR ><
emptied OTA_URL ><

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

[jeu. 05 oct. 2023 04:03:23 CEST] Determining correct OpenJDK version for v1-r
WARNING: cannot determine best java version for v1-r!
… checking if we need to switch Java version
… skipping java switch because we already have the wanted version (openjdk version “11.0.20.1” 2023-08-24 == openjdk version “11.0.20.1” 2023-08-24)
… skipping javaC switch because we already have the wanted version (javac 11.0.20.1 == javac 11.0.20.1)
[jeu. 05 oct. 2023 04:03:23 CEST] Using Java JDK

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

[jeu. 05 oct. 2023 04:03:23 CEST] Preparing build environment
[jeu. 05 oct. 2023 04:03:23 CEST] DEBUG: ROOT_DIR is set to: >/home/antec/android/e/R/.e/root<
[jeu. 05 oct. 2023 04:03:23 CEST] Building branch is not (yet/anymore) suppported

[jeu. 05 oct. 2023 04:03:23 CEST] Preparing build environment
[jeu. 05 oct. 2023 04:03:23 CEST] DEBUG: ROOT_DIR is set to: >/home/antec/android/e/R/.e/root<
[jeu. 05 oct. 2023 04:03:23 CEST] Building branch is not (yet/anymore) suppported

it is 4h00 in my country : i go to sleep

Check here: https://gitlab.e.foundation/e/os/releases/-/tags – use ^F to find

  • where points: v1-r
  • if exists: v1.15-r | v1.16-r

Now you know that you are able to build; it was some time ago that we speculated that the environment was perhaps corrupted and you proposed a backup of your changes.

Perhaps now would be a good time for a “fresh start”. @piero

Follow on from @ronnz98 below, … as we already had HEAD issues one needs to be aware branch v1 is not just interchangeable with tag v1.xx

So vedorsetup.sh branch or tag should be a “logical fit” with repo init – a good start is “identical”.

If you want to use a respective build tag, use this for 1.15r:

repo init -u https://gitlab.e.foundation/e/os/releases.git -b refs/tags/v1.15-r

1 Like

i have errors in repo sync when doing that… even with repo sync --force-sync
must i download the entire R sources again in another folder ? just to switch branch…