From owner-freebsd-stable@FreeBSD.ORG Thu Aug 21 13:14:15 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4B143D93 for ; Thu, 21 Aug 2014 13:14:15 +0000 (UTC) Received: from mail-wi0-x22e.google.com (mail-wi0-x22e.google.com [IPv6:2a00:1450:400c:c05::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D78E03454 for ; Thu, 21 Aug 2014 13:14:14 +0000 (UTC) Received: by mail-wi0-f174.google.com with SMTP id d1so8637735wiv.7 for ; Thu, 21 Aug 2014 06:14:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=Tuq98Ndf7zE9D3Ij0iRoMO2FrHoYK6orV9hBObO2pbs=; b=r2Ja8SyeiWbYwx13ZNKCakMgeQyG3DPMlb+p5F1UcMNcY5eTvZt3ru/7hQHJWPtWHu +S4RenpqZFSHT6X9MHPkdHMS+O7bXMpRJxGYmJX21x05PfcvWAr1FUAuShF+onONuwTX VbVaaYuXx7U8y5efPcv7rp8MFKwKeeFasvlkG4+XKZGE1eFe0gCCblDAu6BC/WCeNEhc uUN/kr8k0lqIVNwT84BwXvOdzpAA8/l7m0RlkTllvRWunxM75qRuxFGKF1ScA4ji6W2y zSUCvHxCrN6g+4E8PHKcoBNRdjegsZ/36WZN6GOSgUn+Jo67l7icknXLsvjMNdOjoO2I ajyw== MIME-Version: 1.0 X-Received: by 10.180.93.104 with SMTP id ct8mr22708417wib.30.1408626853156; Thu, 21 Aug 2014 06:14:13 -0700 (PDT) Received: by 10.194.55.33 with HTTP; Thu, 21 Aug 2014 06:14:13 -0700 (PDT) In-Reply-To: References: Date: Thu, 21 Aug 2014 13:14:13 +0000 Message-ID: Subject: Re: Errors building a new kernel this morning (r270260) From: "C. L. Martinez" To: "freebsd-stable@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Aug 2014 13:14:15 -0000 On Thu, Aug 21, 2014 at 11:13 AM, Luigi Rizzo wrote: > My bad, I forgot to commit sys/net/netmap*.h . > They are the same as in head if someone wants to do the merge before I I am > back online > > Sorry for the inconvenience > Luigi Thanks Luigi. But I think that exists more problems here: awk -f @/tools/makeobjops.awk @/kern/device_if.m -h --- depend_subdir_alq --- machine -> /usr/src/sys/amd64/include --- depend_subdir_aic7xxx --- make[7]: make[7]: don't know how to make aic7xxx_reg.h. Stop make[7]: stopped in /usr/obj/usr/src/sys/FBSDNSM03/modules/usr/src/sys/modules/aic7xxx/ahc --- depend_subdir_alq --- --- /usr/obj/usr/src/sys/FBSDNSM03/modules/usr/src/sys/modules/alq/x86 --- --- depend_subdir_aic7xxx --- *** [../aic7xxx_reg.h] Error code 2 make[6]: stopped in /usr/src/sys/modules/aic7xxx/ahc/ahc_eisa 1 error make[6]: stopped in /usr/src/sys/modules/aic7xxx/ahc/ahc_eisa *** [_sub.depend] Error code 2 make[5]: stopped in /usr/src/sys/modules/aic7xxx/ahc 1 error make[5]: stopped in /usr/src/sys/modules/aic7xxx/ahc *** [_sub.depend] Error code 2 make[4]: stopped in /usr/src/sys/modules/aic7xxx 1 error make[4]: stopped in /usr/src/sys/modules/aic7xxx *** [depend_subdir_aic7xxx] Error code 2 make[3]: stopped in /usr/src/sys/modules --- depend_subdir_alq --- x86 -> /usr/src/sys/x86/include A failure has been detected in another branch of the parallel make make[4]: stopped in /usr/src/sys/modules/alq *** [depend_subdir_alq] Error code 2 make[3]: stopped in /usr/src/sys/modules --- depend_subdir_ale --- A failure has been detected in another branch of the parallel make make[4]: stopped in /usr/src/sys/modules/ale *** [depend_subdir_ale] Error code 2 make[3]: stopped in /usr/src/sys/modules --- depend_subdir_aesni --- A failure has been detected in another branch of the parallel make make[4]: stopped in /usr/src/sys/modules/aesni *** [depend_subdir_aesni] Error code 2 Exists another problem with aic7xxx driver ...