watchdog pakage for armv7h and aarch64

This forum is for topics dealing with problems with software specifically in the AArch64 repo.

watchdog pakage for armv7h and aarch64

Postby moonlinux » Mon Jun 03, 2019 5:42 am

Hi All,

I would like to get watchdog service working on armv7h and aarch64
but I could not find the package to get installed on armv8 odroid c2

$this->bbcode_second_pass_code('', '# sudo pacman -S watchdog
error: target not found: watchdog')

then I download the PKGBUILD for watchdog from https://git.archlinux.org/svntogit/packages.git/commit/?id=46321e43bfbc7d802192e3180a42c7ab480b6dce

since this package is ment for x86_64 I added to PKGBUILD
$this->bbcode_second_pass_code('', 'arch=('x86_64' 'armv7h' 'aarch64')')

But I get following error while compiling the package.

$this->bbcode_second_pass_code('', 'make[1]: Entering directory '/media/usb0/mainline/study/linaro/archpakage/watchdog/src/watchdog-5.15/src'
gcc -DHAVE_CONFIG_H -I. -I../include -I../include -D_FORTIFY_SOURCE=2 -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -MT nfsmount.o -MD -MP -MF .deps/nfsmount.Tpo -c -o nfsmount.o nfsmount.c
nfsmount.c:46:10: fatal error: rpc/rpc.h: No such file or directory
#include <rpc/rpc.h>
^~~~~~~~~~~
compilation terminated.
make[1]: *** [Makefile:419: nfsmount.o] Error 1
make[1]: Leaving directory '/media/usb0/mainline/study/linaro/archpakage/watchdog/src/watchdog-5.15/src'
make: *** [Makefile:480: all-recursive] Error 1
==> ERROR: A failure occurred in build().
Aborting...
')

It looks like libtirpc-devel package is missing could some body guide me to help resolve the issue. :)
moonlinux
 
Posts: 14
Joined: Mon Jul 13, 2015 5:38 pm

Return to ARMv8

Who is online

Users browsing this forum: No registered users and 9 guests

cron