Page 3 of 3
Re: Debian Buster/Sid PPC64
Posted: Wed Aug 18, 2021 11:09 pm
by xeno74
Roland wrote: Mon Aug 16, 2021 2:44 pm
Great! If you just have time, could you please put a partition image of it available at your site...?
Roland,
We have a problem. I created a Debian 11 PPC64 image with a recompiled VLC without AltiVec. Additionally I compiled the new Open Surge 0.5.2.1 and added it to this image.
I uploaded this image today. Download:
debian-11.0-ppc64.img.tar.gz
It works without any problems on the X1000. Unfortunately Xorg doesn't start on the X5000.
Casey reported this issue two years ago.
Link to the thread:
Debian PPC64
Additionally he created a bug report:
Xorg problem preventing bootup
Maybe a problem with a missing fpsqrt instruction:
PPC64: gcc currently compiles for power4 by default, causing glibc's sqrtf to fail on e6500
Cheers,
Christian
Re: Debian Buster/Sid PPC64
Posted: Thu Aug 19, 2021 8:55 pm
by Roland
xeno74 wrote: Wed Aug 18, 2021 11:09 pmWe have a problem. I created a Debian 11 PPC64 image with a recompiled VLC without AltiVec. Additionally I compiled the new Open Surge 0.5.2.1 and added it to this image.
It works without any problems on the X1000. Unfortunately Xorg doesn't start on the X5000.
That is very sad to hear... Thank you anyway for trying!
Surpricing it does not work even with e6500. Not good news for the open source PPC portable project, either

.
Re: Debian Buster/Sid PPC64
Posted: Fri Apr 11, 2025 4:19 pm
by xeno74
Latest sources.list (/etc/apt/sources.list):
Code: Select all
# binary default
deb http://ftp.ports.debian.org/debian-ports/ unstable main
deb http://incoming.ports.debian.org/buildd/ unstable main
deb http://ftp.ports.debian.org/debian-ports/ unreleased main
# contrib and non-free arch:all packages (i.e. firmware)
deb [arch=all] http://ftp.debian.org/debian/ unstable contrib non-free non-free-firmware
# source
deb-src http://ftp.debian.org/debian/ unstable main
deb-src http://incoming.debian.org/debian-buildd/ buildd-unstable main
Re: Debian Buster/Sid PPC64
Posted: Tue Jun 10, 2025 1:37 pm
by Spectre660
I used the following to upgrade a fresh base install
Code: Select all
apt-get update --allow-insecure-repositories
apt-get install debian-keyring
apt-get upgrade