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 1RdIJS-0000EO-SQ for openembedded-core@lists.openembedded.org; Wed, 21 Dec 2011 10:18:15 +0100 Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id pBL9AS7L006940; Wed, 21 Dec 2011 09:10:28 GMT 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 05856-08; Wed, 21 Dec 2011 09:10:24 +0000 (GMT) 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 pBL9AKFG006934 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 21 Dec 2011 09:10:21 GMT Message-ID: <1324458622.3622.25.camel@ted> From: Richard Purdie To: "Cui, Dexuan" Date: Wed, 21 Dec 2011 09:10:22 +0000 In-Reply-To: <1865303E0DED764181A9D882DEF65FB6EA8B6E1B0D@shsmsx502.ccr.corp.intel.com> References: <1865303E0DED764181A9D882DEF65FB6EA8B6E1A65@shsmsx502.ccr.corp.intel.com> <1865303E0DED764181A9D882DEF65FB6EA8B6E1B0D@shsmsx502.ccr.corp.intel.com> X-Mailer: Evolution 3.2.1- Mime-Version: 1.0 X-Virus-Scanned: amavisd-new at rpsys.net Cc: Koen Kooi , Martin Jansa , Patches and discussions about the oe-core layer Subject: Re: opkg still breaks meta-toolchain-gmae 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: Wed, 21 Dec 2011 09:18:15 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Wed, 2011-12-21 at 16:51 +0800, Cui, Dexuan wrote: > Cui, Dexuan wrote on 2011-12-21: > > Hi all, > > After I upgraded to the latest poky master (commit 4648aadf), > > core-image-sato-sdk can build file, but meta-toolchain-gmae (with ipk > > packaging) still doesn't work. Now the failure is: > > > > | error: Failed dependencies: > > | libsdl-nativesdk is needed by qemu-nativesdk-0.15.1-r1.x86_64 > > NOTE: package meta-toolchain-gmae-1.0-r6: task do_populate_sdk: Failed > Sorry, I need to correct this above: > It's actually rpm packaging(rpm did work fine with the slightly older commit 45987c5135) rather than ipk. > > If I use ipk packaging, I get the similar mkdir failure: > mkdir: cannot create directory `/var/lib/opkg': Permission denied > and, I finally got a libsdl failure, too: > | Collected errors: > | * satisfy_dependencies_for: Cannot satisfy the following dependencies for task-sdk-host-nativesdk: > | * libsdl-nativesdk * > So I suppose the libsdl patch(" fix packaging") is suspicious. > > BTW, I use "MACHINE=qemux86". I have a suspicion this is a missing PR bump on qemu after the libsdl change. Does rebuilding qemu-nativesdk help? Cheers, Richard