Skip to content
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

Unable to Build Despite Installing Dependencies #1

Open
arturbrasil opened this issue Jan 8, 2024 · 1 comment
Open

Unable to Build Despite Installing Dependencies #1

arturbrasil opened this issue Jan 8, 2024 · 1 comment

Comments

@arturbrasil
Copy link

arturbrasil commented Jan 8, 2024

Hello,

I hope this message finds you well. I'm currently facing issues while attempting to build the project, despite having installed all the dependencies. Could you kindly assist me in resolving this matter?

To provide more context, here is the specific command I'm using:

sudo apt -y install mmdebstrap arch-install-scripts dosfstools squashfs-tools xorriso sudo
sudo apt -y install qemu-utils qemu-system-x86
./bin/mindeb-build

Additionally, I've encountered the following error messages:

root@debian: ~ /mindeb# ./bin/mindeb-build
mount: out/tmp.HMSdBIILdp.main-squashfs-root.2/proc: mount point does not exist.
dmesg(1) may have more information after failed mount system call.
==> ERROR: failed to setup chroot out/tmp.HMSdBIILdp.main-squashfs-root.2
Failed to run chroot_sync

Your guidance and support on this would be greatly appreciated.

Thank you

@sakkke
Copy link
Owner

sakkke commented Jan 9, 2024

Hello arturbrasil,

Thank you for trying out this project! I was able to reproduce this issue in a new Debian environment. The cause was that debian-archive-keyring was not installed, and ./out/main-squashfs-root.1 was not created correctly.

Please add debian-archive-keyring to the dependencies, delete ./out/main-squashfs-root.1, and then try building again:

sudo apt -y install debian-archive-keyring
sudo rm -fr ./out/main-squashfs-root.1
./bin/mindeb-build

When you start the build with ./out/main-squashfs-root.1 not existing, it will automatically perform the deletion and build of the next stage.

I hope this support is helpful to you.

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

2 participants