* [PATCH] seperatebuilddir.inc: disable seperate build dir for consolekit
@ 2013-04-16 11:49 Koen Kooi
2013-04-16 15:53 ` Richard Purdie
0 siblings, 1 reply; 4+ messages in thread
From: Koen Kooi @ 2013-04-16 11:49 UTC (permalink / raw)
To: openembedded-core; +Cc: Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
---
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}"
--
1.8.1.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] seperatebuilddir.inc: disable seperate build dir for consolekit
2013-04-16 11:49 [PATCH] seperatebuilddir.inc: disable seperate build dir for consolekit Koen Kooi
@ 2013-04-16 15:53 ` Richard Purdie
2013-04-16 16:29 ` Koen Kooi
0 siblings, 1 reply; 4+ messages in thread
From: Richard Purdie @ 2013-04-16 15:53 UTC (permalink / raw)
To: Koen Kooi; +Cc: openembedded-core
On Tue, 2013-04-16 at 13:49 +0200, Koen Kooi wrote:
> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
> ---
> 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?
Cheers,
Richard
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] seperatebuilddir.inc: disable seperate build dir for consolekit
2013-04-16 15:53 ` Richard Purdie
@ 2013-04-16 16:29 ` Koen Kooi
2013-04-16 21:08 ` Richard Purdie
0 siblings, 1 reply; 4+ messages in thread
From: Koen Kooi @ 2013-04-16 16:29 UTC (permalink / raw)
To: Richard Purdie; +Cc: openembedded-core
Op 16 apr. 2013, om 17:53 heeft Richard Purdie <richard.purdie@linuxfoundation.org> het volgende geschreven:
> On Tue, 2013-04-16 at 13:49 +0200, Koen Kooi wrote:
>> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
>> ---
>> 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.
regards,
Koen
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] seperatebuilddir.inc: disable seperate build dir for consolekit
2013-04-16 16:29 ` Koen Kooi
@ 2013-04-16 21:08 ` Richard Purdie
0 siblings, 0 replies; 4+ messages in thread
From: Richard Purdie @ 2013-04-16 21:08 UTC (permalink / raw)
To: Koen Kooi; +Cc: openembedded-core
On Tue, 2013-04-16 at 18:29 +0200, Koen Kooi wrote:
> Op 16 apr. 2013, om 17:53 heeft Richard Purdie <richard.purdie@linuxfoundation.org> het volgende geschreven:
>
> > On Tue, 2013-04-16 at 13:49 +0200, Koen Kooi wrote:
> >> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
> >> ---
> >> 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
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-04-16 21:26 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-16 11:49 [PATCH] seperatebuilddir.inc: disable seperate build dir for consolekit Koen Kooi
2013-04-16 15:53 ` Richard Purdie
2013-04-16 16:29 ` Koen Kooi
2013-04-16 21:08 ` Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox