Skip to content

Not able to compile aero in WSL #122

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
gianndev opened this issue Apr 25, 2025 · 0 comments
Open

Not able to compile aero in WSL #122

gianndev opened this issue Apr 25, 2025 · 0 comments

Comments

@gianndev
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant