Date: Thu, 08 Jun 2023 20:22:29 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 271917] installing documentation, make in /usr/doc fails consistently Message-ID: <bug-271917-227@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D271917 Bug ID: 271917 Summary: installing documentation, make in /usr/doc fails consistently Product: Documentation Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Manual Pages Assignee: bugs@FreeBSD.org Reporter: stephen@rabbit.eng.miami.edu CC: doc@FreeBSD.org Just updated to FreeBSD 13.2-RELEASE releng/13.2-n254617-525ecfdad597 GENER= IC platform claims to be amd64 even though it is really intel. I don't know how many people this might affect. Followed the FreeBSD documentation for upgrade to the letter. Everything else seems to be OK. When I got to the last step, updating the documentation, it says to type the command "make" in the /usr/doc directory. Make does not reveal its version number. It fails exactly the same way every time, with no suggestion of a work-arou= nd. I get many hundreds of lines of output, I've pasted the beginning few here,= and the last few at the end. root@rabbit:~ # cd /usr/doc root@rabbit:/usr/doc # make =3D=3D=3D> documentation (all) --------------------------------------------------------------- Building the documentation included languages: bn-bd da de el en es fr hu id it ja ko mn nl pl pt-br r= u tr zh-cn zh-tw excluded languages: --------------------------------------------------------------- HUGO_DISABLELANGUAGES=3D"" /usr/local/bin/hugo --minify Start building sites =C3=A2=E2=82=AC=C2=A6=20 hugo v0.111.3+extended freebsd/amd64 BuildDate=3D2023-03-17T03:01:46Z+0000 VendorInfo=3Dfreebsd ERROR 2023/06/08 16:05:20 asciidoctor rendering books/handbook/preface/_index.adoc: failed to execute binary "asciidoctor" = with args [-r man-macro -r inter-document-references-macro -r cross-document-references-macro -r sectnumoffset-treeprocessor -r packages-macro -r git-macro -a env-beastie=3D1 -a isonline=3D1 -a skip-front-matter=3D1 -a sectanchors=3Dafter --no-header-footer -]:=20 runtime: out of memory: cannot allocate 4194304-byte block (198836224 in us= e) fatal error: out of memory goroutine 153 [running]: runtime.throw({0x641391?, 0x74?}) runtime/panic.go:1047 +0x5d fp=3D0xd555ce88 sp=3D0xd555ce58 pc=3D0x= 1b02e9d runtime.(*mcache).allocLarge(0x601700?, 0xe8000, 0x1) runtime/mcache.go:236 +0x178 fp=3D0xd555ced0 sp=3D0xd555ce88 pc=3D0= x1ae39f8 runtime.mallocgc(0xe8000, 0x0, 0x0) runtime/malloc.go:1053 +0x4f7 fp=3D0xd555cf38 sp=3D0xd555ced0 pc=3D= 0x1ada637 runtime.growslice(0x0, 0xccbe6840?, 0xd555d080?, 0x3046a0?, 0xccb59a40?) runtime/slice.go:266 +0x4a8 fp=3D0xd555cf98 sp=3D0xd555cf38 pc=3D0x= 1b1ad28 ---------------that's the beginning, now for the end ----------------- os/exec.(*Cmd).writerDescriptor.func1() os/exec/exec.go:560 +0x3a fp=3D0xcfbb9758 sp=3D0xcfbb96f8 pc=3D0x1c= e4a9a os/exec.(*Cmd).Start.func2(0x676e702e65746165?) os/exec/exec.go:717 +0x32 fp=3D0xcfbb97c8 sp=3D0xcfbb9758 pc=3D0x1c= e57f2 os/exec.(*Cmd).Start.func3() os/exec/exec.go:729 +0x2a fp=3D0xcfbb97e0 sp=3D0xcfbb97c8 pc=3D0x1c= e578a runtime.goexit() runtime/asm_amd64.s:1598 +0x1 fp=3D0xcfbb97e8 sp=3D0xcfbb97e0 pc=3D= 0x1b38201 created by os/exec.(*Cmd).Start os/exec/exec.go:716 +0xa33 *** Error code 2 Stop. make[1]: stopped in /usr/doc/documentation *** Error code 1 Stop. make: stopped in /usr/doc --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-271917-227>