php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #34031 phpdoc-ja must be built without any error
Submitted: 2005-08-08 05:54 UTC Modified: 2005-08-08 09:16 UTC
From: takagi@php.net Assigned:
Status: Not a bug Package: Documentation problem
PHP Version: Irrelevant OS: Irrelevant
Private report: No CVE-ID: None
 [2005-08-08 05:54 UTC] takagi@php.net
Description:
------------
I'm a member of phpdoc-ja project.

We've received several messages from derick@php.net .
He says "phpdoc-ja build was failed".
 see: http://news.php.net/php.doc.ja/1106
But in our environment, it is normally completed without any error.

In the message http://news.php.net/php.doc.ja/1106 ,derick says
> /usr/bin/openjade:/dat/dev/php/phpdoc/ja/security/general.xml:5:30:E: document type does not allow element "sect1" here; missing one of "article", "partintro" start-tag

But up-to-date version of "general.xml" does *NOT* have any "sect1" element.

I think derick's "phpdoc/ja/security/" dir is not up-to-date revision. I suggest that derick should do "cvs up phpdoc/ja/security/".

Reproduce code:
---------------
$ cvs -d:pserver:cvsread@cvs.php.net:/repository login
$ cvs -d:pserver:cvsread@cvs.php.net:/repository co phpdoc
$ cd phpdoc
$ rm -r ja/
$ cvs -d :pserver:cvsread@cvs.php.net:/repository co phpdoc-ja-dir
$ ./configure --with-lang=ja
$ make

Expected result:
----------------
Japanese Documentation is built without any error.

Actual result:
--------------
See: 
http://news.php.net/php.doc.ja/1093 or http://news.php.net/php.doc.ja/1106

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-08-08 09:16 UTC] derick@php.net
Don't file bugs about this, reply to the email. And for some strange reason the ja/ directory was indeed not updated.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 15 07:01:32 2024 UTC