James Vega wrote:
>
> Last time I tried, my computer couldn't handle building
> the actual spellfiles so I haven't had a chance to try cleaning up the
> build.

Couldn't handle it, as in the vim ... -c 'mkspell! ...' command didn't
work? That part did work for me when I ran it by hand on the Swedish files.

[Though, I do recall seeing in the mkspell docs that it's fairly
resource intensive, so if that's what you mean I'll be happy to test out
a few builds for you.]

By adding an 'extract' as a dependency in debian/rules:

    build-spell-%-stamp: build-locales-stamp extract
      

I was able to get to the point where it spewed a python traceback:

*** DEBIAN *** BUILDING SPELLFILES FOR af
env LOCPATH=/tmp/vsf/vim-spellfiles-20060604/debian/locales aap -f 
upstream/vim-runtime-spell/af/main.aap
Aap: Internal Error
Aap: Traceback (most recent call last):
   File "/usr/lib/aap/Process.py", line 1163, in Process
    exec script_string in recdict, recdict
   File "<string>", line 8, in ?
   File "/usr/lib/aap/Commands.py", line 2744, in aap_fetch
    verscont_cmd(line_nr, recdict, arg, "fetch")
   File "/usr/lib/aap/Commands.py", line 2739, in verscont_cmd
    do_verscont_cmd(rpstack, recdict, action, attrdict, varlist)
   File "/usr/lib/aap/Commands.py", line 2726, in do_verscont_cmd
    failed = fetch_nodelist(rpstack, recdict, nodelist, 0)
   File "/usr/lib/aap/VersCont.py", line 196, in fetch_nodelist
    "fetch", [ "fetch", "commit" ])
   File "/usr/lib/aap/VersCont.py", line 174, in handle_nodelist
    this_use_cache, action)
   File "/usr/lib/aap/VersCont.py", line 85, in verscont_command
    ok = download_file(recdict, dict, node, use_cache)
   File "/usr/lib/aap/Remote.py", line 311, in download_file
    shutil.copyfile(fname, node.absname)
   File "shutil.py", line 42, in copyfile
    raise Error, "`%s` and `%s` are the same file" % (src, dst)
 Error: 
`/tmp/vsf/vim-spellfiles-20060604/upstream/vim-runtime-spell/af/af_ZA.zip` and 
`/tmp/vsf/vim-spellfiles-20060604/upstream/vim-runtime-spell/af/af_ZA.zip` are 
the same file

Aap: Aborted
Aap: More info in the logfile: 
/tmp/vsf/vim-spellfiles-20060604/upstream/vim-runtime-spell/af/AAPDIR/log



I have attached the log.
extra:  Reading recipe "main.aap"
extra:  Finished reading recipe "main.aap"
depend: Adding default dependency for "clean"
depend: Adding default dependency for "cleanmore"
depend: Building the "all" target
depend: 1 - updating target "all"
depend: 2 - Using dependency "all : ../af.latin1.spl ../af.utf-8.spl 
../README_af.txt"
depend: 3 - updating target "../af.latin1.spl"
depend: 4 - Using dependency "../af.latin1.spl : af_ZA.aff af_ZA.dic"
depend: 5 - updating target "af_ZA.aff"
depend: 6 - Using dependency "af_ZA.aff af_ZA.dic : " for target "af_ZA.aff"
depend: 5 - Updating "af_ZA.aff" from "": it doesn't exist
error:  Internal Error
error:  Traceback (most recent call last):
   File "/usr/lib/aap/Process.py", line 1163, in Process
    exec script_string in recdict, recdict
   File "<string>", line 8, in ?
   File "/usr/lib/aap/Commands.py", line 2744, in aap_fetch
    verscont_cmd(line_nr, recdict, arg, "fetch")
   File "/usr/lib/aap/Commands.py", line 2739, in verscont_cmd
    do_verscont_cmd(rpstack, recdict, action, attrdict, varlist)
   File "/usr/lib/aap/Commands.py", line 2726, in do_verscont_cmd
    failed = fetch_nodelist(rpstack, recdict, nodelist, 0)
   File "/usr/lib/aap/VersCont.py", line 196, in fetch_nodelist
    "fetch", [ "fetch", "commit" ])
   File "/usr/lib/aap/VersCont.py", line 174, in handle_nodelist
    this_use_cache, action)
   File "/usr/lib/aap/VersCont.py", line 85, in verscont_command
    ok = download_file(recdict, dict, node, use_cache)
   File "/usr/lib/aap/Remote.py", line 311, in download_file
    shutil.copyfile(fname, node.absname)
   File "shutil.py", line 42, in copyfile
    raise Error, "`%s` and `%s` are the same file" % (src, dst)
 Error: 
`/tmp/vsf/vim-spellfiles-20060604/upstream/vim-runtime-spell/af/af_ZA.zip` and 
`/tmp/vsf/vim-spellfiles-20060604/upstream/vim-runtime-spell/af/af_ZA.zip` are 
the same file

error:  Aborted

Reply via email to