From nobody Sun Aug 01 22:02:33 2021 X-Original-To: freebsd-hackers@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 58E7E12B5DD2 for ; Sun, 1 Aug 2021 22:02:35 +0000 (UTC) (envelope-from leres@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 4GdFVg22Cvz3sfX; Sun, 1 Aug 2021 22:02:35 +0000 (UTC) (envelope-from leres@freebsd.org) Received: from ice.alameda.xse.com (unknown [IPv6:2600:1700:a570:e20:f2ad:4eff:fe09:150e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: leres) by smtp.freebsd.org (Postfix) with ESMTPSA id CFA3B266C3; Sun, 1 Aug 2021 22:02:34 +0000 (UTC) (envelope-from leres@freebsd.org) Subject: Re: pkg/poudriere: dangling symlink to pkg.pkg.sig To: Baptiste Daroussin Cc: freebsd-hackers@freebsd.org References: <2adca193-dbeb-8b5a-47a6-9e40e56ee80d@freebsd.org> <20210729074107.yuv6a4tcj55wpbvt@aniel.nours.eu> From: Craig Leres Message-ID: <44e045d2-cd8c-f353-f8e5-31304330eb94@freebsd.org> Date: Sun, 1 Aug 2021 15:02:33 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.12.0 List-Id: Technical discussions relating to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-hackers List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-hackers@freebsd.org MIME-Version: 1.0 In-Reply-To: <20210729074107.yuv6a4tcj55wpbvt@aniel.nours.eu> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-ThisMailContainsUnwantedMimeParts: N On 7/29/21 12:41 AM, Baptiste Daroussin wrote: > On Tue, Jul 27, 2021 at 02:05:14PM -0700, Craig Leres wrote: >> For the last few days, approximately corresponding to when the pkg port >> upgraded to 1.17.0, the poudriere build process has been creating a dangling >> symlink from pkg.txz.sig to pkg.pkg.sig. Posting an issue to >> github.com/freebsd/pkg did not prove useful; does anyone understand what >> broke (and how to fix it)? >> >> I ran into this because I use a cron job to archive poudriere build trees; >> the job does a diff -r of the latest pkg tree vs. the most recent archived >> tree (to decide if the new tree is worth archiving). >> >> Craig >> > I told you to have a look at the commit in the ports tree in the github issue, > which apparently you did not. > > In particular: > https://cgit.freebsd.org/ports/commit/Mk/bsd.port.mk?id=ec2764d5ec4933f52cb0718663f60f1e1b1eed7f Thank you for providing the specific commit that caused the issue I was trying to understand. This is infinitely more helpful than the, "please read the commit logs in the ports tree" response I got when I opened a github issue with pkg. Craig