Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 07 Jan 2022 08:11:52 +0000
From:      bugzilla-noreply@freebsd.org
To:        pkgbase@FreeBSD.org
Subject:   [Bug 254050] pkgbase: pkg autoremove is removing packages it shouldn't
Message-ID:  <bug-254050-36141-gEiFFhhrbH@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-254050-36141@https.bugs.freebsd.org/bugzilla/>
References:  <bug-254050-36141@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D254050

Henrik Rosenke <rosenke@dssgmbh.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rosenke@dssgmbh.de

--- Comment #3 from Henrik Rosenke <rosenke@dssgmbh.de> ---
I got the Same Problem in 12 Stable Revision 370727. After a basic Install =
of
ca 77 packages pkg wants to remove 68 of them.

[root@dsssrvt4j1 /usr/local/etc/rc.d]# pkg info -d FreeBSD-libarchive
FreeBSD-libarchive-12.2.s20220105232846:
[root@dsssrvt4j1 /usr/local/etc/rc.d]# pkg info -r FreeBSD-libarchive
FreeBSD-libarchive-12.2.s20220105232846:

My current workaroung when setting up jails is=20
for port in $(jexec ${jailname} pkg autoremove -n | grep FreeBSD | xargs -n=
 1);
do
    jexec ${jailname} pkg lock -y ${port}
done

--=20
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-254050-36141-gEiFFhhrbH>