I'm attempting to install LFS 8.1 on an old 32-bit box.  While I'm running BLFS 8.1 on my current 64-bit box, I must be missing something for a 32-bit installation.  I receive the following errors while compiling util-linux in chapter 5:

make[3]: Leaving directory '/lfs/sources/util-linux-2.30.1'
make[2]: *** [Makefile:12026: install-am] Error 2
make[2]: Leaving directory '/lfs/sources/util-linux-2.30.1'
make[1]: *** [Makefile:11718: install-recursive] Error 1
make[1]: Leaving directory '/lfs/sources/util-linux-2.30.1'make: *** [Makefile:12020: install] Error 2

I omitted the following blocks while compiling binutils-pass1, gcc-pass1, and gcc-pass2 respectively.

case $(uname -m) in
  x86_64) mkdir -v /tools/lib && ln -sv lib /tools/lib64 ;;
esac

case $(uname -m) in
  x86_64)
    sed -e '/m64=/s/lib64/lib/' \
        -i.orig gcc/config/i386/t-linux64
 ;;
esac

case $(uname -m) in

x86_64) sed -e '/m64=/s/lib64/lib/' \ -i.orig gcc/config/i386/t-linux64 ;; esac

I see no errors prior to util-linux.  This is probably something quite obvious but I'm just not seeing it.
--
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Do not top post on this list.

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

http://en.wikipedia.org/wiki/Posting_style

Reply via email to