At 07:20 p.m. 10/01/01 -0600, Gilles Detillieux wrote:
>According to Heriberto Cantu:
>> I'm using the snapshot 3.2.0b3-171200.
>> 
>> When using the -a flag to generate the .work files, the standard
>> to add .work at the end wasn't used in the weakcmp file leaving
>> two files.
>> 
>> The old .weakcmp and a .work_weakcmp that rundig didn't rename.
>
>Right you are.  This was reported several months ago, but at that time
>we were about to roll in some massive DB code patches that, among other
>things, were going to do away with the _weakcmp file.  Because of that,
>we didn't bother with changing rundig.  As it turned out, we had to
>back out those DB changes because they broke some other things, and the
>architect of the changes was nowhere to be found so we couldn't get his
>help in getting things working again.  The rundig bug got forgotten in
>the shuffle.
>
>We still hope to roll in those changes again, probably for beta 4,
>but in the meantime we need to hack rundig.  Thanks for the reminder.

I use a simple patch in rundig to solve the problem, maybe you can use
it too.
 
case "$alt" in
-a)
  ( cd $DBDIR && test -f db.docdb.work &&
    for f in *.work
    do
        mv -f $f `basename $f .work`
    done && mv -f db.words.db.work_weakcmpr db.words.db_weakcmpr ) ;;   #
<-- line patched
esac


----
Heriberto Cantu
http://www.elinux.com.mx
Monterrey, Mexico
Tel: (8)129-1121 y (8)129-1124
Cel: 0448-256-8807



------------------------------------
To unsubscribe from the htdig3-dev mailing list, send a message to
[EMAIL PROTECTED] 
You will receive a message to confirm this. 


Reply via email to