From owner-freebsd-current@FreeBSD.ORG Wed Mar 15 10:35:32 2006 Return-Path: X-Original-To: current@freebsd.org 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 6E7BE16A422; Wed, 15 Mar 2006 10:35:32 +0000 (UTC) (envelope-from wsk@gddsn.org.cn) Received: from gddsn.org.cn (gddsn.org.cn [218.19.164.145]) by mx1.FreeBSD.org (Postfix) with ESMTP id 889A143D69; Wed, 15 Mar 2006 10:35:25 +0000 (GMT) (envelope-from wsk@gddsn.org.cn) Received: from [192.168.168.135] (unknown [218.19.164.153]) by gddsn.org.cn (Postfix) with ESMTP id 7B0D138CB71; Wed, 15 Mar 2006 18:34:30 +0800 (CST) Message-ID: <4417EDE9.3030707@gddsn.org.cn> Date: Wed, 15 Mar 2006 18:35:21 +0800 From: Suken Woo User-Agent: Thunderbird 1.5 (X11/20051128) MIME-Version: 1.0 To: current@freebsd.org, stable@freebsd.org Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Wed, 15 Mar 2006 12:38:28 +0000 Cc: Subject: build world failed on pflogd X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 15 Mar 2006 10:35:32 -0000 list: cvsuped and build world failed today on pflogd. cc -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -Wno-uninitialized -Wstrict-prototypes -I/usr/src/sbin/pfctl/../../contrib/pf/pfctl -DENABLE_ALTQ -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c /usr/src/sbin/pfctl/../../contrib/pf/pfctl/pfctl_radix.c cc -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -Wno-uninitialized -Wstrict-prototypes -I/usr/src/sbin/pfctl/../../contrib/pf/pfctl -DENABLE_ALTQ -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c /usr/src/sbin/pfctl/../../contrib/pf/pfctl/pfctl_table.c cc -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -Wno-uninitialized -Wstrict-prototypes -I/usr/src/sbin/pfctl/../../contrib/pf/pfctl -DENABLE_ALTQ -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c /usr/src/sbin/pfctl/../../contrib/pf/pfctl/pfctl_qstats.c cc -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -Wno-uninitialized -Wstrict-prototypes -I/usr/src/sbin/pfctl/../../contrib/pf/pfctl -DENABLE_ALTQ -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c /usr/src/sbin/pfctl/../../contrib/pf/pfctl/pfctl_optimize.c cc -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -Wno-uninitialized -Wstrict-prototypes -I/usr/src/sbin/pfctl/../../contrib/pf/pfctl -DENABLE_ALTQ -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -o pfctl pfctl.o parse.o pfctl_parser.o pf_print_state.o pfctl_altq.o pfctl_osfp.o pfctl_radix.o pfctl_table.o pfctl_qstats.o pfctl_optimize.o -lm -lmd gzip -cn /usr/src/sbin/pfctl/../../contrib/pf/pfctl/pfctl.8 > pfctl.8.gz gzip -cn /usr/src/sbin/pfctl/../../contrib/pf/man/pf.4 > pf.4.gz gzip -cn /usr/src/sbin/pfctl/../../contrib/pf/man/pflog.4 > pflog.4.gz gzip -cn /usr/src/sbin/pfctl/../../contrib/pf/man/pfsync.4 > pfsync.4.gz gzip -cn /usr/src/sbin/pfctl/../../contrib/pf/man/pf.conf.5 > pf.conf.5.gz gzip -cn /usr/src/sbin/pfctl/../../contrib/pf/man/pf.os.5 > pf.os.5.gz ===> sbin/pflogd (all) cc -O2 -fno-strict-aliasing -pipe -Wall -Werror -Wmissing-prototypes -Wshadow -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c /usr/src/sbin/pflogd/../../contrib/pf/pflogd/pflogd.c /usr/src/sbin/pflogd/../../contrib/pf/pflogd/pflogd.c: In function `main': /usr/src/sbin/pflogd/../../contrib/pf/pflogd/pflogd.c:572: warning: passing arg 4 of `strtonum' from incompatible pointer type /usr/src/sbin/pflogd/../../contrib/pf/pflogd/pflogd.c:581: warning: passing arg 4 of `strtonum' from incompatible pointer type *** Error code 1 Stop in /usr/src/sbin/pflogd. *** Error code 1 Stop in /usr/src/sbin. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src.