From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vincent Legoll Subject: Re: [PATCHES] gnu: linux-libre: Update to 4.16 Date: Sun, 8 Apr 2018 10:28:06 +0200 Message-ID: References: <87fu467tkb.fsf@netris.org> <20180407210616.GA4069@jasmine.lan> <87k1ticxl7.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38713) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f55gH-00056z-OH for guix-devel@gnu.org; Sun, 08 Apr 2018 04:28:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f55gG-0005lm-4B for guix-devel@gnu.org; Sun, 08 Apr 2018 04:28:09 -0400 Received: from mail-qk0-x242.google.com ([2607:f8b0:400d:c09::242]:42118) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f55gF-0005ky-VT for guix-devel@gnu.org; Sun, 08 Apr 2018 04:28:08 -0400 Received: by mail-qk0-x242.google.com with SMTP id b198so6008772qkg.9 for ; Sun, 08 Apr 2018 01:28:07 -0700 (PDT) In-Reply-To: <87k1ticxl7.fsf@netris.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Mark H Weaver Cc: guix-devel Hello, On Sun, Apr 8, 2018 at 3:10 AM, Mark H Weaver wrote: > Leo Famulari writes: > >> On Sat, Apr 07, 2018 at 02:36:04PM -0400, Mark H Weaver wrote: >>> One more thing: I had to add 'flex' and 'bison' as native-inputs because >>> the build system in 4.16 now concludes that they need to be re-run for >>> some reason. This could perhaps be avoided by adding a phase to touch >>> the generated files, but I didn't try it. >> >> I noticed this too while building 4.16 with Debian's tooling (`make >> bindeb-pkg`). > > That's interesting. I guess the timestamps in your unpacked source > directory were probably not zeroed, so I guess that timestamps are not > the issue here. This is not specific to guix / guixsd building the kernel. I think that's intentional, the kbuild system has been modified to always regenerate the files from their sources. See lkml discussion: https://lkml.org/lkml/2017/8/19/49 See commit: 29c833061c1d8c2d1d23a62e7061561eadd76cdb Merged in : 562f36ed28e6faa4245ea2ca1392d90ab98ebbe8 Hope that helps -- Vincent Legoll