From owner-freebsd-stable Wed Feb 14 2:23:18 2001 Delivered-To: freebsd-stable@freebsd.org Received: from pobox.inspire.net.nz (pobox.inspire.net.nz [203.79.89.4]) by hub.freebsd.org (Postfix) with ESMTP id 08F8C37B491 for ; Wed, 14 Feb 2001 02:23:11 -0800 (PST) Received: from inspire.net.nz (ipnet-205.inspire.net.nz [203.79.88.205]) by pobox.inspire.net.nz (8.10.2/8.10.2) with ESMTP id f1EAMor19325 for ; Wed, 14 Feb 2001 23:22:54 +1300 (NZDT) Message-ID: <3A8A5F40.D3098A43@inspire.net.nz> Date: Wed, 14 Feb 2001 23:34:40 +1300 From: "Bruce D. Harding" X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: stable Subject: compile errors Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG While attempting to update from 4.2 release to 4-stable I encountered the follwing errors. I have since tried resupping, deleteing problem files and resupping, deleteing all files n the problem directory and resupping, always with the same (exact) errors. I believe the problem may have been caused by a power cut on my first buildworld immediately after the first cvsup from 4.2 release. I'm picking that the power cut has screwed up some dependencies somewhere that are not being corrected by cvsup. Any help would be much appreciated as I am on the verge of deleting the entire source tree and starting again, (a slight hassle as I no longer have the cd's and am on a 33.6k connection) cc -O -pipe -Wall -DLIBC_SCCS -I/usr/src/lib/libutil -I/usr/src/lib/libutil/../../sys -DINET6 -c /usr/src/lib/libutil/login.c -o login.o /usr/src/lib/libutil/login.c: In function `login': /usr/src/lib/libutil/login.c:58: warning: implicit declaration of function `ttyslot' /usr/src/lib/libutil/login.c:61: warning: implicit declaration of function `write' /usr/src/lib/libutil/login.c:62: warning: implicit declaration of function `close' cc -O -pipe -Wall -DLIBC_SCCS -I/usr/src/lib/libutil -I/usr/src/lib/libutil/../../sys -DINET6 -c /usr/src/lib/libutil/login_tty.c -o login_tty.o /usr/src/lib/libutil/login_tty.c: In function `login_tty': /usr/src/lib/libutil/login_tty.c:54: warning: implicit declaration of function `setsid' /usr/src/lib/libutil/login_tty.c:57: warning: implicit declaration of function `dup2' /usr/src/lib/libutil/login_tty.c:61: warning: implicit declaration of function `close' cc -O -pipe -Wall -DLIBC_SCCS -I/usr/src/lib/libutil -I/usr/src/lib/libutil/../../sys -DINET6 -c /usr/src/lib/libutil/logout.c -o logout.o /usr/src/lib/libutil/logout.c: In function `logout': /usr/src/lib/libutil/logout.c:66: warning: implicit declaration of function `read' /usr/src/lib/libutil/logout.c:71: warning: implicit declaration of function `time' /usr/src/lib/libutil/logout.c:73: warning: implicit declaration of function `write' /usr/src/lib/libutil/logout.c:76: warning: implicit declaration of function `close' cc -O -pipe -Wall -DLIBC_SCCS -I/usr/src/lib/libutil -I/usr/src/lib/libutil/../../sys -DINET6 -c /usr/src/lib/libutil/logwtmp.c -o logwtmp.o /usr/src/lib/libutil/logwtmp.c: In function `trimdomain': /usr/src/lib/libutil/logwtmp.c:74: warning: implicit declaration of function `gethostname' /usr/src/lib/libutil/logwtmp.c: In function `logwtmp': /usr/src/lib/libutil/logwtmp.c:160: warning: implicit declaration of function `time' /usr/src/lib/libutil/logwtmp.c:161: warning: implicit declaration of function `write' /usr/src/lib/libutil/logwtmp.c:165: warning: implicit declaration of function `close' cc -O -pipe -Wall -DLIBC_SCCS -I/usr/src/lib/libutil -I/usr/src/lib/libutil/../../sys -DINET6 -c /usr/src/lib/libutil/pty.c -o pty.o /usr/src/lib/libutil/pty.c: In function `openpty': /usr/src/lib/libutil/pty.c:83: warning: implicit declaration of function `chown' /usr/src/lib/libutil/pty.c:83: warning: implicit declaration of function `getuid' /usr/src/lib/libutil/pty.c:85: warning: implicit declaration of function `revoke' /usr/src/lib/libutil/pty.c:99: warning: implicit declaration of function `close' /usr/src/lib/libutil/pty.c: In function `forkpty': /usr/src/lib/libutil/pty.c:118: warning: implicit declaration of function `fork' cc -O -pipe -Wall -DLIBC_SCCS -I/usr/src/lib/libutil -I/usr/src/lib/libutil/../../sys -DINET6 -c /usr/src/lib/libutil/login_cap.c -o login_cap.o /usr/src/lib/libutil/login_cap.c: In function `login_getclassbyname': /usr/src/lib/libutil/login_cap.c:199: warning: implicit declaration of function `geteuid' /usr/src/lib/libutil/login_cap.c:200: warning: implicit declaration of function `getegid' /usr/src/lib/libutil/login_cap.c:201: warning: implicit declaration of function `setegid' /usr/src/lib/libutil/login_cap.c:202: warning: implicit declaration of function `seteuid' /usr/src/lib/libutil/login_cap.c:228: warning: implicit declaration of function `close' cc -O -pipe -Wall -DLIBC_SCCS -I/usr/src/lib/libutil -I/usr/src/lib/libutil/../../sys -DINET6 -c /usr/src/lib/libutil/login_class.c -o login_class.o /usr/src/lib/libutil/login_class.c: In function `setusercontext': /usr/src/lib/libutil/login_class.c:363: warning: implicit declaration of function `setgid' /usr/src/lib/libutil/login_class.c:368: warning: implicit declaration of function `initgroups' /usr/src/lib/libutil/login_class.c:377: warning: implicit declaration of function `setlogin' /usr/src/lib/libutil/login_class.c:388: warning: implicit declaration of function `setuid' cc -O -pipe -Wall -DLIBC_SCCS -I/usr/src/lib/libutil -I/usr/src/lib/libutil/../../sys -DINET6 -c /usr/src/lib/libutil/login_auth.c -o login_auth.o /usr/src/lib/libutil/login_auth.c: In function `auth_cat': /usr/src/lib/libutil/login_auth.c:102: warning: implicit declaration of function `read' /usr/src/lib/libutil/login_auth.c:103: warning: implicit declaration of function `write' /usr/src/lib/libutil/login_auth.c:104: warning: implicit declaration of function `close' /usr/src/lib/libutil/login_auth.c:105: warning: implicit declaration of function `sleep' cc -O -pipe -Wall -DLIBC_SCCS -I/usr/src/lib/libutil -I/usr/src/lib/libutil/../../sys -DINET6 -c /usr/src/lib/libutil/login_times.c -o login_times.o /usr/src/lib/libutil/login_times.c: In function `parse_time': /usr/src/lib/libutil/login_times.c:52: warning: implicit declaration of function `isdigit' /usr/src/lib/libutil/login_times.c: In function `parse_lt': /usr/src/lib/libutil/login_times.c:78: warning: implicit declaration of function `tolower' /usr/src/lib/libutil/login_times.c:80: warning: implicit declaration of function `isalpha' /usr/src/lib/libutil/login_times.c: In function `in_ltm': /usr/src/lib/libutil/login_times.c:116: dereferencing pointer to incomplete type /usr/src/lib/libutil/login_times.c:118: dereferencing pointer to incomplete type /usr/src/lib/libutil/login_times.c:118: dereferencing pointer to incomplete type /usr/src/lib/libutil/login_times.c:120: dereferencing pointer to incomplete type /usr/src/lib/libutil/login_times.c:126: dereferencing pointer to incomplete type /usr/src/lib/libutil/login_times.c:127: dereferencing pointer to incomplete type /usr/src/lib/libutil/login_times.c:128: warning: implicit declaration of function `mktime' /usr/src/lib/libutil/login_times.c: In function `in_lt': /usr/src/lib/libutil/login_times.c:140: warning: implicit declaration of function `localtime' /usr/src/lib/libutil/login_times.c:140: warning: passing arg 2 of `in_ltm' makes pointer from integer without a cast /usr/src/lib/libutil/login_times.c: In function `in_lts': /usr/src/lib/libutil/login_times.c:159: warning: passing arg 2 of `in_ltms' makes pointer from integer without a cast *** Error code 1 Stop in /usr/src/lib/libutil. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message