-
-
Notifications
You must be signed in to change notification settings - Fork 50
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
cpu '0' panicked at 'How's this possible?" #101
Comments
the second thing is known, it was in the works of being resolved in another PR but i can't work on it thanks to a lack of computer to effectively do it on |
This is the result of the disk image not being built. Can you please post the output of |
It looks like there is something wrong with the deps.sh script. I managed to make it work by editing it. ANOTHER BIG PROBLEM: WHY IS DISK.IMG OVER 500GB IN SIZE? |
OK, so, the problem has to do with the script attempting to use parted. parted (on my system at least) requires sudo to run, however the script did not attempt to use sudo to run it. also, please do not create in excess of 500gb files on someone's computer without them knowing. That is half of my SSD's space. Your operating system is like 7kb it should not require that much space. FIX THAT. |
bro built the entire sysroot 💀 |
um, I'm sorry? But, it doesn't seem like somehow changing what you build into it changes the size. |
The command in this line creates a sparse file (if your file system supports that). The file looks like it uses 512GB but it does not. Only data written to the file later uses disk space. du -h file shows you the actual size of the file. |
Can you explain what was wrong?
|
it still doesn't really need to be 500GB but sure. I'm not sure exactly what the problem with deps.sh is. All I know is that it didn't work properly as is. I removed the if else around the deps_linux file and kept just the Debian code and it worked fine after that. Probably because Debian has
|
Check for existence of `apt`/`pacman` rather than relying on /etc/os-release, which can be [problematic](#101 (comment))
hey, I met the same question with you. But my system is ubuntu22.04. |
Literally why is it 500GB in size? This entire build pipeline is sending me. First Edit: Apparently there is an |
What confuses me is why the sparse file is so big. Is there a practical reason I'm missing? |
I just cloned the repository, installed the dependencies, realized that I didn't have pip installed so I installed that and then pip installed requests and xbstrap, ran it and realized
meson
is not installed so i installed that, then it finally compiled and ran. However, it is giving me this error.Here is the full log:
Not sure if it's related or not, but another issue I am seeing is this
The text was updated successfully, but these errors were encountered: