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: [email protected]
Reporter: [email protected]
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.