From mboxrd@z Thu Jan 1 00:00:00 1970 X-Received: by 10.182.163.43 with SMTP id yf11mr5395420obb.43.1425713127213; Fri, 06 Mar 2015 23:25:27 -0800 (PST) X-BeenThere: voidlinux@googlegroups.com Received: by 10.140.17.230 with SMTP id 93ls601672qgd.79.gmail; Fri, 06 Mar 2015 23:25:27 -0800 (PST) X-Received: by 10.140.101.51 with SMTP id t48mr295869qge.10.1425713127099; Fri, 06 Mar 2015 23:25:27 -0800 (PST) Date: Fri, 6 Mar 2015 23:25:26 -0800 (PST) From: Juan RP To: voidlinux@googlegroups.com Message-Id: <47fd85ef-74cd-448b-9240-218936050ddd@googlegroups.com> In-Reply-To: References: <8ec6b78c-38dd-4434-88d3-e980257de266@googlegroups.com> <892eab8c-ee97-49fe-b6a0-8112d9d5a400@googlegroups.com> Subject: Re: unresolved shlibs MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_1421_494188227.1425713126761" ------=_Part_1421_494188227.1425713126761 Content-Type: multipart/alternative; boundary="----=_Part_1422_1502268240.1425713126761" ------=_Part_1422_1502268240.1425713126761 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Found another issue that has appeared for some people. The xbps 0.44 shlib code skips packages that have the "transaction" obj set to "remove". If you've been using xbps for a while and never ran xbps-pkgdb(8) there could be some packages with that obsolete obj. Solution: for f in $(xbps-query -s '' -p transaction|cut -d ':' -f1); do sudo xbps-pkgdb $f; done If this does not fix the unresolved shlib there's a pkg that is missing the `shlib-provides` obj, submit a new issue in the void-packages github repo. Thanks. ------=_Part_1422_1502268240.1425713126761 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 7bit
Found another issue that has appeared for some people.

The xbps 0.44 shlib code skips packages that have the "transaction" obj set to "remove". If you've been using
xbps for a while and never ran xbps-pkgdb(8) there could be some packages with that obsolete obj.

Solution:

 for f in $(xbps-query -s '' -p transaction|cut -d ':' -f1); do sudo xbps-pkgdb $f; done

If this does not fix the unresolved shlib there's a pkg that is missing the `shlib-provides` obj, submit a new issue
in the void-packages github repo.

Thanks.
------=_Part_1422_1502268240.1425713126761-- ------=_Part_1421_494188227.1425713126761--