From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from 93-97-173-237.zone5.bethere.co.uk ([93.97.173.237] helo=tim.rpsys.net) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1QQx3d-0000zP-M6 for openembedded-core@lists.openembedded.org; Mon, 30 May 2011 09:38:38 +0200 Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id p4U7ZQGa031156 for ; Mon, 30 May 2011 08:35:26 +0100 Received: from tim.rpsys.net ([127.0.0.1]) by localhost (tim.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 30738-09 for ; Mon, 30 May 2011 08:35:22 +0100 (BST) Received: from [192.168.3.10] ([192.168.3.10]) (authenticated bits=0) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id p4U7ZIA3031144 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 30 May 2011 08:35:18 +0100 From: Richard Purdie To: Patches and discussions about the oe-core layer In-Reply-To: References: <8046a9b60d086b3f82c0733ecbf24785066625e4.1306530446.git.sgw@linux.intel.com> <1306531463.3120.124.camel@lenovo.internal.reciva.com> <1306534987.27470.307.camel@rex> Date: Mon, 30 May 2011 08:35:06 +0100 Message-ID: <1306740906.27470.331.camel@rex> Mime-Version: 1.0 X-Mailer: Evolution 2.32.2 X-Virus-Scanned: amavisd-new at rpsys.net Subject: Re: [PATCH 1/1] xserver: force to use libdl 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: Mon, 30 May 2011 07:38:38 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Sat, 2011-05-28 at 00:35 +0200, Koen Kooi wrote: > Op 28 mei 2011, om 00:23 heeft Richard Purdie het volgende geschreven: > > > On Fri, 2011-05-27 at 22:24 +0100, Phil Blundell wrote: > >> On Fri, 2011-05-27 at 14:09 -0700, Saul Wold wrote: > >>> From: Yu Ke > >>> > >>> [YOCTO #737] > >>> > >>> The AC_CHECK_FUNC([dlopen], [], AC_CHECK_LIB([dl], [dlopen], DLOPEN_LIBS="-ldl")) > >>> macro seems not work well in ppc arch, so this patch force the DLOPEN_LIBS="-ldl" > >>> > >> > >> That's a bit of a weird report. Do we know why it doesn't work? I > >> guess we don't care all that much about Solaris targets, but equally I > >> can't think of any reason why ppc should be special. > > > > Seconded. I'd like to see the config.log of that failing on ppc... > > That reminds me of http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=87d9fca0fc4112b5ca07d92af10a2e9ef1bf8d0b which I still can't really explain.... It would be interesting to see if the fix I've just merged addresses that too... Cheers, Richard