Package Details: stlink-server 2.1.1-9

Git Clone URL: https://aur.archlinux.org/stlink-server.git (read-only, click to copy)
Package Base: stlink-server
Description: An application to share the debug interface of a single ST-LINK board among several host applications, typically a debugging tool and a monitoring tool
Upstream URL: https://www.st.com/en/development-tools/st-link-server.html
Keywords: debug Development monitoring server Software st-link stm32 Tools UART USB
Licenses: custom:SLA0048
Submitter: None
Maintainer: kumen
Last Packager: kumen
Votes: 1
Popularity: 0.019122
First Submitted: 2021-04-14 14:05 (UTC)
Last Updated: 2025-07-31 09:34 (UTC)

Latest Comments

1 2 3 Next › Last »

tfl5034 commented on 2025-07-30 02:44 (UTC)

This fails for me because the http_headers file isn't copied to $srcdir before we attempt to download stlink with curl. I'm not sure what the best solution would be, but maybe embed the headers in the PKGBUILD

(1/3) Arming ConditionNeedsUpdate...
(2/3) Updating icon theme caches...
(3/3) Updating the desktop file MIME type cache...
==> Making package: stlink-server 2.1.1-8 (Tue 29 Jul 2025 07:37:16 PM PDT)
==> Retrieving sources...
  -> Downloading en.st-link-server-v2-1-1.zip...
curl: Failed to open http_headers
curl: option -H: error encountered when reading a file
curl: try 'curl --help' for more information
==> ERROR: Failure while downloading https://www.st.com/bin/st/s3-software-download?s3url=publish/st-link-server-v2-1-1/2.1.1/en/st-link-server-v2-1-1.zip
    Aborting...
error: failed to download sources for 'stlink-server-2.1.1-8':
error: can't build stm32cubeide-1.19.0-2, deps not satisfied: stlink-server
error: packages failed to build: stlink-server-2.1.1-8  stm32cubeide-1.19.0-2

yjun commented on 2024-12-19 15:09 (UTC)

@kumen Thanks for sharing this. I tried it and it works well. Great job and much appreciated!

kumen commented on 2024-12-17 15:21 (UTC)

Cookies handling is now mandatory in cURL requests for successful download of package file.
Look at the stm32cubeide PKGBUILD: https://aur.archlinux.org/cgit/aur.git/commit/?h=stm32cubeide&id=21093bb6a5be5f98e98ac4b6ab3701f4c21cd60c

maxwill_Wu commented on 2024-12-08 21:34 (UTC)

@Archadious your approach has been helpful to me

Archadious commented on 2024-12-08 03:45 (UTC)

The error seems to happen every time this package is updated. What works for me is to manually download the en.st-link-server*.zip directly from ST and copy it into the build directory.

salimp commented on 2024-12-07 14:28 (UTC) (edited on 2024-12-07 14:34 (UTC) by salimp)

@yjun your recent changes dont work. it gives this error

/home/salim/developer/stlink-server/PKGBUILD: line 62: cd: /home/salim/developer/stlink-server/src/en.st-link-server_v2.1.1-2: No such file or directory
==> ERROR: A failure occurred in package().
    Aborting...

salimp commented on 2024-12-07 11:47 (UTC) (edited on 2024-12-14 08:16 (UTC) by salimp)

@ivanovp just clone the stlink-server from like

git clone https://aur.archlinux.org/stlink-server.git

then cd stlink-server then rename

en.st-link-server-v2.1.1.zip

to

en.st-link-server-v2-1-1.zip

then run

makepkg -si

then install/reinstall the STM32CubeIde package

ivanovp commented on 2024-12-07 06:09 (UTC)

It cannot be built, because en.st-link-server-v2.1.1.zip was renamed to en.st-link-server-v2-1-1.zip on ST's site.

abody commented on 2024-11-27 14:33 (UTC) (edited on 2024-11-27 14:34 (UTC) by abody)

The download link of the zip package is broken on the ST site ATM. Cannot be downloaded from a browser either.

jyeo41 commented on 2024-11-25 20:37 (UTC) (edited on 2024-11-25 20:39 (UTC) by jyeo41)

==> Validating source files with sha256sums...
    en.st-link-server-v2.1.1.zip ... FAILED
    SLA0048_ST-LINK-SERVER.pdf ... Skipped
==> ERROR: One or more files did not pass the validity check!

Can anyone help why the checksum of the actual zip file is failing? I tried installing stm32cubeide with yay and am running into this error.