From owner-freebsd-current Sat Nov 17 6:39:37 2001 Delivered-To: freebsd-current@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 3CEE337B416; Sat, 17 Nov 2001 06:39:33 -0800 (PST) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id BAA30532; Sun, 18 Nov 2001 01:38:37 +1100 Date: Sun, 18 Nov 2001 01:37:22 +1100 (EST) From: Bruce Evans X-X-Sender: To: Mark Murray Cc: Ruslan Ermilov , Poul-Henning Kamp , Mark Murray , Subject: Re: make installworld failure in usr.bin/tip In-Reply-To: <200111161810.fAGIAhN18180@grimreaper.grondar.org> Message-ID: <20011118013406.N34820-100000@delplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 16 Nov 2001, Mark Murray wrote: > > Mark, Poul-Henning, > > > > So, what was the concensus? Should we fix this in Makefile, > > or just put this as an UPDATING entry and have users manually > > remove the old UUCP stuff? > > Erm, it _is_ "fixed" in the makefile. If you have a better method, lets hear > it. :-) Back out the entire tip commit? This would also restore all the FreeBSD changes clobbered by it. It doesn't even compile cleanly: /usr/src/usr.bin/tip/aculib/courier.c:312: warning: `cour_write' was declared implicitly `extern' and later `static' /usr/src/usr.bin/tip/aculib/courier.c:306: warning: previous declaration of `cour_write' /usr/src/usr.bin/tip/aculib/courier.c:312: warning: type mismatch with previous implicit declaration /usr/src/usr.bin/tip/aculib/courier.c:306: warning: previous implicit declaration of `cour_write' /usr/src/usr.bin/tip/aculib/courier.c:312: warning: `cour_write' was previously implicitly declared to return `int' /usr/src/usr.bin/tip/aculib/df.c:126: warning: type mismatch with previous implicit declaration /usr/src/usr.bin/tip/aculib/df.c:85: warning: previous implicit declaration of `df_disconnect' /usr/src/usr.bin/tip/aculib/df.c:126: warning: `df_disconnect' was previously implicitly declared to return `int' /usr/src/usr.bin/tip/aculib/hayes.c:148: warning: type mismatch with previous implicit declaration /usr/src/usr.bin/tip/aculib/hayes.c:141: warning: previous implicit declaration of `hay_disconnect' /usr/src/usr.bin/tip/aculib/hayes.c:148: warning: `hay_disconnect' was previously implicitly declared to return `int' /usr/src/usr.bin/tip/aculib/hayes.c:214: warning: `error_rep' was declared implicitly `extern' and later `static' /usr/src/usr.bin/tip/aculib/hayes.c:122: warning: previous declaration of `error_rep' /usr/src/usr.bin/tip/aculib/hayes.c:214: warning: type mismatch with previous implicit declaration /usr/src/usr.bin/tip/aculib/hayes.c:122: warning: previous implicit declaration of `error_rep' /usr/src/usr.bin/tip/aculib/hayes.c:214: warning: `error_rep' was previously implicitly declared to return `int' /usr/src/usr.bin/tip/aculib/hayes.c:255: warning: type mismatch with previous implicit declaration /usr/src/usr.bin/tip/aculib/hayes.c:156: warning: previous implicit declaration of `goodbye' /usr/src/usr.bin/tip/aculib/hayes.c:255: warning: `goodbye' was previously implicitly declared to return `int' /usr/src/usr.bin/tip/aculib/t3000.c:123: warning: type mismatch with previous implicit declaration /usr/src/usr.bin/tip/aculib/t3000.c:117: warning: previous implicit declaration of `t3000_disconnect' /usr/src/usr.bin/tip/aculib/t3000.c:123: warning: `t3000_disconnect' was previously implicitly declared to return `int' /usr/src/usr.bin/tip/aculib/t3000.c:328: warning: `t3000_write' was declared implicitly `extern' and later `static' /usr/src/usr.bin/tip/aculib/t3000.c:322: warning: previous declaration of `t3000_write' /usr/src/usr.bin/tip/aculib/ventel.c:143: warning: type mismatch with previous implicit declaration /usr/src/usr.bin/tip/aculib/ventel.c:117: warning: previous implicit declaration of `ven_disconnect' /usr/src/usr.bin/tip/aculib/ventel.c:143: warning: `ven_disconnect' was previously implicitly declared to return `int' Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message