From nobody Wed Nov 19 14:42:22 2025 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 4dBPMp2HFsz6HpF7 for ; Wed, 19 Nov 2025 14:42:30 +0000 (UTC) (envelope-from minsoochoo0122@proton.me) Received: from mail-24424.protonmail.ch (mail-24424.protonmail.ch [109.224.244.24]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "protonmail.com", Issuer "R13" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4dBPMn6HHmz44KG for ; Wed, 19 Nov 2025 14:42:29 +0000 (UTC) (envelope-from minsoochoo0122@proton.me) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=proton.me; s=2ixcxu4rkvfldf3ir2rtvgj7ue.protonmail; t=1763563346; x=1763822546; bh=mHJWTIrHwuVbWKMquxhoXXX6TKuBc5ODJGUaY1nPmmw=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=WPu3/yllxGF3Y8+NqGeUuRPFmtFVvCN7sVsUtnqHohgXTn8Z34lvYiuQFU/jnz1Bg aQUuK+z48swNOj8RsHfxoJWF3IF2vTZpuyOo2x2D2VDQng7Azs3/PXLx4HSLY2VmNN gQYQRLnZYZEleqKMk6gAYVsJrkeo3xu7UQWE8xnNzCXqrVwpwq5sKUJLQ7X056z+pH 7vVtaUE+I9eLA12Bx604nJZU4ZvBmOGw2743cNWQD5eAbPG/9sR7V3/Pv6yeKYJtZZ QviTqOlYx+wEajlMzDLvn69TKSIfyeeSqorgu6B4AaWs3OqobQcDEq43HZODEvUwpA +Si4sMFuq/aEg== Date: Wed, 19 Nov 2025 14:42:22 +0000 To: void From: Minsoo Choo Cc: freebsd-current@freebsd.org Subject: Re: changing from pkgbase to regularbase Message-ID: In-Reply-To: References: Feedback-ID: 45891198:user:proton X-Pm-Message-ID: ed3593ddbc724ecb79fd24fc5a822dcd5dfc5117 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: quoted-printable X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Rspamd-Queue-Id: 4dBPMn6HHmz44KG On Wednesday, November 19th, 2025 at 9:17 AM, void wrote: > Hi, > > A newly installed system was installed with pkgbase > It was then upgraded via source with git. > This is very recent 16:current amd64. > > When it came to installkernel, it was suggested to > set env DESTDIR=3D/ which was done and then > installkernel proceeded normally. > The same thing with installworld. > > My question is this: does this need to be done every time > from now on, or does some setting/tunable need to be > modified somewhere to properly un-pkgbase things? > > -- By "suggested", do you mean it is a warning or error? In either case, I thi= nk DESTDIR should be defaulted to / without printing any message. Could you send me the output (where to suggestion occurs) so I can investig= ate further?