Gentoo Archives: gentoo-dev

From: Fabio Erculiani <lxnay@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] unsafe use of gtk-query-immodules
Date: Wed, 25 Apr 2012 09:28:11
Message-Id: CAN3Atvq7LcCrSKkJ20MoeSPZ4u8zd+tk-Vuvz2a52N6Esy9t+Q@mail.gmail.com
1 Like it happened with gtk-pixbuf-query-loaders, gtk-query-immodules is
2 used in an unsafe way as well.
3 There are several reasons that could make gtk-query-immodules fail at
4 runtime (SIG*, missing sonames, etc).
5
6 Using it this way is really wrong (and you know why ;-) ):
7 gtk-query-immodules > "${ROOT}/.../gtk.immodules"
8
9 The affected pkgs are:
10
11 app-emulation/emul-linux-x86-gtklibs
12 app-i18n/atokx2
13 app-i18n/atokx3
14 app-i18n/fcitx
15 app-i18n/gtkimprime
16 app-i18n/ibus
17 app-i18n/im-canna
18 app-i18n/im-freewnn
19 app-i18n/imhangul
20 app-i18n/im-ja
21 app-i18n/scim
22 app-i18n/scim-bridge
23 app-i18n/uim
24 app-i18n/x-unikey
25 x11-libs/gtk+
26
27 and should be fixed.
28
29 --
30 Fabio Erculiani
31 http://lxnay.com

Replies

Subject Author
Re: [gentoo-dev] unsafe use of gtk-query-immodules Mike Frysinger <vapier@g.o>