* Samba Services
@ 2022-07-05 7:21 Simon Streit
2022-07-05 7:53 ` Julien Lepiller
0 siblings, 1 reply; 3+ messages in thread
From: Simon Streit @ 2022-07-05 7:21 UTC (permalink / raw)
To: guix-devel
Hello,
While preparing my patch series [1], I've run into issues where I can't
compile my own branch now:
--8<---------------cut here---------------start------------->8---
MAKEINFO doc/guix.fa.info
./doc/guix.es.texi:30547: warning: node next `Sistema de archivos en red' in menu `Integración continua' and in sectioning `Samba Services' differ
./doc/guix.es.texi:16840: node `Servicios' lacks menu item for `Samba Services' despite being its Up target
./doc/guix.es.texi:30867: warning: node prev `Integración continua' in menu `Sistema de archivos en red' and in sectioning `Samba Services' differ
./doc/guix.texi:29670: warning: node next `Network File System' in menu `Continuous Integration' and in sectioning `Samba Services' differ
./doc/guix.texi:16349: node `Services' lacks menu item for `Samba Services' despite being its Up target
./doc/guix.texi:29985: warning: node prev `Continuous Integration' in menu `Network File System' and in sectioning `Samba Services' differ
make[2]: *** [Makefile:4834: doc/guix.es.info] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [Makefile:4704: doc/guix.info] Error 1
./doc/guix.fa.texi:29097: warning: node next `Network File System' in menu `Continuous Integration' and in sectioning `Samba Services' differ
./doc/guix.fa.texi:16005: node `Services' lacks menu item for `Samba Services' despite being its Up target
./doc/guix.fa.texi:29407: warning: node prev `Continuous Integration' in menu `Network File System' and in sectioning `Samba Services' differ
make[2]: *** [Makefile:4899: doc/guix.fa.info] Error 1
./doc/guix.de.texi:31749: warning: node next `Network File System' in menu `Kontinuierliche Integration' and in sectioning `Samba Services' differ
./doc/guix.de.texi:17543: node `Dienste' lacks menu item for `Samba Services' despite being its Up target
./doc/guix.de.texi:32070: warning: node prev `Kontinuierliche Integration' in menu `Network File System' and in sectioning `Samba Services' differ
make[2]: *** [Makefile:4769: doc/guix.de.info] Error 1
make[2]: Leaving directory '/home/ss2/code/guix'
make[1]: *** [Makefile:6573: all-recursive] Error 1
make[1]: Leaving directory '/home/ss2/code/guix'
make: *** [Makefile:4004: all] Error 2
--8<---------------cut here---------------end--------------->8---
Chances are I missed something while preparing the manual. The problem
arises with this [2] commit.
Test units in this branch have been prepared too. Thinking about it
wsdd hasn't got any yet.
[1] https://git.steel-is-real.com/guix/log/?h=simons-samba-service
[2] https://git.steel-is-real.com/guix/commit/?h=simons-samba-service&id=04fd3f8e4eb840b9e2b10337a65035f33bbffce4
Thanks in advance for looking into this!
Kind regards
Simon
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Samba Services
2022-07-05 7:21 Samba Services Simon Streit
@ 2022-07-05 7:53 ` Julien Lepiller
2022-07-06 19:26 ` Simon Streit
0 siblings, 1 reply; 3+ messages in thread
From: Julien Lepiller @ 2022-07-05 7:53 UTC (permalink / raw)
To: guix-devel, Simon Streit
[-- Attachment #1: Type: text/plain, Size: 3652 bytes --]
This is the relevant part. I think the rest is noise caused by the issue in the manual being copied to all translations:
./doc/guix.texi:29670: warning: node next `Network File System' in menu `Continuous Integration' and in sectioning `Samba Services' differ
./doc/guix.texi:16349: node `Services' lacks menu item for `Samba Services' despite being its Up target
./doc/guix.texi:29985: warning: node prev `Continuous Integration' in menu `Network File System' and in sectioning `Samba Services' differ
In particular, it sounds like you didn't add the Samba Services node to the menu near line 16349 (that's a different menu from the one at the top of the file I believe). The other warnings should disappear after you add it.
On July 5, 2022 9:21:48 AM GMT+02:00, Simon Streit <simon@netpanic.org> wrote:
>Hello,
>
>While preparing my patch series [1], I've run into issues where I can't
>compile my own branch now:
>
>--8<---------------cut here---------------start------------->8---
> MAKEINFO doc/guix.fa.info
>./doc/guix.es.texi:30547: warning: node next `Sistema de archivos en red' in menu `Integración continua' and in sectioning `Samba Services' differ
>./doc/guix.es.texi:16840: node `Servicios' lacks menu item for `Samba Services' despite being its Up target
>./doc/guix.es.texi:30867: warning: node prev `Integración continua' in menu `Sistema de archivos en red' and in sectioning `Samba Services' differ
>./doc/guix.texi:29670: warning: node next `Network File System' in menu `Continuous Integration' and in sectioning `Samba Services' differ
>./doc/guix.texi:16349: node `Services' lacks menu item for `Samba Services' despite being its Up target
>./doc/guix.texi:29985: warning: node prev `Continuous Integration' in menu `Network File System' and in sectioning `Samba Services' differ
>make[2]: *** [Makefile:4834: doc/guix.es.info] Error 1
>make[2]: *** Waiting for unfinished jobs....
>make[2]: *** [Makefile:4704: doc/guix.info] Error 1
>./doc/guix.fa.texi:29097: warning: node next `Network File System' in menu `Continuous Integration' and in sectioning `Samba Services' differ
>./doc/guix.fa.texi:16005: node `Services' lacks menu item for `Samba Services' despite being its Up target
>./doc/guix.fa.texi:29407: warning: node prev `Continuous Integration' in menu `Network File System' and in sectioning `Samba Services' differ
>make[2]: *** [Makefile:4899: doc/guix.fa.info] Error 1
>./doc/guix.de.texi:31749: warning: node next `Network File System' in menu `Kontinuierliche Integration' and in sectioning `Samba Services' differ
>./doc/guix.de.texi:17543: node `Dienste' lacks menu item for `Samba Services' despite being its Up target
>./doc/guix.de.texi:32070: warning: node prev `Kontinuierliche Integration' in menu `Network File System' and in sectioning `Samba Services' differ
>make[2]: *** [Makefile:4769: doc/guix.de.info] Error 1
>make[2]: Leaving directory '/home/ss2/code/guix'
>make[1]: *** [Makefile:6573: all-recursive] Error 1
>make[1]: Leaving directory '/home/ss2/code/guix'
>make: *** [Makefile:4004: all] Error 2
>--8<---------------cut here---------------end--------------->8---
>
>Chances are I missed something while preparing the manual. The problem
>arises with this [2] commit.
>
>Test units in this branch have been prepared too. Thinking about it
>wsdd hasn't got any yet.
>
>[1] https://git.steel-is-real.com/guix/log/?h=simons-samba-service
>[2] https://git.steel-is-real.com/guix/commit/?h=simons-samba-service&id=04fd3f8e4eb840b9e2b10337a65035f33bbffce4
>
>Thanks in advance for looking into this!
>
>
>Kind regards
>Simon
>
[-- Attachment #2: Type: text/html, Size: 4189 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Samba Services
2022-07-05 7:53 ` Julien Lepiller
@ 2022-07-06 19:26 ` Simon Streit
0 siblings, 0 replies; 3+ messages in thread
From: Simon Streit @ 2022-07-06 19:26 UTC (permalink / raw)
To: Julien Lepiller; +Cc: guix-devel
Julien Lepiller <julien@lepiller.eu> writes:
> ./doc/guix.texi:29670: warning: node next `Network File System' in menu `Continuous
> Integration' and in sectioning `Samba Services' differ
> ./doc/guix.texi:16349: node `Services' lacks menu item for `Samba Services' despite being
> its Up target
> ./doc/guix.texi:29985: warning: node prev `Continuous Integration' in menu `Network File
> System' and in sectioning `Samba Services' differ
>
> In particular, it sounds like you didn't add the Samba Services node to the menu near line
> 16349 (that's a different menu from the one at the top of the file I believe). The other
> warnings should disappear after you add it.
The devil is in the details. Thanks a lot, this had been nagging me for
some time now.
Simon
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-07-06 19:27 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-05 7:21 Samba Services Simon Streit
2022-07-05 7:53 ` Julien Lepiller
2022-07-06 19:26 ` Simon Streit
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.