Search Criteria
Package Details: hidrd-git r391.82c5cdd-2
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.000947 |
First Submitted: | 2015-06-24 00:17 (UTC) |
Last Updated: | 2016-06-10 19:54 (UTC) |
Latest Comments
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: