You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've read that in order to compile Aero on my local machine i needed Linux, but since I'm currently on Windows 11 I decided to use WSL. I've followed the instructions in the README.md about the command to use but i got the message below and it remained the same for half a hour and I don't understand why.
$ make distro-image && make qemu
mkdir -p target
if [ ! -f "target/jinx" ]; then \
curl -Lo target/jinx https://github.com/mintsuki/jinx/raw/353c468765dd9404bacba8e5626d0830528e4300/jinx; \
chmod +x target/jinx; \
fi
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 54382 100 54382 0 0 39923 0 0:00:01 0:00:01 --:--:-- 610k
# FIXME: autosync
mkdir -p target/cargo-home
cp build-support/rust/config.toml target/cargo-home/config.toml
./target/jinx build-all
* purging old Jinx cache...
* preparing Jinx cache...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 182M 100 182M 0 0 1824k 0 0:01:42 0:01:42 --:--:-- 2158k
root.x86_64/usr/share/terminfo/P/P12: Can't create 'root.x86_64/usr/share/terminfo/P/P12': No such file or directory
root.x86_64/usr/share/terminfo/P/P12-M: Can't create 'root.x86_64/usr/share/terminfo/P/P12-M': No such file or directory
root.x86_64/usr/share/terminfo/P/P12-M-W: Can't create 'root.x86_64/usr/share/terminfo/P/P12-M-W': No such file or directory
root.x86_64/usr/share/terminfo/P/P12-W: Can't create 'root.x86_64/usr/share/terminfo/P/P12-W': No such file or directory
root.x86_64/usr/share/terminfo/P/P14: Can't create 'root.x86_64/usr/share/terminfo/P/P14': No such file or directory
root.x86_64/usr/share/terminfo/P/P14-M: Can't create 'root.x86_64/usr/share/terminfo/P/P14-M': No such file or directory
root.x86_64/usr/share/terminfo/P/P14-M-W: Can't create 'root.x86_64/usr/share/terminfo/P/P14-M-W': No such file or directory
root.x86_64/usr/share/terminfo/P/P14-W: Can't create 'root.x86_64/usr/share/terminfo/P/P14-W': No such file or directory
root.x86_64/usr/share/terminfo/P/P4: Can't create 'root.x86_64/usr/share/terminfo/P/P4': No such file or directory
root.x86_64/usr/share/terminfo/P/P5: Can't create 'root.x86_64/usr/share/terminfo/P/P5': No such file or directory
root.x86_64/usr/share/terminfo/P/P7: Can't create 'root.x86_64/usr/share/terminfo/P/P7': No such file or directory
root.x86_64/usr/share/terminfo/P/P8: Can't create 'root.x86_64/usr/share/terminfo/P/P8': No such file or directory
root.x86_64/usr/share/terminfo/P/P8-W: Can't create 'root.x86_64/usr/share/terminfo/P/P8-W': No such file or directory
root.x86_64/usr/share/terminfo/P/P9: Can't create 'root.x86_64/usr/share/terminfo/P/P9': No such file or directory
root.x86_64/usr/share/terminfo/P/P9-8: Can't create 'root.x86_64/usr/share/terminfo/P/P9-8': No such file or directory
root.x86_64/usr/share/terminfo/P/P9-8-W: Can't create 'root.x86_64/usr/share/terminfo/P/P9-8-W': No such file or directory
root.x86_64/usr/share/terminfo/P/P9-W: Can't create 'root.x86_64/usr/share/terminfo/P/P9-W': No such file or directory
root.x86_64/usr/share/terminfo/N/NCR260VT300WPP: Can't create 'root.x86_64/usr/share/terminfo/N/NCR260VT300WPP': No such file or directory
Can anyone explain me why I got this error and how to fix it, so that i can compile Aero? Thanks a lot.
The text was updated successfully, but these errors were encountered:
I've read that in order to compile Aero on my local machine i needed Linux, but since I'm currently on Windows 11 I decided to use WSL. I've followed the instructions in the
README.md
about the command to use but i got the message below and it remained the same for half a hour and I don't understand why.Can anyone explain me why I got this error and how to fix it, so that i can compile Aero? Thanks a lot.
The text was updated successfully, but these errors were encountered: