Package: libanthy0
Version: 9100e-3.2ubuntu1
Severity: important
Hello,
libanthy0 depends some files in anthy.
consider following code[1], the compiled code will through an error if run
without anthy[2].
please consider move these files to libanthy0 or put it to a new package:
anthy-common, thanks.
[1]
$ cat test.c
#include <stddef.h>
#include <assert.h>
#include <anthy/anthy.h>
int main() {
anthy_do_set_logger(NULL, 0);
assert(anthy_init() == 0);
assert(anthy_create_context() != NULL);
return 0;
}
[2]
$ ./test
Anthy: Failed to open /etc/anthy/anthy-conf
Anthy: dictionary is not specified.
Anthy: Failed to initialize dictionary.
test: test.c:8: main: Assertion `anthy_init() == 0' failed.
Aborted
-- System Information:
Debian Release: lenny/sid
APT prefers jaunty
APT policy: (500, 'jaunty')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.28-4-generic (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages libanthy0 depends on:
ii libc6 2.9-0ubuntu5 GNU C Library: Shared libraries
libanthy0 recommends no packages.
libanthy0 suggests no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]