On 7/30/06, Bruce Dubbs <[EMAIL PROTECTED]> wrote:
LFS 6.2-pre3 is now available at
http://www.linuxfromscratch.org/lfs/view/6.2/

It is in svn as tags/6.2-pre3/

Outstanding issues:

1.  MD5SUMS for udev-config-6.2-pre3.tar.bz2 and
lfs-bootscripts-6.2-pre3.tar.bz2 need to be updated.

2.  Possible text changes concerning udev testing (Ticket 1846)

3.  Updates to vim patches for bug fixes/enhancements. (Ticket 1843)

  -- Bruce
--

Also the e2fsprogs make check fails when you have 256MB of ram, or
less.  Never found time to add this to trac.

[email I sent earlier]
I received a "Failed to allocate scratch memory!".

Looking into the code [good ol grep], I found
bigarray = malloc(1 << 29); //This tries to allocate 256MB
if (!bigarray) {
fprintf(stderr, "Failed to allocate scratch memory!\n");
exit(1);
exit(0);
}

I had 256MB Ram in this computer (and no swap at the time).

I then setup my 512MB SwapFile, and everything was well.
--
Nathan Coulson (conathan)
------
nathan at linuxfromscratch org
conathan at gmail com
--
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to