From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from dan.rpsys.net ([93.97.175.187]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1USDO1-0006O4-GM for openembedded-core@lists.openembedded.org; Tue, 16 Apr 2013 23:26:00 +0200 Received: from localhost (dan.rpsys.net [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-2.1ubuntu1) with ESMTP id r3GL8UaA021592; Tue, 16 Apr 2013 22:08:46 +0100 X-Virus-Scanned: Debian amavisd-new at dan.rpsys.net 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 sKJm0HC9KHR9; Tue, 16 Apr 2013 22:08:46 +0100 (BST) Received: from [192.168.3.10] (rpvlan0 [192.168.3.10]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-2.1ubuntu1) with ESMTP id r3GL8fPX021602 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NOT); Tue, 16 Apr 2013 22:08:43 +0100 Message-ID: <1366146492.8670.104.camel@ted> From: Richard Purdie To: Koen Kooi Date: Tue, 16 Apr 2013 22:08:12 +0100 In-Reply-To: <1CEA2C6F-2993-40DD-AC27-34B1A763BA0F@dominion.thruhere.net> References: <1366112971-3644-1-git-send-email-koen@dominion.thruhere.net> <1366127627.8670.98.camel@ted> <1CEA2C6F-2993-40DD-AC27-34B1A763BA0F@dominion.thruhere.net> X-Mailer: Evolution 3.6.2-0ubuntu0.1 Mime-Version: 1.0 Cc: openembedded-core@lists.openembedded.org Subject: Re: [PATCH] seperatebuilddir.inc: disable seperate build dir for consolekit X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 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: Tue, 16 Apr 2013 21:26:01 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Tue, 2013-04-16 at 18:29 +0200, Koen Kooi wrote: > Op 16 apr. 2013, om 17:53 heeft Richard Purdie het volgende geschreven: > > > On Tue, 2013-04-16 at 13:49 +0200, Koen Kooi wrote: > >> Signed-off-by: Koen Kooi > >> --- > >> meta/conf/distro/include/seperatebuilddir.inc | 4 +++- > >> 1 file changed, 3 insertions(+), 1 deletion(-) > >> > >> diff --git a/meta/conf/distro/include/seperatebuilddir.inc b/meta/conf/distro/include/seperatebuilddir.inc > >> index a9ca240..f60dc5c 100644 > >> --- a/meta/conf/distro/include/seperatebuilddir.inc > >> +++ b/meta/conf/distro/include/seperatebuilddir.inc > >> @@ -78,7 +78,9 @@ B_pn-compositeproto = "${SEPB}" > >> B_pn-compositeproto-native = "${SEPB}" > >> #B_pn-connman = "${SEPB}" > >> #B_pn-connman-gnome = "${SEPB}" > >> -B_pn-consolekit = "${SEPB}" > >> +#B_pn-consolekit = "${SEPB}" > >> +#| /build/setup-scripts/build/tmp-angstrom_next-eglibc/work/cortexa8hf-vfp-neon-angstrom-linux-gnueabi/consolekit/0.4.5-r10/ConsoleKit-0.4.5/pam-ck-connector/pam-ck-connector.c:64:26: fatal error: ck-connector.h: No such file or directory > >> +#| compilation terminated. > >> B_pn-console-tools = "${SEPB}" > >> B_pn-coreutils = "${SEPB}" > >> B_pn-coreutils-native = "${SEPB}" > > > > Neither my local builds or the autobuilder see this. Any idea why some > > builds would fail and others would work? > > No idea, it was building fine, then I enabled seperate-builddir, > removed TMPDIR, kicked off a build and ck started failing, so I > disabled SEPB, -c clean and it started working again. This is on > quadcore i7, make -j8, spinning rust. > > So far it's the only recipe failing over here for OE-core and seperate builddir. The answer would appear to be, you need "pam" in DISTRO_FEATURES, it works otherwise. Means it should be easy to fix to build properly. Cheers, Richard