Raezroth / Linux-ARM-Gaming-Chroot

Guide to setup a MultiArch Chroot container to run Steam and Wine.
GNU General Public License v3.0
85 stars 8 forks source link

Unable to install libvulcan-dev arm64 and armhf #14

Closed danir-de closed 1 year ago

danir-de commented 1 year ago

When trying to apt install all dependencies, this happens:

apt install sudo vim make cmake git wget gnupg libx11-dev libsdl2-dev libgl-dev libvulkan-dev libtcmalloc-minimal4 libnm0 zenity chromium alsamixergui libsdl2-dev unzip libgles-dev firefox-esr:arm64 libx11-dev:arm64 libvulkan-dev:arm64 libsdl2-dev:arm64 libgl-dev:arm64 libc6-dev:arm64 libgles-dev:arm64

Preparing to unpack .../libvulkan-dev_1.3.236.0-1_armhf.deb ...
Unpacking libvulkan-dev:armhf (1.3.236.0-1) ...
Preparing to unpack .../libvulkan-dev_1.3.236.0-1_arm64.deb ...
Unpacking libvulkan-dev:arm64 (1.3.236.0-1) ...
dpkg: error processing archive /var/cache/apt/archives/libvulkan-dev_1.3.236.0-1_arm64.deb (--unpack):
 trying to overwrite shared '/usr/share/cmake/VulkanHeaders/VulkanHeadersConfigVersion.cmake', which is different from other instances of package libvulkan-dev:arm64
Errors were encountered while processing:
 /var/cache/apt/archives/libvulkan-dev_1.3.236.0-1_arm64.deb
Raezroth commented 1 year ago

Was this with manual installation or the WIP script?

Raezroth commented 1 year ago

After further investigation. this is a typo on your end. please double check your spelling.

danir-de commented 1 year ago

Haven't been using the script - instead copied said install prompt from the docs: 2. Setting up the container > Installing prerequistes