From owner-freebsd-current@FreeBSD.ORG Sat Jun 14 12:33:32 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FE4E37B401 for ; Sat, 14 Jun 2003 12:33:32 -0700 (PDT) Received: from ns.altadena.net (ns.altadena.net [207.151.161.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF19143F75 for ; Sat, 14 Jun 2003 12:33:31 -0700 (PDT) (envelope-from pete@ns.altadena.net) Received: from ns.altadena.net (localhost [127.0.0.1]) by ns.altadena.net (8.12.8p1/8.12.3) with ESMTP id h5EJXVbG057432 for ; Sat, 14 Jun 2003 12:33:31 -0700 (PDT) (envelope-from pete@ns.altadena.net) Received: (from pete@localhost) by ns.altadena.net (8.12.8p1/8.12.3/Submit) id h5EJXViO057431 for current@freebsd.org; Sat, 14 Jun 2003 12:33:31 -0700 (PDT) (envelope-from pete) From: Pete Carah Message-Id: <200306141933.h5EJXViO057431@ns.altadena.net> To: current@freebsd.org Date: Sat, 14 Jun 2003 12:33:30 -0700 (PDT) X-Mailer: ELM [version 2.4ME+ PL68 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=iso8859-1 Content-Transfer-Encoding: 7bit Subject: -pedantic yet again, this time with Werror X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jun 2003 19:33:32 -0000 This one stops the build: Same cvsup (of about an hour ago) as for my previous note. -- Pete ------------------------------------------------- ===> libexec/tcpd cc -O -pipe -march=pentium3 -DREAL_DAEMON_DIR=\"/usr/libexec\" -DSEVERITY=LOG_INFO -DRFC931_TIMEOUT=10 -DHOSTS_DENY=\"/etc/hosts.deny\" -DHOSTS_ALLOW=\"/etc/hosts.allow\" -DFACILITY=LOG_DAEMON -DINET6 -std=iso9899:1990 -pedantic -Wformat=2 -Wno-format-extra-args -Werror -c /usr/src/contrib/tcp_wrappers/tcpd.c cc1: warnings being treated as errors In file included from /usr/obj/usr/src/i386/usr/include/sys/stat.h:100, from /usr/src/contrib/tcp_wrappers/tcpd.c:23: /usr/obj/usr/src/i386/usr/include/sys/time.h: In function `timespec2bintime': /usr/obj/usr/src/i386/usr/include/sys/time.h:125: warning: ISO C89 forbids long long integer constants /usr/obj/usr/src/i386/usr/include/sys/time.h: In function `timeval2bintime': /usr/obj/usr/src/i386/usr/include/sys/time.h:142: warning: ISO C89 forbids long long integer constants /usr/src/contrib/tcp_wrappers/tcpd.c: In function `main': /usr/src/contrib/tcp_wrappers/tcpd.c:133: warning: ISO C does not support the `%m' printf format *** Error code 1 Stop in /usr/src/libexec/tcpd. *** 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.