Source: nfswatch Version: 4.99.11-4 Severity: serious Tags: ftbfs https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/nfswatch.html
... util.c: In function 'setup_nfs_counters': util.c:557:27: warning: implicit declaration of function 'major' [-Wimplicit-function-declaration] nc->nc_dev.Major = major(st.st_dev); ^~~~~ util.c:558:27: warning: implicit declaration of function 'minor'; did you mean 'mknod'? [-Wimplicit-function-declaration] nc->nc_dev.Minor = minor(st.st_dev); ^~~~~ mknod ... cc -o nfswatch dlpi.o logfile.o netaddr.o nfswatch.o nit.o pfilt.o pktfilter.o rpcfilter.o rpcutil.o screen.o snoop.o util.o xdr.o parsenfsfh.o linux.o -lpcap -lncurses -lm /usr/bin/ld: util.o: in function `setup_nfs_counters': util.c:(.text+0x6d9): undefined reference to `major' /usr/bin/ld: util.c:(.text+0x6f6): undefined reference to `minor' /usr/bin/ld: util.c:(.text+0x910): undefined reference to `major' /usr/bin/ld: util.c:(.text+0x928): undefined reference to `minor' /usr/bin/ld: util.o: in function `setup_fil_counters': util.c:(.text+0xa5c): undefined reference to `major' /usr/bin/ld: util.c:(.text+0xa74): undefined reference to `minor' collect2: error: ld returned 1 exit status make[2]: *** [Makefile:165: nfswatch] Error 1