From nobody Mon Nov 08 08:52:33 2021 X-Original-To: freebsd-pkg@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 20646184A09F for ; Mon, 8 Nov 2021 08:52:23 +0000 (UTC) (envelope-from freebsd@ohreally.nl) Received: from rambler.ohreally.nl (rambler.ohreally.nl [51.15.8.63]) (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) by mx1.freebsd.org (Postfix) with ESMTPS id 4HnlHB70Hqz4hXb; Mon, 8 Nov 2021 08:52:22 +0000 (UTC) (envelope-from freebsd@ohreally.nl) Received: from authenticated-user by rambler.ohreally.nl (Postfix) with ESMTPSA id 428C61DB270B; Mon, 8 Nov 2021 09:52:21 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ohreally.nl; s=dkim; t=1636361541; r=y; bh=50aIidMs5oPRNQ59qKGvENhXAeZs4oupS+N6GuIc3JI=; h=Date:Subject:To:Cc:References:From:In-Reply-To; b=Pxm9Wk3g8+w+ete0ORfr9/aQEAdxoRD5HxaE8LoOO6Fa5B2yNF3GLc8obdeeE5RVT tSyuKoO83Mdd2StSgis/mhzxq3kVq2+p4xdR7MielCaFq4Okv8oy7l5fig9YyTe4Ui QrOQVnIi46oOMAK6dzhL286wcdkUx2Bqj/BkSB6Q= Message-ID: <9df3553b-b2c3-6b35-f06c-f123b981a613@ohreally.nl> Date: Mon, 8 Nov 2021 09:52:33 +0100 List-Id: Binary package management and package tools discussion List-Archive: https://lists.freebsd.org/archives/freebsd-pkg List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-pkg@freebsd.org MIME-Version: 1.0 Subject: Re: Questions about /usr/local/lib/compat/pkg Content-Language: nl To: Baptiste Daroussin Cc: freebsd-pkg@FreeBSD.org References: <15967907-03dc-a2ab-df86-6097d8d808f6@ohreally.nl> <20211108075438.jtqkak6n22n5rlg7@aniel.nours.eu> From: freebsd@ohreally.nl In-Reply-To: <20211108075438.jtqkak6n22n5rlg7@aniel.nours.eu> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamav-milter 0.104.0 at rambler.ohreally.nl X-Virus-Status: Clean X-Rspamd-Queue-Id: 4HnlHB70Hqz4hXb X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N Hi Baptiste, Thank you for that; that's quite helpful. > /usr/local/lib/compat/pkg is mecanism to save old libraries, during upgrade, > ensure programs still linked to those old libs continues to run Okay. So just to be sure: after I have killed or restarted any programs that may be using these libraries, I can empty this directory? > What does pkg -vv shows you ? > pkg -vv | grep BACKUP BACKUP_LIBRARIES = false; BACKUP_LIBRARY_PATH = "/usr/local/lib/compat/pkg"; So I guess I found a bug. I'll create an issue at GitHub. Thanks much! Rob -- :wq