[Bug 295028] make -C release vm-image WITH_VMIMAGES=yes VMFORMATS=raw fails
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 295028] make -C release vm-image WITH_VMIMAGES=yes VMFORMATS=raw fails"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 295028] make -C release vm-image WITH_VMIMAGES=yes VMFORMATS=raw fails"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 295028] make -C release vm-image WITH_VMIMAGES=yes VMFORMATS=raw fails"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 295028] make -C release vm-image WITH_VMIMAGES=yes VMFORMATS=raw fails"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 295028] make -C release vm-image WITH_VMIMAGES=yes VMFORMATS=raw doesn't set NO_ROOT and WITHOUT_QEMU true at the same time without being explicit"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 05 May 2026 16:46:32 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=295028
Bug ID: 295028
Summary: make -C release vm-image WITH_VMIMAGES=yes
VMFORMATS=raw fails
Product: Base System
Version: Unspecified
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: misc
Assignee: bugs@FreeBSD.org
Reporter: minsoochoo0122@proton.me
Steps to reproduce:
```
$ rm -rf /usr/obj/usr/src/freebsd/main/amd64.amd64/release
$ cd /usr/src/freebsd/main
$ make -j32 buildworld && make -j32 buildkernel
$ sudo make -C release vm-image WITH_VMIMAGES=yes VMFORMATS=raw
$ ls /usr/obj/usr/src/freebsd/main/amd64.amd64/release
...
===> usr.sbin/pkg (installconfig)
make[7]: /usr/src/freebsd/main/release/Makefile.vm:104: WITHOUT_QEMU requires
NO_ROOT (and vice versa)
in /usr/src/freebsd/main/release/Makefile:479
in make[7] in directory "/usr/src/freebsd/main/release"
make[6]: /usr/src/freebsd/main/usr.sbin/pkg/Makefile:4: warning: Command "make
-C /usr/src/freebsd/main/
release -V BRANCH" exited with status 1
make[6]: parsing warnings being treated as errors
make[6]: Fatal errors encountered -- cannot continue
make[6]: stopped making "installconfig" in /usr/src/freebsd/main/usr.sbin/pkg
*** Error code 1
Stop.
make[5]: stopped making "installconfig" in /usr/src/freebsd/main/usr.sbin
*** Error code 1
Stop.
make[4]: stopped making "installconfig" in /usr/src/freebsd/main
*** Error code 1
Stop.
make[3]: stopped making "distribution" in /usr/src/freebsd/main
*** Error code 1
Stop.
make[2]: stopped making "installetc" in /usr/src/freebsd/main
*** Error code 1
Stop.
make[1]: stopped making "installetc" in /usr/src/freebsd/main
Failed to build new tree.
```
--
You are receiving this mail because:
You are the assignee for the bug.