[Bug 271589] WITHOUT_OPENSSH= breaks installworld
Date: Tue, 23 May 2023 18:30:38 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271589 Bug ID: 271589 Summary: WITHOUT_OPENSSH= 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 242349 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=242349&action=edit buildworld + installworld log When world is built with WITHOUT_OPENSSH= in SRCCONF, its installation breaks on pam_ssh.so.6 with the following messages: ===== BEGIN "make installworld" output ===== install -o root -g wheel -m 444 pam_self.8.gz /tmp/destdir/usr/share/man/man8/ ===> lib/libpam/modules/pam_ssh (install) install -s -o root -g wheel -m 444 -S pam_ssh.so.6 /tmp/destdir/usr/lib/ *** Error code 71 Stop. make[7]: stopped in /usr/src/lib/libpam/modules/pam_ssh *** Error code 1 Stop. make[6]: stopped in /usr/src/lib/libpam/modules *** Error code 1 Stop. make[5]: stopped in /usr/src/lib/libpam *** 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); without "make clean" after discovering https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271588, but it doesn't really matter since the only change is commenting WITHOUT_MAN= in src.conf -- You are receiving this mail because: You are the assignee for the bug.