Package: uim-canna
Version: 1:1.8.5-2
Severity: normal

Dear Maintainer,
uim-canna works well to local server, but can not connect to server on other
host.
If canna-server-name is set, I got below error.

Error: uim_scm_refer_c_str: string or symbol required but got  #<undef>
libuim: [fatal] an unhandled error raised from Scheme interpreter
libuim: All functionality has been disabled to save user application data.
libuim: [fatal] an unhandled error raised from Scheme interpreter

It seems that cannav3-socket.scm have simple mistake:

--- /usr/share/uim/cannav3-socket.scm.org       2013-05-11 11:45:50.000000000 
+0900
+++ /usr/share/uim/cannav3-socket.scm   2013-06-25 01:49:50.579286145 +0900
@@ -236,7 +236,8 @@
 
 (define (canna-lib-open-with-server server)
   (let ((server-name (if (equal? server "")
-                         "localhost")))
+                         "localhost"
+                       server)))
     (if canna-server-name
         (tcp-connect server-name "canna")
         (unix-domain-socket-connect "/tmp/.iroha_unix/IROHA"))))


Best Regards,
Kouichi ONO

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.9.7-dirty (SMP w/12 CPU cores; PREEMPT)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages uim-canna depends on:
ii  canna        3.7p3-12
ii  libuim-data  1:1.8.5-2
ii  uim-common   1:1.8.5-2
ii  uim-utils    1:1.8.5-2

uim-canna recommends no packages.

Versions of packages uim-canna suggests:
pn  uim-dict-gtk | uim-dict-gtk3  <none>

-- debconf-show failed


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to