Package Details: python-r3pcomms-git 3.2.0-1

Git Clone URL: https://aur.archlinux.org/python-r3pcomms-git.git (read-only, click to copy)
Package Base: python-r3pcomms-git
Description: Local communication with a River 3 Plus over USB HID and/or CDC(ACM)
Upstream URL: https://github.com/greyltc/r3pcomms
Licenses: MIT
Conflicts: python-r3pcomms
Provides: python-r3pcomms
Submitter: greyltc
Maintainer: greyltc
Last Packager: greyltc
Votes: 0
Popularity: 0.000000
First Submitted: 2025-06-02 19:12 (UTC)
Last Updated: 2025-08-24 02:42 (UTC)

Pinned Comments

greyltc commented on 2026-04-07 22:58 (UTC)

@sok try udev-hid-bpf-git instead of udev-hid-bpf. does that help?

Latest Comments

sok commented on 2026-04-08 00:02 (UTC)

@greyltc yes, it does. thanks!

greyltc commented on 2026-04-07 22:58 (UTC)

@sok try udev-hid-bpf-git instead of udev-hid-bpf. does that help?

sok commented on 2026-04-07 17:30 (UTC)

Hi, I appreciate you created this package. However, the installation doesn’t seem to be able to complete. There’s something about missing header files when compiling the r3p_rd_patch.c. I’ve attached the output of makepkg below. Would you mind having a look?

$ makepkg -sic
==> Making package: python-r3pcomms-git 3.2.0-1 (Wed 08 Apr 2026 12:19:01 AM +07)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Updating r3pcomms git repo...
  -> Found 99-r3pcomms.rules
  -> Found r3pcomms.sysusers
==> Validating source files with sha256sums...
    r3pcomms ... Skipped
    99-r3pcomms.rules ... Passed
    r3pcomms.sysusers ... Passed
==> Extracting sources...
  -> Creating working copy of r3pcomms git repo...
Reset branch 'makepkg'
==> Starting pkgver()...
Inspecting build dependencies
==> Removing existing $pkgdir/ directory...
==> Starting build()...
* Getting build dependencies for wheel...
* Building wheel...
Successfully built r3pcomms-3.2.0-py2.py3-none-any.whl
r3p_rd_patch.c:2:10: fatal error: 
      'udev-hid-bpf/hid_bpf.h' file not found
    2 | #include <udev-hid-bpf/hid_bpf.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
==> ERROR: A failure occurred in build().
    Aborting...