Bug#1032413: kodi-inputstream-adaptive FTCBFS: assumes a toolchain file

2023-03-10 Thread Helmut Grohne
On Thu, Mar 09, 2023 at 08:18:24PM +0100, Timo Röhling wrote: > Given that meson and cmake are also part of the toolchain > build-essential set (just like debhelper), would it not be better to > have a separate cross-toolchain-helper package that provides such > generators for all supported build

Bug#1032413: kodi-inputstream-adaptive FTCBFS: assumes a toolchain file

2023-03-09 Thread Timo Röhling
Hi, * Helmut Grohne [2023-03-06 13:12]: A while later meson came along and when adding support for it, we actually created a "crossfile" (how meson calls it) and pass that. That option certainly is on the table. Another major difference here is that the tool that creates this crossfile

Bug#1032413: kodi-inputstream-adaptive FTCBFS: assumes a toolchain file

2023-03-06 Thread Helmut Grohne
Hi Vasyl, This is interesting, so I loop in a few more recipients. On Mon, Mar 06, 2023 at 11:26:51AM +, Vasyl Gello wrote: > I reproduced the behavior and it appears that the CMake project for > kodi-inputstream-adaptive is instantiated correctly, > but the external project for embedded

Bug#1032413: kodi-inputstream-adaptive FTCBFS: assumes a toolchain file

2023-03-06 Thread Vasyl Gello
I reproduced the behavior and it appears that the CMake project for kodi-inputstream-adaptive is instantiated correctly, but the external project for embedded Bento4 is not. I encountered the same issue with libdate-tz in src:kodi, but there I ended up building libdate-tz prior to configuring

Bug#1032413: kodi-inputstream-adaptive FTCBFS: assumes a toolchain file

2023-03-06 Thread Vasyl Gello
Hi Helmut! Thanks for the patch! There is a typo (COMPILR instead of COMPILER). But let me try cross-building that addon first. I recall I tried crossbuilding addons for big-endian architectures at least. If it does not work, I would better generate the toolchain file in configure step and

Bug#1032413: kodi-inputstream-adaptive FTCBFS: assumes a toolchain file

2023-03-06 Thread Helmut Grohne
Source: kodi-inputstream-adaptive Version: 20.3.2+ds-1 Tags: patch upstream User: debian-cr...@lists.debian.org Usertags: ftcbfs kodi-inputstream-adaptive supports cross building, but it assumes that this is done via a CMAKE_TOOLCHAIN_FILE. This is not the way Debian does it (maybe it should),