The packaged libtxc-dxtn-s2tc0 will make scons check fail. Manually remove this package.
v2: - scons check will pass just by not having an available libtxc_dxtn.so, as noticed by Rhys. - remove the installaton of the patent covered txc-dxtn library, as commented by Eric. Signed-off-by: Andres Gomez <ago...@igalia.com> Cc: Eric Anholt <e...@anholt.net> Cc: Emil Velikov <emil.l.veli...@gmail.com> Cc: Rhys Kidd <rhysk...@gmail.com> --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 0667c7488d..3c51c06a73 100644 --- a/.travis.yml +++ b/.travis.yml @@ -100,6 +100,9 @@ install: - tar -jxvf $LIBXSHMFENCE_VERSION.tar.bz2 - (cd $LIBXSHMFENCE_VERSION && ./configure --prefix=$HOME/prefix && make install) + # libtxc-dxtn-s2tc0 will make scons check fail so we remove it ... + - sudo apt-get purge libtxc-dxtn-s2tc0 + script: - if test "x$BUILD" = xmake; then ./autogen.sh --enable-debug -- 2.11.0 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev