From owner-freebsd-current Tue Feb 5 3:36:24 2002 Delivered-To: freebsd-current@freebsd.org Received: from zibbi.icomtek.csir.co.za (zibbi.icomtek.csir.co.za [146.64.24.58]) by hub.freebsd.org (Postfix) with ESMTP id 78B8B37B422; Tue, 5 Feb 2002 03:36:08 -0800 (PST) Received: (from jhay@localhost) by zibbi.icomtek.csir.co.za (8.11.6/8.11.6) id g15BZgc22389; Tue, 5 Feb 2002 13:35:42 +0200 (SAT) (envelope-from jhay) From: John Hay Message-Id: <200202051135.g15BZgc22389@zibbi.icomtek.csir.co.za> Subject: libexec/Makefile.inc breaks make release To: kris@freebsd.org Date: Tue, 5 Feb 2002 13:35:42 +0200 (SAT) Cc: current@freebsd.org X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 Hi Kris, The commit to libexec/Makefile.inc to add WFORMAT?= 1 breaks releases because telnetd does not compile without warnings. John -- John Hay -- John.Hay@icomtek.csir.co.za / jhay@FreeBSD.org ===> libexec/telnetd cc -nostdinc -O -pipe -DLINEMODE -DUSE_TERMIO -DDIAGNOSTICS -DOLD_ENVIRON -DE NV_HACK -I/usr/src/libexec/telnetd/../../lib -DINET6 -I/usr/obj/usr/src/i386/ usr/include -Werror -Wall -Wno-uninitialized -Wnon-const-format -Wno-format-extr a-args -Werror -c /usr/src/libexec/telnetd/global.c cc -nostdinc -O -pipe -DLINEMODE -DUSE_TERMIO -DDIAGNOSTICS -DOLD_ENVIRON -DE NV_HACK -I/usr/src/libexec/telnetd/../../lib -DINET6 -I/usr/obj/usr/src/i386/ usr/include -Werror -Wall -Wno-uninitialized -Wnon-const-format -Wno-format-extr a-args -Werror -c /usr/src/libexec/telnetd/slc.c cc -nostdinc -O -pipe -DLINEMODE -DUSE_TERMIO -DDIAGNOSTICS -DOLD_ENVIRON -DE NV_HACK -I/usr/src/libexec/telnetd/../../lib -DINET6 -I/usr/obj/usr/src/i386/ usr/include -Werror -Wall -Wno-uninitialized -Wnon-const-format -Wno-format-extr a-args -Werror -c /usr/src/libexec/telnetd/state.c cc1: warnings being treated as errors /usr/src/libexec/telnetd/state.c: In function `send_do': /usr/src/libexec/telnetd/state.c:427: warning: non-constant format parameter /usr/src/libexec/telnetd/state.c: In function `send_dont': /usr/src/libexec/telnetd/state.c:612: warning: non-constant format parameter /usr/src/libexec/telnetd/state.c: In function `send_will': /usr/src/libexec/telnetd/state.c:749: warning: non-constant format parameter /usr/src/libexec/telnetd/state.c: In function `send_wont': /usr/src/libexec/telnetd/state.c:900: warning: non-constant format parameter *** Error code 1 Stop in /usr/src/libexec/telnetd. *** Error code 1 Stop in /usr/src/libexec. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /home/src/release. End Tue Feb 5 01:01:37 SAST 2002 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message