| Submitter | Richard Purdie |
|---|---|
| Date | Nov. 15, 2011, 12:11 a.m. |
| Message ID | <1321315894.26881.117.camel@ted> |
| Download | mbox | patch |
| Permalink | /patch/14973/ |
| State | New |
| Headers | show |
Comments
Doesn't seem to help. Will look again tomorrow. Go to bed. Philip On 11/14/2011 07:11 PM, Richard Purdie wrote: > On Mon, 2011-11-14 at 18:47 -0500, Philip Balister wrote: >> Anyone have an idea about this failure building samba? >> >> http://pastebin.com/5PGX6MZr >> >> I'm going to look more tomorrow, just hoping someone sees something obvious. > > Maybe this might help: > > > commit ce064001e628597cab9c5713f1351e03478a4aa5 > Author: Richard Purdie <richard.purdie@linuxfoundation.org> > Date: Wed Nov 2 14:24:37 2011 +0000 > > samba: Force python disabled for now to avoid host contamination > > diff --git a/recipes-support/samba/samba_3.5.6.bb b/recipes-support/samba/samba_3.5.6.bb > index d5945f9..a44ce02 100644 > --- a/recipes-support/samba/samba_3.5.6.bb > +++ b/recipes-support/samba/samba_3.5.6.bb > @@ -12,6 +12,7 @@ SRC_URI[sha256sum] = "466410868375d19a286ac3fc5d9f3c267ce359189f8e0d76e72ec10bd5 > S = "${WORKDIR}/samba-${PV}/source3" > > EXTRA_OECONF += "\ > + ac_cv_path_PYTHON=/not/exist \ > SMB_BUILD_CC_NEGATIVE_ENUM_VALUES=yes \ > samba_cv_CC_NEGATIVE_ENUM_VALUES=yes \ > linux_getgrouplist_ok=no \ > > Cheers, > > Richard > > > _______________________________________________ > Openembedded-core mailing list > Openembedded-core@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core >
Op 15 nov. 2011, om 01:11 heeft Richard Purdie het volgende geschreven: > On Mon, 2011-11-14 at 18:47 -0500, Philip Balister wrote: >> Anyone have an idea about this failure building samba? >> >> http://pastebin.com/5PGX6MZr >> >> I'm going to look more tomorrow, just hoping someone sees something obvious. > > Maybe this might help: > > > commit ce064001e628597cab9c5713f1351e03478a4aa5 > Author: Richard Purdie <richard.purdie@linuxfoundation.org> > Date: Wed Nov 2 14:24:37 2011 +0000 > > samba: Force python disabled for now to avoid host contamination > > diff --git a/recipes-support/samba/samba_3.5.6.bb b/recipes-support/samba/samba_3.5.6.bb > index d5945f9..a44ce02 100644 > --- a/recipes-support/samba/samba_3.5.6.bb > +++ b/recipes-support/samba/samba_3.5.6.bb Weird, samba is in recipes-connectivity over here: koen@dominion:/OE/tentacle/sources/meta-openembedded/meta-oe$ find . | grep samba_3.5.6 ./recipes-connectivity/samba/samba_3.5.6.bb
Sorry for the late reply,
I forgott to reply to that mail....
>+ ac_cv_path_PYTHON=/not/exist \
Thanks a lot for me that helped.
Denis.
Op 30 nov. 2011, om 22:06 heeft Denis 'GNUtoo' Carikli het volgende geschreven: > Sorry for the late reply, > I forgott to reply to that mail.... > >> + ac_cv_path_PYTHON=/not/exist \ > Thanks a lot for me that helped. It would be nice if someone would send a patch to fix that in meta-oe...
Patch
diff --git a/recipes-support/samba/samba_3.5.6.bb b/recipes-support/samba/samba_3.5.6.bb index d5945f9..a44ce02 100644 --- a/recipes-support/samba/samba_3.5.6.bb +++ b/recipes-support/samba/samba_3.5.6.bb @@ -12,6 +12,7 @@ SRC_URI[sha256sum] = "466410868375d19a286ac3fc5d9f3c267ce359189f8e0d76e72ec10bd5 S = "${WORKDIR}/samba-${PV}/source3" EXTRA_OECONF += "\ + ac_cv_path_PYTHON=/not/exist \ SMB_BUILD_CC_NEGATIVE_ENUM_VALUES=yes \ samba_cv_CC_NEGATIVE_ENUM_VALUES=yes \ linux_getgrouplist_ok=no \