From owner-freebsd-stable@FreeBSD.ORG Wed Jun 25 15:59:37 2014 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DBB9CDA3 for ; Wed, 25 Jun 2014 15:59:37 +0000 (UTC) Received: from smtp.digiware.nl (unknown [IPv6:2001:4cb8:90:ffff::3]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9DFBE27AB for ; Wed, 25 Jun 2014 15:59:37 +0000 (UTC) Received: from rack1.digiware.nl (unknown [127.0.0.1]) by smtp.digiware.nl (Postfix) with ESMTP id E40C4153A9E for ; Wed, 25 Jun 2014 17:59:33 +0200 (CEST) X-Virus-Scanned: amavisd-new at digiware.nl Received: from smtp.digiware.nl ([127.0.0.1]) by rack1.digiware.nl (rack1.digiware.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8vxIIO2Sjcx6; Wed, 25 Jun 2014 17:58:51 +0200 (CEST) Received: from [192.168.101.102] (vpn.ecoracks.nl [31.223.170.173]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by smtp.digiware.nl (Postfix) with ESMTPSA id 1D4761534D1 for ; Wed, 25 Jun 2014 17:58:51 +0200 (CEST) Message-ID: <53AAF1BA.7050002@digiware.nl> Date: Wed, 25 Jun 2014 17:58:50 +0200 From: Willem Jan Withagen User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: "stable@freebsd.org" Subject: Compile warning in libipsec Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jun 2014 15:59:37 -0000 Hi, I'm getting this compile error when trying to build 10-stable on a 9.3-BETA2 system.... [/usr/srcs/src10/src/lib/libipsec] root@rack1.digiware.nl# make cc -O2 -pipe -I. -I/usr/srcs/src10/src/lib/libipsec -DIPSEC_DEBUG -DIPSEC -DINET6 -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -c policy_parse.c -o policy_parse.o cc1: warnings being treated as errors /usr/srcs/src10/src/lib/libipsec/policy_parse.y: In function 'policy_parse': /usr/srcs/src10/src/lib/libipsec/policy_parse.y:404: warning: implicit declaration of function '__libipsecyyparse' *** [policy_parse.o] Error code 1 Stop in /usr/srcs/src10/src/lib/libipsec. Any suggestions? --WjW