Re: failure to create de .spl files via aap

2006-04-26 Thread Christian Ebert
* Bram Moolenaar on Tuesday, April 25, 2006 at 13:40:25 +0200:
> It's possible that the Myspell files were updated since I made the diff.
> Perhaps you can take over maintenance of the German dictionary?

I feel morally blackmailed now ;-) At the moment I force myself
to say no because there's just too much other stuff going on but
I'm gonna look into the aap stuff and try to understand the tasks
of a maintainer in the README. If it can be done without too much
manual work, I come back to you.

> Perhaps Vim runs out of memory?

A first try by changing mm in the aap recipe didn't work. Once I
found some time I'm gonna try without aap and so on to narrow
down the issue.

Thanks.

c
-- 
_B A U S T E L L E N_ lesen!  --->> 


Re: failure to create de .spl files via aap

2006-04-25 Thread Bram Moolenaar

Christian Ebert wrote:

> Following the README's suggestion not to bother with creating
> .spl files by hand (which I did some time ago eg. with
> de.latin1.spl) I tried to go the easier way via aap in vim7.e07.
> 
> Creating the french fr.latin1.spl, fr.latin1.sug, fr.utf-8.spl,
> fr.utf-8.sug works fine.
> 
> When I try de, first the patching fails. So I changed de_20.diff
> and de_DE.diff like so:

It's possible that the Myspell files were updated since I made the diff.
Perhaps you can take over maintenance of the German dictionary?

> Maybe I would get the same by running app -k but either way I get
> BUS errors in the end:
> 
> $ tail /usr/local/src/vim7/runtime/spell/de/AAPDIR/log
> Compressed 684 of 96861 nodes; 96177 (99%) remaining
> Writing spell file ../de.latin1.spl ...
> Done!
> Estimated runtime memory use: 9109400 bytes
> Reading back spell file...
> Performing soundfolding... Vim: Caught deadly signal BUS
> 
> Vim: Finished.
> 
> error:Error in recipe "/usr/local/src/vim7/runtime/spell/de/main.aap" 
> line
>  36: Shell command returned 1
> 
> Apparently it chokes when trying to create the .sug file?
> 
> On a first glance de.latin1.spl seems to work though.

The .spl file can be used without the .sug file, but not the other way
around.

> Anybody else experiencing this? Or knows what to do?

Perhaps Vim runs out of memory?  I need to set the limit to 510 Mbyte to
be able to produce all spell files.  Vim should catch this though and
give an out-of-memory error.  If you can, try having Vim crash in the
debugger and find out why it happens.

-- 
GUARD #1:  What -- a swallow carrying a coconut?
ARTHUR:It could grip it by the husk!
GUARD #1:  It's not a question of where he grips it!  It's a simple question
   of weight ratios!  A five ounce bird could not carry a 1 pound
   coconut.
  The Quest for the Holy Grail (Monty Python)

 /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net   \\\
///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\download, build and distribute -- http://www.A-A-P.org///
 \\\help me help AIDS victims -- http://ICCF-Holland.org///


failure to create de .spl files via aap

2006-04-24 Thread Christian Ebert
Hello,

Following the README's suggestion not to bother with creating
.spl files by hand (which I did some time ago eg. with
de.latin1.spl) I tried to go the easier way via aap in vim7.e07.

Creating the french fr.latin1.spl, fr.latin1.sug, fr.utf-8.spl,
fr.utf-8.sug works fine.

When I try de, first the patching fails. So I changed de_20.diff
and de_DE.diff like so:

--- de_20.diff.orig 2006-04-24 17:07:56.0 +0200
+++ de_20.diff  2006-04-24 17:08:13.0 +0200
@@ -523,11 +523,3 @@
 + SAL ZURÜCK^^ ZURIK
 + SAL ZUVER^^  ZUFA# x
 + SAL ZZ
-*** de_20.orig.dic Sat Nov 26 19:59:53 2005
 de_20.dic  Mon Jan  2 20:19:18 2006
-***
-*** 1,3 
-  314626
-- 23394
-  A-Bombe/N
 1,2 
--- de_DE.diff.orig 2006-04-24 17:01:35.0 +0200
+++ de_DE.diff  2006-04-24 17:02:40.0 +0200
@@ -523,11 +523,3 @@
 + SAL ZURÜCK^^ ZURIK
 + SAL ZUVER^^  ZUFA# x
 + SAL ZZ
-*** de_DE.orig.dic Sat Nov 26 19:59:52 2005
 de_DE.dic  Mon Jan  2 15:35:27 2006
-***
-*** 1,3 
-  319017
-- 23508
-  A-Bombe/N
 1,2 

Maybe I would get the same by running app -k but either way I get
BUS errors in the end:

$ tail /usr/local/src/vim7/runtime/spell/de/AAPDIR/log
Compressed 684 of 96861 nodes; 96177 (99%) remaining

Writing spell file ../de.latin1.spl ...

Done!

Estimated runtime memory use: 9109400 bytes

Reading back spell file...

Performing soundfolding...
[?1l>Vim: Caught deadly signal BUS

Vim: Finished.

error:  Error in recipe "/usr/local/src/vim7/runtime/spell/de/main.aap" line 
36: Shell command returned 1

Apparently it chokes when trying to create the .sug file?

On a first glance de.latin1.spl seems to work though.

Anybody else experiencing this? Or knows what to do?

TIA

c
-- 
_B A U S T E L L E N_ lesen!  --->>