On 12 June 2013 13:18, Yannick Torrès <yannick.tor...@gmail.com> wrote: > The FR documentation actually didn't build. > configure.php don't tell me where, nether with the --enable-xml-details :/ > > Is there someone who can help us with this ?
Here's the first part of what I get (the important bit would seem to be the class.datetimeinterface issue — I think German had the same issue recently?): configure.php: $Id: configure.php 328371 2012-11-15 22:48:10Z philip $ PHP version: 5.5.0-dev Checking for source directory... /home/adamh/trees/php-doc-fr/doc-base Checking for output filename... /home/adamh/trees/php-doc-fr/doc-base/.manual.xml Checking whether to include CHM... no Checking for PHP executable... /opt/php/5.5/bin/php Checking for language to build... fr Checking whether the language is supported... yes Checking for partial build... no Checking whether to enable detailed XML error messages... yes Checking libxml version... 2.9.0 Checking whether to enable detailed error reporting (may segfault)... no Checking whether to optimize out the DTD (performance gain, but segfaults)... yes Generating /home/adamh/trees/php-doc-fr/doc-base/manual.xml... done Generating /home/adamh/trees/php-doc-fr/doc-base/install-unix.xml... done Generating /home/adamh/trees/php-doc-fr/doc-base/install-win.xml... done Generating /home/adamh/trees/php-doc-fr/doc-base/developer.template.xml... done Generating /home/adamh/trees/php-doc-fr/doc-base/scripts/file-entities.php... done Iterating over extension specific version files... OK Saving it... OK Creating file /home/adamh/trees/php-doc-fr/doc-base/entities/file-entities.ent... done Checking for if we should generate a simplified file... no Checking whether to save an invalid .manual.xml... no Loading and parsing manual.xml... done. Validating manual.xml... Warning: DOMDocument::xinclude(): XPointer evaluation failed: #xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.datetimeinterface')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[@role='oop']) in /home/adamh/trees/php-doc-fr/doc-base/configure.php on line 686 Warning: DOMDocument::xinclude(): could not load /home/adamh/trees/php-doc-fr/doc-base/manual.xml, and no fallback was found in /home/adamh/trees/php-doc-fr/doc-base/configure.php on line 686 Warning: DOMDocument::validate(): Element classsynopsis content does not follow the DTD, expecting ((ooclass | ooexception | oointerface)+ , (classsynopsisinfo | methodsynopsis | constructorsynopsis | destructorsynopsis | fieldsynopsis)*), got (ooclass classsynopsisinfo classsynopsisinfo fieldsynopsis fieldsynopsis fieldsynopsis fieldsynopsis fieldsynopsis fieldsynopsis fieldsynopsis fieldsynopsis fieldsynopsis fieldsynopsis fieldsynopsis classsynopsisinfo constructorsynopsis methodsynopsis methodsynopsis methodsynopsis methodsynopsis methodsynopsis methodsynopsis methodsynopsis methodsynopsis methodsynopsis methodsynopsis methodsynopsis xi:include ) in /home/adamh/trees/php-doc-fr/doc-base/configure.php on line 728 Warning: DOMDocument::validate(): No declaration for element include in /home/adamh/trees/php-doc-fr/doc-base/configure.php on line 728 Warning: DOMDocument::validate(): No declaration for attribute xpointer of element include in /home/adamh/trees/php-doc-fr/doc-base/configure.php on line 728 failed. The document didn't validate, trying to figure out what went wrong... (This could take awhile. If you experience segfaults here, try again with --disable-xml-details) Warning: DOMDocument::load(): No declaration for attribute xpointer of element include in file:////home/adamh/trees/php-doc-fr/fr/language/predefined/exception.xml, line: 64 in /home/adamh/trees/php-doc-fr/doc-base/configure.php on line 785 <big snip> Eyh man. No worries. Happ shittens. Try again after fixing the errors above. Full output is at https://gist.github.com/LawnGnome/ad5d1c897437085795c8, should it be useful. Adam