From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Jason@zx2c4.com Received: from krantz.zx2c4.com (localhost [127.0.0.1]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 5275d1a0 for ; Wed, 17 May 2017 14:41:41 +0000 (UTC) Received: from frisell.zx2c4.com (frisell.zx2c4.com [192.95.5.64]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id e37d1042 for ; Wed, 17 May 2017 14:41:41 +0000 (UTC) Received: by frisell.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 234b454c for ; Wed, 17 May 2017 14:41:41 +0000 (UTC) Received: by frisell.zx2c4.com (ZX2C4 Mail Server) with ESMTPSA id ccb02b61 (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128:NO) for ; Wed, 17 May 2017 14:41:40 +0000 (UTC) Received: by mail-oi0-f44.google.com with SMTP id h4so18139395oib.3 for ; Wed, 17 May 2017 07:53:03 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20170517144709.GA28773@wolff.to> References: <20170517144709.GA28773@wolff.to> From: "Jason A. Donenfeld" Date: Wed, 17 May 2017 16:53:02 +0200 Message-ID: Subject: Re: Wireguard is not building on Fedora with 4.12 rc1 kernels To: Bruno Wolff III Content-Type: text/plain; charset="UTF-8" Cc: WireGuard mailing list List-Id: Development discussion of WireGuard List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hey Bruno, Youch. I'm guessing this is because checking for the existence of a .c file isn't sufficient, since it might not be supplied. I'll change things around and you can retest. Jason