From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtprelay-h21.telenor.se ([195.54.99.196]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1QLAn6-0007Ug-QF for openembedded-devel@lists.openembedded.org; Sat, 14 May 2011 11:05:40 +0200 Received: from ipb1.telenor.se (ipb1.telenor.se [195.54.127.164]) by smtprelay-h21.telenor.se (Postfix) with ESMTP id 55753EB2F3 for ; Sat, 14 May 2011 10:39:45 +0200 (CEST) X-SENDER-IP: [83.227.57.42] X-LISTENER: [smtp.bredband.net] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApgnAH4/zk1T4zkqPGdsb2JhbAAMmAWODwEBAQE3x02GGASQEY53 X-IronPort-AV: E=Sophos;i="4.64,367,1301868000"; d="scan'208";a="189560381" Received: from c-2a39e353.011-39-73746f12.cust.bredbandsbolaget.se (HELO [10.175.196.247]) ([83.227.57.42]) by ipb1.telenor.se with ESMTP; 14 May 2011 10:39:44 +0200 Message-ID: <4DCE3FCF.4050706@atmel.com> Date: Sat, 14 May 2011 10:39:43 +0200 From: Ulf Samuelsson User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17) Gecko/20110424 Thunderbird/3.1.10 MIME-Version: 1.0 To: openembedded-devel@lists.openembedded.org References: <201105051150.06842.sgh@sgh.dk> <4DC2827E.9020801@mlbassoc.com> In-Reply-To: <4DC2827E.9020801@mlbassoc.com> Subject: Re: perl-native fails on Ubuntu 11.04 X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 May 2011 09:05:40 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable 2011-05-05 12:57, Gary Thomas skrev: > On 05/05/2011 03:50 AM, S=F8ren Holm wrote: >> Please apply this patch to make perl-native build on Ubuntu 11.04 >> >> https://gist.github.com/raw/925006/4217f358fb00b5b7f1dfbd1ce5f4afa4f64= b0bb0/0001-perl-native-multilib-patch-for-ubuntu-11.04.patch=20 >> > > This patch only works for x86_64 systems. A corrected version > replaces `uname -m` with * in > ++test -f /usr/lib/*-linux-gnu/libc.so &&=20 > glibpth=3D"/usr/lib/*-linux-gnu $glibpth" > Yes , Just installed Ubuntu 11.04 on a machine and I tried that patch=20 and failed. 'uname -m` returns i686 but the library is in i386-linux-gnu I symlinked i686-linux-gnu to i386-linux-gnu, and then the build complete= s. `uname -i` will return i386 so that is an alternative as well. Best Regards Ulf Samuelsson