Search Criteria
Package Details: hidrd-git r412.6c0ed39-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/hidrd-git.git (read-only, click to copy) |
---|---|
Package Base: | hidrd-git |
Description: | HID report descriptor I/O library and conversion tool |
Upstream URL: | https://github.com/DIGImend/hidrd/ |
Licenses: | GPL2 |
Conflicts: | hidrd |
Provides: | hidrd |
Submitter: | jgerecke |
Maintainer: | jgerecke |
Last Packager: | jgerecke |
Votes: | 4 |
Popularity: | 0.000606 |
First Submitted: | 2015-06-24 00:17 (UTC) |
Last Updated: | 2025-09-25 15:10 (UTC) |
Latest Comments
jgerecke commented on 2025-09-25 15:12 (UTC)
I had been hoping upstream would apply the open pull request to fix this, but since that doesn't seem to be happening I've updated the build. I've opted to have sed make the fix so that it won't conflict if the PR does ever get merged.
Auerhuhn commented on 2025-07-31 16:02 (UTC)
Hi @jgerecke,
I wrote a patch that fixes the build issue that @Fabian300ZX reported.
Would you consider applying it?
Convenience shell commands to do so:
Note that it may or not make sense to upstream this patch; I haven’t proposed the patch upstream because I have only tested it on Arch Linux and I don’t know whether the fix would work with older compilers.
Fabian300ZX commented on 2025-07-28 04:42 (UTC)
When trying to install it, I get this result:
hex.c: In function 'hidrd_hex_buf_to_str': hex.c:87:35: error: initializer-string for array of 'char' truncates NUL terminator but destination lacks 'nonstring' attribute (17 chars into 16 available) [-Werror=unterminated-string-initialization] 87 | static const char map[16] = "0123456789ABCDEF"; | ^
~ cc1: all warnings being treated as errorsmmxgn commented on 2022-05-01 10:51 (UTC)
When trying to run it I get: