[Pkg-cmake-team] Bug#948924: Bug#948924: cmake: FTBFS: test failure against libxslt 1.1.34

Felix Geyer fgeyer at debian.org
Tue Jan 14 21:29:26 GMT 2020


Hi Mattia,

On 14.01.20 21:42, Mattia Rizzolo wrote:
> Source: cmake
> Version: 3.15.4-1
> Severity: important
> Tags: ftbfs
> User: libxslt at packages.debian.org
> Usertags: ftbfs-34
> 
> Dear maintainer,
> 
> your package failed to rebuild in a sid/amd64 chroot against libslt 1.1.34.
> In particular, that version is not shipping the xslt-config script anymore,
> to push people toward pkg-config more.  It may be relevant here.
> Attached is the full build log, hopefully relevant excerpt follows:

The problem seems to be that cmake's FindLibXslt can't deal with the headers
being split across /usr/include and /usr/include/<arch>.

Would you consider moving all headers to /usr/include/<arch>? This should make
libxslt's packaging easier and avoid special cases in build systems like cmake
that try to detect it.
Imho the disk space overhead when you have libxslt1-dev from multiple archs
installed is negligible.

Cheers,
Felix



More information about the Pkg-cmake-team mailing list