Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1236936
Summary: | PyGObject 3.16.2 required, otherwise 3.16.1 breaks gstreamer apps like Pitivi | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Jean-François Fortin Tam <nekohayo> |
Component: | pygobject3 | Assignee: | John (J5) Palmieri <john.j5live> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | urgent | Docs Contact: | |
Priority: | unspecified | ||
Version: | 22 | CC: | fschwarz, icq, john.j5live, walters |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | pygobject3-3.16.2-1.fc22 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-07-13 19:10:21 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Jean-François Fortin Tam
2015-06-30 04:04:14 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 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). 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) (oh and or the record: I do have python3-gobject installed already) 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? 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. |