Re: Error compiling FreeBSD documentation using hugo 0.111.3
- Reply: Sergio Carlavilla : "Re: Error compiling FreeBSD documentation using hugo 0.111.3"
- Reply: Graham Perrin : "Re: Error compiling FreeBSD documentation using hugo 0.111.3"
- In reply to: Sergio Carlavilla : "Re: Error compiling FreeBSD documentation using hugo 0.111.3"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 19 Mar 2023 16:45:59 UTC
It works. But, isn't it recommended to build for all languages? Em dom., 19 de mar. de 2023 às 05:41, Sergio Carlavilla < carlavilla@freebsd.org> escreveu: > On Sun, 19 Mar 2023 at 07:37, Gabriel Dutra <0xdutra@gmail.com> wrote: > > > > Hi, > > > > I'm the maintainer of the hugo, I'm trying to update hugo port to > 0.111.3 but I get an error compiling FreeBSD documentation. How to proceed > in these cases, I hope they fix it or can I update the port? > > > > Error log > > -------- > > > > ERROR 2023/03/19 03:20:20 render of "page" failed: > "/root/doc/documentation/themes/beastie/layouts/books/single.html:10:11": > execute of template failed: template: books/single.html:10:11: executing > "main" at <partial "menu" .>: error calling partial: partial "menu" timed > out after 30s. This is most likely due to infinite recursion. If this is > just a slow template, you can try to increase the 'timeout' config setting. > > ERROR 2023/03/19 03:20:20 render of "page" failed: > "/root/doc/documentation/themes/beastie/layouts/books/single.html:10:11": > execute of template failed: template: books/single.html:10:11: executing > "main" at <partial "menu" .>: error calling partial: partial "menu" timed > out after 30s. This is most likely due to infinite recursion. If this is > just a slow template, you can try to increase the 'timeout' config setting. > > Error: Error building site: failed to render pages: render of "page" > failed: > "/root/doc/documentation/themes/beastie/layouts/books/single.html:10:11": > execute of template failed: template: books/single.html:10:11: executing > "main" at <partial "menu" .>: error calling partial: partial "menu" timed > out after 30s. This is most likely due to infinite recursion. If this is > just a slow template, you can try to increase the 'timeout' config setting. > > Hi, > > Try with: > > make run DOC_LANG=en,ko >