From owner-freebsd-current@freebsd.org Mon Jun 11 14:58:08 2018 Return-Path: Delivered-To: freebsd-current@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 7023E100D1AB for ; Mon, 11 Jun 2018 14:58:08 +0000 (UTC) (envelope-from jonlooney@gmail.com) Received: from mail-wm0-f49.google.com (mail-wm0-f49.google.com [74.125.82.49]) (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 04F1F69A73 for ; Mon, 11 Jun 2018 14:58:07 +0000 (UTC) (envelope-from jonlooney@gmail.com) Received: by mail-wm0-f49.google.com with SMTP id v16-v6so15253203wmh.5 for ; Mon, 11 Jun 2018 07:58:07 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=CHxtziDQD1kXdHcUlTT/S5APJKi5Qn5qBAj6hgueEKc=; b=Nj81Uuq4Ic/4ZndblYoo/U64gJCyxhqpOrlrp77Rmdp4ch7pHtfdFMCw0Vur/oQ6Lv NfxFOBB3xpDZ4d8FIkPrInzK39JIUz8Vu5J/YRry0GgGv87vPmU9dwHY/dBQehVF/OXH drU2jO4lvVOP7IuzerkVY6vNVWyNshmZO8VjjkUBDCMWCWu5lAuNdBOAFV3eaW4eYs4B +phT3djG+esx7ALoUDhf8j2RRVpRbgb6kdOGjPHsqInp7RsKOMWnKK9ahtlRLYsRa6qF MsqMx3JI1gw5l9vQbi2Y82KPXqF5wk2DmHxAPKu4g+e72WOs3LRAA7A6v/t6Pj0EMcQ7 rTjg== X-Gm-Message-State: APt69E0bkppx+NMEdLWBIoqwoRixxqTuEXAQwJDw+WCIoInyDptiW0kp n8u30euqTFWn+3ByLbeXgVzZkkUe X-Google-Smtp-Source: ADUXVKLmt/65cns56b5NffrzDc5JtYdozAtNQ1WibtDhr/YvLGHYh7YWPwHC78PBVZHvgTuZhhp6Pg== X-Received: by 2002:a50:a106:: with SMTP id 6-v6mr19169880edj.12.1528727359532; Mon, 11 Jun 2018 07:29:19 -0700 (PDT) Received: from mail-wm0-f48.google.com (mail-wm0-f48.google.com. [74.125.82.48]) by smtp.gmail.com with ESMTPSA id g30-v6sm9355841edb.5.2018.06.11.07.29.19 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 11 Jun 2018 07:29:19 -0700 (PDT) Received: by mail-wm0-f48.google.com with SMTP id j15-v6so17013749wme.0 for ; Mon, 11 Jun 2018 07:29:19 -0700 (PDT) X-Received: by 2002:a1c:91c4:: with SMTP id t187-v6mr9050722wmd.51.1528727358907; Mon, 11 Jun 2018 07:29:18 -0700 (PDT) MIME-Version: 1.0 References: <20180611102752.4e924b79@freyja.zeit4.iv.bundesimmobilien.de> In-Reply-To: <20180611102752.4e924b79@freyja.zeit4.iv.bundesimmobilien.de> From: "Jonathan T. Looney" Date: Mon, 11 Jun 2018 10:29:08 -0400 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: RACK/TCPHPTC: spell error in sources: fatal error missing option TCPHSTS in the build; To: ohartmann@walstatt.org Cc: FreeBSD Current Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.26 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.26 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: Mon, 11 Jun 2018 14:58:08 -0000 On Mon, Jun 11, 2018 at 4:28 AM O. Hartmann wrote: > > In the sources of CURRENT, there is a spell bug: > > > [...] > src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack.c:131:1: error: > unknown type name 'fatal' fatal error missing option TCPHSTS in the build; > ^ > /pool/sources/CURRENT/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack.c:131:12: > error: expected ';' after top level declarator fatal error missing option > TCPHSTS in the build; ^ > ; > [...] > > I face this nasty error when I try to compile GENERIC. Thanks for this (and your many other) timely and high-quality problem reports. I believe r334949 should address this. Jonathan