Le 30/12/2014 05:35, Christopher Gregory a écrit : > On Tue, December 30, 2014 5:20 pm, Bruce Dubbs wrote: >> On Mon, Dec 29, 2014 at 8:27 PM, Christopher Gregory < >> [email protected]> wrote: >> >>> Hello, >>> >>> >>> I have just come accross an issue with trying to build SVN-20141225 of >>> lfs. >>> >>> [...] >>> >>> This is a 32 bit system on an Intel processor. >>> [...] >>> >>> On the building of the tools phase it fails to build gettext-0.19.4 >>> with the following error: >>> >>> /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 >>> -DLOCALEDIR=\"/tools/share/locale\" >>> -DBISON_LOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH$ >>> libtool: compile: gcc -std=gnu99 -DLOCALEDIR=\"/tools/share/locale\" >>> -DBISON_LOCALEDIR=\"/usr/share/locale\" >>> -DLOCALE_ALIAS_PATH=\"/tools/share/locale\" -D$ >>> plural-exp.c:20:29: fatal error: ../intl/pluralx.c: No such file or >>> directory #include "../intl/pluralx.c" >>>
For me, this happens on both 32 bit (VM, debian 7) and 64 bit (bare metal, debian sid). Adding "make -C intl pluralx.c" after "make -C gnulib-lib" allows building. Sill have to test that the whole book builds. Pierre -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
