[Subject Prev][Subject Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hts-users:00818] patch command fails in building HTS-2.0.1


Hi,

I downloaded the newly released HTS-2.0.1 and tried to build the 
software.
But the patch command failed. The error message is:
-----
patching file HTKLib/HMath.c
Hunk #22 FAILED at 1660.
Hunk #23 succeeded at 1673 (offset -1 lines).
Hunk #25 succeeded at 1728 (offset -1 lines).
Hunk #26 FAILED at 1736.
Hunk #27 succeeded at 1750 (offset -1 lines).
....
Hunk #36 succeeded at 2051 (offset -1 lines).
2 out of 36 hunks FAILED -- saving rejects to file HTKLib/HMath.c.rej
patching file HTKLib/HMath.h
-----

The content of HTKLib/HMath.c.rej is as follows:

-----
***************
*** 1287,1293 ****
           for (i=j+1; i<=n;i++) a[i][j] *= yy;
        }
     }
-    FreeVector(&gstack,vv);
     return(TRUE);
  }

--- 1660,1665 ----
           for (i=j+1; i<=n;i++) a[i][j] *= yy;
        }
     }
     return(TRUE);
  }

***************
*** 1365,1371 ****
           for (i=j+1; i<=n;i++) a[i][j] *= yy;
        }
     }
-    FreeDVector(&gstack,vv);
     return(TRUE);
  }

--- 1736,1741 ----
           for (i=j+1; i<=n;i++) a[i][j] *= yy;
        }
     }
     return(TRUE);
  }

-----

The OS is Linux version 2.6.9 running on Dual-Core Xeon 5160 PC.


Is this phenomenon negligible?

Thank you in advance,

--
Hisashi KAWAI (KDDI R&D Labs., Speech Processing Laboratory)

Follow-Ups
[hts-users:00819] Re: patch command fails in building HTS-2.0.1, Heiga ZEN (Byung Ha CHUN)