[Bug 271588] WITHOUT_MAN= breaks installworld
Date: Tue, 23 May 2023 18:20:35 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271588 Bug ID: 271588 Summary: WITHOUT_MAN= breaks installworld Product: Base System Version: 13.2-RELEASE Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: conf Assignee: bugs@FreeBSD.org Reporter: vsasjason@gmail.com Created attachment 242347 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=242347&action=edit buildworld + installworld log When world is built with WITHOUT_MAN= in SRCCONF, its installation breaks on btree.3.gz with the following messages: ===== BEGIN "make installworld" output ===== ln -sf /usr/src/contrib/jemalloc/doc/jemalloc.3 jemalloc.3 install -o root -g wheel -m 444 btree.3.gz /tmp/destdir/usr/share/man/man3/ *** Error code 71 Stop. make[5]: stopped in /usr/src/lib/libc *** Error code 1 Stop. make[4]: stopped in /usr/src/lib *** Error code 1 Stop. make[3]: stopped in /usr/src *** Error code 1 Stop. make[2]: stopped in /usr/src *** Error code 1 Stop. make[1]: stopped in /usr/src *** Error code 1 Stop. make: stopped in /usr/src/ ===== END "make installworld" output ===== This worked perfectly fine on releng/13.1 and releng/12.x Attaching full buildworld + installworld output (xz-compressed) -- You are receiving this mail because: You are the assignee for the bug.