patch: **** Can't open patch file ../../99-jlink.rules.patch : No such file or directory
Search Criteria
Package Details: jlink-software-and-documentation 65:9.44-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/jlink-software-and-documentation.git (read-only, click to copy) |
|---|---|
| Package Base: | jlink-software-and-documentation |
| Description: | Segger JLink software & documentation pack for Linux |
| Upstream URL: | https://www.segger.com/jlink-software.html |
| Licenses: | custom, GPLv2 |
| Groups: | jlink |
| Conflicts: | j-link-software-and-documentation |
| Replaces: | j-link-software-and-documentation |
| Submitter: | AlexisPolti |
| Maintainer: | AlexisPolti (pzl) |
| Last Packager: | AlexisPolti |
| Votes: | 58 |
| Popularity: | 0.55 |
| First Submitted: | 2016-01-22 00:03 (UTC) |
| Last Updated: | 2026-05-20 15:35 (UTC) |
Dependencies (3)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- libudev0-shimAUR
- patch (patch-gitAUR)
Required by (47)
- airmcu-jlink-pack
- artery-jlink-pack
- at-link-console-bin (optional)
- at32-bootloader-doc (optional)
- at32-ide-bin (optional)
- at32-ide-project-generate (optional)
- at32-new-clock-configuration (optional)
- at32-openocd-bin (optional)
- at32-work-bench (optional)
- bouffalolab-devcude-bin (optional)
- embedded-studio
- embedded-studio-arm
- embedded-studio-arm-nordic
- embedded-studio-risc-v
- hkmicrochip-jlink-pack
- holtek-jlink-pack
- jlink
- jlink-flush-gui-git
- jlink-systemview
- lckfb-dqx-ra6e2-meta
- Show 27 more...
Sources (26)
- 99-jlink-cmsis-dap.rules
- 99-jlink.rules.patch
- JFlashExe.desktop
- JFlashLiteExe.desktop
- JFlashSPIExe.desktop
- JFlashSPI_CL.desktop
- JLink.svg
- JLinkConfigExe.desktop
- JLinkExe.desktop
- JLinkGDBServer.desktop
- JLinkGUIServerExe.desktop
- JLinkLicenseManager.desktop
- JLinkRegistration.desktop
- JLinkRemoteServer.desktop
- JLinkRTTClient.desktop
- JLinkRTTLogger.desktop
- JLinkRTTViewer.desktop
- JLinkSTM32.desktop
- JLinkSWOViewerExe.desktop
- JLink_Linux_944_arm.tgz
- JLink_Linux_944_arm64.tgz
- JLink_Linux_944_i686.tgz
- JLink_Linux_944_x86_64.tgz
- JMemExe.desktop
- JRunExe.desktop
- JTAGLoadExe.desktop
Latest Comments
« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 14 Next › Last »
sl1pkn07 commented on 2020-02-16 00:39 (UTC)
AlexisPolti commented on 2020-02-15 18:00 (UTC)
Good catch, thanx!
Sven commented on 2020-02-15 17:43 (UTC)
The udev rules file is broken. It says: SUBSYSTEM=="tty", ATTRS{idVendor}=="1366", MODE="0666", GROUP="dialout" SUBSYSTEM=="tty", ATTRS{idVendor}=="c251", MODE="0666", GROUP="dialout" SUBSYSTEM=="tty", ATTRS{idVendor}=="0d28", MODE="0666", GROUP="dialout"
There is not dialout group on Arch. The group is called uucp on Arch.
AlexisPolti commented on 2020-02-09 22:39 (UTC)
Hello,
The certificate of Segger has expired. In the mean time, I added an option to curl to ignore it (even if it is quite insecure)
kurtmc commented on 2020-02-09 22:27 (UTC) (edited on 2020-02-09 22:27 (UTC) by kurtmc)
Hey, it looks like the package no longer builds:
==> Retrieving sources...
-> Downloading JLink_Linux_662a_x86_64.tgz...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (60) SSL certificate problem: unable to get local issuer certificate
More details here: https://curl.haxx.se/docs/sslcerts.html
curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.
==> ERROR: Failure while downloading https://www.segger.com/downloads/jlink/JLink_Linux_V662a_x86_64.tgz
Aborting...
:: Unable to build jlink-software-and-documentation - makepkg exited with code: 1
Do you know if anything can be done about that URL?
GPereira commented on 2019-10-29 20:42 (UTC)
ehehe :D
GPereira commented on 2019-10-29 16:56 (UTC)
Do you want help keeping this package up to date? I use this daily I can help you. You can add me as a co-mantainer if you want :)
AlexisPolti commented on 2019-05-13 12:14 (UTC)
Thanx, fixed!
pouze commented on 2019-05-13 11:16 (UTC) (edited on 2019-05-13 11:17 (UTC) by pouze)
Segger changed the "Accept"-Form.
Please change the PKGBUILD, non_eu_denied_list to non_emb_ctr.
diff --git a/PKGBUILD b/PKGBUILD
index b017dc3..9a74a4a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ install=$pkgname.install
url="https://www.segger.com/jlink-software.html"
conflicts=("j-link-software-and-documentation")
replaces=("j-link-software-and-documentation")
-DLAGENTS=("https::/usr/bin/env curl -o %o -d accept_license_agreement=accepted -d non_eu_denied_list=confirmed")
+DLAGENTS=("https::/usr/bin/env curl -o %o -d accept_license_agreement=accepted -d non_emb_ctr=confirmed")
options=(!strip)
prepare() {
Pinned Comments
AlexisPolti commented on 2017-06-06 15:39 (UTC)