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. > > Please note that this is NOT the systemd version but the normal systemv > version of the book. > > I am using jhalfs to build the book as I always do. > > This is a 32 bit system on an Intel processor. > > The ONLY deviation I have made is to edit the xml file of the gcc chapter > so that it compiles the full range of languages sans Ada which I do not > need. > > 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" > > compilation terminated. > Makefile:2587: recipe for target 'libgettextsrc_la-plural-exp.lo' failed > make[1]: *** [libgettextsrc_la-plural-exp.lo] Error 1 > make[1]: Leaving directory > '/mnt/build_dir/sources/gettext-0.19.4/gettext-tools/src' > > I have no idea what has changed. I am going to see about reverting to an > earlier version of gettext and see if that is the issue. > > I would appreciate it if someone else is able to actually check this as > well. > > I have scrubbed the build twice now with the same results both times. > > I can't get into this tonight, but will be able to look at it tomorrow, As you may know, I don't check svn builds on a 32-bit system prior to commit, but tettext certainly worked for me on a x86_64 system before I committed the change. I did look at the source and is seems that pluralx.c is supposed to be generated from plural.c. I may be wrong as I can't check it thoroughly right now, but did you try to build with make -j1? -- Bruce
-- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
