Re: [dev] Build error in helpcontent2 (Lucene)

2010-06-24 Thread Rene Engelhard
Hi,

On Wed, Jun 23, 2010 at 10:54:53PM +0200, Pavel Laštovička wrote:
 citing from issue #103354:

 During the massive parallel build of helpcontent2 the lucene indexer 
 generates index files which are renamed. This behavior breaks the MSP 
 pack process, were no files have to be removed.

 So renamed index files (cfs) are really a problem only on Sun builds? And 

Yes.

 what is the MSP pack process? :-)

Microsoft Patch (has to google myself when I read that in the issue). As no
one else is building them it's basically a Sun-only problem (but that's
why my initial patch made those checks on for Windows, but you can do that
yourself if you wished by setting the new variable anyways).

Grüße/Regards,

René

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



Re: [dev] Build error in helpcontent2 (Lucene)

2010-06-24 Thread Tor Lillqvist
 Microsoft Patch 

More like Windows Installer (MSI) Patch, but yeah, means the same thing 
basically anyway.

 As no one else is building them it's basically a Sun-only problem 

We (Novell) have been trying to use MSI patching, with occasional success even, 
for longer than Sun. But it has always been a nightmare.

 --tml



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



Re: [dev] Build error in helpcontent2 (Lucene)

2010-06-23 Thread Pavel Laštovička

Hello,

Rene Engelhard napsal(a):

On Mon, Jun 21, 2010 at 06:13:15PM +0200, Pavel Lastovicka wrote:

when doing a parallel build of 3.2.1 on Cygwin I hit the following error:
  Checking cfs file _0.cfs: Not found
  cfs file check failed, terminating...


See http://www.openoffice.org/issues/show_bug.cgi?id=112339
for a similar (NOT the same issue).

Is fixed in 3.3 snapshots by making that check Sun-only. See
http://hg.services.openoffice.org/DEV300/rev/f505f7499559


citing from issue #103354:

During the massive parallel build of helpcontent2 the lucene indexer generates 
index files which are renamed. This behavior breaks the MSP pack process, were 
no files have to be removed.


So renamed index files (cfs) are really a problem only on Sun builds? And what 
is the MSP pack process? :-)


Regards
--
Pavel Laštovička

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



[dev] Build error in helpcontent2 (Lucene)

2010-06-21 Thread Pavel Lastovicka

Hi,

when doing a parallel build of 3.2.1 on Cygwin I hit the following error:
  Checking cfs file _0.cfs: Not found
  cfs file check failed, terminating...

When I tried to compile helpcontent2 again the error repeated itself.
After some time I got over the problem but I cannot remember how (it was 
a week ago). I ran the build process again without any parallelism, 
maybe I deleted some files in the output directory.

  How do I prevent the error from appearing in future?

Regards
--
Pavel Laštovička



Making 
d:\ooo.cs\ooo_OOO320_m19_src\helpcontent2\wntmsci12.pro\bin\sbasic_cy.zip

 from 1194 input files














..
d:\ooo.cs\ooo_OOO320_m19_src\helpcontent2\wntmsci12.pro\bin\xhp_sbasic_cy.zipd:\
ooo.cs\ooo_OOO320_m19_src\helpcontent2\source\auxiliary\cy\sbasic.cfgd:\ooo.cs\o
oo_OOO320_m19_src\helpcontent2\wntmsci12.pro\misc\cy\sbasic.treetime 
taken was 4

1.031 seconds
java 
-Djava.library.path=d:/ooo.cs/ooo_OOO320_m19_src/solver/320/wntmsci12.pro/b
in -cp 
.;../../wntmsci12.pro/class;c:/PROGRA~1/Java/JDK16~1.0_1/jre/lib/rt.jar;

.;d:/ooo.cs/ooo_OOO320_m19_src/solver/320/wntmsci12.pro/bin/jaxp.jar;d:/ooo.cs/o
oo_OOO320_m19_src/solver/320/wntmsci12.pro/bin/juh.jar;d:/ooo.cs/ooo_OOO320_m19_
src/solver/320/wntmsci12.pro/bin/parser.jar;d:/ooo.cs/ooo_OOO320_m19_src/solver/
320/wntmsci12.pro/bin/xt.jar;d:/ooo.cs/ooo_OOO320_m19_src/solver/320/wntmsci12.p
ro/bin/unoil.jar;d:/ooo.cs/ooo_OOO320_m19_src/solver/320/wntmsci12.pro/bin/ridl.
jar;d:/ooo.cs/ooo_OOO320_m19_src/solver/320/wntmsci12.pro/bin/jurt.jar;d:/ooo.cs
/ooo_OOO320_m19_src/solver/320/wntmsci12.pro/bin/xmlsearch.jar;d:/ooo.cs/ooo_OOO
320_m19_src/solver/320/wntmsci12.pro/bin/LuceneHelpWrapper.jar;d:/ooo.cs/ooo_OOO
320_m19_src/solver/320/wntmsci12.pro/bin/HelpIndexerTool.jar;d:/ooo.cs/ooo_OOO32
0_m19_src/solver/320/wntmsci12.pro/bin/lucene-core-2.3.jar;d:/ooo.cs/ooo_OOO320_
m19_src/solver/320/wntmsci12.pro/bin/lucene-analyzers-2.3.jar 
com.sun.star.help
.HelpIndexerTool -lang cy -mod sbasic -zipdir 
../../wntmsci12.pro/misc/ziptmpsba

sic_cy -o ../../wntmsci12.pro/bin/sbasic_cy.zip -checkcfsname _0
Lucene: Indexing to directory 
'..\..\wntmsci12.pro\misc\ziptmpsbasic_cy\sbasic.i

dxl'...
Indexing, adding files














..
Optimizing ...
Checking cfs file _0.cfs: Not found
cfs file check failed, terminating...
dmake:  Error code 255, while making '../../wntmsci12.pro/bin/sbasic_cy.zip'
dmake:  '../../wntmsci12.pro/bin/sbasic_cy.zip' removed.

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: 

Re: [dev] Build error in helpcontent2 (Lucene)

2010-06-21 Thread Rene Engelhard
On Mon, Jun 21, 2010 at 06:13:15PM +0200, Pavel Lastovicka wrote:
 when doing a parallel build of 3.2.1 on Cygwin I hit the following error:
   Checking cfs file _0.cfs: Not found
   cfs file check failed, terminating...

See http://www.openoffice.org/issues/show_bug.cgi?id=112339
for a similar (NOT the same issue).

Is fixed in 3.3 snapshots by making that check Sun-only. See
http://hg.services.openoffice.org/DEV300/rev/f505f7499559

Grüße/Regards,

René

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org