From mboxrd@z Thu Jan 1 00:00:00 1970 From: Katherine Cox-Buday Subject: Re: Getting rid of "source file [...] newer than compiled" messages Date: Wed, 10 Apr 2019 09:31:03 -0500 Message-ID: <87wok2ortk.fsf@gmail.com> 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> <87mul2fr1x.fsf@elephly.net> <877ec5n2n0.fsf@gmail.com> <87h8b9f14s.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:45570) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hEEG3-0004Uq-UI for help-guix@gnu.org; Wed, 10 Apr 2019 10:31:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hEEG1-0007D2-8d for help-guix@gnu.org; Wed, 10 Apr 2019 10:31:23 -0400 Received: from mail-it1-x132.google.com ([2607:f8b0:4864:20::132]:36826) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hEEFw-0006sG-4I for help-guix@gnu.org; Wed, 10 Apr 2019 10:31:18 -0400 Received: by mail-it1-x132.google.com with SMTP id y10so3718305itc.1 for ; Wed, 10 Apr 2019 07:31:07 -0700 (PDT) In-Reply-To: <87h8b9f14s.fsf@elephly.net> (Ricardo Wurmus's message of "Mon, 08 Apr 2019 08:43:15 +0200") 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: Ricardo Wurmus Cc: help-guix@gnu.org Ricardo Wurmus writes: > You said that there are no .go files, yet Guile keeps saying that the > source file > /gnu/store/cd6rjv3qhhghr59wpq4fksfr84d5dsdf-guix-module-union/share/guile/site/2.2/gcrypt/hash.scm > is newer than the compiled > /gnu/store/cd6rjv3qhhghr59wpq4fksfr84d5dsdf-guix-module-union/lib/guile/2.2/site-ccache/gcrypt/hash.go > > Does the second file really not exist while the first one does? Correct: #+BEGIN_EXAMPLE ls -a /gnu/store/cd6rjv3qhhghr59wpq4fksfr84d5dsdf-guix-module-union/share/guile/site/2.2/gcrypt . .. base16.scm base64.scm common.scm hash.scm hmac.scm package-config.scm pk-crypto.scm random.scm utils.scm #+END_EXAMPLE -- Katherine