From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: Getting rid of "source file [...] newer than compiled" messages Date: Sun, 07 Apr 2019 05:11:06 +0200 Message-ID: <87mul2fr1x.fsf@elephly.net> References: <87ef6q3muf.fsf@gmail.com> <87lg0y1xut.fsf@elephly.net> <875zs2313w.fsf@gmail.com> <87imw21jpk.fsf@elephly.net> <87wokh1zc0.fsf@gmail.com> <87k1g6ncss.fsf@gmail.com> <87r2aeg96d.fsf@elephly.net> <87ftqun8ce.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:53072) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hCyDT-0002eW-Ks for help-guix@gnu.org; Sat, 06 Apr 2019 23:11:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hCyDR-0007aP-8z for help-guix@gnu.org; Sat, 06 Apr 2019 23:11:31 -0400 Received: from sender4-of-o53.zoho.com ([136.143.188.53]:21326) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hCyDQ-0007ZW-3f for help-guix@gnu.org; Sat, 06 Apr 2019 23:11:29 -0400 In-reply-to: <87ftqun8ce.fsf@gmail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Katherine Cox-Buday Cc: help-guix@gnu.org Katherine Cox-Buday writes: >> Can you show us the mtime of these files? In my case both the scm and >> the go files all have their mtime as 1970-01-01 01:00:01.000000000 >> +0100. > > One interesting point might be that there are no `.go` files. I would > argue Guile's error message here could use some care, but even a better > error message won't get me to a better spot :) Oh, well, that=E2=80=99s definitely not right. Guix does not download individual files when fetching packages =E2=80=94 it downloads archives that definitely do contain the .go files. So the question is=E2=80=A6 where did= they go once =E2=80=9Cguix pull=E2=80=9D finished? Does =E2=80=9Cguix gc --verify=3Drepair,contents=E2=80=9D (run as root) rea= lly not tell you anything useful? -- Ricardo