Am Donnerstag 22 April 2010 09:55:18 schrieb SAL-e: > Thanks Thomas. > > I see. After rerunning the 'make setup' 3 times It was able to finish. > Why the git servers are slow or not reliable? What should be done in > order to fix it? And if we can't fix them now is it going to be good > idea re-try the git commands after user confirmation in case of > failure? > > Now I am suck on 'make image'. The error is: > . ./setup-env; exec bitbake "shr-lite-image" > FATAL: Openembedded's config sanity checker detected a potential > misconfiguration. > Either fix the cause of this error or at your own risk disable the > checker (see sanity.conf). > Following is the list of potential problems / advisories: > > Please install following missing utilities: makeinfo > Using dash as /bin/sh causes various subtle build problems, please use > bash instead. > > make: *** [image] Error 1 > > Looks like I have two problems. > 1. dash is used instead of bash. I believe I know how to fix this. > 2. I am missing 'makeinfo'. Ubuntu is suggesting to install 'texinfo' > package. I'm going to do it, but my question should we update the > SHR's wiki page to include 'texinfo' as dependency? > > Thank you, > SAL-e
On a minimal debian installation you need the following packages: python2.6, git, subversion, cvs, make, gcc, g++, patch, help2man, diffstat, texi2html, bzip2, gawk, tar, md5sum, zlib1g-dev And for some speedups: python-psyco To set bash as default shell you have to run: dpkg-reconfigure dash I think the sanity check is doing a great job. But feel free to update the wiki page. Greets Thomas _______________________________________________ Shr-devel mailing list [email protected] http://lists.shr-project.org/mailman/listinfo/shr-devel
