Ticket #6 (closed defect: fixed)

Opened 1 year ago

Last modified 4 months ago

Installer breaks POPFile if MeCab download fails

Reported by: brian Assigned to: brian
Priority: very high Milestone:
Component: Installer Version: 0.22.6
Severity: Keywords: installer MeCab
Cc:

Description

If a problem is detected when downloading or installing the MeCab? parser the installer fails to install the Encode package. This causes a problem because when POPFile detects that neither Kakasi nor MeCab? is available it will try to fall back to using the internal parser. Although the internal parser does not rely upon any external parser program it still requires the Encode package!

Change History

10/15/07 21:28:08 changed by brian

  • status changed from new to assigned.

10/15/07 21:35:24 changed by brian

When a MeCab? download error is detected the installer skips some code. Unfortunately it skips too much code and does not install any of the extra Perl packages needed to handle Japanese text. This is an easy thing to fix.

10/18/07 04:26:51 changed by brian

  • status changed from assigned to closed.
  • resolution set to fixed.

Fixed in the setup-test-2.exe installer.