From owner-freebsd-stable@freebsd.org Thu Mar 1 16:04:08 2018 Return-Path: Delivered-To: freebsd-stable@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 A32E7F37D48 for ; Thu, 1 Mar 2018 16:04:08 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-qk0-x236.google.com (mail-qk0-x236.google.com [IPv6:2607:f8b0:400d:c09::236]) (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 461146DFBF for ; Thu, 1 Mar 2018 16:04:08 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: by mail-qk0-x236.google.com with SMTP id z197so8163687qkb.6 for ; Thu, 01 Mar 2018 08:04:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=CGudnhIqy+4PjVnLYV2R7B5UDFPWIxyPL5qqkZ7611k=; b=f2uEyoCxuiT0AU45rmYj+CeqcqKWSRbUnVJExVP8TPpi9QNRXILVcaDFtR1SbeUyHn Jp79KYCADFcJhLIfZjZFRsRtfBkgDcKm8Qqw8w2Gv+PXVj1mQxH1IwWHRdUyI4Sg7ScL +JWwRX7S1BFgOGcU/URb8ynwuoKvP1Vm0VW0M= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=CGudnhIqy+4PjVnLYV2R7B5UDFPWIxyPL5qqkZ7611k=; b=EJq07azYw8xAOfUVWLnjUja2ctGaDzk/84fe5GAzRXdEcZ/fv/V5GUAoXMmjA01sIz KfX3iTi78ToclSh/dAlKu1BW6C3XuFy1sXRKKZOqlRo87/spvRdfVBbvlPLoGNiwfJGg 5wRxboUy0I9EmZAnzxMdYwVAUcn+2Hij9HAo3x4ePOadX/WEsZIftr8doPx0dB0Ta98P MMWnO6Em3OcHjg33IRyyJ5jPLQ4yLW+eGqIu281CWXXN4biFsewjvbSE01a5ntHUKJD3 W1ckAojt6Jbmlxd6QZ2CELPkkN8ybW4PgYy3UDm4z+WrpH9qiDFdY57HX6dei0sOZAu4 Btgw== X-Gm-Message-State: AElRT7HB1ZREeGyyfB9pea4yCJk/OLUi8XICXJ8Dl0nUy4405xbxKPZJ HC2nWWz0fxUHw+9V4uhNcad4Bc27s8TACkr1VAFDbXUT X-Google-Smtp-Source: AG47ELsIMlJmpeXwjBI1OQ/MQjskyhSnRdzonacyoqlcau4j2hQExEX9+N1eQzzuaOqTBh1INUlIoQ4DdIxa+RLRzHs= X-Received: by 10.55.159.212 with SMTP id i203mr3473244qke.31.1519920247754; Thu, 01 Mar 2018 08:04:07 -0800 (PST) MIME-Version: 1.0 Received: by 10.200.25.173 with HTTP; Thu, 1 Mar 2018 08:03:37 -0800 (PST) In-Reply-To: References: <04132503-cd53-c60f-8ec6-72a622c146bc@gmail.com> From: Eitan Adler Date: Thu, 1 Mar 2018 08:03:37 -0800 Message-ID: Subject: Re: build kernel failure stable11 iwi related To: =?UTF-8?Q?Trond_Endrest=C3=B8l?= Cc: freebsd-stable Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.25 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, 01 Mar 2018 16:04:08 -0000 On 1 March 2018 at 05:34, Trond Endrest=C3=B8l wrote: > On Thu, 1 Mar 2018 14:09+0100, Trond Endrest=C3=B8l wrote: > >> If you revert to r330229, i.e. svn up -r330229 /usr/src, you should be >> able to build a working kernel. >> >> r330230 added "17" to line 1939 of sys/conf/files breaking iwm(fw), >> and I suspect "17" should be "22", or maybe the "D" should be removed. >> >> r330233 caused the errors you reported. >> >> I hope these errors will be corrected shortly. Build error is fixed. Sorry for the breakage > r330229 is also broken. I had to revert to r330113 to avoid any of the > recent iwm commits. Did r330242 fix the issue for you? --=20 Eitan Adler