From owner-svn-src-all@FreeBSD.ORG Thu Jul 19 13:56:20 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx2.freebsd.org (mx2.freebsd.org [IPv6:2001:4f8:fff6::35]) by hub.freebsd.org (Postfix) with ESMTP id D4BFD106566C; Thu, 19 Jul 2012 13:56:20 +0000 (UTC) (envelope-from melifaro@FreeBSD.org) Received: from dhcp170-36-red.yandex.net (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx2.freebsd.org (Postfix) with ESMTP id AC74E14E482; Thu, 19 Jul 2012 13:56:18 +0000 (UTC) Message-ID: <50081192.50909@FreeBSD.org> Date: Thu, 19 Jul 2012 17:54:26 +0400 From: "Alexander V. Chernikov" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:12.0) Gecko/20120511 Thunderbird/12.0.1 MIME-Version: 1.0 To: Doug Barton References: <201207191300.q6JD0WTs083280@svn.freebsd.org> <50080F56.1080307@FreeBSD.org> In-Reply-To: <50080F56.1080307@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-8@freebsd.org Subject: Re: svn commit: r238620 - stable/8/usr.sbin/flowctl X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jul 2012 13:56:21 -0000 On 19.07.2012 17:44, Doug Barton wrote: > On 07/19/2012 06:00, Alexander V. Chernikov wrote: >> Author: melifaro >> Date: Thu Jul 19 13:00:31 2012 >> New Revision: 238620 >> URL: http://svn.freebsd.org/changeset/base/238620 >> >> Log: >> MFC r223788, r223790, r223824 236808 >> >> Merge netflow v9 support (user side) > > Seems to have broken the build. Did you 'make universe' these changes? New flowctl requires updated netflow headers introduced in r238619. 'cp -p /usr/src/sys/netgraph/netflow/*.h /usr/include/netgraph/netflow' should help. Can you please show exact error messages and arch ? > > Doug > -- WBR, Alexander