xeno74 wrote: Sat Sep 20, 2025 9:44 am
Hi Hypex,
Maybe you have to install the public key again.
Thanks. So I installed it again and made sure I had it named correctly. An apt update then completed fine.
But, it still cannot install the packages. For some reason they aren't showing up. I'm getting this:
Code: Select all
damien@debian:~$ sudo apt install libegl-mesa0=24.1.6-1 libgbm1=24.1.6-1 libgl1-mesa-dri=24.1.6-1 libglx-mesa0=24.1.6-1 mesa-va-drivers=24.1.6-1 mesa-vdpau-drivers=24.1.6-1 mesa-vulkan-drivers=24.1.6-1
[sudo] password for damien:
Package libgl1-mesa-dri 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:
libgl1-mesa-dri:ppc64
Package libgbm1 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:
libgbm1:ppc64
Package mesa-vdpau-drivers 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:
mesa-vdpau-drivers:ppc64
Package libegl-mesa0 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:
libegl-mesa0:ppc64
Package libglx-mesa0 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:
libglx-mesa0:ppc64
Package mesa-vulkan-drivers 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:
mesa-vulkan-drivers:ppc64
Package mesa-va-drivers 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:
mesa-va-drivers:ppc64
Error: Version '24.1.6-1' for 'libegl-mesa0' was not found
Error: Version '24.1.6-1' for 'libgbm1' was not found
Error: Version '24.1.6-1' for 'libgl1-mesa-dri' was not found
Error: Version '24.1.6-1' for 'libglx-mesa0' was not found
Error: Version '24.1.6-1' for 'mesa-va-drivers' was not found
Error: Version '24.1.6-1' for 'mesa-vdpau-drivers' was not found
Error: Version '24.1.6-1' for 'mesa-vulkan-drivers' was not found
My sources list:
Code: Select all
damien@debian:~$ cat /etc/apt/sources.list
#deb cdrom:[Debian GNU/Linux 12.0.0 _Sid_ - Unofficial powerpc NETINST 20250401-15:45]/ sid main
# Official Debian binary default
deb http://deb.debian.org/debian-ports/ sid main
deb http://deb.debian.org/debian-ports/ unreleased main
deb http://incoming.ports.debian.org/buildd/ sid main
# Debian contrib and non-free arch:all packages (i.e. firmware)
deb [arch=all] http://deb.debian.org/debian/ sid contrib non-free non-free-firmware
# Source repository turned off by default
#deb-src http://deb.debian.org/debian-ports/ sid main
#deb-src http://incoming.debian.org/debian-buildd/
# 'unreleased' does not support sources yet
# deb-src http://deb.debian.org/debian-ports unreleased main
## MintPPC64 repository
deb [signed-by=/etc/apt/keyrings/MintPPC64_repository.asc] http://u58733p55594.web0093.zxcs-klant.nl/repo unstable main
## MintPPC64 additional repository
deb [signed-by=/etc/apt/keyrings/MintPPC64_additional_repository.asc] http://u58733p55594.web0093.zxcs-klant.nl/wicknix ./
## MintPPC64 additional repository
deb [signed-by=/etc/apt/keyrings/MintPPC64_additional_repository.asc] http://u58733p55594.web0093.zxcs-klant.nl/mesa-64 ./
# This system was installed using small removable media
# (e.g. netinst, live or single CD). The matching "deb cdrom"
# entries were disabled at the end of the installation process.
# For information about how to configure apt package sources,
# see the sources.list(5) manual.