From owner-freebsd-ports Sun Jun 16 17:25:13 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA01094 for ports-outgoing; Sun, 16 Jun 1996 17:25:13 -0700 (PDT) Received: from cicerone.uunet.ca (root@cicerone.uunet.ca [142.77.1.11]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id RAA01089 for ; Sun, 16 Jun 1996 17:25:10 -0700 (PDT) Received: from why.whine.com ([205.150.249.1]) by mail.uunet.ca with ESMTP id <115216-25784>; Sun, 16 Jun 1996 20:25:03 -0400 Received: from why (andrew@why [205.150.249.1]) by why.whine.com (8.7.5/8.6.12) with SMTP id UAA09970 for ; Sun, 16 Jun 1996 20:24:55 -0400 (EDT) Date: Sun, 16 Jun 1996 20:24:54 -0400 From: Andrew Herdman X-Sender: andrew@why To: ports@freebsd.org Subject: current-ports/net/scotty does not build Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk When building scotty in the current ports it dies with the following. I sup'd today so it's the latest. Andrew ===> Configuring for scotty-2.0.2 loading cache ./config.cache checking how to run the C preprocessor... cc -E checking for a BSD compatible install... /usr/bin/install -c -o bin -g bin checking for ranlib... ranlib checking for rpcgen... rpcgen checking for tclsh7.4... no checking for tcl.h in /usr/local/include... yes checking for tcl version number... 75 checking for libtcl75 in /usr/local/lib... yes checking for tk.h in /usr/local/include... yes checking for tk version number... 41 checking for libtk41 in /usr/local/lib... yes checking for Tcl_ValidateAllMemory... yes checking for xmkmf... 1 checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include checking for connect... yes checking for gethostbyname... yes checking for -lnsl... no checking for -lsocket... no checking for -lnsl... (cached) no checking for -lieee... no checking for -lrpc... no checking for -lrpcsvc... yes checking for res_mkquery... yes checking for stdlib.h... yes checking for unistd.h... yes checking for malloc.h... no checking for sys/select.h... yes checking for gethostent... yes checking for getnetent... yes checking for getprotoent... yes checking for getservent... yes checking for getrpcent... yes checking for struct rpcent... yes checking for multicast support... yes checking whether cross-compiling... no checking whether byte ordering is bigendian... no checking for -lsun... no checking for -lseq... no checking for getmntent... no updating cache ./config.cache creating ./config.status creating Makefile creating doc/Makefile creating tcpip/Makefile creating snmp/Makefile creating snmp/mibs/Makefile creating library/Makefile creating tkined/Makefile creating examples/Makefile creating agents/Makefile creating cmip/Makefile creating gdmo/Makefile creating gdmo/mibs/Makefile creating bones/Makefile creating config.h configuring in ntping running /bin/sh ./configure --with-x --prefix=/usr/local --cache-file=.././config.cache --srcdir=. loading cache .././config.cache checking how to run the C preprocessor... (cached) cc -E checking for connect... (cached) yes checking for gethostbyname... (cached) yes checking for -lnsl... (cached) no checking for -lsocket... (cached) no checking for -lnsl... (cached) no checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for malloc.h... (cached) no checking for sys/select.h... (cached) yes updating cache .././config.cache creating ./config.status creating Makefile ===> Building for scotty-2.0.2 cc -c -O -I. -I. -I.. -I./.. -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include clock.c cc -c -O -I. -I. -I.. -I./.. -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include uevent.c cc -c -O -I. -I. -I.. -I./.. -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include job.c cc -c -O -I. -I. -I.. -I./.. -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include -DTKINEDLIB=\"/usr/local/lib/tkined\" ./ined.c cc -c -O -I. -I. -I.. -I./.. -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include syslog.c cc -c -O -I. -I. -I.. -I./.. -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include -DNTPING=\"/usr/local/bin/ntping\" ./icmp.c cc -c -O -I. -I. -I.. -I./.. -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include dns.c cc -c -O -I. -I. -I.. -I./.. -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include tcp.c tcp.c: In function `TcpConnect': tcp.c:230: `TCL_FILE_READABLE' undeclared (first use this function) tcp.c:230: (Each undeclared identifier is reported only once tcp.c:230: for each function it appears in.) tcp.c:230: `TCL_FILE_WRITABLE' undeclared (first use this function) tcp.c: In function `TcpListen': tcp.c:298: `TCL_FILE_READABLE' undeclared (first use this function) tcp.c:298: `TCL_FILE_WRITABLE' undeclared (first use this function) tcp.c: In function `TcpAccept': tcp.c:333: warning: passing arg 5 of `Tcl_GetOpenFile' from incompatible pointer type tcp.c:360: `TCL_FILE_READABLE' undeclared (first use this function) tcp.c:360: `TCL_FILE_WRITABLE' undeclared (first use this function) tcp.c: In function `TcpShutdown': tcp.c:396: warning: passing arg 5 of `Tcl_GetOpenFile' from incompatible pointer type tcp.c:413: `TCL_FILE_READABLE' undeclared (first use this function) tcp.c:424: `TCL_FILE_WRITABLE' undeclared (first use this function) tcp.c: In function `TcpClose': tcp.c:479: warning: passing arg 5 of `Tcl_GetOpenFile' from incompatible pointer type tcp.c: In function `TcpInfo': tcp.c:521: warning: passing arg 5 of `Tcl_GetOpenFile' from incompatible pointer type tcp.c:531: warning: passing arg 5 of `Tcl_GetOpenFile' from incompatible pointer type *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *sigh* <---- not from the make