xbstrap: Action configure of package mlibc-headers failed
JimakosOSX opened this issue · 1 comments
JimakosOSX commented
I am following the building instructions but seems like a problem occurs
xbstrap install-tool --all
the last few lines before it happens;
make[4]: Leaving directory '/home/jim/Build/LemonOS/Build/tool-builds/host-binutils/ld'
make[3]: Leaving directory '/home/jim/Build/LemonOS/Build/tool-builds/host-binutils/ld'
make[2]: Leaving directory '/home/jim/Build/LemonOS/Build/tool-builds/host-binutils/ld'
make[1]: Leaving directory '/home/jim/Build/LemonOS/Build/tool-builds/host-binutils/ld'
xbstrap: Running ['ln', '-sf', 'x86_64-lemon-ld', '@PREFIX@/bin/x86_64-unknown-lemon-ld'] (tools: ['host-bison', 'host-automake', 'host-autoconf-v2.69'])
xbstrap: Running ['ln', '-sf', 'x86_64-lemon-as', '@PREFIX@/bin/x86_64-unknown-lemon-as'] (tools: ['host-bison', 'host-automake', 'host-autoconf-v2.69'])
xbstrap: configure mlibc-headers [9/38]
xbstrap: Running ['meson', '--cross=@SOURCE_ROOT@/Scripts/lemon-crossfile.txt', '-Dheaders_only=True', '--prefix=/system', '@THIS_SOURCE_DIR@'] (tools: [])
ERROR: Neither directory contains a build file meson.build.
WARNING: Running the setup command as `meson [options]` instead of `meson setup [options]` is ambiguous and deprecated.
xbstrap: Action configure of package mlibc-headers failed
lqzs commented
You did not copy the git repository correctly. You need to:
- Delete the project folder.
git clone --recurse-submodules https://github.com/LemonOSProject/LemonOS
- Repeat all the steps from the instructions again.