Error message during software update

Just ran the software update routine on my Zynthian (from the webconf interface) and I get this:

Executing custom update recipes...
Executing /zynthian/zynthian-sys/scripts/recipes.update.buster/00_install_packages.sh ...
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Requirement already satisfied: rpi_ws281x in /usr/local/lib/python3.7/dist-packages (4.3.4)
**cp: cannot stat '/zynthian/zynthian-sys/lib/libsndfile.so.1': No such file or directory**
raspberrypi-kernel was already not hold.
raspberrypi-sys-mods was already not hold.

When I ssh onto the zynthian I can see that there is no /zynthian/zynthian-sys/lib/directory.

Zynthian is working fine - is this just a bug in the update scripts ?

Running 2022-11-01, Kit version 4.

Pete

1 Like

Yes. We forgot to add this file to the commit. Although it’s not critical, mp3 playing wont work without it.
We will fix it ASAP.

Done! Simply update your zynthian and mp3 and ogg support will be added to audio player.

Thanks!

I get this now:

Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Requirement already satisfied: rpi_ws281x in /usr/local/lib/python3.7/dist-packages (4.3.4)
cp: cannot stat '/zynthian/zynthian-sys/bin/sndfile.*': No such file or directory

Pete

Just ran the update script again and this time I don’t get that error. Everything looks OK now.
Pete

1 Like