-
Notifications
You must be signed in to change notification settings - Fork 46
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 install pve-qemu-kvm-build-deps #20
Comments
My proxmox version is |
i try your version now 8.0.2-3 , all repositiry dependens no mistakes all good.
|
but i have this files after bad try
|
see https://askubuntu.com/questions/1333585/how-to-fix-mk-build-deps-unable-to-install-all-build-dep-packages ? |
of course |
Hello again i try to patch proxmox 8.1.4 with your patch for 8.1 qemu
have this problem:
The line 459 is " Unable to install $pkg";"$status ne 'installed' || ($ ? >> 8)) {
```
);
if (
# Restore system to previous state, since $install_tool wasn't
# able to resolve a proper way to get the build-dep packages
# installed
warn "$progname: Unable to install $pkg";
$err = 1;
} elsif ($opt_remove) {
unlink $deb_files[$i];
unlink $buildinfo_files[$i];
unlink $changes_files[$i];
The text was updated successfully, but these errors were encountered: