guix pull error (on armhf) a few minutes ago

  • Done
  • quality assurance status badge
Details
2 participants
  • Danny Milosavljevic
  • Maxim Cournoyer
Owner
unassigned
Submitted by
Danny Milosavljevic
Severity
normal

Debbugs page

Danny Milosavljevic wrote 5 years ago
(address . bug-guix@gnu.org)
20200516221731.2f67ef92@scratchpost.org
./guix.ru.texi:956: warning: accent command `@,' must not be followed by whitespace
./guix.ru.texi:21275: @pxref reference to nonexistent node `Channels'
./guix.ru.texi:26842: @pxref reference to nonexistent node `Channels'
./guix.ru.texi:28006: @pxref reference to nonexistent node `Channels'
Backtrace:
3 (primitive-load "/gnu/store/jgy520477c1wis3cx9rsq6pzvh7?")
In ice-9/eval.scm:
619:8 2 (_ #f)
In ice-9/boot-9.scm:
260:13 1 (for-each #<procedure 2e70c0 at ice-9/eval.scm:333:13 ?> ?)
In guix/build/utils.scm:
654:6 0 (invoke _ . _)

guix/build/utils.scm:654:6: In procedure invoke:
ERROR:
1. &invoke-error:
program: "/gnu/store/cd9vnmj0z9068xrgvssavnkfc8a9svly-texinfo-6.7/bin/makeinfo"
arguments: ("./guix.ru.texi" "-I" "/gnu/store/mq3nc6nas9p2ws259lx61vsyfgckmwpb-doc" "-I" "." "-o" "/gnu/store/bd9xg07n7jc5bf2x3afhr6k80v4biykg-guix-manual/guix.ru.info")
exit-status: 1
term-signal: #f
stop-signal: #f
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCgAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAl7ASlsACgkQ5xo1VCww
uqXVLwf/Rms9HzeiKu5LCbD0bkJh8hdzNC9NzGBG/d0/daT+pdvxAO6ecg7fKOhJ
HUEYxY8WS3WGdcUMEeRIHJxii3T5uKQDkIJQa+2mmOKQ/6IWiBZ6pzFBPU4B4AEU
Yp8Pxmq+lthyj3jMGeE9lfX2MpWxucd8EpbeDjYHpGbdDMXfoxiCnHAP+m6/4Mi0
0wTpgegqpNHo5r7kRnP+GQxuil+GU8Bu6766cI4e7xZeBsYSzyeSU3jfmbZzZoDc
QFJJkCN8MpMDroJsr9PkN+BRzg4YABMQ0r55Ot1WJUtSaXR42+fMosTDQodGbFsn
E2JUupSRgegQGVLP1SKM1kvJteBg1g==
=RBII
-----END PGP SIGNATURE-----


Maxim Cournoyer wrote 4 years ago
(name . Danny Milosavljevic)(address . dannym@scratchpost.org)(address . 41336-done@debbugs.gnu.org)
87imb65q2j.fsf@gmail.com
Hello Danny,

Danny Milosavljevic <dannym@scratchpost.org> writes:

Toggle quote (22 lines)
> ./guix.ru.texi:956: warning: accent command `@,' must not be followed by whitespace
> ./guix.ru.texi:21275: @pxref reference to nonexistent node `Channels'
> ./guix.ru.texi:26842: @pxref reference to nonexistent node `Channels'
> ./guix.ru.texi:28006: @pxref reference to nonexistent node `Channels'
> Backtrace:
> 3 (primitive-load "/gnu/store/jgy520477c1wis3cx9rsq6pzvh7?")
> In ice-9/eval.scm:
> 619:8 2 (_ #f)
> In ice-9/boot-9.scm:
> 260:13 1 (for-each #<procedure 2e70c0 at ice-9/eval.scm:333:13 ?> ?)
> In guix/build/utils.scm:
> 654:6 0 (invoke _ . _)
>
> guix/build/utils.scm:654:6: In procedure invoke:
> ERROR:
> 1. &invoke-error:
> program: "/gnu/store/cd9vnmj0z9068xrgvssavnkfc8a9svly-texinfo-6.7/bin/makeinfo"
> arguments: ("./guix.ru.texi" "-I" "/gnu/store/mq3nc6nas9p2ws259lx61vsyfgckmwpb-doc" "-I" "." "-o" "/gnu/store/bd9xg07n7jc5bf2x3afhr6k80v4biykg-guix-manual/guix.ru.info")
> exit-status: 1
> term-signal: #f
> stop-signal: #f

I've 'guix environment --system=armhf-linux guix' into my checkout, then
ran:

Toggle snippet (15 lines)
$ for i in {1..20}; do if ! makeinfo -v guix.ru.texi -I .; \
then echo "error: makeinfo exited with $?"; break; fi; done
guix.ru.texi:968: warning: accent command `@,' must not be followed by whitespace
Output file guix.ru.info
Renaming first output file as guix.ru.info-1
New output file guix.ru.info-2
New output file guix.ru.info-3
New output file guix.ru.info-4
New output file guix.ru.info-5
Outputing the split manual file guix.ru.info
Wide character in warn at /gnu/store/r5j8yxxf7sknj3bqpfw2qwq30awhzakb-profile/bin/makeinfo line 632.
guix.ru.texi:4239: warning: `.' or `,' must follow @xref, not ะด
guix.ru.texi:968: warning: accent command `@,' must not be followed by whitespace

without encountering the above problem.

Closing, but feel free to reopen if you encounter it again or are able
to reproduce it.

Thanks,

Maxim
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 41336@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 41336
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help