Bug#722653: mozc: FTBFS with ibus 1.5

2013-09-13 Thread Yohei Yukawa
According to the build log, this issue is caused by the recent change of
gyp.
https://code.google.com/p/gyp/source/browse/trunk/gyp?r=1667

build_mozc.py has internally called gyp as 'python /usr/bin/gyp'.
This was OK because /usr/bin/gyp was a python script.
However, gyp r1667 replaced /usr/bin/gyp with a bash script.
Then 'python /usr/bin/gyp' now results in a syntax error.

I guess you can simply get rid of 'sys.executable' from build_mozc.py
at the following line to solve this issue.
https://code.google.com/p/mozc/source/browse/trunk/src/build_mozc.py?r=124#610
- command_line = [sys.executable, gyp_command,
+ command_line = [gyp_command,

Hope this helps.


Bug#722653: mozc: FTBFS with ibus 1.5

2013-09-12 Thread Nobuhiro Iwamatsu
Package: mozc
Version: 1.6.1187.102-1
Severity: serious
Justification: FTBFS

Dear Maintainer,

mozc FTBFS with ibus 1.5 on all architecture.
Please see https://buildd.debian.org/status/package.php?p=mozcsuite=sid .

Best regards,
  Nobuhiro

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

Kernel: Linux 3.9-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages emacs-mozc depends on:
ii  emacs-mozc-bin  1.6.1187.102-1
ii  emacs23 23.4+1-4.1

emacs-mozc recommends no packages.

emacs-mozc suggests no packages.

-- no debconf information


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



Bug#722653: mozc: FTBFS with ibus 1.5

2013-09-12 Thread ISHIKAWA Mutsumi

Perhaps, this patch will fix this issue:
 https://code.google.com/p/mozc/issues/detail?id=161


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