From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stanislav Vlasic Date: Fri, 24 Jul 2015 20:49:35 +0200 Subject: [Buildroot] Isengard 15.0 python issue - solution Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Hi, Problem was isolated and fixed by Corey Moyer. I will not submit patch as I'm not original author of it, will just describe it: Python addons are crashing because of https://github.com/xbmc/xbmc/blob/master/xbmc/interfaces/python/XBPython.cpp#L565 Patch would be to remove defined(TARGET_LINUX) from #if statement in line above. I'm not sure if this issue affects all Linux builds (Kodi 15.0 works fine on my Linux Mint 17.1). This is tested on Buildroot 2015.02 and 2015.05, Python 2.7.8, 2.7.9 and 2.7.10. Regards, Stanislav Vlasic