<?xml version="1.0" encoding="UTF-8" ?>

<bugzilla version="5.2"
          urlbase="https://bugzilla.altlinux.org/"
          
          maintainer="jenya@basealt.ru"
>

    <bug>
          <bug_id>35396</bug_id>
          
          <creation_ts>2018-09-14 14:31:07 +0300</creation_ts>
          <short_desc>Падает при импорте</short_desc>
          <delta_ts>2018-10-01 17:09:54 +0300</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>4</classification_id>
          <classification>Development</classification>
          <product>Sisyphus</product>
          <component>python-module-pygobject3</component>
          <version>unstable</version>
          <rep_platform>all</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>CLOSED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P3</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Владимир Диденко">vladimir.didenko</reporter>
          <assigned_to name="Yuri N. Sedunov">aris</assigned_to>
          <cc>antohami</cc>
    
    <cc>aris</cc>
    
    <cc>mike</cc>
          
          <qa_contact>qa-sisyphus</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>174126</commentid>
    <comment_count>0</comment_count>
    <who name="Владимир Диденко">vladimir.didenko</who>
    <bug_when>2018-09-14 14:31:07 +0300</bug_when>
    <thetext>После последнего обновления модуль стал падать

$ python3
Python 3.6.5 (default, Aug 30 2018, 15:41:16) 
[GCC 7.3.1 20180712 (ALT 7.3.1-alt5)] on linux
Type &quot;help&quot;, &quot;copyright&quot;, &quot;credits&quot; or &quot;license&quot; for more information.
&gt;&gt;&gt; from gi.repository import Gtk
Traceback (most recent call last):
  File &quot;&lt;stdin&gt;&quot;, line 1, in &lt;module&gt;
  File &quot;&lt;frozen importlib._bootstrap&gt;&quot;, line 971, in _find_and_load
  File &quot;&lt;frozen importlib._bootstrap&gt;&quot;, line 955, in _find_and_load_unlocked
  File &quot;&lt;frozen importlib._bootstrap&gt;&quot;, line 656, in _load_unlocked
  File &quot;&lt;frozen importlib._bootstrap&gt;&quot;, line 626, in _load_backward_compatible
  File &quot;/usr/lib64/python3/site-packages/gi/importer.py&quot;, line 146, in load_module
    dynamic_module = load_overrides(introspection_module)
  File &quot;/usr/lib64/python3/site-packages/gi/overrides/__init__.py&quot;, line 125, in load_overrides
    override_mod = importlib.import_module(override_package_name)
  File &quot;/usr/lib64/python3.6/importlib/__init__.py&quot;, line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File &quot;/usr/lib64/python3/site-packages/gi/overrides/Gtk.py&quot;, line 136, in &lt;module&gt;
    class Widget(Gtk.Widget):
  File &quot;/usr/lib64/python3/site-packages/gi/module.py&quot;, line 215, in __getattr__
    wrapper = metaclass(name, bases, dict_)
TypeError: metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>174127</commentid>
    <comment_count>1</comment_count>
    <who name="Yuri N. Sedunov">aris</who>
    <bug_when>2018-09-14 14:45:44 +0300</bug_when>
    <thetext>Исправится в
#213016 AWAITING #1 sisyphus srpm=libgtk+3-3.24.0-alt2.src.rpm</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>174159</commentid>
    <comment_count>2</comment_count>
    <who name="Yuri N. Sedunov">aris</who>
    <bug_when>2018-09-14 18:28:30 +0300</bug_when>
    <thetext>*** Bug 35397 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>174188</commentid>
    <comment_count>3</comment_count>
    <who name="Michael Shigorin">mike</who>
    <bug_when>2018-09-17 14:37:37 +0300</bug_when>
    <thetext>2018-Sep-15 10:13:45 :: task #213016 for sisyphus DONE

Правильно понимаю, что исправилось?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>174189</commentid>
    <comment_count>4</comment_count>
    <who name="Yuri N. Sedunov">aris</who>
    <bug_when>2018-09-17 14:46:55 +0300</bug_when>
    <thetext>(В ответ на комментарий №3)
&gt; 2018-Sep-15 10:13:45 :: task #213016 for sisyphus DONE
&gt; 
&gt; Правильно понимаю, что исправилось?

Частично. Еще зацепило вебкит.
#213082 AWAITING #1.2 sisyphus srpm=libwebkitgtk4-2.22.0-alt1.1.src.rpm

Не исключено, что еще где проявится. Бдите! :)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>174232</commentid>
    <comment_count>5</comment_count>
    <who name="Антон Мидюков">antohami</who>
    <bug_when>2018-09-18 08:39:08 +0300</bug_when>
    <thetext>gnome-music не запускается с похожей ошибкой на сегодняшней регулярке:

gnome-music 
Traceback (most recent call last):
  File &quot;/usr/bin/gnome-music&quot;, line 142, in &lt;module&gt;
    sys.exit(main())
  File &quot;/usr/bin/gnome-music&quot;, line 137, in main
    return run_application()
  File &quot;/usr/bin/gnome-music&quot;, line 123, in run_application
    from gnomemusic.application import Application
  File &quot;/usr/lib/python3/site-packages/gnomemusic/application.py&quot;, line 40, in &lt;module&gt;
    from gnomemusic.window import Window
  File &quot;/usr/lib/python3/site-packages/gnomemusic/window.py&quot;, line 40, in &lt;module&gt;
    from gnomemusic.views.albumsview import AlbumsView
  File &quot;/usr/lib/python3/site-packages/gnomemusic/views/albumsview.py&quot;, line 31, in &lt;module&gt;
    from gnomemusic.widgets.headerbar import HeaderBar
  File &quot;/usr/lib/python3/site-packages/gnomemusic/widgets/headerbar.py&quot;, line 31, in &lt;module&gt;
    from gnomemusic.widgets.searchbar import Searchbar
  File &quot;/usr/lib/python3/site-packages/gnomemusic/widgets/searchbar.py&quot;, line 34, in &lt;module&gt;
    from gi.repository.Gd import TaggedEntry  # noqa: F401
  File &quot;&lt;frozen importlib._bootstrap&gt;&quot;, line 1020, in _handle_fromlist
  File &quot;/usr/lib/python3/site-packages/gi/module.py&quot;, line 215, in __getattr__
    wrapper = metaclass(name, bases, dict_)
TypeError: metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>174243</commentid>
    <comment_count>6</comment_count>
    <who name="Yuri N. Sedunov">aris</who>
    <bug_when>2018-09-18 11:53:54 +0300</bug_when>
    <thetext>#213179 AWAITING #1.2 sisyphus srpm=libdazzle-3.30.0-alt2.src.rpm</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>174265</commentid>
    <comment_count>7</comment_count>
    <who name="Repository Robot">repository-robot</who>
    <bug_when>2018-09-18 17:22:24 +0300</bug_when>
    <thetext>libdazzle-3.30.0-alt2 -&gt; sisyphus:

Tue Sep 18 2018 Yuri N. Sedunov &lt;aris@altlinux&gt; 3.30.0-alt2
- rebuilt for (ALT #35396)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>174609</commentid>
    <comment_count>8</comment_count>
    <who name="Владимир Диденко">vladimir.didenko</who>
    <bug_when>2018-09-30 20:22:19 +0300</bug_when>
    <thetext>(In reply to comment #4)
&gt; 
&gt; Не исключено, что еще где проявится. Бдите! :)

Если не ошибаюсь, то gnome-shell пересобрать еще нужно, сейчас в лог спамится со страшной скоростью ошибки вида

g_interface_info_get_n_properties: assertion &apos;GI_IS_INTERFACE_INFO (info)&apos; failed

Апстримная бага, которая говорит, что это все тоже последствие изменения в atk
https://gitlab.gnome.org/GNOME/gjs/issues/199</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>174626</commentid>
    <comment_count>9</comment_count>
    <who name="Yuri N. Sedunov">aris</who>
    <bug_when>2018-10-01 17:09:54 +0300</bug_when>
    <thetext>gnome-shell-3.30.0-alt2</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>