From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (5751f4a1.skybroadband.com [87.81.244.161]) by mail.openembedded.org (Postfix) with ESMTP id 7A43C607A5 for ; Thu, 16 Jul 2015 21:40:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id t6GLe94V019954; Thu, 16 Jul 2015 22:40:09 +0100 Received: from dan.rpsys.net ([127.0.0.1]) by localhost (dan.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id t7vnTobRBbNO; Thu, 16 Jul 2015 22:40:09 +0100 (BST) Received: from [192.168.3.10] ([192.168.3.10]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id t6GLdvNH019929 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Thu, 16 Jul 2015 22:40:08 +0100 Message-ID: <1437082797.3310.153.camel@linuxfoundation.org> From: Richard Purdie To: Martin Jansa Date: Thu, 16 Jul 2015 22:39:57 +0100 In-Reply-To: <20150714142140.GC2184@jama> References: <20150714142140.GC2184@jama> X-Mailer: Evolution 3.12.10-0ubuntu1~14.10.1 Mime-Version: 1.0 Cc: openembedded-core@lists.openembedded.org Subject: Re: dbus-test no longer built for dbus-ptest after last bitbake changes X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Jul 2015 21:40:11 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Tue, 2015-07-14 at 16:21 +0200, Martin Jansa wrote: > I'm not 100% sure it's related to recent bitbake variable expansion > changes, but my recent builds are failing with errors about > dbus-ptest cannot be installed because dbus-test-ptest doesn't exist > > ERROR: > Collected errors: > > * satisfy_dependencies_for: Cannot satisfy the following dependencies > * for dbus-ptest: > > * dbus-test-ptest * > > * opkg_install_cmd: Cannot install package dbus-ptest. > > It's using a bit strange construct to add it to RDEPENDS: > meta/recipes-core/dbus/dbus.inc:RDEPENDS_dbus-ptest_class-target = > "dbus-test-ptest" > > but checking cooker log shows that dbus-test > (meta/recipes-core/dbus/dbus-test_1.8.18.bb) wasn't built at all, only > dbus-test message is from opkg error and this QA error from dbus itself: > > NOTE: recipe dbus-1.8.18-r0: task do_package_write_ipk: Started > WARNING: QA Issue: dbus-ptest rdepends on dbus-test-ptest, but it isn't > a build dependency? [build-deps] > > Any ideas? I've not forgotten about this, I'm just neck deep in trying to fix the current failures on the autobuilder (libspeexdsp is proving to uncover scary things in smart). Its next on the queue when I get done with that assuming nobody beats me to it but may be Monday... Cheers, Richard