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 - nuvolaplayer: FTBFS in rawhide
Summary: nuvolaplayer: FTBFS in rawhide
Keywords:
Status: CLOSED CANTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: nuvolaplayer
Version: 23
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: MartinKG
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F23FTBFS
TreeView+ depends on / blocked
 
Reported: 2015-07-05 21:09 UTC by Dennis Gilmore
Modified: 2015-12-12 09:57 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-12-12 09:57:20 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
build.log (3.80 KB, text/plain)
2015-07-05 21:09 UTC, Dennis Gilmore
no flags Details
root.log (117.51 KB, text/plain)
2015-07-05 21:09 UTC, Dennis Gilmore
no flags Details
state.log (633 bytes, text/plain)
2015-07-05 21:09 UTC, Dennis Gilmore
no flags Details

Description Dennis Gilmore 2015-07-05 21:09:40 UTC
Your package nuvolaplayer failed to build from source in current rawhide.

http://koji.fedoraproject.org/koji/taskinfo?taskID=10120335

For details on mass rebuild see https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

Comment 1 Dennis Gilmore 2015-07-05 21:09:41 UTC
Created attachment 1047535 [details]
build.log

Comment 2 Dennis Gilmore 2015-07-05 21:09:42 UTC
Created attachment 1047536 [details]
root.log

Comment 3 Dennis Gilmore 2015-07-05 21:09:42 UTC
Created attachment 1047537 [details]
state.log

Comment 4 MartinKG 2015-07-06 07:26:55 UTC
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

Comment 5 MartinKG 2015-07-06 07:28:19 UTC
You are welcome if you can provide a patch.

Comment 6 Jan Kurik 2015-07-15 13:34:12 UTC
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


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