Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Jun 1996 20:24:54 -0400
From:      Andrew Herdman <andrew@why.whine.com>
To:        ports@freebsd.org
Subject:   current-ports/net/scotty does not build
Message-ID:  <Pine.BSF.3.91.960616202308.9966A-100000@why>

next in thread | raw e-mail | index | archive | help
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





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.960616202308.9966A-100000>