From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp2-g21.free.fr ([212.27.42.2]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1SAzfi-0002r1-Qa for openembedded-core@lists.openembedded.org; Fri, 23 Mar 2012 09:16:31 +0100 Received: from eb-e6520 (unknown [82.240.38.71]) by smtp2-g21.free.fr (Postfix) with ESMTP id E3D6A4B0150; Fri, 23 Mar 2012 09:07:31 +0100 (CET) Date: Fri, 23 Mar 2012 09:07:30 +0100 From: Eric =?ISO-8859-1?B?QuluYXJk?= To: "Kamble, Nitin A" Message-ID: <20120323090730.41549cc0@eb-e6520> In-Reply-To: References: <20120322131310.1c6455d1@eb-e6520> <20120322134340.1af3dfda@eb-e6520> <20120322141455.644058f0@eb-e6520> <20120322223127.136698cf@eb-e6520> Organization: =?ISO-8859-1?B?RXVrculh?= Electromatique X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.8; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Cc: layer , Martin Jansa , Patches Subject: Re: [PATCH 1/1] Revert "gdb-cross-canadian: build gdb with python support" 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, 23 Mar 2012 08:16:31 -0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi, Le Thu, 22 Mar 2012 21:40:20 +0000, "Kamble, Nitin A" a =E9crit : > I am also having very similar thoughts here. My fedora does not have=20 > readline_d.so installed, and that is not a problem for host gdb. >=20 > The install issue you are seeing is due to python-native which is used=20 > in the nativesdk install process, it is expecting "pydebug" enabled=20 > in the native version also. And I could not get that patch applied to the > python-native successfully (another build issue). >=20 same thing here, I also tried that ;-) > Anyways, we 1st need to understand, how gdb in mainline distros like fedo= ra=20 > is able to work fine without having the debug python modules installed. >=20 yes I think that's also the right way to solve the problem instead of using the workaround found. Eric