From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.toke.dk (mail.toke.dk [IPv6:2001:470:dc45:1000::1]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id B69243CB38 for ; Thu, 29 Mar 2018 08:50:48 -0400 (EDT) From: Toke =?utf-8?Q?H=C3=B8iland-J=C3=B8rgensen?= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=toke.dk; s=20161023; t=1522327847; bh=bnGpk8C/+K6mVLs7qUxc6Wq1u1dzx+IbTAMHTUutxPA=; h=From:To:Subject:In-Reply-To:References:Date:From; b=Tgc6N75xnmITMxxtatx6BaD0WdD2/rygj2GkO7buHBVw9q3n733E5aPdA9UrSl9RU It9+Bg9QlnK9sRGyHMeaZzVGJesaNc9bboDueG2avd6nAhI+cqpPAiYU4g1+/7EfgZ 974gWfnEnxeV6mwOJm02zRKky/xaPcpu6jbmaVvi6R1IOlyuxb8mYt8mnWaWtVOxj0 PqB7E83vFfyuFdFPFKpy7EMkz0g3+4SEHzVUQe56xjI96Ey1kfftGwOZ7rt5cAh+Ta v0yfWFRFFfEVg0LKeUA81uQJzJh5I8+KH+Boox7erfxwZqgOzvmH8/7UosK7EZVGpO hYH8JXaO65VQQ== To: Bret Towe , Cake List In-Reply-To: References: Date: Thu, 29 Mar 2018 14:50:45 +0200 X-Clacks-Overhead: GNU Terry Pratchett Message-ID: <87h8ozavve.fsf@toke.dk> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Cake] gcc 7.3.1 issue on arch X-BeenThere: cake@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: Cake - FQ_codel the next generation List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Mar 2018 12:50:48 -0000 Bret Towe writes: > for anyone seeing a compile error like the below on Arch Linux > > CC [M] /root/sch_cake/sch_cake.o > In file included from ./include/linux/list.h:9:0, > from ./include/linux/module.h:9, > from /root/sch_cake/sch_cake.c:42: > ./include/linux/kernel.h:6:10: fatal error: stdarg.h: No such file or directory > #include > ^~~~~~~~~~ > compilation terminated. I was seeing the same issue on a full kernel compile, which was fixed by make clean && make -Toke