From owner-freebsd-current@FreeBSD.ORG Wed Jul 2 14:48:03 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7FC885C2 for ; Wed, 2 Jul 2014 14:48:03 +0000 (UTC) Received: from mail-qc0-x236.google.com (mail-qc0-x236.google.com [IPv6:2607:f8b0:400d:c01::236]) (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 D7A872D5B for ; Wed, 2 Jul 2014 14:48:02 +0000 (UTC) Received: by mail-qc0-f182.google.com with SMTP id m20so9934222qcx.27 for ; Wed, 02 Jul 2014 07:48:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=bgKOufoK2C2/v7Dln5MmOFRzkmCBM9ymgSFcMGn1VD4=; b=seg8G0b1wkWyDCLM4Vy/rVxNGo28tdEPouPexbmnBdIrQJQlAr5kcuquZ2WRQ+AKfj Z9hUluNewb00cqE+/e8nADW3DjMG05wwlHcgX2SoTdpeDbIrcXz2Y5GzgrulZ5QodH7I c+EcSW8S7btxjaF0y4ZndUA0XxjsbaLo5FPQ43C69Z+ThLMAL5GjquaPwHlb9XNbZ6es jRHJAWheZzhVHJTmuYeFN/jyDBBCQGCvEi4t+wmDfm7FTtw4uGbFR2ECI/46jtqNDQv/ UL/wcCgWHllz7oxP1J8Ab02EF0/n6dkO1DSbhvyUW59c3DNWAWxkUKZxZ19h/FNxY0nn qZtA== MIME-Version: 1.0 X-Received: by 10.224.47.148 with SMTP id n20mr8761394qaf.90.1404312481314; Wed, 02 Jul 2014 07:48:01 -0700 (PDT) Sender: carpeddiem@gmail.com Received: by 10.140.49.239 with HTTP; Wed, 2 Jul 2014 07:48:01 -0700 (PDT) In-Reply-To: <20140702162356.6361fbc5@munin.walstatt.dyndns.org> References: <20140702162356.6361fbc5@munin.walstatt.dyndns.org> Date: Wed, 2 Jul 2014 10:48:01 -0400 X-Google-Sender-Auth: N3W3-phcF_c22m3McetnPbKu69g Message-ID: Subject: Re: CURRENT: unknown specifier DEV_SC From: Ed Maste To: "O. Hartmann" Content-Type: text/plain; charset=UTF-8 Cc: FreeBSD CURRENT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18 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: Wed, 02 Jul 2014 14:48:03 -0000 On 2 July 2014 10:23, O. Hartmann wrote: > Compiling a most recent CURRENT kernel/world with sources r 268158 ends > up in some error indication an unknown specifier DEV_SC. This is with > the sources reeled in today as revision indicates above, the kernel is > as shown here: > > FreeBSD 11.0-CURRENT #1 r268102: Tue Jul 1 18:33:28 CEST 2014 amd64 Sorry about that, it's my fault. Fix committed in r268160. -Ed