From owner-freebsd-current@freebsd.org Thu Jun 2 20:21:50 2016 Return-Path: Delivered-To: freebsd-current@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 C43D3B66DB2 for ; Thu, 2 Jun 2016 20:21:50 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-qk0-x22c.google.com (mail-qk0-x22c.google.com [IPv6:2607:f8b0:400d:c09::22c]) (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 825B9182C; Thu, 2 Jun 2016 20:21:50 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by mail-qk0-x22c.google.com with SMTP id i187so38822606qkd.3; Thu, 02 Jun 2016 13:21:50 -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 :cc; bh=ywxej56t6ORDpd4PoyMZj3NSWPcojLSa2U661vy9fwQ=; b=WL+Q4eY9O1WbFM+pZKHdyYFmpKYSwP21mU0CAMAAsv74vL9BGEWE3nBBjR6PXEfF60 sZZbIV+30FanZ4cUXLsdQWhHS7vp57edoMmsEKM0mPmhvwaM1LsgYbdb7Wm/3XYMgJKt sf31XxwcrNkW3J7FPQhElezOvn2JUPw4L9Lg1rnFt9SPJzTM3FACgRCp4yjR1yjrO094 7HORRXsJDM5nZafYp+cjNPeiuFtdUD/rPq+22iiiC5BkDknsg5OEqfb20eE/ftV1qF2X cQIYfq28dlCrtmouKA+tFLayYQzCpJFU3/H0/NLlYhWsTstzUHZoOOidQd3ZR8nxAGwU F3IQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=ywxej56t6ORDpd4PoyMZj3NSWPcojLSa2U661vy9fwQ=; b=EXsRnhqdhJpUSEtGq266aCuxFWHpokQ53R/YJBwRE+intry5i7EXPyGdXu5ibVPPI5 Hgvx60pDjYFz/i91jx55estpH4cb8w6kzlPxXeT51y890Scno1+F82QtWfYQUxlJqEJN zk9ZHYYliStehGVCXwS0LZEwp1hJivn8OKNP0df0Xihpaos1SVF381Q5yof2E3BlLdZX hN42utgFE8dygqsJAkvYUn6DgkurmZwsnMJ2DmngqLRzQ5/3EJwpYpP0QgbGYfbtSUxN gjfo5ktX4SM7y5XScwbly0o/Z6rm5AKJx2qYAeKBNgHNiUGVYYFb5xxIdWuyT5eeCqkP HC4A== X-Gm-Message-State: ALyK8tKv0MalijNM76R5CYgxOZSiPwJmWEOQ4e8nhgcP6jIaosCc1YNo+JF1NPrJF+80Jm0qQZG79i+NU3a1hA== MIME-Version: 1.0 X-Received: by 10.55.130.1 with SMTP id e1mr18907qkd.204.1464898908849; Thu, 02 Jun 2016 13:21:48 -0700 (PDT) Received: by 10.55.146.69 with HTTP; Thu, 2 Jun 2016 13:21:48 -0700 (PDT) In-Reply-To: <20160602221530.220cc8a2.ohartman@zedat.fu-berlin.de> References: <20160602221530.220cc8a2.ohartman@zedat.fu-berlin.de> Date: Thu, 2 Jun 2016 13:21:48 -0700 Message-ID: Subject: Re: r301227: buildkernel fails in ibcore: error: too few arguments to function call, expected 7, have 6 From: Ngie Cooper To: "O. Hartmann" Cc: FreeBSD CURRENT , George Neville-Neil Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jun 2016 20:21:50 -0000 On Thu, Jun 2, 2016 at 1:15 PM, O. Hartmann wrote: > > I receive this error while building a new kernel: r301217 is the culprit. I've CCed gnn@ on another thread. Thanks, -Ngie