Compilation fails on OpenSUSE Tumbleweed
-
I agree that I have searched opened and closed issues to prevent duplicates.
Description
Compilation with make all
fails for me with the following error.
make[1]: Leaving directory '/home/tomwagner/Code/redox/relibc'
/bin/sh: line 9: cd: prefix/x86_64-unknown-redox/relibc-install.partial: No such file or directory
touch: cannot touch 'prefix/x86_64-unknown-redox/relibc-install.partial': No such file or directory
mv: cannot stat 'prefix/x86_64-unknown-redox/relibc-install.partial': No such file or directory
make: *** [mk/prefix.mk:36: prefix/x86_64-unknown-redox/relibc-install] Error 1
Environment info
- Operating system: openSUSE Tumbleweed 20200110
-
uname -a
:Linux tomwagner-tablet 5.4.7-1-default #1 SMP Wed Jan 1 07:55:50 UTC 2020 (34ebd00) x86_64 x86_64 x86_64 GNU/Linux
-
rustc -V
:rustc 1.41.0-nightly (412f43ac5 2019-11-24)
-
git rev-parse HEAD
:d5dd998b5395008091db882df6af163e5aaf16a4
-
make -v
:GNU Make 4.2.1
Steps to reproduce
- Run
make all