libretro / Lakka-LibreELEC

Lakka is a lightweight Linux distribution that transforms a small computer into a full blown game console.
https://www.lakka.tv
1.73k stars 286 forks source link

Lakka 5x : "libusb-compat" build was failed because this package file was replaced. #1899

Closed ShigeakiAsai closed 9 months ago

ShigeakiAsai commented 10 months ago

I'm trying Lakka-5.x build that it prepare the new build environment, but build fail is occurred on the "libusb-compat" package.


The reason of build fail is the following:

WARNING      Incorrect checksum calculated on downloaded file: got b692dcf674c070c8c0bee3c8230ce4ee5903f926d77dc8b968a4dd1b70f9b05c wanted 698c76484f3dec1e0175067cbd1556c3021e94e7f2313ae3ea6a66d900e00827


The "libusb-compat" package file was replaced on 22-Oct in https://github.com/libusb/libusb-compat-0.1/releases.

Therefore, there are below 2 is needed. (1) The value of PKG_SHA256 should be changed in packages/sysutils/libusb-compat/package.mk. (2) The "libusb-compat-0.1.8.tar.bz2" file should be put into Lakka mirror server.

About (1), I will create Pull Request later. About (2), please put this file into Lakka mirror server by Lakka team.



Information : Build machine OS : Ubuntu 22.04.3 LTS on WSL Source files : https://github.com/libretro/Lakka-LibreELEC.git Branch : origin/Lakka-v5.x Commit : https://github.com/libretro/Lakka-LibreELEC/commit/2d1c0fbba3e1338cadbc316f5e0381addb549ea8 Build method : https://docs.libretro.com/guides/building-lakka/ Build command : (1) Generic.x86_64 : DISTRO=Lakka PROJECT=Generic ARCH=x86_64 make image (2) RPi.arm : DISTRO=Lakka PROJECT=RPi DEVICE=RPi ARCH=arm make image

Thanks. ASAI, Shigeaki

ShigeakiAsai commented 10 months ago

(1) The value of PKG_SHA256 should be changed in packages/sysutils/libusb-compat/package.mk. -> This fix was commited (12b236c3b132f6304c1e75f13eb09dfebc1fceda).

(2) The "libusb-compat-0.1.8.tar.bz2" file should be put into Lakka mirror server. -> There is no "libusb-compat-0.1.8.tar.bz2" file yet in Lakka mirror server.

If you don't put this file in Lakka mirror server by some reaseon, please close this issue.

Thanks. ASAI, Shigeaki

ShigeakiAsai commented 9 months ago

(1) was fixed already.

About (2): I think not only the "libusb-compat" package but also other packages are not located in Lakka mirror server. Therefore, I close this issue.

Thanks. ASAI, Shigeaki