Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Sep 2001 23:52:26 -0400
From:      parv <parv_@yahoo.com>
To:        f-doc <freebsd-doc@freebsd.org>
Subject:   make failure in doc
Message-ID:  <20010924235226.A99346@moo.holy.cow>

next in thread | raw e-mail | index | archive | help
problem is make fails when i try in /source/contribute/doc (equivalent
of /usr/doc) w/ this message...

===> en_US.ISO-8859-1
cd: can't cd to /source/contribute/doc/en_US.ISO-8859-1
*** Error code 2

Stop in /source/contribute/doc.


...which is understandable as there is no such directory. if i change
DOC_LANG to en_US.ISO8859-1, make fails w/ the same message. the
entries in /source/contribute/doc are...

drwxr-xr-x   4 parv     people        512 Sep 24 22:58 ./
drwxr-xr-x   6 parv     people        512 Aug 12 17:34 ../
-rw-------   1 parv     people       1.2k Jun 14 03:53 Makefile
-rw-------   1 parv     people        377 Apr 12  2000 README
drwx------   6 parv     people        512 Sep 24 22:46 en_US.ISO8859-1/
drwxr-xr-x   7 parv     people        512 Jul  3 16:38 share


...here is the settings file that is sourced before make...

ENGLISH_ONLY=YES
export ENGLISH_ONLY

DOC_LANG=en_US.ISO8859-1
export DOC_LANG

CVSROOT=/home/ncvs
export CVSROOT

NOPORTSCVS=YES
export NOPORTSCVS

DESTDIR=/source/contribute/public_web
export DESTDIR


...after moving en_US.ISO8859-1/ to en_US.ISO-8859-1/, make fails 
somewhere else w/ this message...

...
/usr/local/bin/jade:/source/contribute/doc/en_US.ISO-8859-1/articles/committers-guide/article.sgml:1209:8:E: general entity "a.wollman" not defined and no default entity
/usr/local/bin/jade:/source/contribute/doc/en_US.ISO-8859-1/articles/committers-guide/article.sgml:1790:19:E: general entity "a.mharo" not defined and no default entity
/usr/local/bin/jade:/source/contribute/doc/en_US.ISO-8859-1/articles/committers-guide/article.sgml:1790:33:E: general entity "a.will" not defined and no default entity
*** Error code 1

Stop in /source/contribute/doc/en_US.ISO-8859-1/articles/committers-guide.
*** Error code 1

Stop in /source/contribute/doc/en_US.ISO-8859-1/articles.
*** Error code 1


...the only workaround seems to be a need of symkink from 
en_US.ISO8859-1/ to en_US.ISO-8859-1 ... which seems to be silly as it
should have been handled in the Makefile.

i cvsup'd doc a few minutes ago; /source/cvsup/sup/refuse has...

doc/de_*
doc/es_*
doc/fr_*
doc/it_*
doc/ja_*
doc/ko_*
doc/nl_*
doc/ru_*
doc/sr_*
doc/vn_*
doc/zh_*


...what am i missing?

- parv

-- 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010924235226.A99346>