GNU bug report logs - #41336
guix pull error (on armhf) a few minutes ago

Previous Next

Package: guix;

Reported by: Danny Milosavljevic <dannym <at> scratchpost.org>

Date: Sat, 16 May 2020 20:18:01 UTC

Severity: normal

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 41336 in the body.
You can then email your comments to 41336 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#41336; Package guix. (Sat, 16 May 2020 20:18:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Danny Milosavljevic <dannym <at> scratchpost.org>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Sat, 16 May 2020 20:18:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Danny Milosavljevic <dannym <at> scratchpost.org>
To: <bug-guix <at> gnu.org>
Subject: guix pull error (on armhf) a few minutes ago
Date: Sat, 16 May 2020 22:17:31 +0200
[Message part 1 (text/plain, inline)]
./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
[Message part 2 (application/pgp-signature, inline)]

Reply sent to Maxim Cournoyer <maxim.cournoyer <at> gmail.com>:
You have taken responsibility. (Mon, 19 Oct 2020 13:01:02 GMT) Full text and rfc822 format available.

Notification sent to Danny Milosavljevic <dannym <at> scratchpost.org>:
bug acknowledged by developer. (Mon, 19 Oct 2020 13:01:02 GMT) Full text and rfc822 format available.

Message #10 received at 41336-done <at> debbugs.gnu.org (full text, mbox):

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Danny Milosavljevic <dannym <at> scratchpost.org>
Cc: 41336-done <at> debbugs.gnu.org
Subject: Re: bug#41336: guix pull error (on armhf) a few minutes ago
Date: Mon, 19 Oct 2020 08:59:48 -0400
Hello Danny,

Danny Milosavljevic <dannym <at> scratchpost.org> writes:

> ./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:

--8<---------------cut here---------------start------------->8---
$ 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
--8<---------------cut here---------------end--------------->8---

without encountering the above problem.

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

Thanks,

Maxim




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 17 Nov 2020 12:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 132 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.