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 9759e17a for ; Mon, 22 Jan 2018 15:49:34 +0000 (UTC) Received: from frisell.zx2c4.com (frisell.zx2c4.com [192.95.5.64]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 4e66d38e for ; Mon, 22 Jan 2018 15:49:34 +0000 (UTC) Received: by frisell.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 9ad5f72e for ; Mon, 22 Jan 2018 15:40:43 +0000 (UTC) Received: by frisell.zx2c4.com (ZX2C4 Mail Server) with ESMTPSA id 61546971 (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128:NO) for ; Mon, 22 Jan 2018 15:40:43 +0000 (UTC) Received: by mail-oi0-f46.google.com with SMTP id y141so6236587oia.0 for ; Mon, 22 Jan 2018 07:53:33 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: <1516632145.2241.49.camel@inventati.org> From: "Jason A. Donenfeld" Date: Mon, 22 Jan 2018 16:53:32 +0100 Message-ID: Subject: Re: Trouble building WireGuard since December releases To: Kevin 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: , Worked exactly as intended for me. 1. I downloaded the latest ISO from the solus website. 2. I installed it using the GUI installer. 3. I booted into the new installation. 4. I updated all packages using the GUI updater. 5. I ran these commands in the built-in terminal: $ sudo eopkg install git $ sudo eopkg install -c kernel.devel $ sudo eopkg install -c system.devel $ sudo eopkg install libmnl-devel $ git clone https://git.zx2c4.com/WireGuard $ cd WireGuard/src && make debug -j$(nproc) && sudo make install $ sudo modprobe wireguard && dmesg | grep wireguard [ 31.554056] wireguard: loading out-of-tree module taints kernel. [ 31.555061] wireguard: allowedips self-tests: pass [ 31.555463] wireguard: nonce counter self-tests: pass [ 31.555761] wireguard: curve25519 self-tests: pass [ 31.555798] wireguard: chacha20poly1305 self-tests: pass [ 31.555808] wireguard: poly1305 self-tests: pass [ 31.556129] wireguard: blake2s self-tests: pass [ 31.755518] wireguard: ratelimiter self-tests: pass [ 31.755531] wireguard: WireGuard 0.0.20180118-2-gc80cbfa loaded. See www.wireguard.com for information. [ 31.755532] wireguard: Copyright (C) 2015-2018 Jason A. Donenfeld . All Rights Reserved.