From nobody Tue Jul 27 21:05:14 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 13BD012AE2E3 for ; Tue, 27 Jul 2021 21:05:17 +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 4GZ8Ss04Pbz53B4 for ; Tue, 27 Jul 2021 21:05:17 +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 AB5DB2AF10 for ; Tue, 27 Jul 2021 21:05:16 +0000 (UTC) (envelope-from leres@freebsd.org) From: Craig Leres To: freebsd-hackers@freebsd.org Subject: pkg/poudriere: dangling symlink to pkg.pkg.sig Message-ID: <2adca193-dbeb-8b5a-47a6-9e40e56ee80d@freebsd.org> Date: Tue, 27 Jul 2021 14:05:14 -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 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-ThisMailContainsUnwantedMimeParts: N 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 iron 32 # pwd /usr/local/poudriere/data/packages/12release-current-patched iron 33 # find . -name '*.sig' ./.real_1627222758/Latest/pkg.txz.sig iron 34 # ls -l .real_1627222758/Latest/pkg.txz.sig lrwxr-xr-x 1 root wheel 11 Jul 25 06:01 .real_1627222758/Latest/pkg.txz.sig -> pkg.pkg.sig iron 35 # : < .real_1627222758/Latest/pkg.txz.sig .real_1627222758/Latest/pkg.txz.sig: No such file or directory.