Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 158175
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: CJK Team <cjk@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Nick Bolten <Shirakawasuna@gmail.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 158175 depends on: Show dependency tree
Bug 158175 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-12-14 15:00 0000
kasumi-2.0.1 appears to required <anthy-7716 in order to function at all,
producing this message if the latest stable version of anthy is present on the
system, 7900:

"Failed to read private dictionary. This problem might be a problem of Anthy."

This problem is a result of kasumi failing on finding newer versions of anthy
installed:

$ head -n 91 kasumi-2.0.1/KasumiDic.cxx | tail -n 10
          int anthy_version = str2int(string(anthy_get_version_string()));
          if(anthy_version >= 7716)
          {
              // do not throw exception in the case that this doesn't fail to
              // read the private dictionary but the dictionary containes
              // no word. This case happens if the version of anthy is less
              // than 7714.
              string message = string("Failed to read private dictionary. This
problem might be a problem of Anthy.\n");
              throw KasumiException(message, STDERR, KILL);
          }

This is a problem because it means stable x86 kasumi-2.0.1 won't work with
stable x86 anthy-7900, leaving the user with a fairly nondescript error. 
Kasumi-2.1 does not have this problem so I recommend stable version bump.

------- Comment #1 From MATSUU Takuto 2006-12-14 16:16:02 0000 -------
amd64, ppc and x86: please test and mark stable app-dicts/kasumi-2.1.

------- Comment #2 From Markus Meier 2006-12-15 13:02:44 0000 -------
app-dicts/kasumi-2.1  USE="nls"
1. emerges on x86
2. passes collision test
3. works

Portage 2.1.1-r2 (default-linux/x86/2006.1/desktop, gcc-4.1.1, glibc-2.4-r4,
2.6.18.4 i686)
=================================================================
System uname: 2.6.18.4 i686 Genuine Intel(R) CPU           T2300  @ 1.66GHz
Gentoo Base System version 1.12.6
Last Sync: Fri, 15 Dec 2006 04:30:01 +0000
ccache version 2.3 [disabled]
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: 1.3.7, 2.0.30
dev-lang/python:     2.3.5-r3, 2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.3
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.60
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.14
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=prescott -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config
/usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config /var/qmail/alias
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf
/etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c"
CXXFLAGS="-O2 -march=prescott -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
EMERGE_DEFAULT_OPTS="--nospinner"
FEATURES="autoconfig collision-protect distlocks metadata-transfer
parallel-fetch sandbox sfperms strict test userfetch userpriv usersandbox"
GENTOO_MIRRORS="http://mirror.switch.ch/mirror/gentoo/ http://gentoo.inode.at/"
LINGUAS="en de en_GB de_CH"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress
--force --whole-file --delete --delete-after --stats --timeout=180
--exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X a52 aac acpi alsa apache2 asf berkdb bitmap-fonts cairo cdr cdrom
cli cracklib crypt cups dbus divx dlloader dri dts dvd dvdr dvdread eds
elibc_glibc emboss encode fam ffmpeg firefox flac fortran gdbm gif gnome gpm
gstreamer gtk hal iconv input_devices_keyboard input_devices_mouse ipv6 isdnlog
java jpeg kde kdeenablefinal kernel_linux ldap libg++ linguas_de linguas_de_CH
linguas_en linguas_en_GB mad mikmod mmx mono mp3 mpeg ncurses nls nptl nptlonly
ogg opengl oss pam pcre perl png ppds pppd python qt3 qt4 quicktime readline
reflection rtsp ruby samba sdl session smp spell spl sse sse2 sse3 ssl svg tcpd
test tetex theora threads truetype truetype-fonts type1-fonts udev unicode
userland_GNU vcd video_cards_fbdev video_cards_i810 video_cards_vesa vorbis
win32codecs wxwindows x264 xine xml xorg xprint xv xvid zlib"
Unset:  CTARGET, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS,
PORTDIR_OVERLAY

------- Comment #3 From Christian Faulhammer 2006-12-16 02:18:05 0000 -------
x86 stable

------- Comment #4 From Simon Stelling (RETIRED) 2007-02-04 14:15:57 0000 -------
doesn't work so well on amd64. However, we don't have anthy-7900 stable, so
this is not a real problem

Program received signal SIGSEGV, Segmentation fault.
0x000000000040a02a in KasumiWord::getWordFromID (id=47240345288704) at
KasumiWord.cxx:278
278         return KasumiWord::words[id];
(gdb) bt
#0  0x000000000040a02a in KasumiWord::getWordFromID (id=47240345288704) at
KasumiWord.cxx:278
#1  0x0000000000415056 in KasumiMainWindow::editedTextColumn (this=0x59b060,
renderer=0x5c3830, 
    newText=@0x7fffc00e5aa0, col=SPELLING) at KasumiMainWindow.cxx:482
#2  0x0000000000415425 in _call_back_edited_spelling_column (renderer=0x5c3830,
arg1=0x6bf180 "0", 
    arg2=0x71ac50 "hare", data=0x59b060) at KasumiMainWindow.cxx:890
#3  0x00002af7eae73fd3 in _gtk_marshal_VOID__STRING_STRING (closure=0x5c6a80,
return_value=0x0, 
    n_param_values=3, param_values=0x7fffc00e5dc0,
invocation_hint=0x7fffc00e5c90, marshal_data=0x0)
    at gtkmarshalers.c:2310
#4  0x00002af7eb9931c8 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#5  0x00002af7eb9a26f1 in g_signal_chain_from_overridden () from
/usr/lib/libgobject-2.0.so.0
#6  0x00002af7eb9a39a5 in g_signal_emit_valist () from
/usr/lib/libgobject-2.0.so.0
#7  0x00002af7eb9a3b83 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#8  0x00002af7ead8d9fc in gtk_cell_renderer_text_editing_done (entry=0x5c3e50,
data=0x5c3830)
    at gtkcellrenderertext.c:1711
#9  0x00002af7ead8dbbd in gtk_cell_renderer_text_focus_out_event
(entry=0x5c3e50, event=0x5dde70, 
    data=0x5c3830) at gtkcellrenderertext.c:1783
#10 0x00002af7eae70bbc in _gtk_marshal_BOOLEAN__BOXED (closure=0x6a8270,
return_value=0x7fffc00e63a0, 
    n_param_values=2, param_values=0x7fffc00e6490,
invocation_hint=0x7fffc00e6360, marshal_data=0x0)
    at gtkmarshalers.c:83
#11 0x00002af7eb9931c8 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#12 0x00002af7eb9a2a58 in g_signal_chain_from_overridden () from
/usr/lib/libgobject-2.0.so.0
#13 0x00002af7eb9a376e in g_signal_emit_valist () from
/usr/lib/libgobject-2.0.so.0
#14 0x00002af7eb9a3b83 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#15 0x00002af7eafa135b in gtk_widget_event_internal (widget=0x5c3e50,
event=0x5dde70)
    at gtkwidget.c:3751
#16 0x00002af7eafa0ebb in IA__gtk_widget_event (widget=0x5c3e50,
event=0x5dde70) at gtkwidget.c:3554
#17 0x00002af7eafb0b39 in do_focus_change (widget=0x5c3e50, in=0) at
gtkwindow.c:4629
#18 0x00002af7eafb1029 in gtk_window_real_set_focus (window=0x583100,
focus=0x5bf190)
    at gtkwindow.c:4831
#19 0x00002af7eb9931c8 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#20 0x00002af7eb9a288f in g_signal_chain_from_overridden () from
/usr/lib/libgobject-2.0.so.0
#21 0x00002af7eb9a39a5 in g_signal_emit_valist () from
/usr/lib/libgobject-2.0.so.0
#22 0x00002af7eb9a3b83 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#23 0x00002af7eafaaccc in _gtk_window_internal_set_focus (window=0x583100,
focus=0x5bf190)
    at gtkwindow.c:1240
#24 0x00002af7eafa1fd1 in gtk_widget_real_grab_focus (focus_widget=0x5bf190) at
gtkwidget.c:4137
---Type <return> to continue, or q <return> to quit---
#25 0x00002af7eb9931c8 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#26 0x00002af7eb9a288f in g_signal_chain_from_overridden () from
/usr/lib/libgobject-2.0.so.0
#27 0x00002af7eb9a39a5 in g_signal_emit_valist () from
/usr/lib/libgobject-2.0.so.0
#28 0x00002af7eb9a3b83 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#29 0x00002af7eafa1da9 in IA__gtk_widget_grab_focus (widget=0x5bf190) at
gtkwidget.c:4056
#30 0x00002af7ead7d138 in gtk_button_button_press (widget=0x5bf190,
event=0x71b2d0) at gtkbutton.c:1255
#31 0x00002af7eae70bbc in _gtk_marshal_BOOLEAN__BOXED (closure=0x577180,
return_value=0x7fffc00e77b0, 
    n_param_values=2, param_values=0x7fffc00e78a0,
invocation_hint=0x7fffc00e7770, 
    marshal_data=0x2af7ead7d0ea) at gtkmarshalers.c:83
#32 0x00002af7eb9931c8 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#33 0x00002af7eb9a288f in g_signal_chain_from_overridden () from
/usr/lib/libgobject-2.0.so.0
#34 0x00002af7eb9a376e in g_signal_emit_valist () from
/usr/lib/libgobject-2.0.so.0
#35 0x00002af7eb9a3b83 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#36 0x00002af7eafa135b in gtk_widget_event_internal (widget=0x5bf190,
event=0x71b2d0)
    at gtkwidget.c:3751
#37 0x00002af7eafa0ebb in IA__gtk_widget_event (widget=0x5bf190,
event=0x71b2d0) at gtkwidget.c:3554
#38 0x00002af7eae6f151 in IA__gtk_propagate_event (widget=0x5bf190,
event=0x71b2d0) at gtkmain.c:2195
#39 0x00002af7eae6dd93 in IA__gtk_main_do_event (event=0x71b2d0) at
gtkmain.c:1409
#40 0x00002af7eb22cf89 in gdk_event_dispatch (source=0x56ff50, callback=0,
user_data=0x0)
    at gdkevents-x11.c:2291
#41 0x00002af7ebcf7999 in g_main_context_dispatch () from
/usr/lib/libglib-2.0.so.0
#42 0x00002af7ebcfab05 in g_main_context_check () from
/usr/lib/libglib-2.0.so.0
#43 0x00002af7ebcfae06 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
#44 0x00002af7eae6d4c7 in IA__gtk_main () at gtkmain.c:1003
#45 0x0000000000406940 in main (argc=1, argv=0x7fffc00e80f8) at main.cxx:215
#46 0x00002af7ec2e4134 in __libc_start_main () from /lib/libc.so.6
#47 0x0000000000405d89 in _start ()

------- Comment #5 From Matti Bickel 2007-02-07 17:04:37 0000 -------
ppc stable. However, i'm missing a stable bug for >=anthy-7900 for ppc?

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug