Am Montag, 4. September 2006 20:00 schrieb Matthew Dillon: > :Hi, > : > :make buildworld (up-to-date from cvs) fails for me with this error: > : > :cc -O -pipe -mtune=pentiumpro -DLIBC_RCS -DSYSLIBC_RCS > : -I/usr/src/lib/libc/include -DI18NMODULE_MAJOR=1 -D_I18N_DYNAMIC > : -D__DBINTERFACE_PRIVATE -I/usr/src/lib/libc/../libc/locale -DINET6 > : -DPOSIX_MISTAKE -I/usr/src/lib/libc/../libc/locale -DBROKEN_DES -DYP -c > : /usr/src/lib/libc/../libc/net/rcmd.c -o rcmd.o > :/usr/src/lib/libc/../libc/net/rcmd.c: In function `rresvport_af': > :/usr/src/lib/libc/../libc/net/rcmd.c:349: error: `in6addr_any' undeclared > :... > > I'll get it fixed in the next hour or so. It is due to a duel-use > header file whos variables I renamed for the kernel. > > -Matt
Yes, this error is gone now, but the next one appeared: [..] cc -O -pipe -mtune=pentiumpro -I/usr/src/sbin/atm/atm/../../../sys -static -o atm atm.o atm_fore200.o atm_eni.o atm_inet.o atm_print.o atm_set.o atm_show.o atm_subr.o -latm atm_fore200.o(.text+0x2b2): In function `show_fore200_stats': : undefined reference to `kfree' atm_fore200.o(.text+0x2ba): In function `show_fore200_stats': : undefined reference to `kfree' atm_fore200.o(.text+0x332): In function `show_fore200_stats': : undefined reference to `kfree' atm_fore200.o(.text+0x33a): In function `show_fore200_stats': : undefined reference to `kfree' atm_eni.o(.text+0x19e): In function `show_eni_stats': : undefined reference to `kfree' atm_eni.o(.text+0x1fa): more undefined references to `kfree' follow /usr/obj/usr/src/world_i386/usr/lib/libatm.a(ioctl_subr.o)(.text+0x37): In function `do_info_ioctl': : undefined reference to `kmalloc' /usr/obj/usr/src/world_i386/usr/lib/libatm.a(ioctl_subr.o)(.text+0x7f): In function `do_info_ioctl': : undefined reference to `kfree' /usr/obj/usr/src/world_i386/usr/lib/libatm.a(ioctl_subr.o)(.text+0x3c1): In function `verify_nif_name': : undefined reference to `kmalloc' /usr/obj/usr/src/world_i386/usr/lib/libatm.a(ioctl_subr.o)(.text+0x43c): In function `verify_nif_name': : undefined reference to `kfree' *** Error code 1 Stop in /usr/src/sbin/atm/atm. *** Error code 1 Thomas
