all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Katherine Cox-Buday <cox.katherine.e@gmail.com>
To: Andreas Enge <andreas@enge.fr>
Cc: help-guix@gnu.org
Subject: Re: Getting rid of "source file [...] newer than compiled" messages
Date: Wed, 10 Apr 2019 11:24:22 -0500	[thread overview]
Message-ID: <871s29q155.fsf@gmail.com> (raw)
In-Reply-To: <20190410160428.GA4187@jurong> (Andreas Enge's message of "Wed, 10 Apr 2019 18:04:28 +0200")

Andreas Enge <andreas@enge.fr> writes:

> Hello,
>
> On Wed, Apr 10, 2019 at 09:31:03AM -0500, Katherine Cox-Buday wrote:
>> Ricardo Wurmus <rekado@elephly.net> 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
>
> notice that the .go file is in a different subdirectory of the package
> directory.

Gosh, I am embarassed. The compiled files are indeed in the path Guile
was helpfully trying to point me at:

#+BEGIN_EXAMPLE
  $ ls -a /gnu/store/cd6rjv3qhhghr59wpq4fksfr84d5dsdf-guix-module-union/lib/guile/2.2/site-ccache/gcrypt/
  .  ..  base16.go  base64.go  common.go  hash.go  hmac.go  package-config.go  pk-crypto.go  random.go  utils.go
#+END_EXAMPLE

So I went back and took Ricardo's advice and looked at the time's involved:

#+BEGIN_EXAMPLE
  $ stat /gnu/store/cd6rjv3qhhghr59wpq4fksfr84d5dsdf-guix-module-union/share/guile/site/2.2/gcrypt/hash.scm 
    File: ‘/gnu/store/cd6rjv3qhhghr59wpq4fksfr84d5dsdf-guix-module-union/share/guile/site/2.2/gcrypt/hash.scm’
    Size: 5366      	Blocks: 16         IO Block: 4096   regular file
  Device: fc02h/64514d	Inode: 137942      Links: 1
  Access: (0444/-r--r--r--)  Uid: (    0/    root)   Gid: (    0/    root)
  Access: 2019-04-10 09:29:22.008888969 -0500
  Modify: 2018-12-25 17:02:43.755150339 -0600
  Change: 2018-12-25 17:02:43.755150339 -0600
   Birth: -
#+END_EXAMPLE

#+BEGIN_EXAMPLE
  $ stat /gnu/store/cd6rjv3qhhghr59wpq4fksfr84d5dsdf-guix-module-union/lib/guile/2.2/site-ccache/gcrypt/hash.go 
    File: ‘/gnu/store/cd6rjv3qhhghr59wpq4fksfr84d5dsdf-guix-module-union/lib/guile/2.2/site-ccache/gcrypt/hash.go’
    Size: 77485     	Blocks: 152        IO Block: 4096   regular file
  Device: fc02h/64514d	Inode: 137925      Links: 1
  Access: (0444/-r--r--r--)  Uid: (    0/    root)   Gid: (    0/    root)
  Access: 2019-04-06 16:56:32.259721626 -0500
  Modify: 2018-12-25 17:02:43.753150336 -0600
  Change: 2018-12-25 17:02:43.753150336 -0600
   Birth: -
#+END_EXAMPLE

It looks like the scheme file is fractions of a second newer than the
compiled file. So, pulling on this thread:

1. This looks like this has been an issue since I installed Guix. Did I
   do something wrong?
2. I feel like, regardless of the root-cause, some Guix command should
   be able to correct this issue for me, without necessarily having to
   know what went wrong or why.

Thank you all! And thoughts?

-- 
Katherine

  reply	other threads:[~2019-04-10 16:24 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-28 17:55 Getting rid of "source file [...] newer than compiled" messages Katherine Cox-Buday
2019-03-28 21:40 ` Ricardo Wurmus
2019-03-29  1:45   ` Katherine Cox-Buday
2019-03-29  2:46     ` Ricardo Wurmus
2019-03-29 15:21       ` Katherine Cox-Buday
2019-04-06 19:39         ` Katherine Cox-Buday
2019-04-06 20:39           ` Ricardo Wurmus
2019-04-06 21:15             ` Katherine Cox-Buday
2019-04-06 21:24               ` Gábor Boskovits
2019-04-07  3:11               ` Ricardo Wurmus
2019-04-07 17:31                 ` Katherine Cox-Buday
2019-04-08  6:43                   ` Ricardo Wurmus
2019-04-10 14:31                     ` Katherine Cox-Buday
2019-04-10 16:04                       ` Andreas Enge
2019-04-10 16:24                         ` Katherine Cox-Buday [this message]
2019-04-10 16:49                           ` Ricardo Wurmus
2019-04-10 18:04                             ` Katherine Cox-Buday
2019-04-10 18:22                               ` Ricardo Wurmus
2019-04-10 20:20                                 ` Katherine Cox-Buday
2019-04-11 12:47                                   ` Giovanni Biscuolo
2019-04-11 14:34                                     ` Katherine Cox-Buday
2019-04-11 17:16                                       ` Giovanni Biscuolo
2019-04-17 21:01                             ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=871s29q155.fsf@gmail.com \
    --to=cox.katherine.e@gmail.com \
    --cc=andreas@enge.fr \
    --cc=help-guix@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.