Package Details: ax25-apps 0.0.8_rc5-7

Git Clone URL: https://aur.archlinux.org/ax25-apps.git (read-only, click to copy)
Package Base: ax25-apps
Description: Programs for the Amateur (Ham) Radio protocol AX.25.
Upstream URL: https://linux-ax25.in-berlin.de
Licenses: GPL-2.0-only
Submitter: None
Maintainer: not_anonymous
Last Packager: not_anonymous
Votes: 10
Popularity: 0.000005
First Submitted: 2008-05-22 05:14 (UTC)
Last Updated: 2025-07-22 18:55 (UTC)

Latest Comments

1 2 Next › Last »

va2bbw commented on 2025-08-30 19:01 (UTC)

@DelvaV, thanks! Just tested and this compiles without any issues.

DeltaV commented on 2025-08-29 02:33 (UTC) (edited on 2025-08-29 02:50 (UTC) by DeltaV)

This patch to PKGBUILD will allow the package to build correctly:

diff --git a/PKGBUILD b/PKGBUILD
index ff4e817..12921ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,6 +21,9 @@ prepare () {
cd $srcdir/$pkgname-$_pkgver
sed -i -e "s#ncursesw/ncurses.h#ncurses.h#" call/call.c
sed -i -e "8i #include <stdlib.h>" ax25ipd/routing.c
+       sed -i -e "s#termio.h#termios.h#" ax25ipd/io.c
+       sed -i -e "s#struct termio#struct termios#" ax25ipd/io.c
+       sed -i -e "29i #include <sys/ioctl.h>" ax25ipd/io.c
}

build() {

va2bbw commented on 2025-08-25 22:29 (UTC) (edited on 2025-08-25 22:35 (UTC) by va2bbw)

Currently build fails with following error:

io.c:22:10: fatal error: termio.h: No such file or directory
   22 | #include <termio.h>
      |          ^~~~~~~~~~
compilation terminated.
make[2]: *** [Makefile:471: io.o] Error 1
make[2]: *** Waiting for unfinished jobs....
mv -f .deps/crc.Tpo .deps/crc.Po
mv -f .deps/kiss.Tpo .deps/kiss.Po
mv -f .deps/routing.Tpo .deps/routing.Po
mv -f .deps/ax25ipd.Tpo .deps/ax25ipd.Po
mv -f .deps/process.Tpo .deps/process.Po
mv -f .deps/config.Tpo .deps/config.Po
make[2]: Leaving directory '/home/bluebear/.cache/yay/ax25-apps/src/ax25-apps-0.0.8-rc5/ax25ipd'
make[1]: *** [Makefile:407: all-recursive] Error 1
make[1]: Leaving directory '/home/bluebear/.cache/yay/ax25-apps/src/ax25-apps-0.0.8-rc5'
make: *** [Makefile:337: all] Error 2

not_anonymous commented on 2025-07-22 18:56 (UTC)

Updated !

barnaba commented on 2025-02-02 12:58 (UTC) (edited on 2025-02-02 13:00 (UTC) by barnaba)

Needs: sed -i -e "8i #include <stdlib.h>" ax25ipd/routing.c in prepare()

Otherwise the build fails with:

routing.c:83:13: error: implicit declaration of function ‘malloc’ [-Wimplicit-function-declaration]

not_anonymous commented on 2022-12-13 19:34 (UTC)

Updated...upstream file location changed URL

not_anonymous commented on 2022-03-29 20:41 (UTC)

Updated...files now conform to standard location(s), correct deps, & new .install file !

debugrr commented on 2021-04-15 14:48 (UTC)

Found on Archive.org

http://web.archive.org/web/20210323211424/http://www.linux-ax25.org/pub/ax25-apps/ax25-apps-0.0.8-rc5.tar.gz

debugrr commented on 2021-04-15 14:36 (UTC)

Is there a mirror for the package source? At least for my dns servers, linux-ax25.org is not resolvable.

asdil12 commented on 2020-11-30 09:38 (UTC)

@TJM fixed.