jiangcuo / Proxmox-Port

Proxmox VE arm64 riscv64 loongarch64
GNU Affero General Public License v3.0
844 stars 44 forks source link

debian sid install pve port(bookworm) error #63

Closed inspireMeNow closed 8 months ago

inspireMeNow commented 8 months ago

Describe the bug I use pve bookworm ports to install because when I search the repo in (https://mirrors.apqa.cn/proxmox/), in sid it has only riscv and longarch builds. However, it has dependency errors.

To Reproduce

echo "deb https://mirrors.apqa.cn/proxmox/debian/pve bookworm port">/etc/apt/sources.list.d/pveport.list
echo "deb https://mirrors.apqa.cn/proxmox/debian/pve bookworm port">/etc/apt/sources.list.d/pveport.list
export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
apt update && apt install -y proxmox-ve

Expected behavior Install successfully.

Screenshots 截图 2024-03-15 13-58-22

ENV (please complete the following information):

Additional context None.

jiangcuo commented 8 months ago

Only riscv and loong64 should use sid. If you're arm, it should be based on Debian bookworm and not sid

inspireMeNow commented 8 months ago

Is there any way to install pve arm64 on debian sid? I can't downgrade to debian bookworm because it will broke many dependencies.

jiangcuo commented 8 months ago

You can build pve from source.Only bookworm and bullseye support now.

inspireMeNow commented 8 months ago

Ok. I will try it. Thank you.