Here is what I have - I started with a minimal ubuntu server and the following command seens to get all the dependencies - the last few (bison, flex and unzip) are not required - but are required for other stuff I am working on.
I hope this helps with the documentation. sudo apt-get install -y gcc g++ patch diffstat texi2html texinfo cvs subversion gawk chrpath make libgl1-mesa-dev libglu1-mesa-dev libsdl1.2-dev git libxml-parser-perl bison gettext flex unzip On Mon, Feb 6, 2012 at 11:44 AM, Sean Liming <[email protected]> wrote: > > 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: [email protected] [mailto:[email protected]] > On Behalf Of Sean Liming > Sent: Sunday, February 05, 2012 11:21 PM > To: 'Khem Raj' > Cc: [email protected] > 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: [email protected] [mailto:[email protected]] > On Behalf Of Sean Liming > Sent: Sunday, February 05, 2012 11:05 PM > To: 'Khem Raj' > Cc: [email protected] > 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:[email protected]] > Sent: Sunday, February 05, 2012 10:30 PM > To: Sean Liming > Cc: [email protected] > Subject: Re: [yocto] Build Error > > On Sun, Feb 5, 2012 at 8:01 PM, Sean Liming <[email protected]> > 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:[email protected]] >> Sent: Sunday, February 05, 2012 4:00 PM >> To: Sean Liming >> Cc: [email protected] >> Subject: Re: [yocto] Build Error >> >> On Sun, Feb 5, 2012 at 2:27 PM, Sean Liming <[email protected]> > 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 >> [email protected] >> https://lists.yoctoproject.org/listinfo/yocto > > _______________________________________________ > yocto mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/yocto > > _______________________________________________ > yocto mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/yocto > > _______________________________________________ > yocto mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/yocto _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
