[Bug 893271] New: ibus-sunpinyin can not resolve the "python-ibus" dependency when installing
https://bugzilla.novell.com/show_bug.cgi?id=893271 https://bugzilla.novell.com/show_bug.cgi?id=893271#c0 Summary: ibus-sunpinyin can not resolve the "python-ibus" dependency when installing Classification: openSUSE Product: openSUSE Factory Version: 201408* Platform: x86-64 OS/Version: openSUSE 13.2 Status: NEW Severity: Normal Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: wnereiz@gmail.com QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 There is no python-ibus package. python3-ibus seems does not resovle the problem. After install ibus-sunpinyin by ignoring the dependence warning, ibus-setup-sunpinyin will failed to lunch, with error: Traceback (most recent call last): File "/usr/share//ibus-sunpinyin/setup/main.py", line 42, in <module> import ibus ImportError: No module named ibus wolis@linux:~> /usr/lib64/ibus/ibus-setup-sunpinyin Traceback (most recent call last): File "/usr/share//ibus-sunpinyin/setup/main.py", line 42, in <module> import ibus ImportError: No module named ibus Reproducible: Always Steps to Reproduce: 1.sudo zypper in ibus-sunpinyin 2.launch "ibus-setup-sunpinyin" Actual Results: There is dependency warning before installation. After installing, ibus-setup-sunpinyin can not be launched. Expected Results: ibus-setup-sunpinyin can be run without problems -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=893271 https://bugzilla.novell.com/show_bug.cgi?id=893271#c Bernhard Wiedemann <bwiedemann@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bwiedemann@suse.com, | |hillwoodroc@gmail.com AssignedTo|bnc-team-screening@forge.pr |i@marguerite.su |ovo.novell.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=893271 https://bugzilla.novell.com/show_bug.cgi?id=893271#c1 --- Comment #1 from Hillwood Yang <hillwoodroc@gmail.com> 2014-08-29 14:05:34 UTC --- I have not install openSUSE 13.2, can you try to install this in your system: https://build.opensuse.org/package/binaries/home:hillwood:branches:M17N/ibus... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=893271 https://bugzilla.novell.com/show_bug.cgi?id=893271#c2 --- Comment #2 from Wnereiz Z <wnereiz@gmail.com> 2014-08-30 07:25:37 UTC --- (In reply to comment #1)
I have not install openSUSE 13.2, can you try to install this in your system: https://build.opensuse.org/package/binaries/home:hillwood:branches:M17N/ibus...
No data for home:hillwood:branches:M17N/ibus-sunpinyin -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=893271 https://bugzilla.novell.com/show_bug.cgi?id=893271#c3 Leslie Zhai <xiangzhai83@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xiangzhai83@gmail.com --- Comment #3 from Leslie Zhai <xiangzhai83@gmail.com> 2014-09-04 02:39:46 UTC --- Linux archlinux 3.16.1-1-ARCH #1 SMP PREEMPT Thu Aug 14 07:40:19 CEST 2014 x86_64 GNU/Linux https://github.com/ibus/ibus master branch ./autogen.sh \ --prefix=/usr \ --libexecdir=/usr/lib/ibus \ --sysconfdir=/etc \ --disable-gconf \ --enable-dconf \ --enable-wayland \ --enable-gtk-doc \ --disable-memconf \ --enable-ui \ --enable-python-library \ --with-python=python3 https://github.com/sunpinyin/sunpinyin/tree/master/wrapper/ibus master branch scons --prefix=/usr no problem ;) http://leetcode.cn/sites/default/files/ibus-sunpinyin-snapshot1.png -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=893271 https://bugzilla.novell.com/show_bug.cgi?id=893271#c4 --- Comment #4 from Leslie Zhai <xiangzhai83@gmail.com> 2014-09-05 02:43:45 UTC --- OK, I got it ;) Just migrated to Python3.x and Gtk3.x, but it still need to fix Config [BALABALA] "schema" issue. http://leetcode.cn/sites/default/files/ibus-sunpinyin-snapshot4.png github commit log https://github.com/openiSOFT/sunpinyin/commit/37177b683e9747cf70c68eb920d1c7... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=893271 https://bugzilla.novell.com/show_bug.cgi?id=893271#c5 Marguerite Su <i@marguerite.su> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |UPSTREAM --- Comment #5 from Marguerite Su <i@marguerite.su> 2014-09-09 14:27:23 UTC --- (In reply to comment #3)
no problem ;)
The problem you have to fixed is actually ibus python bindings. It doesn't support python3. I had applied some patches to have ibus/ibus-sunpinyin running and showing the setup interface. But the problem is you can't save your changes. So we just reverted ibus python3 build to python. Marguerite -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=893271 https://bugzilla.novell.com/show_bug.cgi?id=893271#c6 --- Comment #6 from Leslie Zhai <xiangzhai83@gmail.com> 2014-09-10 01:40:26 UTC --- Hi Marguerite, Yes, there is Fix Config value [BALABALA] does not exist in TODOs https://github.com/openiSOFT/sunpinyin/blob/master/wrapper/ibus/setup/README... setup interface shown as http://leetcode.cn/sites/default/files/ibus-sunpinyin-snapshot4.png Regards, Leslie Zhai -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com