Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Feb 2002 13:35:42 +0200 (SAT)
From:      John Hay <jhay@icomtek.csir.co.za>
To:        kris@freebsd.org
Cc:        current@freebsd.org
Subject:   libexec/Makefile.inc breaks make release
Message-ID:  <200202051135.g15BZgc22389@zibbi.icomtek.csir.co.za>

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202051135.g15BZgc22389>