Bug 1236936 - PyGObject 3.16.2 required, otherwise 3.16.1 breaks gstreamer apps like Pitivi
Summary: PyGObject 3.16.2 required, otherwise 3.16.1 breaks gstreamer apps like Pitivi
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: pygobject3
Version: 22
Hardware: All
OS: Linux
unspecified
urgent
Target Milestone: ---
Assignee: John (J5) Palmieri
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-06-30 04:04 UTC by Jean-François Fortin Tam
Modified: 2015-07-13 19:10 UTC (History)
4 users (show)

Fixed In Version: pygobject3-3.16.2-1.fc22
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-07-13 19:10:21 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Jean-François Fortin Tam 2015-06-30 04:04:14 UTC
See
https://bugzilla.gnome.org/show_bug.cgi?id=736678#c6

The fix has been released as 3.16.2.

Comment 1 Fedora Update System 2015-06-30 21:31:10 UTC
pygobject3-3.16.2-1.fc22 has been submitted as an update for Fedora 22.
https://admin.fedoraproject.org/updates/pygobject3-3.16.2-1.fc22

Comment 2 Fedora Update System 2015-07-02 17:06:18 UTC
Package pygobject3-3.16.2-1.fc22:
* should fix your issue,
* was pushed to the Fedora 22 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing pygobject3-3.16.2-1.fc22'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2015-11000/pygobject3-3.16.2-1.fc22
then log in and leave karma (feedback).

Comment 3 Jean-François Fortin Tam 2015-07-03 16:59:33 UTC
Hi there, thanks for working on this! Unfortunately it seems you forgot to enable python3 support at build time, so Pitivi is still affected. You can do a quick check like this:

$ python3 -c "import gi; print(gi.version_info)"
(3, 16, 1)

$ python2 -c "import gi; print(gi.version_info)"
(3, 16, 2)

Comment 4 Jean-François Fortin Tam 2015-07-04 02:21:06 UTC
(oh and or the record: I do have python3-gobject installed already)

Comment 5 Jean-François Fortin Tam 2015-07-08 13:45:09 UTC
Ok, it works if I do
 dnf update --enablerepo=updates-testing python3-gobject pygobject3

Shouldn't those two packages have been pulled together as dependencies though?

Comment 6 Fedora Update System 2015-07-13 19:10:21 UTC
pygobject3-3.16.2-1.fc22 has been pushed to the Fedora 22 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.