From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.toke.dk (mail.toke.dk [52.28.52.200]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id F03933CB3C for ; Thu, 29 Mar 2018 14:13:09 -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=1522347188; bh=mMe96BioLNGkV51zCpWk+LxqvONe5jpp5R6aPyXMzsA=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=fn1KKtB1OU7gpXBGzKzE6IRWnMUyyI9/Sn7u4rimnTog3oydvlP0yA6fe5Mvf0r84 wapVqsFDXlvoE0M8Hf1Nvj3DO3cD545bbRT2abS/QfzN+JeSPsPzmBQh7pHoLTWcIu 7Mi/zQeTvDaBYCZjndYYrsOLOISS6tv+G04HKMhMwyk0xjlgwCQ70r2VCuzEaAMKk0 86WXbiR6vu0OhuH47DiULtxtGZSKSFqxIBn8ggabrzEnAnE97b3Ka55KkysmEU/zr7 mIdxkiSmrxt7xrc+XRp0Ipf8ENREUVYYf9tI0CWHoJa4oFki+tPPZPy9iy+Cu/T8Uf vZ7HsKBaFJEwA== To: Jonathan Morton , Bret Towe Cc: Cake List In-Reply-To: <71D35273-3C7C-4EF2-838A-3B3D06B05A9E@gmail.com> References: <71D35273-3C7C-4EF2-838A-3B3D06B05A9E@gmail.com> Date: Thu, 29 Mar 2018 20:13:06 +0200 X-Clacks-Overhead: GNU Terry Pratchett Message-ID: <87r2o2kax9.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 18:13:10 -0000 Jonathan Morton writes: >> On 29 Mar, 2018, at 1:30 am, Bret Towe wrote: >> >> ./include/linux/kernel.h:6:10: fatal error: stdarg.h: No such file or directory > > I've started seeing the same error on my PowerPC box, running Gentoo. > It seemed specific to that machine, but the GCC version may well be > relevant since Gentoo tends to stabilise new GCC versions earlier on > minority platforms. Yeah, definitely only shows up in very new GCCs. > Shouldn't stdarg.h be a built-in header? Yup, which is why this is really odd... -Toke