Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content

cannot build any version with docker

  • /e/ version: v1-q / v1-r
  • Device model(s): miatoll (curtana) and markw
  • Device rooted: n/a

Summary

Since the last docker update I always figure with build.ninja

The problem

Steps to reproduce

Build with this docker script.

sudo docker pull registry.gitlab.e.foundation:5000/e/os/docker-lineage-cicd:community
sudo docker run \
-v "/home/corentin/Phone/srv/e/manifests:/srv/local_manifests" \
-v "/home/corentin/Phone/srv/e/src:/srv/src" \
-v "/home/corentin/Phone/srv/e/zips:/srv/zips" \
-v "/home/corentin/Phone/srv/e/logs:/srv/logs" \
-v "/home/corentin/Phone/srv/e/ccache:/srv/ccache" \
-e "INCLUDE_PROPRIETARY=true" \
-e "BRANCH_NAME=v1-q" \
-e "DEVICE_LIST=curtana" \
-e "REPO=https://gitlab.e.foundation/e/os/releases.git" \
registry.gitlab.e.foundation:5000/e/os/docker-lineage-cicd:community

What is the current behavior?

Build fails with error:

FAILED: out/soong/build.ninja
out/soong/.bootstrap/bin/soong_build -t -l out/.module_paths/Android.bp.list -b out/soong -n out -d out/soong/build.ninja.d -globFile out/soong/.bootstrap/build-globs.ninja -o out/soong/build.ninja Android.bp

What is the expected correct behavior?

Build successfully before docker update.

Technical informations

Relevant logs

repo-20210913.log eelo-0.18-20210913-UNOFFICIAL-curtana.log

Solutions

Workaround

don't find any.

Possible fixes

let me know if anyone find solution