From mboxrd@z Thu Jan 1 00:00:00 1970 X-Received: by 10.129.128.70 with SMTP id q67mr1631862ywf.12.1446129942445; Thu, 29 Oct 2015 07:45:42 -0700 (PDT) X-BeenThere: voidlinux@googlegroups.com Received: by 10.182.163.113 with SMTP id yh17ls115695obb.90.gmail; Thu, 29 Oct 2015 07:45:42 -0700 (PDT) X-Received: by 10.182.65.67 with SMTP id v3mr1677134obs.38.1446129942051; Thu, 29 Oct 2015 07:45:42 -0700 (PDT) Return-Path: Received: from hurricane.the-brannons.com (hurricane.the-brannons.com. [2001:470:1:41:a800:ff:fe3e:bc77]) by gmr-mx.google.com with ESMTP id sm2si207535pab.0.2015.10.29.07.45.41 for ; Thu, 29 Oct 2015 07:45:41 -0700 (PDT) Received-SPF: pass (google.com: domain of ch...@the-brannons.com designates 2001:470:1:41:a800:ff:fe3e:bc77 as permitted sender) client-ip=2001:470:1:41:a800:ff:fe3e:bc77; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of ch...@the-brannons.com designates 2001:470:1:41:a800:ff:fe3e:bc77 as permitted sender) smtp.mailfrom=ch...@the-brannons.com Received: from localhost (71-38-131-64.ptld.qwest.net [71.38.131.64]) by hurricane.the-brannons.com (Postfix) with ESMTPSA id B854179046 for ; Thu, 29 Oct 2015 07:45:30 -0700 (PDT) From: Chris Brannon To: voidlinux Subject: Re: update error MISSING: libssl35-2.2.4_1 References: <80856c35-ed4e-4af9-b57f-97bbf8ef2d5c@googlegroups.com> Date: Thu, 29 Oct 2015 07:45:40 -0700 In-Reply-To: <80856c35-ed4e-4af9-b57f-97bbf8ef2d5c@googlegroups.com> (Duncaen's message of "Thu, 29 Oct 2015 06:02:41 -0700 (PDT)") Message-ID: <87a8r1wx63.fsf@mushroom.localdomain> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Duncaen writes: > The newest version is libssl35-2.2.4_3 > (https://github.com/voidlinux/void-packages/blob/master/srcpkgs/libressl/template) > Maybe you can find out what depends on libssl35-2.2.4_1 with > xbps-query -X libssl35-2.2.4_1 and update them first. Yeah, so the offending package here is really libressl-openssl, not libssl35 or whatever xbps-install was complaining about. So what the OP really needs to do is update all the stuff that depends on it: xbps-query -X libressl-openssl and xbps-install -Su After that, I think you can remove libressl-openssl and go on about your business... -- Chris