Matthew Carson wrote:

>> if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include/freetype2    -g
>> -O2 -MT fc-cache.o -MD -MP -MF ".deps/fc-cache.Tpo" \
>>   -c -o fc-cache.o `test -f 'fc-cache.c' || echo './'`fc-cache.c; \
>> then mv -f ".deps/fc-cache.Tpo" ".deps/fc-cache.Po"; \
>> else rm -f ".deps/fc-cache.Tpo"; exit 1; \
>> fi
>> /bin/sh ../libtool --mode=link gcc  -g -O2   -o fc-cache
>> fc-cache.o ../src/libfontconfig.la
>> mkdir .libs
>> gcc -g -O2 -o .libs/fc-cache fc-cache.o  ../src/.libs/libfontconfig.so
>> creating fc-cache
>> rm -f fc-cache.1
>> docbook2man ../fc-cache/fc-cache.sgml
>> jw: No parser available
>> make[2]: *** [fc-cache.1] Error 6

<snip>

> before you begin, rename the docbook2html to docbook2html.---
> 
>    mv /usr/bin/docbook2html /usr/bin/docbook2html.--
> 
> 
> once all done, rename it back again !
> 
>    mv /usr/bin/docbook2html.--- /usr/bin/docbook2html
> 

Rewriting your message in the correct order was kind of a pain.  Please
take the time to read this before you post again:

http://www.linuxfromscratch.org/faq/index.html#netiquette

Also, why is this necessary.  AFAICT, it's not.  jw complaining...looks
like openjade is not installed correctly.  Your choice of parsers are
jade and openjade, which both should exist in /usr/bin if built by the
book.  Here is your exact error taken directly from the jw script:

    which openjade >/dev/null 2>/dev/null
    if [ $? -eq 0 ]
    then
      SGML_JADE="openjade"
    else
      echo "`basename $0`: No parser available" >&2       exit 6
    fi

With that added info, you may want to get to the botttom of that error
before going any further.  I'd look to make sure that 'which' is
installed.  Also need to note in the book that which is a runtime
"REQUIREMENT" of jw (whichever package it comes from).

HTH

-- DJ Lucas

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to