naz664 / SparkOS_gsi

Script and patches for building PHH-Treble based SparkOS GSI
38 stars 5 forks source link

can't build following the instructions in the README file. #14

Open hradec opened 10 months ago

hradec commented 10 months ago

So I run:

repo init -u https://github.com/Spark-Rom/manifest -b pyro-next
git clone https://github.com/naz664/treble_manifest.git .repo/local_manifests  -b 13

without issues, but after running:

repo sync -c -j$(nproc --all) --force-sync --no-clone-bundle --no-tags --optimized-fetch --prune

I get this error message:

================================================================================
Repo command failed: ManifestParseError

this is my repo --version output:

repo version v2.37
       (from https://gerrit.googlesource.com/git-repo)
       (tracking refs/heads/stable)
       (Thu, 28 Sep 2023 19:46:49 +0000)
repo launcher version 2.39
       (from /usr/sbin/repo)
       (currently at 2.37)
repo User-Agent git-repo/2.37 (Linux) git/2.29.2 Python/3.9.1
git 2.29.2
git User-Agent git/2.29.2 (Linux) git-repo/2.37
Python 3.9.1 (default, Dec 13 2020, 11:55:53) 
[GCC 10.2.0]
OS Linux 5.9.14-zen1-1-zen (#1 ZEN SMP PREEMPT Sat, 12 Dec 2020 14:36:44 +0000)
CPU x86_64 (unknown)
Bug reports: https://issues.gerritcodereview.com/issues/new?component=1370071

any insights will be greatly appreciated.