Your message dated Tue, 21 Oct 2025 17:08:01 +0000
with message-id <[email protected]>
and subject line Bug#1099192: fixed in glib2.0 2.86.0-7
has caused the Debian Bug report #1099192,
regarding libgirepository-2.0-0: does not search legacy pre-multiarch directory 
for typelibs
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1099192: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1099192
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python3-gi
Version: 3.51.0-1
Severity: normal

Dear maintainer,

Upgrading to 3.51.0-1 breaks my Japanese IME that I use through ibus-anthy.
Downgrading python3-gi and python3-gi-cairo to 3.50.0-4+b1 reliably fixes this.

With the problematic version the IME stays selectable but the input remains 
English-only.
The following errors are logged in the system journal while trying to type in 
the Gnome text editor for example:

  Mar 01 15:22:29 viljandi gnome-shell[2594]: Gio.IOErrorEnum: Timeout was 
reached
                                              
  Stack trace:
    
_promisify/proto[asyncFunc]/</<@resource:///org/gnome/gjs/modules/core/overrides/Gio.js:453:45
    @resource:///org/gnome/shell/ui/init.js:21:20
    ### Promise created here: ###
    _setEngine@resource:///org/gnome/shell/misc/ibusManager.js:286:30
    setEngine@resource:///org/gnome/shell/misc/ibusManager.js:299:24
    activateInputSource@resource:///org/gnome/shell/ui/status/keyboard.js:523:27
    _callHandlers@resource:///org/gnome/gjs/modules/core/_signals.js:130:42
    _emit@resource:///org/gnome/gjs/modules/core/_signals.js:119:10
    activate@resource:///org/gnome/shell/ui/status/keyboard.js:66:14
    _finish@resource:///org/gnome/shell/ui/status/keyboard.js:110:42
    
vfunc_key_release_event@resource:///org/gnome/shell/ui/switcherPopup.js:218:22
    @resource:///org/gnome/shell/ui/init.js:21:20

When I initially noticed the issue the IME had disappeared from my input method 
list and there was the following error in the system log:

  Mar 01 15:01:33 viljandi sh[12405]: Traceback (most recent call last):
  Mar 01 15:01:33 viljandi sh[12405]:   File 
"/usr/share/ibus-anthy/engine/main.py", line 44, in <module>
  Mar 01 15:01:33 viljandi sh[12405]:     import factory
  Mar 01 15:01:33 viljandi sh[12405]:   File 
"/usr/share/ibus-anthy/engine/factory.py", line 33, in <module>
  Mar 01 15:01:33 viljandi sh[12405]:     import engine
  Mar 01 15:01:33 viljandi sh[12405]:   File 
"/usr/share/ibus-anthy/engine/engine.py", line 42, in <module>
  Mar 01 15:01:33 viljandi sh[12405]:     gi_require_version('Anthy', '9000')
  Mar 01 15:01:33 viljandi sh[12405]:     ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
  Mar 01 15:01:33 viljandi sh[12405]:   File 
"/usr/lib/python3/dist-packages/gi/__init__.py", line 129, in require_version
  Mar 01 15:01:33 viljandi sh[12405]:     raise ValueError('Namespace %s not 
available' % namespace)
  Mar 01 15:01:33 viljandi sh[12405]: ValueError: Namespace Anthy not available

It seems to have been logged by the org.freedesktop.IBus.session.GNOME.service 
user service.
I've not been able to reproduce this particular error anymore.
After downgrading and upgrading python3-gi the IME now stays and only results 
in the first error snippet.

Is this breakage intentional in the new version?
Should I barking up the anthy or ibus-anthy tree?

All the best
Raul

--- End Message ---
--- Begin Message ---
Source: glib2.0
Source-Version: 2.86.0-7
Done: Simon McVittie <[email protected]>

We believe that the bug you reported is fixed in the latest version of
glib2.0, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Simon McVittie <[email protected]> (supplier of updated glib2.0 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 21 Oct 2025 14:53:20 +0100
Source: glib2.0
Architecture: source
Version: 2.86.0-7
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 
<[email protected]>
Changed-By: Simon McVittie <[email protected]>
Closes: 1099192
Changes:
 glib2.0 (2.86.0-7) unstable; urgency=medium
 .
   * d/p/gtype-Use-transfer-none-for-types-un-ref-functions.patch,
     d/p/gopenuriportal-Fix-a-crash-when-the-file-can-t-be-opened.patch,
     d/p/gnetworkmonitorbase-Add-missing-notify-connectivity-signa.patch:
     Update to upstream glib-2-86 branch commit 2.86.0-89-gb97228a7c7,
     excluding CI-only changes.
     - d/p/gtype-Define-copy-and-free-functions-for-GTypeClass-and-G.patch:
       Remove patch. The issue was fixed differently upstream by
       d/p/gtype-Use-transfer-none-for-types-un-ref-functions.patch.
   * d/p/debian/girepository-Search-for-typelibs-in-the-pre-multiarch-pat.patch:
     Add patch adding support for the legacy pre-multiarch typelib path.
     This avoids pygobject 3.54 and gjs 1.86 being unable to load typelibs
     from that legacy location, which caused an autopkgtest failure in
     isenkram and a runtime failure in ibus-anthy. (Closes: #1099192)
   * Release to unstable now that #1115340 is complete
 .
 glib2.0 (2.86.0-6) experimental; urgency=low
 .
   * d/p/gio-tests-Factor-out-connection_wait_for_bus-from-gdbus-s.patch,
     d/p/gio-tests-Avoid-a-race-condition.patch,
     d/p/gio-tests-Convert-the-time-to-wait-for-expected-signal-in.patch,
     d/p/gio-tests-Wait-up-to-10-seconds-for-a-signal-to-be-receiv.patch:
     Mark patches for #1115617 as having been applied upstream
   * d/patches: Update to upstream glib-2-86 branch, commit
     2.86.0-80-g344fceba86
     - Various bug fixes backported from 2.87 development
   * d/control: Bump Breaks on gnome-shell to 48.5-3.
     The testing migration software appears to be better at identifying
     suitable upgrade paths for A Breaks B (<< b) than it is at doing the same
     when B Depends A (<< a).
     (In this case, "A" is glib2.0 and "B" is gnome-shell.)
   * d/control: Increase Breaks on awesome to a version that really existed.
     Its compatibility with newer gir1.2-glib-2.0 was fixed in 4.3-8,
     and there was never a 4.3-7.1 upload.
   * d/control: Remove Breaks/Replaces on packages older than Debian 12.
     We only support single-release upgrades (Debian 12 -> 13 -> 14)
     so we certainly don't need Breaks on Debian 11 packages.
   * Upload to experimental to avoid disrupting #1115340
Checksums-Sha1:
 eb3aa7fd82dad770b6b8454ce11063ddd00e0c8f 5099 glib2.0_2.86.0-7.dsc
 06efa6d3918e6fd164f9d7410b4ca6a950aca6a6 399824 glib2.0_2.86.0-7.debian.tar.xz
 1e1d7b71224289d8ffbb9a553102b11f8e23c203 16587740 glib2.0_2.86.0-7.git.tar.xz
 03a3b7afa026e3faf8e722d0cb420cec23c5f739 18222 
glib2.0_2.86.0-7_source.buildinfo
Checksums-Sha256:
 51ca162d0c7e34515d7c6856a4796199fd8381d26615ea0d907f82fef4761fc3 5099 
glib2.0_2.86.0-7.dsc
 0318f1bce0a82de4a217e9335e65206ed5b644e8f1f175862410977a22f80f34 399824 
glib2.0_2.86.0-7.debian.tar.xz
 4da7dbef32ac84a37a5b2fb89d79e6966ea53be8d1119e791a257abf7b4005e9 16587740 
glib2.0_2.86.0-7.git.tar.xz
 3e6ee3c2023cc852012a11eceb36626cab1518eb132c2f2bcab520d19678bb81 18222 
glib2.0_2.86.0-7_source.buildinfo
Files:
 1b2feda71083df0b264fb3f9b0aabb16 5099 libs optional glib2.0_2.86.0-7.dsc
 cfae0c3fa3c5bdedc42b892f23b4fa26 399824 libs optional 
glib2.0_2.86.0-7.debian.tar.xz
 479ce1ec5180eb7c22036e35f75d3b97 16587740 libs optional 
glib2.0_2.86.0-7.git.tar.xz
 d960bc0b3255669fd83d45d09f113621 18222 libs optional 
glib2.0_2.86.0-7_source.buildinfo
Git-Tag-Info: tag=13d62a550a70f7f94a6e3f68eaf13ccf35bc67ce 
fp=7a073ad1ae694fa25bff62e5235c099d3eb33076
Git-Tag-Tagger: Simon McVittie <[email protected]>

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEN02M5NuW6cvUwJcqYG0ITkaDwHkFAmj3tPoACgkQYG0ITkaD
wHkMtBAAzuRPjmwY1vzzccPaRzM0bTcypcgtpiCis/er51R3BqihcYjwxDpMGawW
oZMwz6GRkQXODzOAOxwTwxdbIREkrhsBQLbtG/rZpNv0n7rqkJCyp1LTdTA4H3TC
bmZhISfxyIrWWHaTkXESVM3AU+TriXgY7iF7dk0P1L8p9pG368j40zLCZCu2tntA
EHLz4yXFf/VFfdEtCxfzAfvp8fpA55PdYByzc965rHEYhbfE9IrIjjdyStpKaCc9
SI7dfHBDdi66Ws34vXv1QdXMGevlL7j1VXOzYSRcfmnaGe4Xbe2aNRfVQpapyz+U
v1MTGYQJrbsxPTB92MWy6BwML82gl2bEM3XZeRRorgqVC8LG5Iz0+Aw8hBd1/dNe
jMput2TkUWs11isqGtjh3xHnY7KGZTV3KyIQw9deE7HZHcr2+QxEgZmAmX52/3nT
TqilW64mdZRP3e26p1Pu3MiLN+vdcBLSFFA6yLyH50s/wyo3gjlMU1pW2KzOJ5mf
+FCxEyoNhEIuCNUheTfCa1pQWRR6p7ZkleWbYIbj0IFo7VtN+MLcnE2Q511GJ8o/
x8S/vx0u0ZK7tgZ8r1/1tbwh51AVTh9ThbqYHiY3ivsuEghxaayHaSIcS1jWY+Mi
Xl/aUgSdRsih3PtlLD9avgm977G/zzIt1Z2zGWFjglcRJ7D8YwE=
=WRFd
-----END PGP SIGNATURE-----

Attachment: pgpVHcLQkJv95.pgp
Description: PGP signature


--- End Message ---

Reply via email to