Right, don't whinge like a little girl.
"which", of course another fine BLFS example.
Is it in the BLFS manual ?
Assuming that it actually is - why oh why - for the Nth time - has it
been put in the *WRONG* place ?
This is the big pain in the @rse over BLFS - so much stuff is in the
wrong order, other bits forget to mention dependencies, and some of the
meandering like so-called "OPTIONAL" things to install - are really 75%
of the time, bloody MANDATORY !!!!
Of course, doesn't take a genius to see why you (and /or) the BLFS
writers need to get writing guides for installing the other dependencies
-for the rest of US!
How many BLFS "optional" software items have a guide ? hardly any -
yeah, thats SO useful is'nt it ?
So, next time you whine on about "being in the right order" - go and get
your BLFS in the RIGHT ORDER first !!!!!!!!
P.S> : Strikes me that some ppl on this list are ARROGANT
Glad I'm NOT one of them !
>>>> Go and take a hissy whinge to someone who cares !!! :@)
On Sat, 2006-07-08 at 10:55 -0500, DJ Lucas wrote:
> 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