Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jun 1995 21:49:33 -0700
From:      Nick Sayer <nsayer@quack.kfu.com>
To:        current@freebsd.org
Subject:   Problems with this morning's sup
Message-ID:  <199506140449.VAA02254@quack.kfu.com>

next in thread | raw e-mail | index | archive | help
I just sup'd after having been away since February or so, hoping to
get something close enough to 2.0.5 without having to do a reinstall.

1. sed s/meouted/mrouted/ < /usr/src/usr.sbin/Makefile

2. After fixing that, a make world gets as far as half way through
building libc, whereupon it crashes with this little bit of noise:
rc/lib/libc/locale -DYP -c /usr/src/lib/libc/net/res_mkquery.c -o res_mkquery.o
cc -O2 -DLIBC_RCS -DSYSLIBC_RCS -D__DBINTERFACE_PRIVATE -DPOSIX_MISTAKE -I/usr/s
rc/lib/libc/locale -DYP -c /usr/src/lib/libc/net/res_query.c -o res_query.o
cc -O2 -DLIBC_RCS -DSYSLIBC_RCS -D__DBINTERFACE_PRIVATE -DPOSIX_MISTAKE -I/usr/s
rc/lib/libc/locale -DYP -c /usr/src/lib/libc/net/res_send.c -o res_send.o
cc -O2 -DLIBC_RCS -DSYSLIBC_RCS -D__DBINTERFACE_PRIVATE -DPOSIX_MISTAKE -I/usr/s
rc/lib/libc/locale -DYP -c /usr/src/lib/libc/net/send.c -o send.o
cc -O2 -DLIBC_RCS -DSYSLIBC_RCS -D__DBINTERFACE_PRIVATE -DPOSIX_MISTAKE -I/usr/s
rc/lib/libc/locale -DYP -c /usr/src/lib/libc/net/ether_addr.c -o ether_addr.o
/usr/src/lib/libc/net/ether_addr.c: In function `ether_line':
/usr/src/lib/libc/net/ether_addr.c:80: dereferencing pointer to incomplete type
/usr/src/lib/libc/net/ether_addr.c: In function `ether_aton':
/usr/src/lib/libc/net/ether_addr.c:92: storage size of `o' isn't known
/usr/src/lib/libc/net/ether_addr.c: In function `ether_ntoa':
/usr/src/lib/libc/net/ether_addr.c:111: dereferencing pointer to incomplete type
/usr/src/lib/libc/net/ether_addr.c:111: dereferencing pointer to incomplete type
/usr/src/lib/libc/net/ether_addr.c:111: dereferencing pointer to incomplete type
/usr/src/lib/libc/net/ether_addr.c:112: dereferencing pointer to incomplete type
/usr/src/lib/libc/net/ether_addr.c:112: dereferencing pointer to incomplete type
/usr/src/lib/libc/net/ether_addr.c:112: dereferencing pointer to incomplete type
/usr/src/lib/libc/net/ether_addr.c: In function `ether_ntohost':
/usr/src/lib/libc/net/ether_addr.c:129: storage size of `local_ether' isn't know
n
/usr/src/lib/libc/net/ether_addr.c:166: dereferencing pointer to incomplete type
/usr/src/lib/libc/net/ether_addr.c: In function `ether_hostton':
/usr/src/lib/libc/net/ether_addr.c:188: storage size of `local_ether' isn't know
n
/usr/src/lib/libc/net/ether_addr.c:213: dereferencing pointer to incomplete type
/usr/src/lib/libc/net/ether_addr.c:226: dereferencing pointer to incomplete type
*** Error code 1
 
Stop.

If anayone has any ideas, I'd love to hear them. If this was something
warned of in current, then I'm sorry but I've only recently
resubscribed.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199506140449.VAA02254>