[Bug 271593] WITHOUT_TCSH= breaks installworld

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

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

When world is built with WITHOUT_TCSH= in SRCCONF, its installation breaks on
comsat with the following messages:
===== BEGIN "make installworld" output =====
install  -o root -g wheel -m 444 uuidgen.1.gz  /tmp/destdir/usr/share/man/man1/
===> bin/csh (install)
install  -s -o root -g wheel -m 555   csh /tmp/destdir/bin/csh
*** Error code 71

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

Stop.
make[4]: stopped in /usr/src/bin
*** 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); without "make
clean" after discovering
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271592, but it doesn't really
matter for installworld.

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