From owner-svn-src-head@freebsd.org Mon May 21 16:00:15 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C31EEEF59E3; Mon, 21 May 2018 16:00:15 +0000 (UTC) (envelope-from mmacy@freebsd.org) Received: from smtp.freebsd.org (unknown [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6D74C83A62; Mon, 21 May 2018 16:00:15 +0000 (UTC) (envelope-from mmacy@freebsd.org) Received: from mail-io0-f169.google.com (mail-io0-f169.google.com [209.85.223.169]) (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)) (Authenticated sender: mmacy) by smtp.freebsd.org (Postfix) with ESMTPSA id 344BF16F48; Mon, 21 May 2018 16:00:15 +0000 (UTC) (envelope-from mmacy@freebsd.org) Received: by mail-io0-f169.google.com with SMTP id a10-v6so14886154ioc.9; Mon, 21 May 2018 09:00:15 -0700 (PDT) X-Gm-Message-State: ALKqPwdb4BWJKj8CY0oefuOCAnSXvSiPByJm6XHvkxy0rT2S1MrX3CiW tYkq8mXr72w+PhbO+brhp3ukDUeHoSLzASFnCNA= X-Google-Smtp-Source: AB8JxZrGxSoJxfKaFRGOPT6pkBaBx7/yNRnIo43baeBDa+PyjLJTtqInOww8M++Py8AJu5ENeDbd06lpdNiwBL3eNAE= X-Received: by 2002:a6b:a712:: with SMTP id q18-v6mr21733117ioe.237.1526918414555; Mon, 21 May 2018 09:00:14 -0700 (PDT) MIME-Version: 1.0 References: <201805210834.w4L8YAcD022948@repo.freebsd.org> <20180521105512.375c8a36@x23.koncar-institut.local> In-Reply-To: From: Matthew Macy Date: Mon, 21 May 2018 09:00:03 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r333968 - in head/sys: netinet netinet6 To: Hans Petter Selasky Cc: Ed Maste , Marko Zec , src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.26 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.26 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, 21 May 2018 16:00:15 -0000 Sorry about that On Mon, May 21, 2018 at 04:59 Hans Petter Selasky wrote: > On 05/21/18 13:49, Ed Maste wrote: > > After r333968 the build is also broken on all archs but amd64 and i386. > > It looks like amd64 and i386 build with VIMAGE enabled by default, while > the others not. 12-current. So both VIMAGE and non-VIMAGE should be tested. > > --HPS >