From nobody Tue Jan 2 10:59:24 2024 X-Original-To: dev-commits-ports-all@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 4T48xW2cvJz5571s; Tue, 2 Jan 2024 10:59:27 +0000 (UTC) (envelope-from bapt@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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 "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4T48xW22NQz4Njm; Tue, 2 Jan 2024 10:59:27 +0000 (UTC) (envelope-from bapt@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1704193167; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=OAY2PhnuaJDnJP167UbP9rOsiWJjoivkgT3GEdLIfeE=; b=tChMy9ellN6D+jIJh2QbdPd1LHcJ64rTD+48fFZTSEhH5fl7EmijvUzaoZDt2X4hWozIK/ L/xdhhfZoLTP+16JaB1f4haWk9V0an8aiFbmEwi9nW8pSnZX0PJsXwyro7QUrXp35uD/Zk 2Z7x6w5kvb6fuC9lpjj5Vxrf6i18B2utYLG8ww1/axiXiIsq21vd/Gh1ov5PtTmPAbNfj9 gTQLif6AiQ1VemyUtOEKJnKcFjymlNALW2TKq3DGShRuZnYSd0f4yilXZXMeGiDsfcJcGy l5awpXjwuFDB3DJVrTri8s6v2dZ7bPBbNJO8EgSEO4NggJH0lhOPsfq53Z/dDg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1704193167; a=rsa-sha256; cv=none; b=PlonfGXTGnVgFqK1X56X7zpxW9ruG3RX5frViztrYmwOrSXt8NpBkOJDEtMNzViALzzkDn jrSvIJ/fpf99zBf3Ta98f43qkalFlCSq48CwKyWbjq48qNGIkdYX/cJVJki/O0WNJVA20b /5QuoV2WJdAyPRnw0bJUzPPsZbiV45eVJ7QCQ9rutjuuBz0vEJ6XdYmEfgMzk6+DSZwL3N pHt0EOOrwzFFcxKpyuFrNSDPYnuGSbaOqYy6f/Jtl94kDkMxD5DPeTM9Hq++xO1YR/cdN3 o3rJ1FjHu56xgyLMV+LzDFZp/osd2BMJxk/tLAZTFXQ5fvAfRGsAKo3bltapuQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1704193167; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=OAY2PhnuaJDnJP167UbP9rOsiWJjoivkgT3GEdLIfeE=; b=T4g93Q4b49r5QknMyO6MiEgoh1/+v+7limv5TGIpErg9lyA9RA3DsR110fqHx0QvwuZBoh 9NGBMkR0r/eJt8ROfvCpT9yW4K/I3dnXxvbD3UZuedvGox6hcposqZblGLp8/5AIsUlwRI uyFlY0IrbVihm/pY3kEU0gejELpVzIJrxLCkw5oYqbO6kylQvc5abT+fr9+VoUCfuQkBU8 CEbiwdGA1Y4HzZ04cbcKCcGb8U3jZUhNcRDAa+4IhZS1VlKKlXDk4NQBuAl39Bt+kF+jFE wRbnESRl8m3M1FnEQmk7fgg/ZVgPRnb3xNOqj+J3nHPjKpwkb5tRUWxY6S4nHQ== Received: from aniel.nours.eu (nours.eu [176.31.115.77]) (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 did not present a certificate) (Authenticated sender: bapt) by smtp.freebsd.org (Postfix) with ESMTPSA id 4T48xW0GBXz7bc; Tue, 2 Jan 2024 10:59:27 +0000 (UTC) (envelope-from bapt@freebsd.org) Received: by aniel.nours.eu (Postfix, from userid 1001) id 07103138418; Tue, 2 Jan 2024 11:59:25 +0100 (CET) Date: Tue, 2 Jan 2024 11:59:24 +0100 From: Baptiste Daroussin To: Luca Pizzamiglio Cc: Stephen Montgomery-Smith , ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org, pkg@freebsd.org Subject: Re: git: 47564762a319 - main - component: add SUBPACKAGES Message-ID: References: <202401012159.401LxI6I014243@gitrepo.freebsd.org> List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Tue, Jan 02, 2024 at 11:46:20AM +0100, Baptiste Daroussin wrote: > On Tue, Jan 02, 2024 at 09:56:02AM +0100, Luca Pizzamiglio wrote: > > Hi Stephen > > > > packages are not yet built with this patch, so I'm inclined to assume there > > is no relation with it. > > However, despite all the testing performed, bugs are still a possibility. > > > > I've just tested the command on my system and I see no issues (pkg 1.20.9). > > Which version of FreeBSD are you using? IIRC, all 12.x repos have been > > already deleted (maybe causing pkg to be orphaned) > > > > Best regards, > > pizzamig > > > Issue reproduced, the issue is make flavors-package-names is broken, I am > looking at it. > > Bapt Fixed! Thank you for reporting. Bapt