| Summary: | pitivi-0.14.2 is available | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Upstream Release Monitoring <upstream-release-monitoring> |
| Component: | pitivi | Assignee: | Gwyn Ciesla <gwync> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | gwync, hicham.haouari, maxx, otte |
| Target Milestone: | --- | Keywords: | FutureFeature, Triaged |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | pitivi-0.15.0-1.fc16 | Doc Type: | Enhancement |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-10-18 22:13:59 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Upstream Release Monitoring
2011-08-15 10:46:30 UTC
Hmm, lots of patches upstreamed, but build dies due to lack of X.
Making check in tests
make[1]: Entering directory `/home/limb/rpmbuild/BUILD/pitivi-0.14.2/tests'
make check-local
make[2]: Entering directory `/home/limb/rpmbuild/BUILD/pitivi-0.14.2/tests'
** Message: pygobject_register_sinkfunc is deprecated (GstObject)
Traceback (most recent call last):
File "./runtests.py", line 32, in <module>
suite = loader.loadTestsFromNames(test_names)
File "/usr/lib64/python2.7/unittest/loader.py", line 128, in loadTestsFromNames
suites = [self.loadTestsFromName(name, module) for name in names]
File "/usr/lib64/python2.7/unittest/loader.py", line 91, in loadTestsFromName
module = __import__('.'.join(parts_copy))
File "/home/limb/rpmbuild/BUILD/pitivi-0.14.2/tests/test_action.py", line 23, in <module>
import common
File "/home/limb/rpmbuild/BUILD/pitivi-0.14.2/tests/common.py", line 11, in <module>
from pitivi.factories.base import ObjectFactory, SourceFactory, SinkFactory
File "/home/limb/rpmbuild/BUILD/pitivi-0.14.2/pitivi/factories/base.py", line 28, in <module>
from pitivi.elements.singledecodebin import SingleDecodeBin
File "/home/limb/rpmbuild/BUILD/pitivi-0.14.2/pitivi/elements/singledecodebin.py", line 29, in <module>
from pitivi.utils import CachedFactoryList
File "/home/limb/rpmbuild/BUILD/pitivi-0.14.2/pitivi/utils.py", line 29, in <module>
import gtk
File "/usr/lib64/python2.7/site-packages/gtk-2.0/gtk/__init__.py", line 64, in <module>
_init()
File "/usr/lib64/python2.7/site-packages/gtk-2.0/gtk/__init__.py", line 52, in _init
_gtk.init_check()
RuntimeError: could not open display
make[2]: *** [check-local] Error 1
make[2]: Leaving directory `/home/limb/rpmbuild/BUILD/pitivi-0.14.2/tests'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/home/limb/rpmbuild/BUILD/pitivi-0.14.2/tests'
make: *** [check-recursive] Error 1
error: Bad exit status from /var/tmp/rpm-tmp.P0mZap (%check)
RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.P0mZap (%check)
Yes, since rpm unsets DISPLAY during the build process. I have been always trying to work around this by disabling tests that depend on gtk. You can simply remove test_action.py like I did for other tests that depend on GTK. Upstream advised me to wait for 0.15 since 0.14.2 have some nasty bugs. pitivi 0.15 has been released. pitivi-0.15.0-1.fc16 has been submitted as an update for Fedora 16. https://admin.fedoraproject.org/updates/pitivi-0.15.0-1.fc16 pitivi-0.15.0-1.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/pitivi-0.15.0-1.fc15 Package pitivi-0.15.0-1.fc16: * should fix your issue, * was pushed to the Fedora 16 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing pitivi-0.15.0-1.fc16' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2011-13966 then log in and leave karma (feedback). pitivi-0.15.0-1.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report. pitivi-0.15.0-1.fc16 has been pushed to the Fedora 16 stable repository. If problems still persist, please make note of it in this bug report. |