bavison / arm-mem

ARM-accelerated versions of selected functions from <string.h>
55 stars 13 forks source link

Compatibility with Raspbian Buster? #8

Closed MichaIng closed 4 years ago

MichaIng commented 6 years ago

Hi there,

I just tested to run my RPi (2 Model B) on Raspbian Buster. The current archive.raspberrypi.org does not yet contain a Buster repo, just Stretch, however it works fine, besides the package for this git repo: raspi-copies-and-fills. I needed to purge it, to allow Raspbian Buster upgrade.

The question is, if this is an issue from source, or if I could compile it also for Raspbian Buster. Maybe there is already a Buster ready compiled package available somewhere 😃?

Ref: https://raspberrypi.stackexchange.com/questions/72594/failed-to-start-udev-kernel-device-manager?utm_medium=organic&utm_source=google_rich_qa&utm_campaign=google_rich_qa

Thanks for your nice work! MichaIng

tubededentifrice commented 6 years ago

Repro is easy: change /etc/apt/sources.list to the testing release, run an apt update && apt dist-upgrade and watch all systemd failing. DO NOT REBOOT before running apt purge raspi-copies-and-fills !

asavah commented 6 years ago

This certainly neither is systemd nor arm-mem bug. It's debian/raspbian/toolchain(incompatibility between gcc or glibc ABI) bug. I'm running systemd git master and arm-mem on my custom homegrown OS without a single glitch.

MichaIng commented 6 years ago

For reference: https://bugs.launchpad.net/raspbian/+bug/1779563 I will test the build it myself as well.

€: + https://bugs.launchpad.net/raspbian/+bug/1792818 If someone has an Ubuntu One account, would be helpful to connect those. I am not sure if/how Raspbian devs currently test Raspbian Buster on RPi's without archive.raspberrypi.org providing a Buster repo, but generally it would be great pushing things, solving essential issues like that and by that making life of external testers more easy.