Date: Sun, 18 Nov 2001 01:37:22 +1100 (EST) From: Bruce Evans <bde@zeta.org.au> To: Mark Murray <mark@grondar.za> Cc: Ruslan Ermilov <ru@FreeBSD.ORG>, Poul-Henning Kamp <phk@FreeBSD.ORG>, Mark Murray <markm@FreeBSD.ORG>, <current@FreeBSD.ORG> Subject: Re: make installworld failure in usr.bin/tip Message-ID: <20011118013406.N34820-100000@delplex.bde.org> In-Reply-To: <200111161810.fAGIAhN18180@grimreaper.grondar.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011118013406.N34820-100000>