-
Notifications
You must be signed in to change notification settings - Fork 45
rAudio 20260709 causes startup issue with Rpi5 #2116
Upgraded my working Rpi 5 to rAudio 20260709.
They system never came back from reboot and is stuck on the flashing rAudio logo.
All reactions
Replies: 2 comments 5 replies
Update: re-imaged my system using i20260709
System is now up an running again.
All reactions
I am having something similar on a rpi 3b -- one that i have been using for several years. I had an issue after a regular update and figured that maybe it was on a base image that was too old (had that happen once before) and created a new sd card from scratch....multiple times including the 20260714 image as well. I can get to some pages by clicking on the flashing raudio icon -- but not always. I have tried multiple times from scratch to make sure i am not messing it up. I have used it plugged in lan as well as wifi (how i normally run it). Is there something that I can provide that might allow someone to give me some guidance?
All reactions
Not an answer but I had something similar (see #2117). Reflashed to i20260714, problem went away. There does seem to be a (growing ?) link between the base image and the updates that can be applied to it, may be there needs to be better notification when a new base image is needed ?
Chris
All reactions
thanks. i did use i20260714 after a few tries with i20260709 -- i am still stuck. I haven't had an update problem in a long time so unfortunately for me i have been without playing music my normal way for a week. i will have more time this weekend to play further. i have really like raudio, been here since the start of updates when it was still associated with runeaudio. it's a little too quiet around here and i am getting a little desperate....
All reactions
Try:
pacman -Syy libstdc++
All reactions
-
👍 1
I tried that but getting a failures, looks like packages are installed already??
sudo pacman -Syy libstdc++
:: Synchronizing package databases...
+R 4.6 KiB 17.8 KiB/s 00:00 [################################################################################] 100%
core 249.2 KiB 461 KiB/s 00:01 [################################################################################] 100%
extra 10.0 MiB 5.35 MiB/s 00:02 [################################################################################] 100%
alarm 60.7 KiB 165 KiB/s 00:00 [################################################################################] 100%
resolving dependencies...
looking for conflicting packages...
Packages (2) libgcc-16.1.1+r12+g301eb08fa2c5-1 libstdc++-16.1.1+r12+g301eb08fa2c5-1
Total Installed Size: 3.01 MiB
:: Proceed with installation? [Y/n]
(2/2) checking keys in keyring [################################################################################] 100%
(2/2) checking package integrity [################################################################################] 100%
(2/2) loading package files [################################################################################] 100%
(2/2) checking for file conflicts [################################################################################] 100%
error: failed to commit transaction (conflicting files)
libgcc: /usr/lib/libgcc_s.so exists in filesystem (owned by gcc-libs)
libgcc: /usr/lib/libgcc_s.so.1 exists in filesystem (owned by gcc-libs)
libstdc++: /usr/lib/libstdc++.so exists in filesystem (owned by gcc-libs)
libstdc++: /usr/lib/libstdc++.so.6 exists in filesystem (owned by gcc-libs)
libstdc++: /usr/share/locale/de/LC_MESSAGES/libstdc++.mo exists in filesystem (owned by gcc-libs)
libstdc++: /usr/share/locale/fr/LC_MESSAGES/libstdc++.mo exists in filesystem (owned by gcc-libs)
Errors occurred, no packages were upgraded.
All reactions
It looks like there is another package that provides libstdc++.so library.
Please use
pacman -Syy gcc-libs
instead.