Search Criteria
Package Details: orbuculum-git 2.2.0.r46.gc544b51-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/orbuculum-git.git (read-only, click to copy) |
|---|---|
| Package Base: | orbuculum-git |
| Description: | Orbuculum is a set of tools for decoding and presenting output flows from the debug pins of a CORTEX-M CPU. |
| Upstream URL: | https://github.com/orbcode/orbuculum |
| Licenses: | BSD-3-Clause |
| Conflicts: | orbuculum |
| Provides: | orbuculum |
| Submitter: | jmalmari |
| Maintainer: | jmalmari |
| Last Packager: | jmalmari |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2024-01-20 15:48 (UTC) |
| Last Updated: | 2026-01-31 10:52 (UTC) |
Dependencies (7)
- capstone (capstone-gitAUR)
- libdwarf (libdwarf-gitAUR)
- ncurses (ncurses-gitAUR)
- sdl2AUR (sdl2-gitAUR, sdl2-compat-gitAUR, sdl2-compat)
- zeromq (zeromq-gitAUR, zeromq-gitAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- meson (meson-gitAUR) (make)
Latest Comments
jmalmari commented on 2026-01-31 10:47 (UTC)
The group is now removed.
So this line from
udevadm verify Support/60-orbcode.rulesreally did prevent the rule from loading. I missed this because I was actually using another rule file. Thanks for bringing this to my attention.
I left a styling issue (missing comma) waiting for an upstream fix.
xorly commented on 2026-01-30 21:07 (UTC)
Hi, udev rule shipped with orbuculum uses
plugdevgroup and it is not supported on Arch: https://wiki.archlinux.org/title/Udev#Allowing_regular_users_to_use_devicesIf such group does not exist (e.g. on my machine), such rule evaluation is terminated entirely.
Adding
sed -i "s/, GROUP=\"plugdev\"//" "$srcdir/orbuculum/Support/60-orbcode.rules"topreparefixes this.