From: Tobias Geerinckx-Rice via Guix-patches via <guix-patches@gnu.org>
To: Pierre Neidhardt <mail@ambrevar.xyz>, 39599@debbugs.gnu.org
Subject: [bug#39599] [PATCH 1/4] build-system: Add copy-build-system.
Date: Fri, 21 Feb 2020 12:50:36 +0100 [thread overview]
Message-ID: <87ftf4xipf.fsf@nckx> (raw)
In-Reply-To: <87pne8fcg9.fsf@nicolasgoaziou.fr>
[-- Attachment #1.1: Type: text/plain, Size: 239 bytes --]
Pierre,
Nicolas Goaziou 写道:
> Moreover, the indentation is very odd there, compared to the
> rest of
> "guix.texi". You may want to normalize it.
More than just odd, unfortunately. It broke ‘guix pull’ on
master:
[-- Attachment #1.2: Type: text/plain, Size: 1335 bytes --]
./guix.de.texi:6631: warning: @end should only appear at the
beginning of a line
./guix.de.texi:6635: warning: @itemize should only appear at the
beginning of a line
./guix.de.texi:6635: warning: @item should not appear in @itemize
./guix.de.texi:6635: @item outside of table or list
./guix.de.texi:6639: warning: @itemize should only appear at the
beginning of a line
./guix.de.texi:6639: warning: @item should not appear in @itemize
./guix.de.texi:6639: @item outside of table or list
./guix.de.texi:6647: warning: @end should only appear at the
beginning of a line
./guix.de.texi:6648: superfluous argument to @end itemize: In all
cases, the paths relative to @var{source} are>
Backtrace:
3 (primitive-load
"/gnu/store/qsd0khinmy748z6aq23ck8lcaxr?")
In ice-9/eval.scm:
619:8 2 (_ #f)
In ice-9/boot-9.scm:
260:13 1 (for-each #<procedure 7ffff4f4f2a0 at
ice-9/eval.scm:3?> ?)
In guix/build/utils.scm:
652:6 0 (invoke _ . _)
guix/build/utils.scm:652:6: In procedure invoke:
ERROR:
1. &invoke-error:
program:
"/gnu/store/irj21yhgls637jhhkb5yr79s76c96maq-texinfo-6.6/bin/makeinfo"
arguments: ("./guix.de.texi" "-I"
"/gnu/store/ygairf8pckyzl1aplf0jxmbzr9gnhjik-doc" "-I" "."
"-o" "/gnu/st>
exit-status: 1
term-signal: #f
stop-signal: #f
[-- Attachment #1.3: Type: text/plain, Size: 379 bytes --]
I removed *all* leading whitespace in
af51d01a8aa8d7cf529173bdb64392f14eb21962 and this fixes the
problem. In future, avoid it altogether. It clashes with the
rest of the file even when it doesn't break anything.
If you're using some kind of fancy-texinfo-mode please disable it,
although I wonder who writes a mode that breaks things so badly
:-p
Kind regards,
T G-R
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
next prev parent reply other threads:[~2020-02-21 11:51 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-14 12:51 [bug#39599] [PATCH 0/2] New build system: copy-build-system Pierre Neidhardt
2020-02-14 12:53 ` [bug#39599] [PATCH 1/2] build-system: Add copy-build-system Pierre Neidhardt
2020-02-14 12:53 ` [bug#39599] [PATCH 2/2] gnu: gcide: Use the copy-build-system Pierre Neidhardt
2020-02-14 13:39 ` [bug#39599] [PATCH 1/2] build-system: Add copy-build-system Giovanni Biscuolo
2020-02-16 13:16 ` Pierre Neidhardt
2020-02-17 11:12 ` [bug#39599] [PATCH 1/4] " Pierre Neidhardt
2020-02-17 11:12 ` [bug#39599] [PATCH 2/4] gnu: gcide: Use the copy-build-system Pierre Neidhardt
2020-02-17 11:12 ` [bug#39599] [PATCH 3/4] gnu: Add clojure-wrapper Pierre Neidhardt
2020-02-17 11:12 ` [bug#39599] [PATCH 4/4] gnu: net-base: Use copy build system Pierre Neidhardt
2020-02-17 11:48 ` [bug#39599] [PATCH 1/4] build-system: Add copy-build-system Mathieu Othacehe
2020-02-20 9:47 ` Ricardo Wurmus
2020-02-20 10:00 ` Pierre Neidhardt
2020-02-20 1:06 ` Alex Griffin
2020-02-20 8:40 ` Pierre Neidhardt
2020-02-20 8:44 ` Mathieu Othacehe
2020-02-20 15:41 ` Pierre Neidhardt
2020-02-20 17:09 ` [bug#39599] " Julien Lepiller
2020-02-20 18:00 ` Pierre Neidhardt
2020-02-21 9:53 ` Pierre Neidhardt
2020-02-21 10:43 ` Nicolas Goaziou
2020-02-21 11:07 ` Pierre Neidhardt
2020-02-21 11:43 ` Nicolas Goaziou
2020-02-21 12:04 ` Pierre Neidhardt
2020-02-21 11:50 ` Tobias Geerinckx-Rice via Guix-patches via [this message]
2020-02-21 12:06 ` Pierre Neidhardt
2020-02-21 3:37 ` [bug#39599] Jack Hill
2020-02-21 3:37 ` [bug#39599] [PATCH v2] gnu: Add gnome-shell-extension-paperwm Jack Hill
2020-02-21 14:34 ` Alex Griffin
2020-02-21 16:22 ` Jack Hill
2020-02-21 18:48 ` Alex Griffin
2020-02-21 18:51 ` Jack Hill
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=87ftf4xipf.fsf@nckx \
--to=guix-patches@gnu.org \
--cc=39599@debbugs.gnu.org \
--cc=mail@ambrevar.xyz \
--cc=me@tobias.gr \
/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.