[Pkg-cmake-team] Bug#900240: cmake: FTBFS on hurd-i386

Samuel Thibault sthibault at debian.org
Wed Aug 15 09:44:44 BST 2018


Hello,

Svante Signell, le dim. 12 août 2018 12:59:55 +0200, a ecrit:
> I've been in contact with #cmake. The problem here is that file reports
> ELF 32-bit LSB pie executable,
> but the comparison in Modules/CPackDeb.cmake expects an output of 
> ELF 32-bit LSB shared object
> in its check:
> if(_FILE MATCHES "ELF.*shared object")

Here is the rule for that:

>16     leshort         3               ${x?pie executable:shared object},

and indeed, libtest_lib.so.0.8 have +x, so that's where the difference
comes from and what needs to be fixed.

Samuel



More information about the Pkg-cmake-team mailing list