unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* stray go files
@ 2022-09-10 15:04 jgart
  2022-09-10 15:06 ` jgart
  0 siblings, 1 reply; 4+ messages in thread
From: jgart @ 2022-09-10 15:04 UTC (permalink / raw)
  To: Guix Devel

hi,

do you happen to know why this error occurs when running `make clean-go`?

warning: stray .go files: ./guix/build/po.go


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: stray go files
  2022-09-10 15:04 stray go files jgart
@ 2022-09-10 15:06 ` jgart
  2022-09-10 19:03   ` Julien Lepiller
  0 siblings, 1 reply; 4+ messages in thread
From: jgart @ 2022-09-10 15:06 UTC (permalink / raw)
  To: Guix Devel

On Sat, 10 Sep 2022 10:04:50 -0500 jgart <jgart@dismail.de> wrote:
> do you happen to know why this error occurs when running `make clean-go`?

After running make and manually deleting po.go I get this

./pre-inst-env: line 55: /gnu/store/hr8j0z9qpwcxzi5d9mr5di9yl68pw6hw-profile/bin/guile: No such file or directory
make: *** [Makefile:6811: guix/build/po.go] Error 127


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: stray go files
  2022-09-10 15:06 ` jgart
@ 2022-09-10 19:03   ` Julien Lepiller
  2022-09-10 20:48     ` jgart
  0 siblings, 1 reply; 4+ messages in thread
From: Julien Lepiller @ 2022-09-10 19:03 UTC (permalink / raw)
  To: guix-devel, jgart, Guix Devel

[-- Attachment #1: Type: text/plain, Size: 847 bytes --]

I don't think your error is related to that file. A stray go file is a file that exist but doesn't have a corresponding scm file that would be built in guix.po.scm is not needed, and ends up being stray. If you figure out how to fix that, I'd be happy :)

I think you will have to run configure again, because you have a reference to a store item that doesn't exist anymore.

Le 10 septembre 2022 17:06:05 GMT+02:00, jgart <jgart@dismail.de> a écrit :
>On Sat, 10 Sep 2022 10:04:50 -0500 jgart <jgart@dismail.de> wrote:
>> do you happen to know why this error occurs when running `make clean-go`?
>
>After running make and manually deleting po.go I get this
>
>./pre-inst-env: line 55: /gnu/store/hr8j0z9qpwcxzi5d9mr5di9yl68pw6hw-profile/bin/guile: No such file or directory
>make: *** [Makefile:6811: guix/build/po.go] Error 127
>

[-- Attachment #2: Type: text/html, Size: 1253 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: stray go files
  2022-09-10 19:03   ` Julien Lepiller
@ 2022-09-10 20:48     ` jgart
  0 siblings, 0 replies; 4+ messages in thread
From: jgart @ 2022-09-10 20:48 UTC (permalink / raw)
  To: Julien Lepiller; +Cc: guix-devel, Guix Devel

On Sat, 10 Sep 2022 21:03:08 +0200 Julien Lepiller <julien@lepiller.eu> wrote:
> I don't think your error is related to that file. A stray go file is a file that exist but doesn't have a corresponding scm file that would be built in guix.po.scm is not needed, and ends up being stray. If you figure out how to fix that, I'd be happy :)
> 
> I think you will have to run configure again, because you have a reference to a store item that doesn't exist anymore.

That's what I ended up doing. Thanks!


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-09-10 20:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-10 15:04 stray go files jgart
2022-09-10 15:06 ` jgart
2022-09-10 19:03   ` Julien Lepiller
2022-09-10 20:48     ` jgart

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).