From nobody Wed Apr 15 10:52:42 2026 X-Original-To: freebsd-current@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4fwdJt63Mmz6ZhZm; Wed, 15 Apr 2026 10:52:46 +0000 (UTC) (envelope-from vermaden@interia.pl) Received: from smtpo49.interia.pl (smtpo49.interia.pl [217.74.67.49]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4fwdJt52qfz3PNj; Wed, 15 Apr 2026 10:52:46 +0000 (UTC) (envelope-from vermaden@interia.pl) Authentication-Results: mx1.freebsd.org; none Date: Wed, 15 Apr 2026 12:52:42 +0200 From: vermaden Subject: Re: Building VM-IMAGE(s) from Source To: Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?= Cc: "freebsd-stable@FreeBSD.org" , "freebsd-hackers@FreeBSD.org" , "freebsd-current@freebsd.org" X-Mailer: interia.pl/pf09 In-Reply-To: <86h5pceckj.fsf@ltc.des.dev> References: <86h5pceckj.fsf@ltc.des.dev> X-Originating-IP: 45.148.42.24 Message-Id: List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=interia.pl; s=dk; t=1776250365; bh=GbhPrhtuHCRho3FKcpqy2ouLMpJdOWlrIx06PZJz0b4=; h=Date:From:Subject:To:Message-Id:MIME-Version:Content-Type; b=ZCjvjsA4C5IMxWCchoS/4JqlQIlfZkAl6lNmYuT1KRBMj5n5+1E59CV4hy8LbcgiH ZPoMMedF6mfCUQ4aWEjfH8JYb8vRBLy3e3Wc8+jh5mGT9mnUxdSNsv6iyEaCa8YRjG vrJhkOw2QkYGJDTTpL91N+POKdU61qclsVY4pitA= X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:16138, ipnet:217.74.64.0/22, country:PL] X-Rspamd-Queue-Id: 4fwdJt52qfz3PNj X-Spamd-Bar: ---- > Adding it to your release configuration file has no effect. Colin did not wrote WHERE to put it - he just wrote this: > You want WITH_VMIMAGES=YES. ... and I had that in release config. But contents of 'release.conf.sample' are useless and misleading. % grep -m 1 -B 2 WITH_VMIMAGES /usr/src/release/release.conf.sample ## Set to a non-empty value to build virtual machine images as part of the ## release build. #WITH_VMIMAGES= > Second, `release.conf=custom.conf` has no effect either. I later moved to this ... and it failed on build stage everytime in different places: # ./release.sh -c build.conf ... on system with 8 AMD Ryzen CPUs and 28 GB RAM and 200 GB of SSD. But 'regular' command like that below worked without any problem: # make -j 8 buildworld buildkernel But all this is pointless now - I moved on to verimg(8) and I am more then happy with it.