Package: netbase Version: 3.16-2 (and 3.16-3) I can't get the binary package in the archive to install because /bin/ping6 is missing. Trying to compile the source I get:
Making all in `iputils': make[1]: Entering directory `/root/netbase-3.16/iputils' gcc -O2 -Wall -g -Iinclude-glibc -include include-glibc/glibc-bugs.h -I/usr/include -I../include ping6.c -lresolv -o ping6 In file included from ping6.c:85: /usr/include/asm/bitops.h: In function `ext2_find_next_zero_bit': /usr/include/asm/bitops.h:250: warning: implicit declaration of function `cpu_to_le32p' /tmp/cc4myYsI.o: In function `main': /root/netbase-3.16/iputils/ping6.c:577: undefined reference to `clear_bit' /root/netbase-3.16/iputils/ping6.c:577: relocation truncated to fit: R_PPC_REL24 clear_bit /root/netbase-3.16/iputils/ping6.c:578: undefined reference to `clear_bit' /root/netbase-3.16/iputils/ping6.c:578: relocation truncated to fit: R_PPC_REL24 clear_bit /root/netbase-3.16/iputils/ping6.c:579: undefined reference to `clear_bit' /root/netbase-3.16/iputils/ping6.c:579: relocation truncated to fit: R_PPC_REL24 clear_bit /root/netbase-3.16/iputils/ping6.c:580: undefined reference to `clear_bit' /root/netbase-3.16/iputils/ping6.c:580: relocation truncated to fit: R_PPC_REL24 clear_bit /root/netbase-3.16/iputils/ping6.c:582: undefined reference to `clear_bit' /root/netbase-3.16/iputils/ping6.c:582: relocation truncated to fit: R_PPC_REL24 clear_bit collect2: ld returned 1 exit status make[1]: *** [ping6] Error 1 make[1]: Leaving directory `/root/netbase-3.16/iputils' make: *** [build-stamp] Error 1 Any ideas? Nuno.