Package build is failing today:
Building stm32cubeide...
==> Making package: stm32cubeide 1.16.1-1 (Sun 22 Sep 2024 09:06:12 PM EDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Downloading st-stm32cubeide_1.16.1_22882_20240916_0822_amd64.sh.zip...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
-> Found SLA0048_STM32CubeIDE.pdf
==> Validating source files with sha256sums...
st-stm32cubeide_1.16.1_22882_20240916_0822_amd64.sh.zip ... FAILED
SLA0048_STM32CubeIDE.pdf ... Skipped
==> ERROR: One or more files did not pass the validity check!
Failed to build stm32cubeide
The sha256sum that I get for that file is
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 st-stm32cubeide_1.16.1_22882_20240916_0822_amd64.sh.zip
Edited to add:
I see now this is the sha256sum of an empty file, and that this problem has happened to previous versions as well recently.
Pinned Comments
kumen commented on 2023-03-19 13:14 (UTC) (edited on 2023-03-19 13:17 (UTC) by kumen)
STM32CubeIDE is now run by executing
stm32cubeide_wayland
official script. If you have issues related to run environment, try to edit/usr/share/applications/stm32cubeide.desktop
file and uncomment one of commented outExec=...
lines and comment out currently used one. After making changes tostm32cubeide.desktop
runupdate-desktop-database
as root to apply changes.Discussion about this Eclipse issues is here: https://github.com/eclipse-platform/eclipse.platform.swt/issues/158