From nobody Wed Nov 19 15:14:28 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 4dBQ4s1jkWz6HqxD for ; Wed, 19 Nov 2025 15:14:37 +0000 (UTC) (envelope-from minsoochoo0122@proton.me) Received: from mail-4325.protonmail.ch (mail-4325.protonmail.ch [185.70.43.25]) (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 4dBQ4r4PjQz49rt for ; Wed, 19 Nov 2025 15:14:36 +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=lxnqyoedqzho5as64pe7oowaqy.protonmail; t=1763565273; x=1763824473; bh=rY8t8UdoPbTzGUWAVUnDgP6YF5g5dWgEP8TOM8nRGUs=; 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=JNegs9YdU56rS4nkKRzsg6lOsKjDtSVlZZ0Iwr301B4qsSpVpBoVf9uYQ2vglVqhc nw+5zSGrczvoXG6YM1ndtChfvODh/1QHyZaiKavCo8ufM8vRTnCm81PEkTxtFnWX1t Q4krcvCflwl2SBtbnZmGf7CpdT82wWqZC6Y7XYslNLls49iZg0pJlZ4Y1VEqRPOC9v l4UxY1/f6nmacnxmHk6v7fEQ6w2zFGbSXZDDUN4MxxoJ1wkUFgfUr2UZaHlwjE4alB HeF24wTl9+x9qlcXxHnIKlJMuKZa8vRWNyqUzgOzSXMuJuNS8pIEil04zNl6MCPYIw cbLKmJ+Lje72Q== Date: Wed, 19 Nov 2025 15:14:28 +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: 97cb926dbad98880ce7ec18473b0ebc2c39c052a 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)[]; ASN(0.00)[asn:62371, ipnet:185.70.43.0/24, country:CH] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Rspamd-Queue-Id: 4dBQ4r4PjQz49rt On Wednesday, November 19th, 2025 at 10:03 AM, void wrote: > On Wed, Nov 19, 2025 at 02:42:22PM +0000, Minsoo Choo wrote: >=20 > > By "suggested", do you mean it is a warning or error? In either case, I= think DESTDIR should be defaulted to / without printing any message. > >=20 > > Could you send me the output (where to suggestion occurs) so I can inve= stigate further? >=20 >=20 > It's an error in that I couldn't get past it unless DESTDIR was set to /. >=20 > I can recreate the error on another vm, but it seems that in getting > past the two errors, I have partly answered my own question in that the > error does not present itself any longer. >=20 > Give me a few hrs and I'll be able to regenerate the entire error > message from a new vm. In the meantime is there any other information > you'd like me to get? > -- Thanks for your effort! Since DESTDIR has been around for some time, I think the related logic was = accidentally removed while adopting pkgbase. This won't take too much effor= t (just set DESTDIR to / if it is not specified), and I don't need other in= formation for now.