From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1KvmrO-000675-IK for garchives@archives.gentoo.org; Fri, 31 Oct 2008 05:47:50 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2FC2CE033A; Fri, 31 Oct 2008 05:47:49 +0000 (UTC) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.174]) by pigeon.gentoo.org (Postfix) with ESMTP id 0369FE033A for ; Fri, 31 Oct 2008 05:47:48 +0000 (UTC) Received: by wf-out-1314.google.com with SMTP id 29so1045329wff.10 for ; Thu, 30 Oct 2008 22:47:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references :x-google-sender-auth; bh=oMoGhZ7s3qXj96J23WxBHlKGiSjn5Yhq/lkURKaklfs=; b=PyQhnroF8cbIJYBd5nNUp16nMR/e8HNVRUbH85hDo0pjlVZFwAR+U0MHBViYngLZzz fnToqPIMOh+cXlSvUHCUQfZ5zg55XYyEMaureARVcm5tfuqoL9DV0t76JRdKwApGzMxR 1hz+QQL5q79ZzUjLwuLDWVqk6+w0xvAhgSEbI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references:x-google-sender-auth; b=hshX+eoExohmRnMClTD3kcHa7x2eN4sh3ZbZ5Kynr96O+2ArTPrFplPTe5hxsMXjWI Aml31oPHO7Ctr8nWppKNBw7NtsBN/n6T1AAuafZI5YbrlyBSyDJ3f/oNQhBIyWxz6inj /TtgjLCCf+7xc5UX/VcB4fMteUNRZ7Vidz9L4= Received: by 10.142.226.2 with SMTP id y2mr5176133wfg.80.1225432066977; Thu, 30 Oct 2008 22:47:46 -0700 (PDT) Received: by 10.142.215.4 with HTTP; Thu, 30 Oct 2008 22:47:46 -0700 (PDT) Message-ID: <58965d8a0810302247i61005fb4xbabafc4b01d65835@mail.gmail.com> Date: Fri, 31 Oct 2008 00:47:46 -0500 From: "Paul Hartman" Sender: paul.hartman@gmail.com To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: unmerge boo_boo In-Reply-To: <20081031003844.2de370ba@prezmyra.remarqs.net> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20081031003844.2de370ba@prezmyra.remarqs.net> X-Google-Sender-Auth: e8d9580d6655289c X-Archives-Salt: a791345c-c604-461f-a38f-b81a5ce6118d X-Archives-Hash: 75df2af2c9b0b5194b48d899c455b7db On Fri, Oct 31, 2008 at 12:38 AM, =BBQ=AB wrote: > In , > James wrote: > >> Well, >> >> I've done it now, being in too big of a hurry. >> >> After an emerge --sync, and the blocking packages, I >> got in a hurry, did not think and ran: >> >> emerge --unmerge sys-libs/ss sys-libs/com_err >> sys-fs/e2fsprogs sys-libs/e2fsprogs-libs >> >> >> So now I cannot emerge anything to fix this. >> >> Here I tried (re) emerge wget: >> >> Downloading >> 'ftp://rm.mirror.garr.it/mirrors/gnuftp/gnu/wget/wget-1.11.1.tar.bz2' >> wget: error while loading shared libraries: libcom_err.so.2: cannot >> open shared object file: No such file or directory >> >> >> Can I just copy some file over from another amd64 machine? >> >> If so, which ones exactly? >> >> >> If not, any other ideas to fix this? > > It's com_err you need to make wget work again. Using 'emerge -fpv > com_err' should get you a list of URL(s) for the file(s) needed, then > you can use a web browser to download them and put them in your > distfiles/ directory. (Or if you've got them on the other machine, > just copy them from there.) > > After you have com_err installed, use 'emerge -fuDN' to to get > everything you need to upgrade before you unmerge the blockers again. Well, com_err broken openssl which broke wget with "ssl" USE flag set. I forgot to mention that part. :) Disable "ssl" USE flag when you rebuild wget, then you can download everything else you need to rebuild. When you're done, you can rebuild wget with SSL and should probably do a revdep-rebuild to see if anyhing else got missed. If you don't have the current wget sources in distfiles, see if you have /any/ and try to rebuild the exact version, that way you don't need to download manually or copy from another PC. Paul