On 24 May 2011 08:21, Hannes Magnusson <hannes.magnus...@gmail.com> wrote:
> On Mon, May 23, 2011 at 23:31, Richard Quadling <rquadl...@gmail.com> wrote:
>> On 23 May 2011 22:03, Hannes Magnusson <hannes.magnus...@gmail.com> wrote:
>>> On Mon, May 23, 2011 at 22:59, Richard Quadling <rquadl...@gmail.com> wrote:
>>>> On 23 May 2011 20:17, Hannes Magnusson <hannes.magnus...@gmail.com> wrote:
>>>>>>>> On Mon, May 23, 2011 at 1:51 PM, Richard Quadling 
>>>>>>>> <rquadl...@gmail.com> wrote:
>>>>>>>>> The server in question only reports the crash after a logout/login.
>>>>>>>>>
>>>>>>>>> And only for 1 of the languages that crashes (es or fa - will need to
>>>>>>>>> check locally).
>>>>>
>>>>>
>>>>> I am assuming this happens in configure.php, not actually PhD, right?
>>>>> That sounds like a broken chunk entity declaration, meaning a parser
>>>>> error soon in an file chunk.
>>>>>
>>>>> Try with configure.php --disable-segfault-error
>>>>> You may also try the --disable-segfault-speed option, although it
>>>>> shouldn't affect this particular issue.
>>>>>
>>>>> (yes, we actually have 2 switches to disable 2 different segfaults ;))
>>>>>
>>>>> -Hannes
>>>>>
>>>>
>>>> Yes it is.
>>>>
>>>> If you look at http://oti1.php.net/logs/configure_fa.log, the log file
>>>> just terminates.
>>>>
>>>> c:\php\binaries\PHP_5_3\php.exe configure.php -- --enable-chm
>>>> --enable-xml-details --disable-segfault-error --disable-segfault-speed
>>>> --with-lang=fa
>>>>
>>>> now produces something more meaningful.
>>>
>>>
>>> Why are you trying to build persian anyway?
>>> Those CHM files will not be published since the translation is
>>> severely broken and hasn't been updated for years and years.
>>>
>>> -Hannes
>>>
>>
>> http://svn.php.net/viewvc/phpdoc/doc-base/trunk/scripts/build-chms.php?revision=297785&view=markup
>>
>> From the first day that the PHP based CHM builder was created, fa was
>> in the list.
>>
>> Where is the list that I SHOULD be using.
>>
>> I'll adjust the code to use that list.
>
>
> wget --no-check-certificate
> https://svn.php.net/repository/web/php/trunk/include/languages.inc;
> php -r 'include "./languages.inc"; echo implode( " ", array_keys(
> $ACTIVE_ONLINE_LANGUAGES ) );'
>
> It does however seem like Persian is actually available on the php.net docs.
> Had to verify that couple of times before I believed it, but
> apparently it is relatively up2date \o/
>
> -Hannes
>

Thanks for the languages stuff.

I've got a funeral tomorrow, so won't be able to add that into the CHM
builds until at least Thursday.

There was an issue with copying the Japanese enhanced CHM file today ...

------ http://oti1.php.net/logs/build.chms.log --- [Halfway down] ---
Tue, 24 May 2011 10:59:07 +0000 - [Enhanced] HHC...

Warning: copy(C:\doc-all\chmfiles\php_enhanced_ja.chm): failed to open
stream: Invalid argument in C:\doc-all\doc-base\scripts\build-chms.php
on line 215
Tue, 24 May 2011 11:08:22 +0000 - Build error: Enhanced: Unable to
copy CHM file into archive folder
------

Not sure why. The enhanced CHM was built OK ...
----- http://oti1.php.net/logs/hhc_enhanced_ja.log ----- [TAIL] ----
Compile time: 9 minutes, 14 seconds
11,056  Topics
198,753 Local links
4,569   Internet links
69      Graphics
Created c:\doc-all\tmp\ja\php-enhancedchm\php_manual_ja.chm, 30,505,996 bytes
Compression decreased file by 108,047,337 bytes.
---------------------------------------------

This suggests that the file was in use.

Need to add a retry/wait block around the copy.

Richard.

-- 
Richard Quadling
Twitter : EE : Zend : PHPDoc
@RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY : bit.ly/lFnVea

Reply via email to