From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.windriver.com ([147.11.1.11]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1QuQIL-0004w9-2y for openembedded-core@lists.openembedded.org; Fri, 19 Aug 2011 16:43:37 +0200 Received: from ALA-HCA.corp.ad.wrs.com (ala-hca [147.11.189.40]) by mail.windriver.com (8.14.3/8.14.3) with ESMTP id p7JEcsaV024112 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL) for ; Fri, 19 Aug 2011 07:38:54 -0700 (PDT) Received: from Macintosh-5.local (172.25.36.227) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server id 14.1.255.0; Fri, 19 Aug 2011 07:38:54 -0700 Message-ID: <4E4E757D.3050903@windriver.com> Date: Fri, 19 Aug 2011 09:38:53 -0500 From: Mark Hatle Organization: Wind River Systems User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:5.0) Gecko/20110624 Thunderbird/5.0 MIME-Version: 1.0 To: Patches and discussions about the oe-core layer Subject: Prelink question... X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2011 14:43:37 -0000 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit I've been getting reports that people are experiencing crashed with the cross-prelinker on 64-bit only filesystems. This includes both x86_64 and PPC64. In the case of the PPC64, there is one or more bug in the cross-prelinker rtld emulation which I'm currently working on. x86_64 however seems to simply crash on execution.. I've not gathered any further information. To work around this, only if you are having problems, in your conf/local.conf remove the image-prelink from the USER_CLASSES. Also if you end up having to remove this, please let me know you are having problems and which architecture you are working with. --Mark