MichaIng / DietPi

Lightweight justice for your single-board computer!
https://dietpi.com/
GNU General Public License v2.0
4.92k stars 501 forks source link

Dietpi 8.10.2 Unable update Amiberry to 5.4 version #5861

Closed corasaniti closed 2 years ago

corasaniti commented 2 years ago

I am trying to update Amiberry from version 5.3 to version 5.4 with the follow command

dietpi-software reinstall 108

but I get the following error. I am using the latest version of Dietpi 8.10.2 Thanks

314400179_10226455380158004_2651487242050865234_n

Joulinar commented 2 years ago

Would be good if you could have filled the bug report with your system details.

corasaniti commented 2 years ago

Would be good if you could have filled the bug report with your system details.

Rpi4 8GB Dietpi 8.10.2 bullseye based 32bit Thanks

MichaIng commented 2 years ago

Thanks for reporting.

The 32-bit packages are for Raspbian and Debian at the same time, and hence need to be compiled on Raspbian to be compatible, which has +rpiX appended to the version string in some cases, which does not exist on Debian. The build adds the current package versions to package dependencies (the only ones we can easily test with) and script expects +rpiX to be at the end (usually it is). But in the case, it's before the Debian build appendix 🤔. I'll rebuild the 32-bit RPi Armbian packages to remove everything after and including +rpiX.

Joulinar commented 2 years ago

another report on our forum https://dietpi.com/forum/t/dietpi-amiberry-distri-broken/14841

MichaIng commented 2 years ago

New packages are ready: https://dietpi.com/downloads/binaries/bullseye/testing/

cd /tmp
curl -LO 'https://dietpi.com/downloads/binaries/bullseye/testing/amiberry_rpi4.deb'
apt install ./amiberry_rpi4.deb
rm amiberry_rpi4.deb

Would be great if you could test with an actual game, then I move them into stable download place.

corasaniti commented 2 years ago

@MichaIng Thanks in advance, If i perform this workaround, when i then upgrade to dietpi 8.10.11 will i have any problems?

MichaIng commented 2 years ago

If i perform this workaround, when i then upgrade to dietpi 8.10.11 will i have any problems?

Nope, you won't cause any issue with the update.

corasaniti commented 2 years ago

@MichaIng I updated Amiberry to version 5.4. Everything seems to be working fine. Thanks

MichaIng commented 2 years ago

Great, thanks for testing 👍.