From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail16c40.carrierzone.com (mail16c40.carrierzone.com [209.235.156.156]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 3AB2BE0030B for ; Mon, 6 Feb 2012 08:44:14 -0800 (PST) X-Authenticated-User: sean_liming.sjjmicro.com Received: from Sean7 (cpe-75-82-59-168.socal.res.rr.com [75.82.59.168]) (authenticated bits=0) by mail16c40.carrierzone.com (8.13.6/8.13.1) with ESMTP id q16GiC1x020857 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 6 Feb 2012 16:44:13 +0000 From: "Sean Liming" To: References: <000e01cce455$55a1c540$00e54fc0$@sjjmicro.com> <000701cce483$ffbda890$ff38f9b0$@sjjmicro.com> <000001cce49d$a4d2ab50$ee7801f0$@sjjmicro.com> <000101cce49f$d8aa3c70$89feb550$@sjjmicro.com> In-Reply-To: <000101cce49f$d8aa3c70$89feb550$@sjjmicro.com> Date: Mon, 6 Feb 2012 08:44:11 -0800 Message-ID: <001901cce4ee$8e71bdf0$ab5539d0$@sjjmicro.com> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 14.0 Thread-Index: AQDeeaN6WCC/SCu1Pyv4IHsWhZeyMAFr28wNAiGgPwoCLqC5RQH8QCYgAUo0zGKXxNRCkA== X-Antivirus: avast! (VPS 120206-0, 02/06/2012), Outbound message X-Antivirus-Status: Clean X-CSC: 0 X-CHA: v=1.1 cv=EvEsscukRmgjQswahipJwS9n8HJRqjMP/c15HL5NnPc= c=1 sm=1 a=aJh391NtreIA:10 a=kj9zAlcOel0A:10 a=z5g8Jwv4kxix1x/21EjHVg==:17 a=iGHA9ds3AAAA:8 a=pGLkceISAAAA:8 a=muS382yeAAAA:8 a=AdO9WNFzmeEpiKXaFcoA:9 a=rRLAsWVC14YO5AxreuoA:7 a=CjuIK1q_8ugA:10 a=FCaQVidmf_IA:10 a=nHK3ipOpxeAA:10 a=XDKM753qmDAA:10 a=MSl-tDqOz04A:10 a=aONyWnEeb94A:10 a=lJAYGye9xzAwrkIF:21 a=DXmgooyFYQj_wTkg:21 a=z5g8Jwv4kxix1x/21EjHVg==:117 X-CTCH-Spam: Unknown X-CTCH-RefID: str=0001.0A020201.4F30035D.0118,ss=1,re=0.000,fgs=0 Subject: Re: Build Error X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Feb 2012 16:44:14 -0000 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Language: en-us Found the problem - missing package - libxml-parser-perl. It is not part of the setup. For any future reference, here is the fix: $sudo apt-get install libxml-parser-perl Ubuntu was a fresh install. I should have checked the docs in progress, which calls it out at the end. Regards, Sean Liming Owner SJJ Embedded Micro Solutions, LLC. Tel: 714-970-7523 / Cell: 858-774-3176 -----Original Message----- From: yocto-bounces@yoctoproject.org [mailto:yocto-bounces@yoctoproject.org] On Behalf Of Sean Liming Sent: Sunday, February 05, 2012 11:21 PM To: 'Khem Raj' Cc: yocto@yoctoproject.org Subject: Re: [yocto] Build Error Searching further there seems to be different patches for perl-native for Ubuntu 10.04. Not sure what needs to be applied here. Regards, Sean -----Original Message----- From: yocto-bounces@yoctoproject.org [mailto:yocto-bounces@yoctoproject.org] On Behalf Of Sean Liming Sent: Sunday, February 05, 2012 11:05 PM To: 'Khem Raj' Cc: yocto@yoctoproject.org Subject: Re: [yocto] Build Error How would I check if perl-native is staged? The intltool.inc has the updated Rudolf. Regards, Sean -----Original Message----- From: Khem Raj [mailto:raj.khem@gmail.com] Sent: Sunday, February 05, 2012 10:30 PM To: Sean Liming Cc: yocto@yoctoproject.org Subject: Re: [yocto] Build Error On Sun, Feb 5, 2012 at 8:01 PM, Sean Liming wrote: > @ autif- thank you for the tar file. Placed it in the downloads folder > and the error doesn't appear. > > > I added the two lines to the local.conf folder > > INHERIT += "own-mirrors" > SOURCE_MIRROR_URL = "http://autobuilder.yoctoproject.org/pub/sources/" > > I am not sure how to resolve the lib-xml-parser for intltool issue > based on the post. > checking for perl... /usr/bin/perl checking for perl >= 5.8.1... 5.12.4 checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool ERROR: oe_runconf failed it should not be getting perl from your build but from the native sysroot. is perl-native staged ? > > Regards, > > Sean Liming > Owner > SJJ Embedded Micro Solutions, LLC. > Tel: 714-970-7523 / Cell: 858-774-3176 > > > -----Original Message----- > From: Khem Raj [mailto:raj.khem@gmail.com] > Sent: Sunday, February 05, 2012 4:00 PM > To: Sean Liming > Cc: yocto@yoctoproject.org > Subject: Re: [yocto] Build Error > > On Sun, Feb 5, 2012 at 2:27 PM, Sean Liming wrote: >> Did I miss configure something? Wrong python version? >> >> There was a post about the dash vs. bash shell. I am not sure what >> shell is supposed to be using: > > you could add something like below to your local.conf > > INHERIT += "own-mirrors" > SOURCE_MIRROR_URL = "http://autobuilder.yoctoproject.org/pub/sources/" > > that should help a bit > > _______________________________________________ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto