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 1239740
Summary: | nuvolaplayer: FTBFS in rawhide | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Dennis Gilmore <dennis> | ||||||||
Component: | nuvolaplayer | Assignee: | MartinKG <mgansser> | ||||||||
Status: | CLOSED CANTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
Severity: | unspecified | Docs Contact: | |||||||||
Priority: | unspecified | ||||||||||
Version: | 23 | CC: | mgansser | ||||||||
Target Milestone: | --- | ||||||||||
Target Release: | --- | ||||||||||
Hardware: | Unspecified | ||||||||||
OS: | Unspecified | ||||||||||
Whiteboard: | |||||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||||
Doc Text: | Story Points: | --- | |||||||||
Clone Of: | Environment: | ||||||||||
Last Closed: | 2015-12-12 09:57:20 UTC | Type: | --- | ||||||||
Regression: | --- | Mount Type: | --- | ||||||||
Documentation: | --- | CRM: | |||||||||
Verified Versions: | Category: | --- | |||||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||||
Embargoed: | |||||||||||
Bug Depends On: | |||||||||||
Bug Blocks: | 1239338 | ||||||||||
Attachments: |
|
Description
Dennis Gilmore
2015-07-05 21:09:40 UTC
Created attachment 1047535 [details]
build.log
Created attachment 1047536 [details]
root.log
Created attachment 1047537 [details]
state.log
I know the behavior, with the following patch, the compilation starts but ... # diff -Naur nuvolaplayer.spec /home/martin/rpmbuild/SPECS/nuvolaplayer.spec --- nuvolaplayer.spec 2014-12-10 22:43:07.000000000 +0100 +++ /home/martin/rpmbuild/SPECS/nuvolaplayer.spec 2015-07-06 09:17:58.385160219 +0200 @@ -38,12 +38,12 @@ %prep %setup -q -%if 0%{?fedora} > 21 -sed -i -e 's@VERSION="1.7.6"@VERSION="1.8.4"@g' waf -sed -i -e 's@WAFVERSION="1.7.6"@WAFVERSION="1.8.4"@g' waflib/Context.py +%if 0%{?fedora} > 22 +sed -i -e 's@VERSION="1.7.6"@VERSION="1.8.11"@g' waf +sed -i -e 's@WAFVERSION="1.7.6"@WAFVERSION="1.8.11"@g' waflib/Context.py %else -sed -i -e 's@VERSION="1.7.6"@VERSION="1.7.16"@g' waf -sed -i -e 's@WAFVERSION="1.7.6"@WAFVERSION="1.7.16"@g' waflib/Context.py +sed -i -e 's@VERSION="1.7.6"@VERSION="1.8.8"@g' waf +sed -i -e 's@WAFVERSION="1.7.6"@WAFVERSION="1.8.8"@g' waflib/Context.py %endif ... fails on f22/f23 with the following errror message: nuvolaplayerprivate.vapi:234.78-234.99: warning: parameter without default follows parameter with default public void set_up_proxy (Diorite.ProxySettings mode = ProxySettings.AUTO, Diorite.ProxyType type, string? server = null, string? port = null) throws Diorite.ProxyError; ^^^^^^^^^^^^^^^^^^^^^^ /home/martin/rpmbuild/BUILD/nuvolaplayer-2.5/tests/main/nuvola-jsapitest.vala:26.10-26.51: warning: unhandled error `Nuvola.ServiceError' return manager.load_service_from_dir(service_dir); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /home/martin/rpmbuild/BUILD/nuvolaplayer-2.5/tests/main/nuvola-lyricstest.vala:47.10-47.18: warning: implicit .begin is deprecated glib-2.0.vapi:4831.3-4831.7: warning: argument `free_func' never used [CCode (copy_func = "g_variant_iter_copy", free_func = "g_variant_iter_free")] ^^^^^ glib-2.0.vapi:4831.3-4831.7: warning: argument `copy_func' never used [CCode (copy_func = "g_variant_iter_copy", free_func = "g_variant_iter_free")] ^^^^^ Waf: Leaving directory `/home/martin/rpmbuild/BUILD/nuvolaplayer-2.5/build' Build failed -> task in 'tests/bin/guidemo' failed (exit status 1): {task 140606831788432: valac gui-formatsupportdialogdemo.vala,gui-infobardemo.vala,gui-main.vala,gui-mainwindow-test.vala,gui-wrappedlabeldemo.vala -> gui-formatsupportdialogdemo.c,gui-infobardemo.c,gui-main.c,gui-mainwindow-test.c,gui-wrappedlabeldemo.c} the developer has decided, not to continue with developing on nuvolaplayer 2.5.x. https://bugs.launchpad.net/nuvola-player/+bug/1435015 You are welcome if you can provide a patch. This bug appears to have been reported against 'rawhide' during the Fedora 23 development cycle. Changing version to '23'. (As we did not run this process for some time, it could affect also pre-Fedora 23 development cycle bugs. We are very sorry. It will help us with cleanup during Fedora 23 End Of Life. Thank you.) More information and reason for this action is here: https://fedoraproject.org/wiki/BugZappers/HouseKeeping/Fedora23 |