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
Issue/Bug Description
On the distinst branch, I have executed deps.sh and then make to begin the build. The process will run, but fails after a while with:
Expected behavior
The ISO should finish building and be available in the build directory.
Other Notes make clean and make distclean don't seem to delete the build directory. Regardless, I ran git clean -f -d -x prior to make and ensured that it was removed. The issue I opened before this one (#207) is unrelated and has been resolved.
Thanks!
The text was updated successfully, but these errors were encountered:
Resolved. A recent discovery showed that this is being caused by the Rust coreutils, which I didn't even consider. This has actually been the root of several issues I've opened across GitHub... may this be a lesson to never go fully oxidised!
Reporter info
Issue/Bug Description
On the
distinst
branch, I have executeddeps.sh
and thenmake
to begin the build. The process will run, but fails after a while with:Expected behavior
The ISO should finish building and be available in the build directory.
Other Notes
make clean
andmake distclean
don't seem to delete thebuild
directory. Regardless, I rangit clean -f -d -x
prior tomake
and ensured that it was removed. The issue I opened before this one (#207) is unrelated and has been resolved.Thanks!
The text was updated successfully, but these errors were encountered: