aero icon indicating copy to clipboard operation
aero copied to clipboard

host-cargo not built as a part of the sysroot

Open shzhxh opened this issue 2 years ago • 6 comments

My OS is Debian 11, when I run ./aero.py , I encountered the following error:

error: host-cargo not built as a part of the sysroot, skipping compilation of `userland/`

shzhxh avatar Nov 16 '22 03:11 shzhxh

I try to run ./aero.py --no-run in Ubuntu( on docker), I still encountered the same error.

shzhxh avatar Nov 16 '22 04:11 shzhxh

I checked the Actions, it has the same problem.

shzhxh avatar Nov 16 '22 07:11 shzhxh

Based on the most resent commit (bfc20184e), disk.img can be compiled correctly. I compiled one, can be download here

shzhxh avatar Dec 05 '22 01:12 shzhxh

@shzhxh what instructions did you follow to build it?

jwpjrdev avatar Dec 05 '22 04:12 jwpjrdev

@shzhxh what instructions did you follow to build it?

./aero.py --sysroot        # build sysroot
./aero.py                  # build iso and img

shzhxh avatar Dec 07 '22 08:12 shzhxh

I keep running into this issue, and I'm not entirely sure what it means. Compilation doesn't seem to fail, though.

MolassesLover avatar Aug 14 '23 11:08 MolassesLover