Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 437794

Summary: app-i18n/ibus-1.4.99.20121006 bump needed for gnome-3.6
Product: Gentoo Linux Reporter: Alexandre Rostovtsev (RETIRED) <tetromino>
Component: [OLD] GNOMEAssignee: CJK Team <cjk>
Status: RESOLVED FIXED    
Severity: enhancement CC: gnome, mh
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 436384    

Description Alexandre Rostovtsev (RETIRED) gentoo-dev 2012-10-10 06:00:12 UTC
gnome-3.6 requires >=app-i18n/ibus-1.4.99. We have a working ibus-1.4.99.20121006 ebuild in the gnome overlay which you may want to use:

http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=tree;f=app-i18n/ibus

[ A brief explanation of USE flag changes relative to ibus-1.4.2: USE="python deprecated" will install the deprecated ibus python library. USE="python gtk3" will install /usr/bin/ibus-setup, which now uses gtk3 and pygobject3. Since most users will probably want the ibus-setup program, +gtk3 is now in IUSE. And "doc" was removed from IUSE since it was a useless flag that only controlled api doc re-generation - all ibus ebuilds in the tree install api docs even when USE=-doc. ]
Comment 1 Naohiro Aota gentoo-dev 2012-10-10 22:03:07 UTC
Do you put ibus-1.4.99.20120106.tar.gz somewhere?
Comment 2 Alexandre Rostovtsev (RETIRED) gentoo-dev 2012-10-10 22:55:31 UTC
(In reply to comment #1)
> Do you put ibus-1.4.99.20120106.tar.gz somewhere?

http://ibus.googlecode.com/files/ibus-1.4.99.20121006.tar.gz
Comment 3 Michael Hampicke 2012-10-11 12:15:33 UTC
I am not sure if this is the right place to report an error, but I cannot merge this version of ibus. It compiles fine, but abort with an access violation while installing:

--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE "/var/log/sandbox/sandbox-30073.log"

VERSION 1.0
FORMAT: F - Function called
FORMAT: S - Access Status
FORMAT: P - Path as passed to function
FORMAT: A - Absolute Path (not canonical)
FORMAT: R - Canonical Path
FORMAT: C - Command Line

F: open_wr
S: deny
P: /etc/dconf/db/ibus
A: /etc/dconf/db/ibus
R: /etc/dconf/db/ibus
C: dconf update 
--------------------------------------------------------------------------------

If you need more info/logs feel free to ask.
Comment 4 Alexandre Rostovtsev (RETIRED) gentoo-dev 2012-10-11 12:53:24 UTC
(In reply to comment #3)

Thanks for reporting; I had not noticed the problem because I was using userpriv and usersandbox in FEATURES in my /etc/make.conf

Should be fixed now: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commitdiff;h=a438aeeb5d2bf8890e1ae9ffde5d21890f192c30
Comment 5 Naohiro Aota gentoo-dev 2012-10-13 23:50:37 UTC
I've added the updated ebuild into the main tree.