Debian Buster/Sid PPC64

AmigaOne X5000 platform specific issues related to Linux only.
User avatar
xeno74
Posts: 10701
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: Debian Buster/Sid PPC64

Post 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
Roland
Posts: 873
Joined: Tue May 02, 2017 8:23 am

Re: Debian Buster/Sid PPC64

Post 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 :-(.
- Roland -
User avatar
xeno74
Posts: 10701
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: Debian Buster/Sid PPC64

Post 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
Spectre660
Posts: 1538
Joined: Sat Jun 18, 2011 3:16 pm
Location: Montserrat

Re: Debian Buster/Sid PPC64

Post 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
Post Reply