Your message dated Wed, 15 Feb 2006 13:47:25 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#352165: fixed in link-grammar 4.1.3-2
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: liblink-grammar4
Version: 4.1.3-1
Severity: normal

Hi,

AbiWord does this:

m_Dict =
dictionary_create("en/4.0.dict","en/4.0.knowledge","en/4.0.constituent-knowledge","en/4.0.affix");

IMHO this is okay, but link-grammar restricts the language to english,
so AbiWord tries to load like so:

open("en/en/4.0.dict", O_RDONLY)        = -1 ENOENT (No such file or directory)
open("./en/4.0.dict", O_RDONLY)         = -1 ENOENT (No such file or directory)
open("./data/en/4.0.dict", O_RDONLY)    = -1 ENOENT (No such file or directory)
open("/usr/share/link-grammar/en/en/4.0.dict", O_RDONLY) = -1 ENOENT (No such 
file or directory)

Note the double en/.

I think since we're at a stage where very few packages depend on
liblink-grammar, it might be opportune to submit a patch upstream that
would allow something like this to be done:

m_Dict = dictionary_create_language("en");

Library users shouldn't have to know about the versions of the grammar
databases, or any of the constituent files. That should all be behind
the curtain.

For now, though, maybe you can just revert that patch...

Thanks,
Josh

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)

Versions of packages liblink-grammar4 depends on:
ii  libc6                         2.3.5-13   GNU C Library: Shared libraries an
ii  link-grammar-dictionaries-en  4.1.3-1    Carnegie Mellon University's link 

liblink-grammar4 recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: link-grammar
Source-Version: 4.1.3-2

We believe that the bug you reported is fixed in the latest version of
link-grammar, which is due to be installed in the Debian FTP archive:

liblink-grammar4-dev_4.1.3-2_i386.deb
  to pool/main/l/link-grammar/liblink-grammar4-dev_4.1.3-2_i386.deb
liblink-grammar4_4.1.3-2_i386.deb
  to pool/main/l/link-grammar/liblink-grammar4_4.1.3-2_i386.deb
link-grammar-dictionaries-en_4.1.3-2_all.deb
  to pool/main/l/link-grammar/link-grammar-dictionaries-en_4.1.3-2_all.deb
link-grammar_4.1.3-2.diff.gz
  to pool/main/l/link-grammar/link-grammar_4.1.3-2.diff.gz
link-grammar_4.1.3-2.dsc
  to pool/main/l/link-grammar/link-grammar_4.1.3-2.dsc
link-grammar_4.1.3-2_i386.deb
  to pool/main/l/link-grammar/link-grammar_4.1.3-2_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ken Bloom <[EMAIL PROTECTED]> (supplier of updated link-grammar package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Wed, 15 Feb 2006 09:01:45 -0600
Source: link-grammar
Binary: link-grammar-dictionaries-en liblink-grammar4 liblink-grammar4-dev 
link-grammar
Architecture: source all i386
Version: 4.1.3-2
Distribution: unstable
Urgency: low
Maintainer: Ken Bloom <[EMAIL PROTECTED]>
Changed-By: Ken Bloom <[EMAIL PROTECTED]>
Description: 
 liblink-grammar4 - Carnegie Mellon University's link grammar parser for English
 liblink-grammar4-dev - Carnegie Mellon University's link grammar parser for 
English
 link-grammar - Carnegie Mellon University's link grammar parser for English
 link-grammar-dictionaries-en - Carnegie Mellon University's link grammar 
parser for English
Closes: 352165
Changes: 
 link-grammar (4.1.3-2) unstable; urgency=low
 .
   * The commandline parser (and not the search path) should have been
     patched to fix dictionary selection (Closes: 352165)
   * Use alternatives system to manage the default dictionary for the
     command-line parser
Files: 
 743675b90a072085e06c07dff78eb3aa 661 text optional link-grammar_4.1.3-2.dsc
 d6c204e4898baf800890743b0417d9f0 705244 text optional 
link-grammar_4.1.3-2.diff.gz
 f83470c7883e3cf13cf6ddb5a538bc57 260682 text optional 
link-grammar-dictionaries-en_4.1.3-2_all.deb
 b650741660b713698a9433ac227366f1 14174 text optional 
link-grammar_4.1.3-2_i386.deb
 517d14ddb3bce780dddae0a2bc76d892 101592 libs optional 
liblink-grammar4_4.1.3-2_i386.deb
 85e4a13b3ead74c57036a03f80910784 124722 libdevel optional 
liblink-grammar4-dev_4.1.3-2_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFD84PtipBneRiAKDwRAkcNAKCYXS1zh8En7fvY1wgKCKUqhYgpdACeJ8NZ
8gnq1Q5SjoVeeDyBEhzvyi4=
=lnFi
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to