[Bug 271592] WITHOUT_MAIL= breaks installworld

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 23 May 2023 19:12:01 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271592

            Bug ID: 271592
           Summary: WITHOUT_MAIL= 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 242355
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=242355&action=edit
buildworld + installworld log

When world is built with WITHOUT_MAIL= in SRCCONF, its installation breaks on
comsat with the following messages:
===== BEGIN "make installworld" output =====
===> libexec (install)
===> libexec/comsat (install)
install  -s -o root -g wheel -m 555   comsat /tmp/destdir/usr/libexec/comsat
*** Error code 71

Stop.
make[5]: stopped in /usr/src/libexec/comsat
*** Error code 1

Stop.
make[4]: stopped in /usr/src/libexec
*** 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 =====

Tworked perfectly fine on releng/13.1 and releng/12.x
Attaching full buildworld + installworld output (xz-compressed); without "make
clean" after discovering
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271591 but it doesn't really
matter since the only change is commenting WITHOUT_CDDL=/WITHOUT_ZFS= in
src.conf

-- 
You are receiving this mail because:
You are the assignee for the bug.