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

unmet dependencies #172

Open
kyung-yeon opened this issue Nov 27, 2023 · 6 comments
Open

unmet dependencies #172

kyung-yeon opened this issue Nov 27, 2023 · 6 comments

Comments

@kyung-yeon
Copy link

unmet dependencies error when run ./RPiOS64-IA-Install.sh

The following packages have unmet dependencies:
 ceph-fuse : Depends: libfmt7 (>= 7.1.3+ds1) but it is not installable
 libpve-rs-perl : Depends: perlapi-5.32.1 but it is not installable
 libpve-u2f-server-perl : Depends: perlapi-5.32.1 but it is not installable
 librados2-perl : Depends: perlapi-5.32.1 but it is not installable
 lxc-pve : Depends: libgnutlsxx28 but it is not installable
 proxmox-ve : Depends: pve-qemu-kvm but it is not installable
 pve-cluster : Depends: perlapi-5.32.1 but it is not installable
 qemu-server : Depends: pve-qemu-kvm (>= 3.0.1-62) but it is not installable
 spiceterm : Depends: pve-qemu-kvm but it is not installable
E: Unable to correct problems, you have held broken packages.

=========================================================================================
 ! FIXING NETWORK CONFIGURATION.... ERRORS ARE NOMALAY FINE AND RESOLVED AFTER REBOOT !
=========================================================================================

cp: cannot stat '/usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js': No such file or directory
sed: can't read /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js: No such file or directory
@TheBossME
Copy link

Please check the prereq's

Pimox7 is on Debian bullseye. You've tried it with bookworm. This will not work.

@kyung-yeon
Copy link
Author

I installed it using the Raspberry Pi tool.

device: raspeberry pi 4
os : raspberry pi os lite (64-bit)

@TheBossME
Copy link

TheBossME commented Nov 27, 2023

You didn't select the bullseye image for pimox.

As alternative use bookworm with a different repo and Proxmox 8.

https://github.com/jiangcuo/Proxmox-Port/blob/main/help/repo.md

Follow the instructions and add [arch=arm64] in the repo file like pveport.list

Good luck 👍

@johnhart96
Copy link

I am having this problem on bullseye

@RFDarter
Copy link

RFDarter commented Jan 1, 2024

The following packages have unmet dependencies: ceph-fuse : Depends: libfmt7 (>= 7.1.3+ds1) but it is not installable libpve-rs-perl : Depends: perlapi-5.32.1 but it is not installable libpve-u2f-server-perl : Depends: perlapi-5.32.1 but it is not installable librados2-perl : Depends: perlapi-5.32.1 but it is not installable lxc-pve : Depends: libgnutlsxx28 but it is not installable proxmox-ve : Depends: pve-qemu-kvm but it is not installable pve-cluster : Depends: perlapi-5.32.1 but it is not installable qemu-server : Depends: pve-qemu-kvm (>= 3.0.1-62) but it is not installable spiceterm : Depends: pve-qemu-kvm but it is not installable E: Unable to correct problems, you have held broken packages.
Same for me.
A fresh image of the 64 bit version of the raspberry pi os lite was flashed on a sd card.
apt update and apt upgrade was exectuted befor using the script.

@NeK000
Copy link

NeK000 commented Jan 1, 2024

Same issue here.
root@pimox-1:/home/kube# cat /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)"
NAME="Raspbian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
VERSION_CODENAME=bullseye
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"

Output of the install
Package pve-manager is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
libpve-guest-common-perl

E: Package 'pve-manager' has no installation candidate
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
proxmox-ve : Depends: pve-manager but it is not installable
Depends: pve-qemu-kvm but it is not installable
Depends: qemu-server but it is not installable
Depends: spiceterm but it is not installable
Depends: vncterm but it is not installable
Depends: chrony but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

=========================================================================================
! FIXING NETWORK CONFIGURATION.... ERRORS ARE NOMALAY FINE AND RESOLVED AFTER REBOOT !

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

5 participants