From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1N0LLJ-0000hV-8N for garchives@archives.gentoo.org; Tue, 20 Oct 2009 20:30:05 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E390E0801; Tue, 20 Oct 2009 20:29:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E61ABE0801 for ; Tue, 20 Oct 2009 20:29:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 9268267E46 for ; Tue, 20 Oct 2009 20:29:39 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -3.099 X-Spam-Level: X-Spam-Status: No, score=-3.099 required=5.5 tests=[AWL=-0.500, BAYES_00=-2.599] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DPxbCIp+VE96 for ; Tue, 20 Oct 2009 20:29:33 +0000 (UTC) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id E784767E3D for ; Tue, 20 Oct 2009 20:29:32 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.50) id 1N0LKh-0005wO-OM for gentoo-user@gentoo.org; Tue, 20 Oct 2009 22:29:27 +0200 Received: from hsi-kbw-078-043-048-083.hsi4.kabel-badenwuerttemberg.de ([78.43.48.83]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 20 Oct 2009 22:29:27 +0200 Received: from joerg.schaible by hsi-kbw-078-043-048-083.hsi4.kabel-badenwuerttemberg.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 20 Oct 2009 22:29:27 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: gentoo-user@gentoo.org To: gentoo-user@lists.gentoo.org From: =?ISO-8859-1?Q?J=F6rg?= Schaible Subject: [gentoo-user] Re: Wine users backup libjpeg.so.62.0.0 Date: Tue, 20 Oct 2009 22:29:01 +0200 Message-ID: References: <20091020033907.GA24339@waltdnes.org> 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=us-ascii Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: hsi-kbw-078-043-048-083.hsi4.kabel-badenwuerttemberg.de Mail-Copies-To: never User-Agent: KNode/0.10.9 Sender: news X-Archives-Salt: fd1ad8ba-df31-4bf9-b9a5-5fcbddb08a43 X-Archives-Hash: 3c089b06622ccf91291b8e41af18f7cd waltdnes@waltdnes.org wrote: > MAKE SURE TO BACKUP libjpeg.so.62.0.0 and libjpeg.so.62 (a symlink to > libjpeg.so.62.0.0) No. Simply emerge jpeg-compat to get back a stable system. > My older machine was getting flakey so I migrated to my newer machine. > I updated the new machine to the latest everything, and got a message > that I could delete libjpeg.so.62 (a symlink to libjpeg.so.62.0.0) in > /usr/lib (that's where it is on my Gentoo system). Bad move... Wine no > longer ran. Fortunately, I had not updated my older machine, so I was > able to copy the files over from it, and Wine is now running. The weird > part is that I followed instructions, and ran the revdep-rebuild. It > claimed there were no dynamic links to libjpeg.so.62 Run "redev-rebuild --library libjpeg.so.62" (as told by the elog). Then you can unmerge jpeg-compat again.