From patchwork Tue Nov 15 00:11:34 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Build failure in samba Date: Tue, 15 Nov 2011 00:11:34 -0000 From: Richard Purdie X-Patchwork-Id: 14973 Message-Id: <1321315894.26881.117.camel@ted> To: Patches and discussions about the oe-core layer 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 Date: Wed Nov 2 14:24:37 2011 +0000 samba: Force python disabled for now to avoid host contamination Cheers, Richard 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 \