On Wed, Feb 26, 2020 at 6:12 PM Gianfranco Costamagna
<[email protected]> wrote:
> +- self._simple_test('python', 'python')
> ++ self._simple_test('python', 'python2')
This fix is not correct, because it breaks the test suite in master:
https://github.com/mesonbuild/meson/pull/6700
> meson.build:1:0: ERROR: Unknown compiler(s): ['cc', 'gcc', 'clang', 'pgcc',
> 'icc']
> The follow exceptions were encountered:
> Running "cc --version" gave "[Errno 2] No such file or directory: 'cc': 'cc'"
> Running "gcc --version" gave "[Errno 2] No such file or directory: 'gcc':
> 'gcc'"
> Running "clang --version" gave "[Errno 2] No such file or directory: 'clang':
> 'clang'"
> Running "pgcc --version" gave "[Errno 2] No such file or directory: 'pgcc':
> 'pgcc'"
> Running "icc --version" gave "[Errno 2] No such file or directory: 'icc':
> 'icc'"
This should be fixed by changing debian/tests/control's deps for the
crossbuild test to be these:
Depends: meson, g++, g++-arm-linux-gnueabihf
Would it be possible for you to test this fix?