From mboxrd@z Thu Jan 1 00:00:00 1970 From: Katherine Cox-Buday Subject: Getting rid of "source file [...] newer than compiled" messages Date: Thu, 28 Mar 2019 12:55:36 -0500 Message-ID: <87ef6q3muf.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:41050) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h9ZSK-0006JN-OG for help-guix@gnu.org; Thu, 28 Mar 2019 14:08:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h9ZFb-0007Dg-5J for help-guix@gnu.org; Thu, 28 Mar 2019 13:55:39 -0400 Received: from mail-io1-xd2f.google.com ([2607:f8b0:4864:20::d2f]:35076) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h9ZFa-0007DR-VH for help-guix@gnu.org; Thu, 28 Mar 2019 13:55:39 -0400 Received: by mail-io1-xd2f.google.com with SMTP id p16so17999082iod.2 for ; Thu, 28 Mar 2019 10:55:38 -0700 (PDT) Received: from gazelle-pro (172-221-246-205.dhcp.chtrptr.net. [172.221.246.205]) by smtp.gmail.com with ESMTPSA id d138sm2237091itc.15.2019.03.28.10.55.36 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 28 Mar 2019 10:55:37 -0700 (PDT) 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: help-guix@gnu.org I have a Guix installation on a foreign distro, and with most any Guix command I receive this message for different packages (depending on what command is run). I looked at one package and found that there were no `.go` files for the `.scm` files which are listed. I tried a few different things to try and correct this including `guix build --repair`, but I nothing has worked. Is there a supported way to get rid of these issues? Right now my plan is to manually go into the store and use guile to compile these fields, and I'd really rather not muck with the store! -- Katherine