From owner-freebsd-current Tue Jun 13 23:20:56 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA13569 for current-outgoing; Tue, 13 Jun 1995 23:20:56 -0700 Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id XAA13484 for ; Tue, 13 Jun 1995 23:20:48 -0700 Received: from sax.sax.de by irz301.inf.tu-dresden.de with SMTP (5.67b+/DEC-Ultrix/4.3) id AA08119; Wed, 14 Jun 1995 08:20:44 +0200 Received: by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id IAA29622 for freebsd-current@FreeBSD.org; Wed, 14 Jun 1995 08:20:43 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.6.11/8.6.9) id IAA00541 for freebsd-current@FreeBSD.org; Wed, 14 Jun 1995 08:04:30 +0200 From: J Wunsch Message-Id: <199506140604.IAA00541@uriah.heep.sax.de> Subject: Re: Problems with this morning's sup To: freebsd-current@FreeBSD.org (FreeBSD-current users) Date: Wed, 14 Jun 1995 08:04:30 +0200 (MET DST) Reply-To: freebsd-current@FreeBSD.org (FreeBSD-current users) In-Reply-To: <199506140449.VAA02254@quack.kfu.com> from "Nick Sayer" at Jun 13, 95 09:49:33 pm Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL23] Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 1034 Sender: current-owner@FreeBSD.org Precedence: bulk As Nick Sayer wrote: > > 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: > /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': > 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. Nope, Garrett didn't warn on -current. I've only seen his commits of the new mrouting code. Looks like you first need to perform a ``cd /usr/src/include; make install'' before compiling the lib. ``make world'' is supposed to always do it in the correct sequence, but it's rather overkill. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ Never trust an operating system you don't have sources for. ;-)