From owner-svn-src-head@freebsd.org Sat Nov 19 18:30:54 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 C4F8AC4B392 for ; Sat, 19 Nov 2016 18:30:54 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-it0-x232.google.com (mail-it0-x232.google.com [IPv6:2607:f8b0:4001:c0b::232]) (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 8C0041086 for ; Sat, 19 Nov 2016 18:30:54 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-it0-x232.google.com with SMTP id l8so62395461iti.1 for ; Sat, 19 Nov 2016 10:30:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=qPIDOjiE0htpc6Y/LUA0YF5/dcvKXA52un8FS7xideA=; b=EMC6NV0sDb9MITIi60U0c8S3asXhxwj3w6Num4KKhkWe4kHbYYb649NHGPUfH16K4M +mf98gl/taF1q35wTfWWgcnAmwGv6309bhTcUqQSkc1z6ArAri6/3CF0UxX/frHjWwdT OGgodw9hdKYYTjnmqAf2HidEAiopbWlkmdIvsDnl5PNjlVgw2cIjGBzAckQcMAg/nFpX LToVnWv8mIzydCbUIqxPJb5xKIBfgvz7ouKDThs5FiNZG6YxTXeshspqrEhXwshAgcmu lIF1e/lI2yahyWgXYnipzL0Qs+xTCThYliGL8ZFxO1wI4YmQVmD2n0KceMblNLN87aaj 48Gg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=qPIDOjiE0htpc6Y/LUA0YF5/dcvKXA52un8FS7xideA=; b=AIAx4TBTzgVgxUHFYwZa2aRe5KlUHU2D941OnuKsfoS5Q++aAtwgFEVx2iggxmAjup mJw1rksfP2wfx+yFyJ05hnLa1ZCvBHr3mrlPGPyfTIDVZjSCnaxg9UzstvNwBc+T4uxp UeMRTxepHxST2eIM/x0WNqGo+tf9cIldBVwYdE05/lvzn0pgDFD35I+kJDwObsqJSKaI aqQF7di6Ey2y4Ddgqo8ZhtUCcdh8ck+56K6oVW/1wEyktb9cnjGd+qoKY7Tv6uStdjKR ldheGRmeFhBWoPUR8wlX2vjtKw9owwQeGoV/6WZrbsl0SBijpRlG6E49eac6qM9GCbxE r9iA== X-Gm-Message-State: AKaTC022RTYOhFtStsg2URVzKUFPVM3l/lSZqt2fs2HTV2h32UQdr436pBCfCrxFwPMwR7fDTcGX9zaAnnfT1A== X-Received: by 10.36.5.208 with SMTP id 199mr3265479itl.103.1479580253907; Sat, 19 Nov 2016 10:30:53 -0800 (PST) MIME-Version: 1.0 Sender: wlosh@bsdimp.com Received: by 10.79.134.66 with HTTP; Sat, 19 Nov 2016 10:30:53 -0800 (PST) X-Originating-IP: [50.253.99.174] In-Reply-To: References: <201611182109.uAIL9vBY084531@repo.freebsd.org> <55bcfaee-7045-ad50-b0a9-002055321809@freebsd.org> From: Warner Losh Date: Sat, 19 Nov 2016 11:30:53 -0700 X-Google-Sender-Auth: POCq6JfyBx7ALAVuTVUYf3HqLYA Message-ID: Subject: Re: svn commit: r308810 - head/bin/dd To: Sean Bruno Cc: Adrian Chadd , Bartek Rutkowski , "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" 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: Sat, 19 Nov 2016 18:30:54 -0000 On Sat, Nov 19, 2016 at 10:45 AM, Warner Losh wrote: > On Sat, Nov 19, 2016 at 9:39 AM, Sean Bruno wrote: >> >> >> On 11/18/16 16:03, Adrian Chadd wrote: >>> fwiw, this breaks -head compilation. >>> >>> >>> >>> -a >>> >> >> This seems to not allow head to be built on stable/10 (not strictly >> supported, but worked until this commit) ... I haven't tried building >> head on stable/11 as of yet, but I assume it will break there too? > > Actually, strictly speaking, it is supported. Check the revisions in > Makefile.inc1 for the latest supported versions. > If you can't build head on stable/10, somebody has done something > wrong. dd is a bootstrap tool, and may need > special treatment. What likely makes the most sense is to create libegacy bindings for Capsicum that makes it 100% a nop so we don't need to keep litigating this battle. Warner