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: Thu, 28 Mar 2019 22:40:42 +0100 Message-ID: <87lg0y1xut.fsf@elephly.net> References: <87ef6q3muf.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]:56607) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h9clb-0002DD-Jn for help-guix@gnu.org; Thu, 28 Mar 2019 17:40:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h9clZ-0006m2-Ma for help-guix@gnu.org; Thu, 28 Mar 2019 17:40:55 -0400 Received: from sender.zoho.com ([135.84.80.194]:21237 helo=sender-of-o51.zoho.com) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h9clY-0006kS-PA for help-guix@gnu.org; Thu, 28 Mar 2019 17:40:53 -0400 In-reply-to: <87ef6q3muf.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: > 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. How did you install Guix? > 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! You should never change files in the store. The recommended way is to use =E2=80=9Cguix pull=E2=80=9D, which compiles G= uix. If you=E2=80=99re using Guix from a source checkout and with =E2=80=99pre-inst= -env=E2=80=99 you=E2=80=99ll only need to compile the files with =E2=80=9Cmake=E2=80=9D to remove the re= ason for these warnings to be issued. -- Ricardo