From owner-svn-src-head@freebsd.org Mon Nov 28 03:50:36 2016 Return-Path: Delivered-To: svn-src-head@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 4B4A6C59136; Mon, 28 Nov 2016 03:50:36 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mail-io0-f172.google.com (mail-io0-f172.google.com [209.85.223.172]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1D440B7A; Mon, 28 Nov 2016 03:50:35 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by mail-io0-f172.google.com with SMTP id m5so71829291ioe.3; Sun, 27 Nov 2016 19:50:35 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc; bh=6D7MdErKWIS8YX53UbGOJO7/tAw7xrZ+89sKBkAP7Mc=; b=MREqDc6DAzy4ytZMH3wW1PEFn/hT1ebgFcegzcbsWp88P00EntPiiCG7uY8O77XWSM 1GKX2uPfz/d3BcVgow0UaMZ2Y6XfBH7p4QO2pTvx32usTbI10JsvXEfyjATAQviqwbTD J113xmSkgGcR9hkuTJ5m2f2uCWvxeKZJXMUsyyPGLJ8nbck8gOS41Tuk4wz0G038aiYY ZmaRQXr71DtRIeJcHtdIHSByI4p02FT8ylhM3BKL+inYJrLIJuv8ocZdXXXfkfnRNWKu ClpfmiunP8NzMiu4LOZ5sm+Aqpv4wsncNSBqLT85DMus4al09A/vSiyfOdbeSwlxK+O7 fp+g== X-Gm-Message-State: AKaTC0360YiRw/QLkpj8emZBUNfk1+NBVdOCNGgypSVeFfMvRHTuNRrdBKsxEXaRwQ0qdw== X-Received: by 10.36.189.201 with SMTP id x192mr16166203ite.114.1480303185909; Sun, 27 Nov 2016 19:19:45 -0800 (PST) Received: from mail-io0-f181.google.com (mail-io0-f181.google.com. [209.85.223.181]) by smtp.gmail.com with ESMTPSA id g185sm8615596ith.14.2016.11.27.19.19.45 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 27 Nov 2016 19:19:45 -0800 (PST) Received: by mail-io0-f181.google.com with SMTP id m5so71035335ioe.3; Sun, 27 Nov 2016 19:19:45 -0800 (PST) X-Received: by 10.36.7.71 with SMTP id f68mr12877353itf.104.1480303185205; Sun, 27 Nov 2016 19:19:45 -0800 (PST) MIME-Version: 1.0 Reply-To: cem@freebsd.org Received: by 10.36.109.68 with HTTP; Sun, 27 Nov 2016 19:19:44 -0800 (PST) In-Reply-To: <938D4472-267F-4CDA-A6BA-6A62A1AB054F@dsl-only.net> References: <938D4472-267F-4CDA-A6BA-6A62A1AB054F@dsl-only.net> From: Conrad Meyer Date: Sun, 27 Nov 2016 19:19:44 -0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r309144 - in head: lib/libipsec sys/net sys/netipsec [-r309174 does not fix everything] To: Mark Millard Cc: svn-src-head@freebsd.org, rakuco@freebsd.org, fabien.thomas@stormshield.eu, Ed Maste , FreeBSD Current Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Nov 2016 03:50:36 -0000 Hi Mark, I believe this was addressed by Scott Long in r309201. r309174 (an incomplete fix for the same problem) can probably be reverted. Best, Conrad On Sun, Nov 27, 2016 at 6:34 PM, Mark Millard wrote: > key_debug.c is not the only place with problems : The below is > based on my experience with head -r309179. First what someone > else reported: > >> On Fri, Nov 25, 2016 at 05:34:51PM +0100, O. Hartmann wrote: >> > Recent sources do not build kernel due to: >> > >> > [...] >> > Building /usr/obj/usr/src/sys/SB21X1/ipsec_mbuf.o >> > In file included from /usr/src/sys/netipsec/ipsec_mbuf.c:43: >> > In file included from /usr/src/sys/netipsec/ipsec.h:46: >> > In file included from /usr/src/sys/netipsec/keydb.h:38: >> > /usr/src/sys/sys/mutex.h:367:2: error: LOCK_DEBUG not defined, include >> > before #error LOCK_DEBUG not defined, include before >> > ^ >> > /usr/src/sys/sys/mutex.h:369:5: error: 'LOCK_DEBUG' is not defined, evaluates to 0 >> > [-Werror,-Wundef] #if LOCK_DEBUG > 0 || defined(MUTEX_NOINLINE) >> > ^ >> > 2 errors generated. >> > *** Error code 1 > (From: https://lists.freebsd.org/pipermail/freebsd-current/2016-November/063920.html ) > > I ran into the same thing in the same place. > > Like O. Hartmann I followed the compiler's advice to work around > the problem. That allowed my buildworld buildkernel to complete. > > > === > Mark Millard > markmi at dsl-only.net > > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"