On Thu, Apr 22, 2010 at 1:07 AM, Thomas Zimmermann <[email protected]> wrote: > 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 Thank you Thomas and Martin. I was able to overcome this an started the build process. Looks like it takes long time so I went to bed. Unfortunately on the morning I found that build process has stopped again at task# 427 (building eglibc_2.11.bb) From the screen messages I see that first problem is:
mmap: Operation not permitted I have no idea what is happening now. Here is the full list of messages. NOTE: Running task 427 of 7502 (ID: 191, /home/sal-e/shr-test/shr-unstable/openembedded/recipes/eglibc/eglibc_2.11.bb, do_package) NOTE: package eglibc-2.11-r9.4: task do_package: Started NOTE: preparing tree for binary locale generation mmap: Operation not permitted ERROR: TaskFailed event exception, aborting ERROR: Build of /home/sal-e/shr-test/shr-unstable/openembedded/recipes/eglibc/eglibc_2.11.bb do_package failed NOTE: generating locale en_US (UTF-8) ERROR: Task 191 (/home/sal-e/shr-test/shr-unstable/openembedded/recipes/eglibc/eglibc_2.11.bb, do_package) failed with 256 ERROR: '/home/sal-e/shr-test/shr-unstable/openembedded/recipes/eglibc/eglibc_2.11.bb' failed NOTE: Task failed: localedef returned an error (command was PATH="/home/sal-e/shr-test/shr-unstable/tmp/staging/i686-linux/usr/bin/armv4t-oe-linux-gnueabi:/home/sal-e/shr-test/shr-unstable/tmp/staging/i686-linux/usr/bin/armv4t-oe-linux-gnueabi:/home/sal-e/shr-test/shr-unstable/tmp/staging/i686-linux/usr/sbin:/home/sal-e/shr-test/shr-unstable/tmp/staging/i686-linux/usr/bin:/home/sal-e/shr-test/shr-unstable/tmp/cross/armv4t//bin:/home/sal-e/shr-test/shr-unstable/tmp/staging/i686-linux/sbin:/home/sal-e/shr-test/shr-unstable/tmp/staging/i686-linux/bin:/home/sal-e/shr-test/shr-unstable/bitbake/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games" I18NPATH="/home/sal-e/shr-test/shr-unstable/tmp/work/armv4t-oe-linux-gnueabi/eglibc-2.11-r9.4/locale-tree//usr/share/i18n" qemu-arm -s 1048576 -r 2.6.24 -L /home/sal-e/shr-test/shr-unstable/tmp/work/armv4t-oe-linux-gnueabi/eglibc-2.11-r9.4/locale-tree -E LD_LIBRARY_PATH=/home/sal-e/shr-test/shr-unstable/tmp/work/armv4t-oe-linux-gnueabi/eglibc-2.11-r9.4/locale-tree/lib /home/sal-e/shr-test/shr-unstable/tmp/work/armv4t-oe-linux-gnueabi/eglibc-2.11-r9.4/locale-tree/bin/localedef --force --old-style --no-archive --prefix=/home/sal-e/shr-test/shr-unstable/tmp/work/armv4t-oe-linux-gnueabi/eglibc-2.11-r9.4/locale-tree --inputfile=/usr/share/i18n/locales/en_US --charmap=UTF-8 en_US). NOTE: package eglibc-2.11-r9.4: task do_package: Failed ERROR: TaskFailed event exception, aborting ERROR: Build of /home/sal-e/shr-test/shr-unstable/openembedded/recipes/eglibc/eglibc_2.11.bb do_package failed ERROR: Task 191 (/home/sal-e/shr-test/shr-unstable/openembedded/recipes/eglibc/eglibc_2.11.bb, do_package) failed with 256 ERROR: '/home/sal-e/shr-test/shr-unstable/openembedded/recipes/eglibc/eglibc_2.11.bb' failed ERROR: '/home/sal-e/shr-test/shr-unstable/openembedded/recipes/eglibc/eglibc_2.11.bb' failed make: *** [image] Error 1 sa...@ssadminv:~/shr-test/shr-unstable$ _______________________________________________ Shr-devel mailing list [email protected] http://lists.shr-project.org/mailman/listinfo/shr-devel
