all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Compiling guix git repo fails on "guix.ru.texi"
@ 2024-12-21 21:04 Ethan Reece
  2024-12-22 17:55 ` pelzflorian (Florian Pelz)
  0 siblings, 1 reply; 2+ messages in thread
From: Ethan Reece @ 2024-12-21 21:04 UTC (permalink / raw)
  To: help-guix

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

Hello,

I am unable to compile the guix git repo from either a fresh clone or a repo that I have been able to compile previously. It fails on "guix.ru.texi" complaining that nodes are previously defined. I am running it using Guix on Fedora Asahi Remix on aarch64. I'm not sure if this is a problem with my setup (since I am having other breaking problems) or if I should make a bug report. I have the output of my latest run of "make" attached.

- Ethan

[-- Attachment #2: guix-git-output --]
[-- Type: application/octet-stream, Size: 4919 bytes --]

  GEN      nix/libstore/schema.sql.hh
  GEN      .version
make  all-recursive
make[1]: Entering directory '/home/sudoer777/Documents/General/guix'
Making all in po/guix
make[2]: Entering directory '/home/sudoer777/Documents/General/guix/po/guix'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/sudoer777/Documents/General/guix/po/guix'
Making all in po/packages
make[2]: Entering directory '/home/sudoer777/Documents/General/guix/po/packages'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/sudoer777/Documents/General/guix/po/packages'
make[2]: Entering directory '/home/sudoer777/Documents/General/guix'
make[3]: Entering directory '/home/sudoer777/Documents/General/guix'
make[3]: Leaving directory '/home/sudoer777/Documents/General/guix'
  MAKEINFO doc/guix.ru.info
guix.ru.texi:2943: @node `??????????????????????' previously defined
guix.ru.texi:2044: here is the previous definition as @node
guix.ru.texi:3625: @node `??????????????????????' previously defined
guix.ru.texi:2044: here is the previous definition as @node
guix.ru.texi:7515: @node `???????????????? ????????????' previously defined
guix.ru.texi:5474: here is the previous definition as @node
guix.ru.texi:8966: @node `?????????????? ????????????' previously defined
guix.ru.texi:4768: here is the previous definition as @node
guix.ru.texi:11193: @node `??????????????????' previously defined
guix.ru.texi:747: here is the previous definition as @node
guix.ru.texi:11342: @node `??????????????????' previously defined
guix.ru.texi:747: here is the previous definition as @node
guix.ru.texi:16903: @node `?????????????????? ??????????????' previously defined
guix.ru.texi:2009: here is the previous definition as @node
guix.ru.texi:17686: @node `???????????????? ??????????????' previously defined
guix.ru.texi:7577: here is the previous definition as @node
guix.ru.texi:18578: @node `?????????????????? ????????????????????' previously defined
guix.ru.texi:1741: here is the previous definition as @node
guix.ru.texi:18858: @node `??????????????' previously defined
guix.ru.texi:12780: here is the previous definition as @node
guix.ru.texi:18956: @node `?????????????? ????????????' previously defined
guix.ru.texi:4768: here is the previous definition as @node
guix.ru.texi:23773: @node `?????????????? ????????????' previously defined
guix.ru.texi:4768: here is the previous definition as @node
guix.ru.texi:25781: @node `???????????????? ??????????????' previously defined
guix.ru.texi:7577: here is the previous definition as @node
guix.ru.texi:26413: @node `???????????????? ??????????????' previously defined
guix.ru.texi:7577: here is the previous definition as @node
guix.ru.texi:28916: @node `?????????????? ??????????????????' previously defined
guix.ru.texi:28394: here is the previous definition as @node
guix.ru.texi:35529: @node `?????????????? ??????????' previously defined
guix.ru.texi:20521: here is the previous definition as @node
guix.ru.texi:39177: @node `?????????????? ????????????' previously defined
guix.ru.texi:4768: here is the previous definition as @node
guix.ru.texi:42451: @node `?????????????????? ????????????????????' previously defined
guix.ru.texi:1741: here is the previous definition as @node
guix.ru.texi:44095: @node `?????????????????? ??????????????' previously defined
guix.ru.texi:2009: here is the previous definition as @node
guix.ru.texi:49232: @node `?????????????????? ????????????????' previously defined
guix.ru.texi:43908: here is the previous definition as @node
guix.ru.texi:49534: @node `????????????????????????' previously defined
guix.ru.texi:48119: here is the previous definition as @node
contributing.ru.texi:1: @node `????????????????????' previously defined
guix.ru.texi:5868: here is the previous definition as @node
contributing.ru.texi:48: @node `????????????????????' previously defined
guix.ru.texi:5868: here is the previous definition as @node
contributing.ru.texi:525: @node `?????????????????????? ??????????????????' previously defined
guix.ru.texi:7467: here is the previous definition as @node
contributing.ru.texi:1162: @node `???????????? ????????????' previously defined
guix.ru.texi:2713: here is the previous definition as @node
contributing.ru.texi:1707: @node `????????????' previously defined
guix.ru.texi:5170: here is the previous definition as @node
contributing.ru.texi:1763: @node `????????????' previously defined
guix.ru.texi:5170: here is the previous definition as @node
guix.ru.texi:17947: warning: node `Btrfs file system' unreferenced
guix.ru.texi:28394: warning: node `?????????????? ??????????????????' unreferenced
make[2]: *** [Makefile:5559: doc/guix.ru.info] Error 1
make[2]: Leaving directory '/home/sudoer777/Documents/General/guix'
make[1]: *** [Makefile:6516: all-recursive] Error 1
make[1]: Leaving directory '/home/sudoer777/Documents/General/guix'
make: *** [Makefile:4534: all] Error 2

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

end of thread, other threads:[~2024-12-22 17:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-21 21:04 Compiling guix git repo fails on "guix.ru.texi" Ethan Reece
2024-12-22 17:55 ` pelzflorian (Florian Pelz)

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.