From owner-freebsd-ports Thu Sep 11 18:33:17 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA16977 for ports-outgoing; Thu, 11 Sep 1997 18:33:17 -0700 (PDT) Received: from wireless.4d.net (wireless.4d.net [207.137.156.159]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA16957; Thu, 11 Sep 1997 18:33:11 -0700 (PDT) Received: from uhf.wireless.net (uhf.4d.net [207.137.157.140]) by wireless.4d.net (8.8.7/8.8.4) with ESMTP id SAA24481; Thu, 11 Sep 1997 18:34:26 -0700 (PDT) Received: from localhost (root@localhost) by uhf.wireless.net (8.8.7/8.8.7) with SMTP id VAA04300; Thu, 11 Sep 1997 21:39:16 GMT Date: Thu, 11 Sep 1997 21:39:16 +0000 (GMT) From: System Administrator To: hackers@freebsd.org, ports@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Just tried to compile trafshow from the ports collection, It seems to me that it is broken. Can someone please mark the 3.0 trafshow port as broken? Bernie Script started on Thu Sep 11 21:27:02 1997 You have mail. uhf:/usr/local/ports/net/trafshow # uname -a FreeBSD uhf.wireless.net 3.0-970807-SNAP FreeBSD 3.0-970807-SNAP #0: Mon Sep 8 22:42:47 GMT 1997 root@uhf.wireless.net:/usr/src/sys/compile/gw i386 uhf:/usr/local/ports/net/trafshow # make >> Checksum OK for trafshow-2.0.tgz. ===> Building for trafshow-2.0 cc -O2 -I../include -DETHER_SERVICE -c addrtoname.c In file included from addrtoname.c:53: /usr/include/net/if.h:69: field `ifi_lastchange' has incomplete type In file included from addrtoname.c:56: /usr/include/netinet/if_ether.h:90: field `ac_if' has incomplete type addrtoname.c: In function `getname': addrtoname.c:220: storage size of `itv' isn't known addrtoname.c:220: storage size of `oitv' isn't known addrtoname.c:224: dereferencing pointer to incomplete type addrtoname.c:225: dereferencing pointer to incomplete type addrtoname.c:226: `ITIMER_REAL' undeclared (first use this function) addrtoname.c:226: (Each undeclared identifier is reported only once addrtoname.c:226: for each function it appears in.) addrtoname.c:229: dereferencing pointer to incomplete type addrtoname.c:230: dereferencing pointer to incomplete type addrtoname.c: In function `etheraddr_string': addrtoname.c:297: warning: passing arg 2 of `ether_ntohost' from incompatible pointer type *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. uhf:/usr/local/ports/net/trafshow # exit Script done on Thu Sep 11 21:27:14 1997