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 cad184f7 for ; Mon, 22 Jan 2018 16:03:40 +0000 (UTC) Received: from frisell.zx2c4.com (frisell.zx2c4.com [192.95.5.64]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 83ec2ae1 for ; Mon, 22 Jan 2018 16:03:40 +0000 (UTC) Received: by frisell.zx2c4.com (ZX2C4 Mail Server) with ESMTP id aa552236 for ; Mon, 22 Jan 2018 15:54:49 +0000 (UTC) Received: by frisell.zx2c4.com (ZX2C4 Mail Server) with ESMTPSA id 503081f8 (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128:NO) for ; Mon, 22 Jan 2018 15:54:49 +0000 (UTC) Received: by mail-ot0-f181.google.com with SMTP id p36so7899520otd.10 for ; Mon, 22 Jan 2018 08:07:39 -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 17:07:38 +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: , Ahh, small update. When building this, I noticed: Makefile:944: "Cannot use CONFIG_STACK_VALIDATION=y, please install libelf-dev, libelf-devel or elfutils-libelf-devel" After installing libelf-devel, the exact problem you reported appeared. I then tried this hack: $ sudo ln -s /bin/true /lib/modules/$(uname -r)/build/tools/objtool/objtool And after, the build worked again. It therefore appears that Solus is not distributing objtool with their kernel headers, when they should be. I opened a bug for your issue, but as I've never used Solus until today, I won't be following up on it. So, please direct your distribution to the bug at: https://dev.solus-project.com/T5607 and see what you can do about helping to get this fixed. Regards, Jason