Chasen fails to run ("no basic form" message)

Bug #510385 reported by Ayla
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
naist-jdic (Debian)
Fix Released
Unknown
naist-jdic (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

Binary package hint: chasen

I have just installed Chasen, but I cannot make it run.

The error message is the following:
"chasen: /var/lib/chasen/dic/debian/cforms.cha:9-21: no basic form"

My Chasen version is 2.4.4-5, and my naist-jdic version is Versión: 0.4.3-6.

I've seen this bug was reported in Debian (557287), but it's already closed (and I think that whithout having been solved).

Cheers,

Digna González

ProblemType: Bug
Architecture: i386
Date: Wed Jan 20 23:42:36 2010
DistroRelease: Ubuntu 9.10
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
Package: chasen 2.4.4-5
ProcEnviron:
 LANG=es_ES.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
SourcePackage: chasen
Uname: Linux 2.6.31-14-generic i686

Revision history for this message
Ayla (ayla-07) wrote :
Changed in chasen (Ubuntu):
status: New → Confirmed
Revision history for this message
Niall Creech (sevenmachines-deactivatedaccount) wrote :

the fix in naist-jdic (0.4.3-13) in naist-jdic-utf8.postinst was to add

 if [ -z `grep '(ENCODE "u")' ${chasenrc}-utf8` -a -z `grep '(ENCODE "w")' ${chasenrc}-utf8`]; then
      echo '(ENCODE "u")' >> ${chasenrc}-utf8
    fi

this fails on this version of chasen (there is no ENCODE entry by default, adding (ENCODE "u") manually to the end of /usr/share/chasen/chasenrc-utf8 fixes it though

Revision history for this message
Niall Creech (sevenmachines-deactivatedaccount) wrote :

since its a problem for debian sid too i've contacted the upstream bug to see how they want to tackle it. i'll move this to naist-jdic as thats where the fix seems to be applied. the attached diff seems to fix it but we'll see what upstream says

affects: chasen (Ubuntu) → naist-jdic (Ubuntu)
affects: chasen (Debian) → naist-jdic (Debian)
Revision history for this message
Ayla (ayla-07) wrote : Re: [Bug 510385] Re: Chasen fails to run ("no basic form" message)

Ok. Thanks.

Could you tell me in which directory do I have to aplly the patch (it's the
first time I do it).

I know the command to use is patch -p1 < naist-jdic.diff
but I cannot find the directory where that works.

2010/1/21 SevenMachines <email address hidden>

> ** Bug watch added: Debian Bug tracker #566087
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=566087
>
> ** Changed in: chasen (Debian)
> Remote watch: Debian Bug tracker #557287 => Debian Bug tracker #566087
>
> ** Package changed: chasen (Debian) => naist-jdic (Debian)
>
> --
> Chasen fails to run ("no basic form" message)
> https://bugs.launchpad.net/bugs/510385
> You received this bug notification because you are a direct subscriber
> of the bug.
>
> Status in “naist-jdic” package in Ubuntu: Confirmed
> Status in “naist-jdic” package in Debian: Unknown
>
> Bug description:
> Binary package hint: chasen
>
> I have just installed Chasen, but I cannot make it run.
>
> The error message is the following:
> "chasen: /var/lib/chasen/dic/debian/cforms.cha:9-21: no basic form"
>
> My Chasen version is 2.4.4-5, and my naist-jdic version is Versión:
> 0.4.3-6.
>
> I've seen this bug was reported in Debian (557287), but it's already closed
> (and I think that whithout having been solved).
>
> Cheers,
>
> Digna González
>
> ProblemType: Bug
> Architecture: i386
> Date: Wed Jan 20 23:42:36 2010
> DistroRelease: Ubuntu 9.10
> InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
> Package: chasen 2.4.4-5
> ProcEnviron:
> LANG=es_ES.UTF-8
> SHELL=/bin/bash
> ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
> SourcePackage: chasen
> Uname: Linux 2.6.31-14-generic i686
>
> To unsubscribe from this bug, go to:
> https://bugs.launchpad.net/ubuntu/+source/naist-jdic/+bug/510385/+subscribe
>

Revision history for this message
Niall Creech (sevenmachines-deactivatedaccount) wrote :

you can use it with the naist-jdic source package but its far easier just to add the option directly to an installed chasen to get it working for the moment.

* edit /usr/share/chasen/chasenrc-utf8 and add (ENCODE "u") to the end of the file

for example,
$echo '(ENCODE "u")' | sudo tee -a /usr/share/chasen/chasenrc-utf8

Revision history for this message
Ayla (ayla-07) wrote :

I've got it working perfectly.

Thanks so much for your help.
Digna

----- Mensaje original -----
De: "SevenMachines" <email address hidden>
Para: "digna gonzalezotero" <email address hidden>
Enviados: Jueves, 21 de Enero 2010 11:17:27 GMT +01:00 Amsterdam / Berlín / Berna / Roma / Estocolmo / Viena
Asunto: [Bug 510385] Re: Chasen fails to run ("no basic form" message)

you can use it with the naist-jdic source package but its far easier just to add the option directly to an installed chasen to get it working for the moment.

* edit /usr/share/chasen/chasenrc-utf8 and add (ENCODE "u") to the end of the file

for example,
$echo '(ENCODE "u")' | sudo tee -a /usr/share/chasen/chasenrc-utf8

--
Chasen fails to run ("no basic form" message)
https://bugs.launchpad.net/bugs/510385
You received this bug notification because you are a direct subscriber
of the bug.

Status in “naist-jdic” package in Ubuntu: Confirmed
Status in “naist-jdic” package in Debian: Unknown

Bug description:
Binary package hint: chasen

I have just installed Chasen, but I cannot make it run.

The error message is the following:
"chasen: /var/lib/chasen/dic/debian/cforms.cha:9-21: no basic form"

My Chasen version is 2.4.4-5, and my naist-jdic version is Versión: 0.4.3-6.

I've seen this bug was reported in Debian (557287), but it's already closed (and I think that whithout having been solved).

Cheers,

Digna González

ProblemType: Bug
Architecture: i386
Date: Wed Jan 20 23:42:36 2010
DistroRelease: Ubuntu 9.10
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
Package: chasen 2.4.4-5
ProcEnviron:
 LANG=es_ES.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
SourcePackage: chasen
Uname: Linux 2.6.31-14-generic i686

To unsubscribe from this bug, go to:
https://bugs.launchpad.net/ubuntu/+source/naist-jdic/+bug/510385/+subscribe

Changed in naist-jdic (Debian):
status: Unknown → Incomplete
Changed in naist-jdic (Debian):
status: Incomplete → Fix Released
Revision history for this message
Niall Creech (sevenmachines-deactivatedaccount) wrote :

this bug was fixed on auto-sync with debian. can someone please change this to 'fix released'. thanks

naist-jdic (0.4.3-15) unstable; urgency=low

  * debian/naist-jdic-utf8.postinst
    - fix "chasen fails, /var/lib/chasen/dic/debian/grammar.cha: No such
      file or directory", it caused by bashism. Thanks to Seven Machines
      <email address hidden> (Closes:#566087)

Hideki Yamane (henrich)
Changed in naist-jdic (Ubuntu):
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.