Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 528074 - media-tv/xbmc-9999 should disable OS version test
Summary: media-tv/xbmc-9999 should disable OS version test
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Xbox project
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2014-11-03 04:15 UTC by Anthony Ryan
Modified: 2015-01-12 09:40 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
xbmc-9999-no-os-version.patch (file_528074.txt,1.04 KB, text/plain)
2014-11-03 04:15 UTC, Anthony Ryan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Anthony Ryan 2014-11-03 04:15:24 UTC
Created attachment 388388 [details]
xbmc-9999-no-os-version.patch

Ahead of the 14.0 release, XBMC (soon to be "Kodi") is now passing all but one of the unit tests provided.

The remaining failure is a test that the application is successfully able to determine the OS version (mostly for adding it to the debug logs). Because Gentoo is a rolling release distribution and does not have a version number in the same way other distros do. I believe we should carry a patch to disable this test.

I had also considered using the baselayout version, but ruled it out because it would be adding Gentoo-specific code into XBMC. Similarly, it wouldn't be appropriate to try to have this test removed from XBMC because it is still useful for the tests when running on other Operating Systems and Distros.

An upstream issue covering the (brief) discussion so far is available here: http://trac.xbmc.org/ticket/15491
Comment 1 SpanKY gentoo-dev 2014-11-04 20:31:01 UTC
seems like the test should be fixed upstream
Comment 2 Anthony Ryan 2015-01-12 09:40:59 UTC
I will work with the upstream to try and come up with a solution there then.