From owner-freebsd-ports@freebsd.org Fri May 1 17:49:24 2020 Return-Path: Delivered-To: freebsd-ports@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E7D112DBB4F for ; Fri, 1 May 2020 17:49:24 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 49DKWS5v1lz3PF5 for ; Fri, 1 May 2020 17:49:24 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: by mailman.nyi.freebsd.org (Postfix) id C86C52DBB4E; Fri, 1 May 2020 17:49:24 +0000 (UTC) Delivered-To: ports@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C82F02DBB4D for ; Fri, 1 May 2020 17:49:24 +0000 (UTC) (envelope-from madpilot@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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49DKWS4fmxz3PF4 for ; Fri, 1 May 2020 17:49:24 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from marvin.madpilot.net (host79-134-dynamic.49-79-r.retail.telecomitalia.it [79.49.134.79]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: madpilot/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 5F13B6DA0 for ; Fri, 1 May 2020 17:49:24 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) To: ports@FreeBSD.org From: Guido Falsi Subject: Error testing port in poudriere caused by pkg not running deinstall scripts Message-ID: <344878e8-e885-744a-df10-9af61017cbd7@FreeBSD.org> Date: Fri, 1 May 2020 19:49:22 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 May 2020 17:49:25 -0000 hi, While testing an update to xfce ports I have got this error in poudriere: =>> Checking for extra files and directories =>> Error: Files or directories removed: share/icons/hicolor/icon-theme.cache And could not find any cause for it. This file should be managed by the INSTALLS_ICONS port variable, which adds post-install and post-deinstall commands. My suspect is the post-deinstall command is not being run properly for some reason causing this error. Could this be correct? How can I verify this? -- Guido Falsi