LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 08-03-2003, 03:13 PM   #1
SnowSurfAir
Member
 
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459

Rep: Reputation: 30
Fontconfig-2.2.0 doesnt work plz help!


It was a tar.gz file and I ran ./configure but when I ran make it worked fine until herre:
Code:
make
make  all-recursive
make[1]: Entering directory `/usr/xrpm/fontconfig-2.2.0'
Making all in fontconfig
make[2]: Entering directory `/usr/xrpm/fontconfig-2.2.0/fontconfig'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/xrpm/fontconfig-2.2.0/fontconfig'
Making all in fc-lang
make[2]: Entering directory `/usr/xrpm/fontconfig-2.2.0/fc-lang'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/xrpm/fontconfig-2.2.0/fc-lang'
Making all in src
make[2]: Entering directory `/usr/xrpm/fontconfig-2.2.0/src'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/xrpm/fontconfig-2.2.0/src'
Making all in fc-cache
make[2]: Entering directory `/usr/xrpm/fontconfig-2.2.0/fc-cache'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/xrpm/fontconfig-2.2.0/fc-cache'
Making all in fc-list
make[2]: Entering directory `/usr/xrpm/fontconfig-2.2.0/fc-list'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/xrpm/fontconfig-2.2.0/fc-list'
Making all in doc
make[2]: Entering directory `/usr/xrpm/fontconfig-2.2.0/doc'
rm -f fontconfig-user.txt
docbook2txt fontconfig-user.sgml
Using catalogs: /etc/sgml/sgml-docbook-3.1-1.0-17.cat
Using stylesheet: /usr/share/sgml/docbook/utils-0.6.12/docbook-utils.dsl#html
Working on: /usr/xrpm/fontconfig-2.2.0/doc/fontconfig-user.sgml
No way to convert HTML to text found.
make[2]: *** [fontconfig-user.txt] Error 8
make[2]: Leaving directory `/usr/xrpm/fontconfig-2.2.0/doc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/xrpm/fontconfig-2.2.0'
make: *** [all-recursive-am] Error 2
How can i fix this so it will insall? is ther and rpm for fontconfig 2.2.0?

Thanks!
 
Old 08-03-2003, 03:45 PM   #2
Corin
Member
 
Registered: Jul 2003
Location: Jette, Brussels Hoofstedelijk Gewest
Distribution: Debian sid, RedHat 9, Suse 8.2
Posts: 446

Rep: Reputation: 31
Quote:
Working on: /usr/xrpm/fontconfig-2.2.0/doc/fontconfig-user.sgml
No way to convert HTML to text found.
1) Always read what it is telling you!

2) Did you check the INSTALL / README file to see what tools it wants to use to convert HTML to text? (html2text perhaps?)

3) Install the SGML to HTML converter it requires and this error will be resolved.

4) If you wanted an rpm for fontconfig, why did you not go to

http://rpm.pbone.NET

and search for an rpm of fontconfig for your system?
 
Old 08-03-2003, 04:32 PM   #3
SnowSurfAir
Member
 
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459

Original Poster
Rep: Reputation: 30
no nothin there
 
Old 08-03-2003, 04:33 PM   #4
SnowSurfAir
Member
 
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459

Original Poster
Rep: Reputation: 30
well where can I get html2text ?
 
Old 08-03-2003, 05:30 PM   #5
SnowSurfAir
Member
 
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459

Original Poster
Rep: Reputation: 30
I installed html2text but the make still didnt work should I convert the html t otext before hand or how else can I tell make to convert it?
 
Old 08-03-2003, 05:48 PM   #6
Corin
Member
 
Registered: Jul 2003
Location: Jette, Brussels Hoofstedelijk Gewest
Distribution: Debian sid, RedHat 9, Suse 8.2
Posts: 446

Rep: Reputation: 31
Quote:
Originally posted by SnowSurfAir
no nothin there
Dumb question -- why do you need 2.2.0 when RedHat 9 comes with 2.1.0?

You can get html2text from

ftp://ftp.cs.toronto.edu/pub/moraes/html2text.tar.gz

Have you ever heard of web-interface search engines?

They are amazing and wonderful technological marvels to help find things on the Internet. Here are just a few examples -

http://www.alltheweb.COM/advanced?c=...o-8859-1&l=any
http://www.altavista.COM/sites/web/adv
http://www.ask.COM/
http://www.google.COM/
http://www.hotbot.COM/
http://search.lycos.COM/adv.asp
http://www.mamma.COM/
http://www.webcrawler.COM/info.wbcrwl/
http://www.yahoo.COM/

You may find them useful in finding software source code which you need to install.
 
Old 08-03-2003, 05:52 PM   #7
Corin
Member
 
Registered: Jul 2003
Location: Jette, Brussels Hoofstedelijk Gewest
Distribution: Debian sid, RedHat 9, Suse 8.2
Posts: 446

Rep: Reputation: 31
Quote:
Originally posted by SnowSurfAir
I installed html2text but the make still didnt work should I convert the html t otext before hand or how else can I tell make to convert it?
Well did you read the INSTALL / README file as I previously suggested to learn what software packages are needed to be installed, before you can
install fontconfig?

You could also look in the Makefile to see which program it is trying to invoke in order to do the conversion.
 
Old 08-03-2003, 06:12 PM   #8
SnowSurfAir
Member
 
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459

Original Poster
Rep: Reputation: 30
I just asked for help and I did read it now can I convert the html to text befor I install it?+ I need it so that I can install fontconfig-devel 2.2.0-1

Last edited by SnowSurfAir; 08-03-2003 at 06:20 PM.
 
Old 08-03-2003, 06:29 PM   #9
Corin
Member
 
Registered: Jul 2003
Location: Jette, Brussels Hoofstedelijk Gewest
Distribution: Debian sid, RedHat 9, Suse 8.2
Posts: 446

Rep: Reputation: 31
Well you can try and convert it before you run the make, but that may not solve the problem.

Why not post here the section of the Makefile which is trying to do

docbook2txt fontconfig-user.sgml
Using catalogs: /etc/sgml/sgml-docbook-3.1-1.0-17.cat
Using stylesheet: /usr/share/sgml/docbook/utils-0.6.12/docbook-utils.dsl#html
Working on: /usr/xrpm/fontconfig-2.2.0/doc/fontconfig-user.sgml
No way to convert HTML to text found.

Then we can see what it is actually trying to do and why it is failing.
 
Old 08-03-2003, 07:33 PM   #10
SnowSurfAir
Member
 
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459

Original Poster
Rep: Reputation: 30
u mean the html it is tryin to convert?
 
Old 08-03-2003, 09:56 PM   #11
SnowSurfAir
Member
 
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459

Original Poster
Rep: Reputation: 30
k u were right the convert before didnt work so what part of the makefile do u want?
 
Old 08-03-2003, 09:58 PM   #12
SnowSurfAir
Member
 
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459

Original Poster
Rep: Reputation: 30
sorry bout givin u the wrong makefile

Last edited by SnowSurfAir; 08-03-2003 at 10:27 PM.
 
Old 08-03-2003, 10:13 PM   #13
Corin
Member
 
Registered: Jul 2003
Location: Jette, Brussels Hoofstedelijk Gewest
Distribution: Debian sid, RedHat 9, Suse 8.2
Posts: 446

Rep: Reputation: 31
But if you remember way back when

make[2]: Entering directory `/usr/xrpm/fontconfig-2.2.0/doc'
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
rm -f fontconfig-user.txt
docbook2txt fontconfig-user.sgml
Using catalogs: /etc/sgml/sgml-docbook-3.1-1.0-17.cat
Using stylesheet: /usr/share/sgml/docbook/utils-0.6.12/docbook-utils.dsl#html
Working on: /usr/xrpm/fontconfig-2.2.0/doc/fontconfig-user.sgml
No way to convert HTML to text found.

the error occurred in the doc sub-directory.

So we need to see the relevant bit from the Makefile in the doc subdirectory, not the top level directory.

My apologies for not making that clear.
 
Old 08-03-2003, 10:28 PM   #14
SnowSurfAir
Member
 
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459

Original Poster
Rep: Reputation: 30
Here is the one in the sub dir doc:

SHELL = /bin/sh

srcdir = .
top_srcdir = ..
prefix = /usr
exec_prefix = ${prefix}

bindir = ${exec_prefix}/bin
sbindir = ${exec_prefix}/sbin
libexecdir = ${exec_prefix}/libexec
datadir = ${prefix}/share
sysconfdir = /etc
sharedstatedir = ${prefix}/com
localstatedir = ${prefix}/var
libdir = ${exec_prefix}/lib
infodir = ${prefix}/info
mandir = /usr/share/man
includedir = ${prefix}/include
oldincludedir = /usr/include

DESTDIR =

pkgdatadir = $(datadir)/fontconfig
pkglibdir = $(libdir)/fontconfig
pkgincludedir = $(includedir)/fontconfig

top_builddir = ..

ACLOCAL = aclocal-1.4
AUTOCONF = autoconf
AUTOMAKE = automake-1.4
AUTOHEADER = autoheader

INSTALL = /usr/bin/install -c
INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS)
INSTALL_DATA = ${INSTALL} -m 644
INSTALL_SCRIPT = ${INSTALL_PROGRAM}
transform = s,x,x,

NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
host_alias = i686-pc-linux-gnu
host_triplet = i686-pc-linux-gnu
AS = as
CC = gcc
CONFDIR = ${sysconfdir}/fonts
DLLTOOL = dlltool
ECHO = echo
EXEEXT =
EXPAT_CFLAGS =
EXPAT_LIBS = -lexpat
FC_ADD_FONTS = /usr/X11R6/lib/X11/fonts/TTF,/usr/X11R6/lib/X11/fonts/Type1
FC_DEFAULT_FONTS = /usr/share/fonts
FC_FONTDATE = Sun Aug 3 15:28:46 PDT 2003
FC_FONTPATH = <dir>/usr/X11R6/lib/X11/fonts/TTF</dir> <dir>/usr/X11R6/lib/X11/fonts/Type1</dir>
FREETYPE_CFLAGS = -I/usr/local/include -I/usr/local/include/freetype2
FREETYPE_LIBS = -L/usr/local/lib -lfreetype -lz
HASDOCBOOK = yes
HAVE_EXPAT = 1
HAVE_XMLPARSE_H =
LIBTOOL = $(SHELL) $(top_builddir)/libtool
LN_S = ln -s
LT_CURRENT = 1
LT_CURRENT_MINUS_AGE = 1
LT_REVISION = 4
LT_VERSION_INFO = 1:4:0
MAKEINFO = makeinfo
OBJDUMP = objdump
OBJEXT = o
ORTH_FILES = aa.orth ab.orth af.orth am.orth ar.orth ast.orth ava.orth ay.orth az.orth ba.orth bam.orth be.orth bg.orth bh.orth bho.orth bi.orth bin.orth bn.orth bo.orth br.orth bs.orth bua.orth ca.orth ce.orth ch.orth chm.orth chr.orth co.orth cs.orth cu.orth cv.orth cy.orth da.orth de.orth dz.orth el.orth en.orth eo.orth es.orth et.orth eu.orth fa.orth fi.orth fj.orth fo.orth fr.orth ful.orth fur.orth fy.orth ga.orth gd.orth gez.orth gl.orth gn.orth gu.orth gv.orth ha.orth haw.orth he.orth hi.orth ho.orth hr.orth hu.orth hy.orth ia.orth ibo.orth id.orth ie.orth ik.orth io.orth is.orth it.orth iu.orth ja.orth ka.orth kaa.orth ki.orth kk.orth kl.orth km.orth kn.orth ko.orth kok.orth ks.orth ku.orth kum.orth kv.orth kw.orth ky.orth la.orth lb.orth lez.orth lo.orth lt.orth lv.orth mg.orth mh.orth mi.orth mk.orth ml.orth mn.orth mo.orth mr.orth mt.orth my.orth nb.orth ne.orth nl.orth nn.orth no.orth ny.orth oc.orth om.orth or.orth os.orth pl.orth pt.orth rm.orth ro.orth ru.orth sa.orth sah.orth sco.orth se.orth sel.orth sh.orth si.orth sk.orth sl.orth sm.orth sma.orth smj.orth smn.orth sms.orth so.orth sq.orth sr.orth sv.orth sw.orth syr.orth ta.orth te.orth tg.orth th.orth ti_er.orth ti_et.orth tig.orth tk.orth tl.orth tn.orth to.orth tr.orth ts.orth tt.orth tw.orth tyv.orth ug.orth uk.orth ur.orth uz.orth ven.orth vi.orth vo.orth vot.orth wa.orth wen.orth wo.orth xh.orth yap.orth yi.orth yo.orth zh_cn.orth zh_hk.orth zh_mo.orth zh_sg.orth zh_tw.orth zu.orth
PACKAGE = fontconfig
RANLIB = ranlib
STRIP = strip
VERSION = 2.2.0
confdir = ${sysconfdir}/fonts
ft_config = /usr/local/bin/freetype-config
ms_librarian =

DOC_MODULE = fontconfig
DOC2HTML = docbook2html
DOC2TXT = docbook2txt
DOC2MAN = docbook2man

TXT = fontconfig-user.txt fontconfig-devel.txt
HTML_FILES = fontconfig-user.html
HTML_DIRS = fontconfig-devel
SGML = fontconfig-user.sgml fontconfig-devel.sgml
FNCS_TMPL = func.sgml

DOC_FUNCS_FNCS = fcatomic.fncs fcblanks.fncs fccharset.fncs fcconfig.fncs fcconstant.fncs fcfile.fncs fcfontset.fncs fcfreetype.fncs fcinit.fncs fcmatrix.fncs fcobjectset.fncs fcobjecttype.fncs fcpattern.fncs fcstring.fncs fcstrset.fncs fcvalue.fncs


DOC_FUNCS_SGML = fcatomic.sgml fcblanks.sgml fccharset.sgml fcconfig.sgml fcconstant.sgml fcfile.sgml fcfontset.sgml fcfreetype.sgml fcinit.sgml fcmatrix.sgml fcobjectset.sgml fcobjecttype.sgml fcpattern.sgml fcstring.sgml fcstrset.sgml fcvalue.sgml


man_MANS = fonts-conf.5 FcAtomicCreate.3 FcAtomicDeleteNew.3 FcAtomicDestroy.3 FcAtomicLock.3 FcAtomicNewFile.3 FcAtomicOrigFile.3 FcAtomicReplaceOrig.3 FcAtomicUnlock.3 FcBlanksAdd.3 FcBlanksCreate.3 FcBlanksDestroy.3 FcBlanksIsMember.3 FcCharSetAddChar.3 FcCharSetCopy.3 FcCharSetCount.3 FcCharSetCreate.3 FcCharSetDestroy.3 FcCharSetEqual.3 FcCharSetFirstPage.3 FcCharSetHasChar.3 FcCharSetIntersect.3 FcCharSetIntersectCount.3 FcCharSetIsSubset.3 FcCharSetNextPage.3 FcCharSetSubtract.3 FcCharSetSubtractCount.3 FcCharSetUnion.3 FcConfigAppFontAddDir.3 FcConfigAppFontAddFile.3 FcConfigAppFontClear.3 FcConfigBuildFonts.3 FcConfigCreate.3 FcConfigDestroy.3 FcConfigFilename.3 FcConfigGetBlanks.3 FcConfigGetCache.3 FcConfigGetConfigDirs.3 FcConfigGetConfigFiles.3 FcConfigGetCurrent.3 FcConfigGetFontDirs.3 FcConfigGetFonts.3 FcConfigGetRescanInverval.3 FcConfigParseAndLoad.3 FcConfigSetCurrent.3 FcConfigSetRescanInverval.3 FcConfigSubstitute.3 FcConfigSubstituteWithPat.3 FcConfigUptoDate.3 FcDefaultSubstitute.3 FcDirCacheValid.3 FcDirSave.3 FcDirScan.3 FcFileScan.3 FcFontList.3 FcFontMatch.3 FcFontRenderPrepare.3 FcFontSetAdd.3 FcFontSetCreate.3 FcFontSetDestroy.3 FcFontSort.3 FcFreeTypeCharIndex.3 FcFreeTypeCharSet.3 FcFreeTypeQuery.3 FcGetVersion.3 FcInit.3 FcInitBringUptoDate.3 FcInitLoadConfig.3 FcInitLoadConfigAndFonts.3 FcInitReinitialize.3 FcMatrixCopy.3 FcMatrixEqual.3 FcMatrixInit.3 FcMatrixMultiply.3 FcMatrixRotate.3 FcMatrixScale.3 FcMatrixShear.3 FcNameConstant.3 FcNameGetConstant.3 FcNameGetObjectType.3 FcNameParse.3 FcNameRegisterConstants.3 FcNameRegisterObjectTypes.3 FcNameUnparse.3 FcNameUnregisterConstants.3 FcNameUnregisterObjectTypes.3 FcObjectSetAdd.3 FcObjectSetBuild.3 FcObjectSetCreate.3 FcObjectSetDestroy.3 FcPatternAdd-Type.3 FcPatternAdd.3 FcPatternAddWeak.3 FcPatternBuild.3 FcPatternCreate.3 FcPatternDel.3 FcPatternDestroy.3 FcPatternEqual.3 FcPatternEqualSubset.3 FcPatternGet-Type.3 FcPatternGet.3 FcPatternHash.3 FcPatternPrint.3 FcStrBasename.3 FcStrCmpIgnoreCase.3 FcStrCopy.3 FcStrCopyFilename.3 FcStrDirname.3 FcStrListCreate.3 FcStrListDone.3 FcStrListNext.3 FcStrSetAdd.3 FcStrSetAddFilename.3 FcStrSetCreate.3 FcStrSetDel.3 FcStrSetDestroy.3 FcStrSetMember.3 FcUcs4ToUtf8.3 FcUtf16Len.3 FcUtf16ToUcs4.3 FcUtf8Len.3 FcUtf8ToUcs4.3 FcValueDestroy.3 FcValueSave.3


noinst_PROGRAMS = edit-sgml
edit_sgml_SOURCES = edit-sgml.c

DOCDIR = ${datadir}/doc/fontconfig

DOC_FILES = $(TXT) $(HTML_FILES)
DOC_DIRS = $(HTML_DIRS)
LOCAL_DOCS = $(man_MANS) $(DOC_FILES) $(DOC_DIRS)

EXTRA_DIST = $(LOCAL_DOCS) $(SGML) $(DOC_FUNCS_FNCS) $(FNCS_TMPL)

SUFFIXES = .fncs .sgml .txt .html
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = ../config.h
CONFIG_CLEAN_FILES = version.sgml
noinst_PROGRAMS = edit-sgml$(EXEEXT)
PROGRAMS = $(noinst_PROGRAMS)


DEFS = -DHAVE_CONFIG_H -I. -I$(srcdir) -I..
CPPFLAGS =
LDFLAGS =
LIBS =
edit_sgml_OBJECTS = edit-sgml.$(OBJEXT)
edit_sgml_LDADD = $(LDADD)
edit_sgml_DEPENDENCIES =
edit_sgml_LDFLAGS =
CFLAGS = -g -O2
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
man3dir = $(mandir)/man3
man5dir = $(mandir)/man5
MANS = $(man_MANS)

NROFF = nroff
DIST_COMMON = Makefile.am Makefile.in version.sgml.in


DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)

TAR = tar
GZIP_ENV = --best
SOURCES = $(edit_sgml_SOURCES)
OBJECTS = $(edit_sgml_OBJECTS)

all: all-redirect
.SUFFIXES:
.SUFFIXES: .S .c .fncs .html .lo .o .obj .s .sgml .txt
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps doc/Makefile

Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
cd $(top_builddir) \
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status

version.sgml: $(top_builddir)/config.status version.sgml.in
cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status

mostlyclean-noinstPROGRAMS:

clean-noinstPROGRAMS:
-test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)

distclean-noinstPROGRAMS:

maintainer-clean-noinstPROGRAMS:

.c.o:
$(COMPILE) -c $<

# FIXME: We should only use cygpath when building on Windows,
# and only if it is available.
.c.obj:
$(COMPILE) -c `cygpath -w $<`

.s.o:
$(COMPILE) -c $<

.S.o:
$(COMPILE) -c $<

mostlyclean-compile:
-rm -f *.o core *.core
-rm -f *.$(OBJEXT)

clean-compile:

distclean-compile:
-rm -f *.tab.c

maintainer-clean-compile:

.c.lo:
$(LIBTOOL) --mode=compile $(COMPILE) -c $<

.s.lo:
$(LIBTOOL) --mode=compile $(COMPILE) -c $<

.S.lo:
$(LIBTOOL) --mode=compile $(COMPILE) -c $<

mostlyclean-libtool:
-rm -f *.lo

clean-libtool:
-rm -rf .libs _libs

distclean-libtool:

maintainer-clean-libtool:

edit-sgml$(EXEEXT): $(edit_sgml_OBJECTS) $(edit_sgml_DEPENDENCIES)
@rm -f edit-sgml$(EXEEXT)
$(LINK) $(edit_sgml_LDFLAGS) $(edit_sgml_OBJECTS) $(edit_sgml_LDADD) $(LIBS)

install-man3:
$(mkinstalldirs) $(DESTDIR)$(man3dir)
@list='$(man3_MANS)'; \
l2='$(man_MANS)'; for i in $$l2; do \
case "$$i" in \
*.3*) list="$$list $$i" ;; \
esac; \
done; \
for i in $$list; do \
if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
else file=$$i; fi; \
ext=`echo $$i | sed -e 's/^.*\\.//'`; \
inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
inst=`echo $$inst | sed '$(transform)'`.$$ext; \
echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man3dir)/$$inst"; \
$(INSTALL_DATA) $$file $(DESTDIR)$(man3dir)/$$inst; \
done

uninstall-man3:
@list='$(man3_MANS)'; \
l2='$(man_MANS)'; for i in $$l2; do \
case "$$i" in \
*.3*) list="$$list $$i" ;; \
esac; \
done; \
for i in $$list; do \
ext=`echo $$i | sed -e 's/^.*\\.//'`; \
inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
inst=`echo $$inst | sed '$(transform)'`.$$ext; \
echo " rm -f $(DESTDIR)$(man3dir)/$$inst"; \
rm -f $(DESTDIR)$(man3dir)/$$inst; \
done

install-man5:
$(mkinstalldirs) $(DESTDIR)$(man5dir)
@list='$(man5_MANS)'; \
l2='$(man_MANS)'; for i in $$l2; do \
case "$$i" in \
*.5*) list="$$list $$i" ;; \
esac; \
done; \
for i in $$list; do \
if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
else file=$$i; fi; \
ext=`echo $$i | sed -e 's/^.*\\.//'`; \
inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
inst=`echo $$inst | sed '$(transform)'`.$$ext; \
echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man5dir)/$$inst"; \
$(INSTALL_DATA) $$file $(DESTDIR)$(man5dir)/$$inst; \
done

uninstall-man5:
@list='$(man5_MANS)'; \
l2='$(man_MANS)'; for i in $$l2; do \
case "$$i" in \
*.5*) list="$$list $$i" ;; \
esac; \
done; \
for i in $$list; do \
ext=`echo $$i | sed -e 's/^.*\\.//'`; \
inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
inst=`echo $$inst | sed '$(transform)'`.$$ext; \
echo " rm -f $(DESTDIR)$(man5dir)/$$inst"; \
rm -f $(DESTDIR)$(man5dir)/$$inst; \
done
install-man: $(MANS)
@$(NORMAL_INSTALL)
$(MAKE) $(AM_MAKEFLAGS) install-man3 install-man5
uninstall-man:
@$(NORMAL_UNINSTALL)
$(MAKE) $(AM_MAKEFLAGS) uninstall-man3 uninstall-man5

tags: TAGS

ID: $(HEADERS) $(SOURCES) $(LISP)
list='$(SOURCES) $(HEADERS)'; \
unique=`for i in $$list; do echo $$i; done | \
awk ' { files[$$0] = 1; } \
END { for (i in files) print i; }'`; \
here=`pwd` && cd $(srcdir) \
&& mkid -f$$here/ID $$unique $(LISP)

TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
tags=; \
here=`pwd`; \
list='$(SOURCES) $(HEADERS)'; \
unique=`for i in $$list; do echo $$i; done | \
awk ' { files[$$0] = 1; } \
END { for (i in files) print i; }'`; \
test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
|| (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags $$unique $(LISP))

mostlyclean-tags:

clean-tags:

distclean-tags:
-rm -f TAGS ID

maintainer-clean-tags:

distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)

subdir = doc

distdir: $(DISTFILES)
@for file in $(DISTFILES); do \
d=$(srcdir); \
if test -d $$d/$$file; then \
cp -pr $$d/$$file $(distdir)/$$file; \
else \
test -f $(distdir)/$$file \
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|| cp -p $$d/$$file $(distdir)/$$file || :; \
fi; \
done
edit-sgml.o: edit-sgml.c

info-am:
info: info-am
dvi-am:
dvi: dvi-am
check-am: all-am
check: check-am
installcheck-am:
installcheck: installcheck-am
install-exec-am:
install-exec: install-exec-am

install-data-am: install-man install-data-local
install-data: install-data-am

install-am: all-am
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
install: install-am
uninstall-am: uninstall-man
uninstall: uninstall-am
all-am: Makefile $(PROGRAMS) $(MANS) all-local
all-redirect: all-am
install-strip:
$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
installdirs:
$(mkinstalldirs) $(DESTDIR)$(mandir)/man3 $(DESTDIR)$(mandir)/man5


mostlyclean-generic:

clean-generic:

distclean-generic:
-rm -f Makefile $(CONFIG_CLEAN_FILES)
-rm -f config.cache config.log stamp-h stamp-h[0-9]*

maintainer-clean-generic:
mostlyclean-am: mostlyclean-noinstPROGRAMS mostlyclean-compile \
mostlyclean-libtool mostlyclean-tags \
mostlyclean-generic

mostlyclean: mostlyclean-am

clean-am: clean-noinstPROGRAMS clean-compile clean-libtool clean-tags \
clean-generic mostlyclean-am clean-local

clean: clean-am

distclean-am: distclean-noinstPROGRAMS distclean-compile \
distclean-libtool distclean-tags distclean-generic \
clean-am
-rm -f libtool

distclean: distclean-am

maintainer-clean-am: maintainer-clean-noinstPROGRAMS \
maintainer-clean-compile maintainer-clean-libtool \
maintainer-clean-tags maintainer-clean-generic \
distclean-am
@echo "This command is intended for maintainers to use;"
@echo "it deletes files that may require special tools to rebuild."

maintainer-clean: maintainer-clean-am

.PHONY: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
mostlyclean-compile distclean-compile clean-compile \
maintainer-clean-compile mostlyclean-libtool distclean-libtool \
clean-libtool maintainer-clean-libtool install-man3 uninstall-man3 \
install-man5 uninstall-man5 install-man uninstall-man tags \
mostlyclean-tags distclean-tags clean-tags maintainer-clean-tags \
distdir info-am info dvi-am dvi check check-am installcheck-am \
installcheck install-exec-am install-exec install-data-local \
install-data-am install-data install-am install uninstall-am uninstall \
all-local all-redirect all-am all installdirs mostlyclean-generic \
distclean-generic clean-generic maintainer-clean-generic clean \
mostlyclean distclean maintainer-clean


.fncs.sgml:
$(RM) $@
./edit-sgml $(FNCS_TMPL) < $*.fncs > $*.sgml

.sgml.txt:
$(RM) $@
$(DOC2TXT) $*.sgml

$(man_MANS): func.refs

func.refs: fontconfig-devel.sgml $(DOC_FUNCS_SGML) version.sgml
$(RM) func.refs
$(DOC2MAN) fontconfig-devel.sgml
mv manpage.refs func.refs
$(RM) manpage.links

$(DOC_FUNCS_SGML): edit-sgml $(FNCS_TMPL)

fonts-conf.5: fontconfig-user.sgml version.sgml
$(RM) file.refs
$(DOC2MAN) fontconfig-user.sgml
$(RM) manpage.refs manpage.links

all-local: $(LOCAL_DOCS)

clean-local:
$(RM) $(man_MANS) $(DOC_FILES) $(DOC_FUNCS_SGML) func.refs
$(RM) -r $(DOC_DIRS)

fontconfig-devel: fontconfig-devel.sgml $(DOCS_FUNCS_SGML) version.sgml
$(RM) -r fontconfig-devel
$(DOC2HTML) -o fontconfig-devel fontconfig-devel.sgml

fontconfig-devel.txt: fontconfig-devel.sgml version.sgml

fontconfig-user.html: fontconfig-user.sgml version.sgml
$(DOC2HTML) -u fontconfig-user.sgml

fontconfig-user.txt: fontconfig-user.sgml version.sgml
#all-local:
#clean-local:

install-data-local:
$(mkinstalldirs) $(DESTDIR)$(DOCDIR)
for i in $(DOC_FILES); do \
echo '-- Installing '$$i ; \
$(INSTALL_DATA) $$i $(DESTDIR)$(DOCDIR)/$$i; \
done
for i in $(DOC_DIRS); do \
$(mkinstalldirs) $(DESTDIR)$(DOCDIR)/$$i ; \
for f in $$i/*; do \
echo '-- Installing '$$f ; \
$(INSTALL_DATA) $$f $(DESTDIR)$(DOCDIR)/$$f; \
done \
done

# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
 
Old 08-04-2003, 04:10 PM   #15
Corin
Member
 
Registered: Jul 2003
Location: Jette, Brussels Hoofstedelijk Gewest
Distribution: Debian sid, RedHat 9, Suse 8.2
Posts: 446

Rep: Reputation: 31

make[2]: Entering directory `/usr/xrpm/fontconfig-2.2.0/doc'
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
rm -f fontconfig-user.txt
docbook2txt fontconfig-user.sgml
Using catalogs: /etc/sgml/sgml-docbook-3.1-1.0-17.cat
Using stylesheet: /usr/share/sgml/docbook/utils-0.6.12/docbook-utils.dsl#html
Working on: /usr/xrpm/fontconfig-2.2.0/doc/fontconfig-user.sgml
No way to convert HTML to text found.


usr/bin/docbook2txt calls /usr/bin/jw which requires jade or openjade
to be installed.

Do you have the openjade package installed on your system?

rpm -q openjade

openjade-1.3.1-12

openjade-1.3.1-12 requires the following package to be installed

docbook-style-dsssl-1.76-8
docbook-style-dsssl-1.76-8
scrollkeeper-0.3.11-3
perl-SGMLSpm-1.03ii-11
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
apt-get doesnt install alsa-base and utils......plz help! max0 Debian 4 07-21-2006 01:47 PM
Why doesnt my USB mouse doesnt work? barkha Linux - Hardware 2 08-16-2005 11:31 AM
Another problem........fontconfig-2.2.2 / fontconfig-2.2.94 xonner Linux - Software 2 04-28-2004 10:13 PM
new domain doesnt work yet? GraemeK Linux - Networking 3 08-25-2003 12:44 PM
2nd CD doesnt work xtanu Linux - Software 1 10-21-2001 02:59 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 07:15 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration