Search Criteria
Package Details: direwolf 1.8.1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/direwolf.git (read-only, click to copy) |
|---|---|
| Package Base: | direwolf |
| Description: | Software modem/TNC and APRS encoder/decoder |
| Upstream URL: | https://github.com/wb2osz/direwolf |
| Keywords: | aprs kiss modem packet radio soundmodem tnc |
| Licenses: | GPL-2.0-only |
| Submitter: | maze |
| Maintainer: | MarcinWieczorek (Frigyes06, itslemonchan) |
| Last Packager: | itslemonchan |
| Votes: | 7 |
| Popularity: | 0.000000 |
| First Submitted: | 2015-11-03 12:09 (UTC) |
| Last Updated: | 2026-03-28 10:00 (UTC) |
Dependencies (4)
- alsa-lib
- gpsd
- hamlib (hamlib-gitAUR, hamlib-noindi-gitAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
Required by (4)
- chattervox-bin (optional)
- openwebrx (optional)
- openwebrx-plus (optional)
- openwebrx-plus-git (optional)
Latest Comments
makerio commented on 2025-07-23 18:15 (UTC)
here is a .patch for phantome's changes:
MAN91 commented on 2025-06-26 13:26 (UTC)
Hi fiend ! Please help CMake Error at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.5 has been removed from CMake.
df8oe commented on 2025-05-19 06:29 (UTC)
Please add aarch64 to the architectures list. I can confirm that everything is ok with aarch64.
phantome commented on 2025-04-15 21:28 (UTC)
Will not build because of CMake update. To build it you need to go to PKGBUILD and add in the prepare() block after
the following:
nickb333 commented on 2023-10-03 19:34 (UTC) (edited on 2023-10-05 12:53 (UTC) by nickb333)
Failing to build:
[ 5%] Building C object external/misc/CMakeFiles/misc.dir/strlcpy.c.o /home/nick/aur/direwolf/src/direwolf-1.6/src/direwolf.h:301:56: error: expected declaration specifiers or ‘...’ before string constant 301 | #define strlcpy(dst,src,siz) strlcpy_debug(dst,src,siz,FILE,func,LINE) | ^~~~~~~~ compilation terminated due to -fmax-errors=1. make[2]: *** [external/misc/CMakeFiles/misc.dir/build.make:76: external/misc/CMakeFiles/misc.dir/strlcpy.c.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:491: external/misc/CMakeFiles/misc.dir/all] Error 2 make: *** [Makefile:156: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting...This is referenced upstream due to Linux glibc 2.38 implementing strlcat/strlcpy https://github.com/wb2osz/direwolf/issues/489 with patches here https://github.com/adrians/meta-amateurradio/blob/master/recipes-ham/direwolf/files/0001-disable-strlcat-strlcpy-implementations.patch
hotaru commented on 2022-08-22 14:32 (UTC)
patch to update to 1.6: https://gist.github.com/lilyanatia/2db1c0c3e6cd7292b57d4d5d3eb1c8a7