BaReinhard / Super-Simple-Raspberry-Pi-Audio-Receiver-Install

Super Easy installation to make your Raspberry Pi an Audio Receiver
GNU Affero General Public License v3.0
490 stars 85 forks source link

can't install on buster #159

Open sergio49 opened 4 years ago

sergio49 commented 4 years ago

Hi, When installing on a rpi zero with buster, I got fatal error :

Fatal error encountered: Installation of package 'libjson0-dev' failed

an d other libs as well...

How to pass through this please ? Thanks

ByTyson commented 4 years ago

Hello, i have this problem too, I testing this issues..

https://github.com/BaReinhard/Super-Simple-Raspberry-Pi-Audio-Receiver-Install/issues/122#issuecomment-575206044

huncksas commented 4 years ago

Hi,

i guess anybody who wants to analyse this needs some more informations about what you did before the issue occoured.

Me for myself ran through the single steps only for bluetooth setup ( so i can pair a device and stream music ). There, i have had this issue also - just removed the "libjson0-dev" - package. Another warning poped up that another package will be replaced with another one.

But at the end, removing "libjson0-dev" in the dependencies-file worked fine for me and did what i expected.

Zorro122 commented 3 years ago

Faced the same issue on buster, replacing libjson0-dev by libjson-c-dev fixed the first issue, but then I faced another two fatal errors.

Fatal error encountered: 'sudo patch /etc/bluetooth/main.conf' failed Fatal error encountered: su pi -c ./bt_pa_config.sh failed

In the end, I've modified the install.sh file by commenting (using "#") both lines in which bt_pa_config.sh was mentioned. Worked fine in the end. Bluetooth name is not changed to the enterd name, but at least I can play music now from my phone on the Raspberry.