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 1MR5eV-0006vV-S8 for garchives@archives.gentoo.org; Wed, 15 Jul 2009 14:40:12 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50541E0412; Wed, 15 Jul 2009 14:40:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 2A58BE0412 for ; Wed, 15 Jul 2009 14:40:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id AE0AF669CB for ; Wed, 15 Jul 2009 14:40:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -4.047 X-Spam-Level: X-Spam-Status: No, score=-4.047 required=5.5 tests=[AWL=-0.448, BAYES_00=-2.599, RCVD_IN_DNSWL_LOW=-1] 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 6JnU8aEutN4s for ; Wed, 15 Jul 2009 14:40:03 +0000 (UTC) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 2C5AE66E52 for ; Wed, 15 Jul 2009 14:40:01 +0000 (UTC) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MR5eG-0002ct-BG for gentoo-user@gentoo.org; Wed, 15 Jul 2009 14:39:56 +0000 Received: from adsl-69-234-225-33.dsl.irvnca.pacbell.net ([69.234.225.33]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 15 Jul 2009 14:39:56 +0000 Received: from w41ter by adsl-69-234-225-33.dsl.irvnca.pacbell.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 15 Jul 2009 14:39:56 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: walt Subject: [gentoo-user] Re: mod_perl is hard to set up on gentoo; this even messes up vim Date: Wed, 15 Jul 2009 07:39:42 -0700 Message-ID: References: <9acccfe50907150256m3a36bfei7953f9326329a013@mail.gmail.com> <20090715121922.TA30e7e.tv@veller.net> <9acccfe50907150622r2a8ad8c9r22def5131a8f2937@mail.gmail.com> 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; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: adsl-69-234-225-33.dsl.irvnca.pacbell.net User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.1pre) Gecko/20090715 Shredder/3.0b3pre In-Reply-To: <9acccfe50907150622r2a8ad8c9r22def5131a8f2937@mail.gmail.com> Sender: news X-Archives-Salt: 1bd507a4-a92c-4ad4-b71b-94fea3a5fca5 X-Archives-Hash: e3451a09a65c3794e486a572257133e7 On 07/15/2009 06:22 AM, Kevin O'Gorman wrote: > On Wed, Jul 15, 2009 at 3:25 AM, Torsten Veller wrote: >> * Kevin O'Gorman: >>> Errno architecture (i686-linux-2.6.24-gentoo-r4-kosmanor) does not >>> match executable architecture >>> (i686-linux-thread-multi-2.6.28-gentoo-r5-kosmanor) at >>> /usr/lib/perl5/site_perl/5.8.8/Errno.pm line 11. >> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >> Where does this file come from? >> >> > > That is from the file /etc/portage/package.use, which is used by the > Gentoo package manager, "portage"... On my machines that generated file resides in /usr/lib/perl5/5.8.8/i686-linux and belongs to the perl package itself. I'd suggest deleting that file and re-emerging perl to generate a new one.