revision 14426 can't be built

Bernhard Fischer rep.nop at aon.at
Thu Mar 2 14:33:12 UTC 2006


On Thu, Mar 02, 2006 at 04:03:32PM +0200, Denis Vlasenko wrote:
>In the fresh tree:
>
># make allnoconfig
>/.share/usr/src2/bbox/busybox.tst/e2fsprogs/Makefile.in:72: FIXME: change .c to include their stuff relative to /.share/usr/src2/bbox/busybox.tst/e2fsprogs
>make: *** virtual memory exhausted.  Stop.

What version of make yre you using?
How much RAM does that box have?
What is your ulimit -a ?

I'm about to checkin this fix to help boxes with ulimit -n <few>
Does this help?

find */ -name Makefile | xargs sed -i -e "
/top_srcdir=../i ifndef top_srcdir
/top_srcdir=../a endif
/top_builddir=../i ifndef top_builddir
/top_builddir=../a endif"




More information about the busybox mailing list