From owner-freebsd-current@freebsd.org Fri Dec 30 21:49:46 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 855D6C98F94 for ; Fri, 30 Dec 2016 21:49:46 +0000 (UTC) (envelope-from jpaetzel@FreeBSD.org) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5D5401B88 for ; Fri, 30 Dec 2016 21:49:46 +0000 (UTC) (envelope-from jpaetzel@FreeBSD.org) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id 36961208E9 for ; Fri, 30 Dec 2016 16:49:45 -0500 (EST) Received: from web1 ([10.202.2.211]) by compute2.internal (MEProxy); Fri, 30 Dec 2016 16:49:45 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=smtpout; bh=3s ILtf0gzwjxnHDgG0IsWrwlQ1M=; b=AS54cvMwKkD7dACjgPRx8aTvcBIoW5HXwO gJ0PlKUsyseSGLu9OQmfIFMuS8iJwtb8iRIFMZR1bSzng4gjO/CYP0TzJK2iFhyo fyslRJPumfC7WoW7hpdnmL0GwFjq96fvUVUad5ma/Tp3lfvkSjr5nHTfonOKzLYv frhCKETww= X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id 0CEDAAA6C5; Fri, 30 Dec 2016 16:49:44 -0500 (EST) Message-Id: <1483134584.3238397.833328169.08E5ED0A@webmail.messagingengine.com> From: Josh Paetzel To: freebsd-current@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-9c115fcf Date: Fri, 30 Dec 2016 15:49:44 -0600 References: <20161230202338.73e7d00b@thor.walstatt.dynvpn.de> <20161230210729.5ba48a3b@thor.walstatt.dynvpn.de> In-Reply-To: Subject: Re: r 310850: buildkernel failure: ip_carp.c:615:28: error: incomplete definition X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Fri, 30 Dec 2016 21:49:46 -0000 Thanks for the catch ngie. I couldn't reproduce the problem, now I see why. On Fri, Dec 30, 2016, at 03:33 PM, Ngie Cooper (yaneurabeya) wrote: > > > On Dec 30, 2016, at 12:07, O. Hartmann wrote: > > > > > > [...] > > > > ===> cas (all) > > --- all_subdir_carp --- > > --- ip_carp.o --- > > /usr/src/sys/modules/carp/../../netinet/ip_carp.c:615:28: error: incomplete definition of > > type 'struct ip6_hdr' return (memcmp(&in6, &ip6->ip6_src, sizeof(in6)) == 0); > > ~~~^ > > /usr/src/sys/netinet6/in6.h:662:8: note: forward declaration of 'struct ip6_hdr' > > struct ip6_hdr; > > ^ > > --- all_subdir_cam --- > > Building /usr/obj/usr/src/sys/WALHALL/modules/usr/src/sys/modules/cam/scsi_pass.o > > --- all_subdir_carp --- > > 1 error generated. > > *** [ip_carp.o] Error code 1 > > Should be addressed in r310864. > Thanks, > -Ngie > Email had 1 attachment: > + signature.asc > 1k (application/pgp-signature) -- Thanks, Josh Paetzel