When attempting to build coreutils-8.31 in the chroot envirionment, the build will stop at compiling "expand" with the following log:

  CC       src/expand.o
  CC       src/expand-common.o
  CCLD     src/expand
/usr/bin/ld: src/expand.o: in function `expand':
expand.c:(.text+0x422): undefined reference to `mbfile_multi_getc'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:8824: src/expand] Error 1
make[2]: Leaving directory '/sources/coreutils-8.31'
make[1]: *** [Makefile:12651: all-recursive] Error 1
make[1]: Leaving directory '/sources/coreutils-8.31'
make: *** [Makefile:6831: all] Error 2

After attempting the build without the patch, and having it work, I can safely say there is some problem in the patch file. Unfortunately, I'm not good enough in C/C++ to determine what that problem is.

Flareon
--
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