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 1LTr8G-00051T-43 for garchives@archives.gentoo.org; Mon, 02 Feb 2009 05:14:04 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD61EE0473; Mon, 2 Feb 2009 05:14:02 +0000 (UTC) Received: from rn-out-0910.google.com (rn-out-0910.google.com [64.233.170.186]) by pigeon.gentoo.org (Postfix) with ESMTP id 9F757E0473 for ; Mon, 2 Feb 2009 05:14:02 +0000 (UTC) Received: by rn-out-0910.google.com with SMTP id k1so917039rnd.14 for ; Sun, 01 Feb 2009 21:14:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=XZto2KCk8nZ+ZhyozJRC5N+IJwjfe5K77CDUJGI69z0=; b=MEveTzF5K/rVN7K1A0bSJxYTDb4yMghBEYRiRVmHvBQwpC2jpJLb1eJj1lDrhhmDP1 0+DzwXMBg5aALos7n47dHbSZcRPGIImk00esDwi3dzhpuXRD6uRY5ehQ/afQXRfPN7TE N6KR1don/sU4qGsv1BUyT+6TdDUDx57DH4yvM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=lN6gS8Qmu/BeI5cNgFIST7eWWSSziQZd1q8fdc2iI+AMjcyJcpDNqrB7/00CX1hwGU K6EksS6GzgoLAFYil/SpGqjEHKt7r1UU/a7ODc1LNHiHvNI6osWIpg/1Yilo9z80tDFZ Stu9R2LSJ/MSxuJSJXQvsrAhvPgqyldvHi5Pk= Received: by 10.65.137.5 with SMTP id p5mr2454916qbn.7.1233551642145; Sun, 01 Feb 2009 21:14:02 -0800 (PST) Received: from ?4.230.105.174? (dialup-4.230.105.174.Dial1.Houston1.Level3.net [4.230.105.174]) by mx.google.com with ESMTPS id p30sm6425728qbp.37.2009.02.01.21.13.59 (version=SSLv3 cipher=RC4-MD5); Sun, 01 Feb 2009 21:14:01 -0800 (PST) Message-ID: <49868115.7090800@gmail.com> Date: Sun, 01 Feb 2009 23:13:57 -0600 From: Dale User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.19) Gecko/20081227 SeaMonkey/1.1.14 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 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Gentoo messed up after upgrade References: <20090202050422.2101.1.NOFFLE@turbacz.local> <200902020608.34524.volkerarmin@googlemail.com> In-Reply-To: <200902020608.34524.volkerarmin@googlemail.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Archives-Salt: fca2280e-533f-43a7-8202-4895720c28a1 X-Archives-Hash: e338b59f3e58d0614b768a1ad03bb94f Volker Armin Hemmann wrote: > On Montag 02 Februar 2009, Miernik wrote: > >> After running 'emerge -uD world' I have many things messed-up, besides >> the unability of firefox to do DNS resolve for most (but not all) URLs. >> ssh also can't DNS resolve some hosts (but ping can on the same hosts). >> >> All my manpages look like this: >> >> ESC[1mNAMEESC[0m >> ls - list directory contents >> >> ESC[1mSYNOPSISESC[0m >> ESC[1mls ESC[22m[ESC[4mOPTIONESC[24m]... [ESC[4mFILEESC[24m]... >> >> Many programs fail to start: >> >> miernik@przehyba ~ $ gnumeric >> gnumeric: symbol lookup error: /usr/lib/libspreadsheet-1.8.4.so: undefined >> symbol: g_dgettext >> >> miernik@przehyba ~ $ oowriter >> /usr/lib64/openoffice/program/soffice.bin: >> /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/libstdc++.so.6: version >> LIBCXX_3.4.9' not found (required by >> /usr/lib64/openoffice/program/../basis-link/program/libbasegfxlx.so) >> >> miernik@przehyba ~ $ eix glibc >> eix: /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/libstdc++.so.6: version >> LIBCXX_3.4.9' not found (required by eix) >> >> Before I had ~amd64 in ACCEPT_KEYWORDS, but in the middle of this >> upgrade I thought it was a bad idea, because many programs failed to >> compile, so I removed that from make.conf, and did run >> 'emerge --empty-tree world' >> which downgraded everything back to stable. But one thing I couldn't >> downgrade was glibc which stayed at version >> sys-libs/glibc-2.9_p20081201-r1 >> >> XTerm is not using my ~/.Xresources settings. >> >> Is there any way I can possibly fix my system? >> > > yes, revdep-rebuilt. > > > Typo there I think. Try revdep-rebuild -i and see if that helps. Dale :-) :-)