Package Details: mactelnet 0.6.3-1

Git Clone URL: https://aur.archlinux.org/mactelnet.git (read-only, click to copy)
Package Base: mactelnet
Description: A linux console tool for connecting to MikroTik RouterOS devices via their ethernet address
Upstream URL: https://github.com/haakonnessjoen/MAC-Telnet
Licenses: GPL
Submitter: None
Maintainer: eworm
Last Packager: eworm
Votes: 12
Popularity: 0.000000
First Submitted: 2012-02-14 17:36 (UTC)
Last Updated: 2025-09-22 06:46 (UTC)

Dependencies (0)

Required by (0)

Sources (1)

Latest Comments

cypa commented on 2025-08-05 20:53 (UTC) (edited on 2025-08-05 20:56 (UTC) by cypa)

make[2]: Entering directory '/hdd/data/builds/mactelnet/src/MAC-Telnet-0.6.1/src'
gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR='"/usr/share/locale"'   -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection         -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/hdd/data/builds/mactelnet/src=/usr/src/debug/mactelnet -flto=auto -MT macping.o -MD -MP -MF .deps/macping.Tpo -c -o macping.o macping.c
macping.c: In function 'main':
macping.c:237:24: error: passing argument 2 of 'signal' from incompatible pointer type [-Wincompatible-pointer-types]
  237 |         signal(SIGINT, display_results);
      |                        ^~~~~~~~~~~~~~~
      |                        |
      |                        void (*)(void)
In file included from macping.c:22:
/usr/include/signal.h:88:57: note: expected '__sighandler_t' {aka 'void (*)(int)'} but argument is of type 'void (*)(void)'
   88 | extern __sighandler_t signal (int __sig, __sighandler_t __handler)
      |                                          ~~~~~~~~~~~~~~~^~~~~~~~~
macping.c:85:13: note: 'display_results' declared here
   85 | static void display_results() {
      |             ^~~~~~~~~~~~~~~
/usr/include/signal.h:72:16: note: '__sighandler_t' declared here
   72 | typedef void (*__sighandler_t) (int);
      |                ^~~~~~~~~~~~~~
make[2]: *** [Makefile:529: macping.o] Error 1
make[2]: Leaving directory '/hdd/data/builds/mactelnet/src/MAC-Telnet-0.6.1/src'
make[1]: *** [Makefile:349: all] Error 2
make[1]: Leaving directory '/hdd/data/builds/mactelnet/src/MAC-Telnet-0.6.1/src'
make: *** [Makefile:384: all-recursive] Error 1
==> ERROR: A failure occurred in build().
    Aborting...

andrej commented on 2024-11-28 20:46 (UTC)

Thanks for maintaining this. It would be awesome to have a systemd unit for mactelnetd in the package, otherwise one has to write a homebrew one.

Bitals commented on 2022-04-27 19:56 (UTC)

Hello, have been writing own PKGBUILD because somehow missed yours. According to guidelines (https://wiki.archlinux.org/title/Arch_package_guidelines#Directories) --sysconfdir should be /etc/"$pkgname"