[Bug 271591] WITHOUT_ZFS= breaks installworld
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 271591] WITHOUT_ZFS= breaks installworld"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 271591] WITHOUT_CDDL= breaks installworld"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 271591] WITHOUT_CDDL=/WITHOUT_ZFS breaks installworld"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 271591] WITHOUT_CDDL=/WITHOUT_ZFS breaks installworld"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 23 May 2023 18:52:38 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271591
Bug ID: 271591
Summary: WITHOUT_ZFS= 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 242353
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=242353&action=edit
buildworld + installworld log
When world is built with WITHOUT_ZFS= in SRCCONF, its installation breaks on
libbe.a with the following messages:
===== BEGIN "make installworld" output =====
/man/man3/libusb20.3.gz
/tmp/destdir/usr/share/man/man3/libusb20_error_name.3.gz
===> lib/libbe (install)
install -C -o root -g wheel -m 444 libbe.a /tmp/destdir/usr/lib/
*** Error code 71
Stop.
make[5]: stopped in /usr/src/lib/libbe
*** 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 =====
his 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=271590, but it doesn't really
matter since the only change is commenting WITHOUT_UNBOUND= in src.conf
--
You are receiving this mail because:
You are the assignee for the bug.